Date: Sun, 3 Oct 1999 13:03:05 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Joshua Newman cc: djgpp AT delorie DOT com Subject: Re: djgpp compilation problem In-Reply-To: <000d01bf0c43$724aa560$071aac3e@oemcomputer> 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 Fri, 1 Oct 1999, Joshua Newman wrote: > c:\DJGPP\bin>gxx -o -v hello.exe hello.cpp Wrong command, use this instead: gxx -v -o hello.exe hello.cpp > In file included from hello.cpp:1: > c:/djgpp/lang/cxx/iostream.h:31: streambuf.h : No such file or directory = > (ENOENT) > > However, both iostream.h and streambuf.h are present in the lang/cxx = > directory See section 8.2 of the DJGPP FAQ list, it explains how to fix this. > PS - I couldn't include the information from g032-v2, as the program = > does not seem to be present on my computer The program is called go32-v2: the second character is the letter o, not the digit zero.