Message-Id: <35EC29F3.12C1@cableol.co.uk> Date: Tue, 01 Sep 1998 18:08:03 +0100 From: Allens Mime-Version: 1.0 To: Anders Christensen Cc: djgpp AT delorie DOT com Subject: Re: DJGPP and the streambuf.h References: <6sf057$1om6$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: > > Hi all > I just started on C++ and is planning to use the DJGPP development kit. > However, I get a very strange error when compiling even small C++ programs. > For example, when I compile the following .cpp file with GCC with the > parameters... gcc test1.cpp -o result1.exe ... > > ------------------------------------------------- > #include > > void main() { > cout << "Hello world!\n"; > } > ------------------------------------------------- > > ... 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! > > If it's possible also to my e-mail account: _NOSPAM_andersch AT post4 DOT tele DOT dk - > please remove _NOSPAM_ from the address or just reply in this conference. > > Best Regards > Anders Christensen Put 'SET lfn=y' in your autoexec.bat file, and read the documentation for your next problem..... Peter Allen