From: "Tarad" Subject: Error compiling with DJGPP! Newsgroups: comp.os.msdos.djgpp Message-ID: <01bdbee6$fa6c50c0$3358f482@s-64584> Lines: 15 Date: Mon, 03 Aug 1998 14:00:51 GMT NNTP-Posting-Host: 130.244.88.51 NNTP-Posting-Date: Mon, 03 Aug 1998 16:00:51 MET DST Organization: A Customer of Tele2 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi I tried to compile a test c++ program just to see if I could get DJGPP working and I got this error. C:\djgpp>gcc -c -Wall -test.cc In file included from test.cc:1: c:/djgpp/lang/cxx/iostream.h:31: streambuf.h: No such file or directory I checked c:\djgpp\lang\cxx\ and both iostream.h and streambuf.h where there. Can it have something to do with the DJGPP using / instead of \ I've typed in the path and the DJGPP=c:\djgpp\djgpp.env in autoexec.bat and double checked it. I've installed exactly as it said in the instructions. I write this since someone told me this is where all DJGPP gurus hand out. :-)