Mail Archives: djgpp/1998/04/01/03:30:30
On Tue, 31 Mar 1998, Oliver Brendel wrote:
> I have just installed DJGPP from scratch. then I tried to compile my
> standard "Hello World!" programm from within EMACS with ALT-x compile.
> The programm includes <iostream>.
> The result I get from EMACS is an error message that iostream cannot be
> found. If I compile from DOS with gpp -Wall -o hellow.exe hellow.cc it
> works fine and the .exe runs. if I compile from DOS with gpp -o
> hellow.exe hellow.cc it doesn't find the iostream again...
Please add -v to the compilation command line and post everything
printed by gpp. Do it once in the case where gpp succeeds and once
where it fails, and post both of the logs.
- Raw text -