Message-ID: <35FAB539.61EF4053@image.dk> Date: Sat, 12 Sep 1998 19:54:02 +0200 From: Olav Cleemann Organization: student MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp 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 NNTP-Posting-Host: pm28-39.image.dk Lines: 48 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp 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 Hi Anders Try also setting: +LFN=y in your djgpp.env, in your djgpp directory. Worked for me. Best regards, Olav Cleemann