Sender: nate AT cartsys DOT com Message-ID: <35EB45B3.B5CF37F5@cartsys.com> Date: Mon, 31 Aug 1998 17:54:11 -0700 From: Nate Eldredge MIME-Version: 1.0 To: Anders Christensen CC: djgpp AT delorie DOT com Subject: Re: DJGPP and the streambuf.h References: <6sf158$1dm4$1 AT news-inn DOT inet DOT tele DOT dk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk Anders Christensen wrote: > ... I get this error: > > e:/djgpp/lang/cxx/iostream.h:31: streambuf.h: No such file or directory > (ENOENT) > > I figure that the problem is the reference from the iostream.h header file > but the streambuf.h IS present in the same archive. And yes: I have made the > corrections in my autoexec.bat! If anyone has experienced this problem then > suggestions are VERY welcome! You have Windows 9x, right? If you `SET LFN=Y' in AUTOEXEC.BAT, this problem will with 99% certainty go away. Also, use `gxx' to compile C++ instead of `gcc', or you'll notice another problem. -- Nate Eldredge nate AT cartsys DOT com