Message-ID: <374BAFA5.554C4A4A@softhome.net> From: Chris Mears X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: problem References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 17 Date: Wed, 26 May 1999 18:24:05 +1000 NNTP-Posting-Host: 139.134.194.236 X-Trace: newsfeeds.bigpond.com 927706575 139.134.194.236 (Wed, 26 May 1999 18:16:15 EST) NNTP-Posting-Date: Wed, 26 May 1999 18:16:15 EST Organization: Telstra BigPond Internet Services (http://www.bigpond.com) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Eli Zaretskii wrote: > > On Tue, 25 May 1999, Jonathan Patenaude wrote: > > > C:\>gcc hello.cpp -o > > This is wrong: it should say "gxx hello.cpp -o hello.exe". Note the use > of gxx and the target file name after -o. Why do we use gxx instead of gcc? > > > In file included from hello.cpp:1: > > c:/djgpp/lang/cxx/iostream.h:31: streambuf.h: No such file or directory > > (ENOENT) > > See section 8.7 of the DJGPP FAQ list.