From: Oliver Brendel Newsgroups: comp.os.msdos.djgpp Subject: help : gpp doesnt find iostream Date: Tue, 31 Mar 1998 16:34:25 -0800 Organization: The University, Dundee, DD1 4HN, Scotland, UK. Lines: 20 Message-ID: <35218B91.263D@scri.sari.ac.uk> Reply-To: O DOT Brendel AT scri DOT sari DOT ac DOT uk NNTP-Posting-Host: ceplhp100.scri.sari.ac.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit CC: O DOT Brendel AT scri DOT sari DOT ac DOT uk To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hello out there, I hope somebody can help me : 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... Can somebody please help ??? Thanks a lot Oliver O.Brendel SCRI Dundee Scotland UK O DOT Brendel AT scri DOT sari DOT ac DOT uk