From: "Brian Gladman" Newsgroups: comp.os.msdos.djgpp Subject: Re: iostream.h Date: Wed, 22 Jul 1998 20:13:15 +0100 Message-ID: <901135017.22923.0.nnrp-10.c2de6a96@news.demon.co.uk> References: <35B618C1 DOT E9858A5D AT club-internet DOT fr> NNTP-Posting-Host: seven77.demon.co.uk Lines: 29 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I had this problem and I had to set Long File Names (LFN) in the djgpp.env file to y to cure it. I also had to rename libstcxx.a to libstdcx.a (I think this was the file but I am not certain). Brian Gladman Gilles Gagniard wrote in message <35B618C1 DOT E9858A5D AT club-internet DOT fr>... >Hi there ! > >I've written a proggy with in it: > >#include >int main(void) >{ >cout >> "Hello world"; >return 0; >} > >then i type > >GCC proggy.cpp -o proggy.exe > >and GCC return an error, he can't find streambuf.h included in >iostream.h, but I HAVE THIS FILE IN ./lang/cxx/ !!!!!! > >What can i do ? >