Date: Mon, 19 Oct 1998 10:30:13 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Travis <103705 DOT 3144 AT compuserve DOT com> cc: djgpp AT delorie DOT com Subject: Re: Can't compile C++ files In-Reply-To: <362AB284.4EFEA02D@compuserve.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Sun, 18 Oct 1998, Travis wrote: > C:\cpp\PERIOD5\precpp>gcc precpp.cpp -o precpp.exe > In file included from precpp.cpp:1: > e:/djgpp/lang/cxx/iostream.h:31: streambuf.h: No such file or directory > (ENOENT) > > However, I searched my DJGPP directory, and didn't find streambuf.h, but > stream~1.h. I seems that WinZIP took all the long files names and made > them into 8-character dos names when I unziped. How do I get around this > problem? The possible reasons for this problem and the ways to solve them are discussed in section 8.2 of the DJGPP FAQ list (v2/faq211b.zip from the same place you get DJGPP).