Sender: 103705 DOT 3144 AT compuserve DOT com Message-ID: <362AB284.4EFEA02D@compuserve.com> Date: Sun, 18 Oct 1998 23:31:16 -0400 From: Travis <103705 DOT 3144 AT compuserve DOT com> X-Mailer: Mozilla 4.05 [en] (Win95; I) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Can't compile C++ files References: <199810180028 DOT UAA05868 AT indy DOT delorie DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com I have the full install of DJGPP and the two additional C++ zips. It will compile C programs fine, however, when I tried to compile precpp.cpp, which includes , I got this message: 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? Just don't compile in a dos box, or what? Travis TravisRoy1 AT aol DOT com