Date: Wed, 1 Apr 1998 11:27:44 +0300 (IDT) From: Eli Zaretskii To: Oliver Brendel cc: djgpp AT delorie DOT com Subject: Re: help : gpp doesnt find iostream In-Reply-To: <35218B91.263D@scri.sari.ac.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk 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 . > 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.