Date: Wed, 5 May 1999 16:50:10 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Daniele Coppoletta cc: djgpp AT delorie DOT com Subject: Re: your mail In-Reply-To: <19990505122226.48366.qmail@hotmail.com> 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 Wed, 5 May 1999, Daniele Coppoletta wrote: > gxx -o filename.exe exename.cc > > but the system told me: > > In file included from filename.cc > c:/djgpp/lang/cxx/iostream.h:31: streambuf: no such file or directory > (ENOENT) > > What's the trouble ? Your system is Windows/NT as this and other setting show: > ComSpec=D:\WINNT\system32\cmd.exe So the most probable cause of your problem is that you unzipped the distribution with a program that supports long file names. You need to remove the entire DJGPP tree and unzip the zip files again, this time using a DOS unzip program that does NOT support long file names. DJGPP programs cannot see the long file names on NT, so you need an unzip program that will truncate the long name streambuf.h into streambu.h. Then the compiler will work.