From: Neil Walker Newsgroups: comp.os.msdos.djgpp Subject: Re: Error compiling with DJGPP! Date: Mon, 03 Aug 1998 16:07:57 +0100 Organization: Syntegra Lines: 21 Message-ID: <35C5D24D.568E@hotmail.com> References: <01bdbee6$fa6c50c0$3358f482 AT s-64584> Reply-To: neilwalker AT hotmail DOT com NNTP-Posting-Host: 147.150.133.250 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk The file iostream.h is referencing should be streambu.h (DOs 8.3 notation). If this is just a typing error then I don't know! Neil. Tarad wrote: > > 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. > :-)