Message-ID: From: "Karagiannis, Mike P., Mr., DAPE" To: "'djgpp AT delorie DOT com'" Subject: RE: iostreambuf.h not found Date: Fri, 2 Apr 1999 06:02:30 -0500 X-Mailer: Internet Mail Service (5.5.2448.0) Reply-To: djgpp AT delorie DOT com I get the same message. the file streambuf.h is foung in the c:\djgpp\lang\cxx directory but for some reason when I attempt to locate the file from win98 and of course it has been exrated from win zip the file reads streambu.h instead of streambuf.h this is because of the 8.3 rule. I have been able to get this all to work in NT because of its native LFN support. If you get the work around please let me know and I hope this has helped. -----Original Message----- From: Ian Chapman [mailto:ichapman AT nortelnetworks DOT com] Sent: Thursday, April 01, 1999 5:02 PM To: djgpp AT delorie DOT com Subject: Re: iostreambuf.h not found Simon, do you have the file in the C:\djgpp\lang\cxx\iostream.h ... ? if not it's in lgp271b.zip. Get it and unzip. other point you used:- #include to include it. The paths in C:\djgpp\djgpp.env should be as you unzipped them. Read the faq and set up instructions and make sure you have unzipped all the necessary files. Regards Ian. Simon Wei wrote: > > Hi, > > When I compile c++ files > (ftp://csg.uwaterloo.ca/pub/peter/re2c.0.5.tar.gz), > gcc complains: > > e:/dj/lang/cxx/iostream.h:31: streambuf.h: No such file or directory > (ENOENT) > > Thanks in advance for your help. > > Simon Wei