Date: Wed, 26 May 1999 09:59:21 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Jonathan Patenaude cc: djgpp AT delorie DOT com Subject: Re: problem In-Reply-To: <374B3D94.7A244467@videotron.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk 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. > 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.