Message-ID: <380CCAE2.F349EC94@surfree.net.il> Date: Tue, 19 Oct 1999 21:47:47 +0200 From: Borja Aranovic X-Mailer: Mozilla 4.7 [en] (Win98; I) MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: Can't finf C++ headers References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 212.3.205.58 X-NNTP-Posting-Host: 212.3.205.58 X-Trace: 19 Oct 1999 21:47:13 +0200, 212.3.205.58 Lines: 39 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I think the problem is with Long Filenames. Check the FAQ and the ReadMe instructions. The same problems happends when on Win'9x i open the file with old ZIP packer, which doesn't extract long FileNames... so just consult the FAQ, and i think it would help. Borja. Seshu wrote: > Hi, > I've just finished installing the djgpp compiler and wrote a typical > Hello World porgram and I got this error: > > In file included from main.cpp:1: > c:/djgpp/lang/cxx/iostream.h:31: streambuf.h: No such file or directory > (ENOENT) > > when compiled with gcc main.cpp or gxx main.cpp > > I've read the faq which exactly explains about his problem and I > installed the compiler once again but of no use. I tried it once again and > then too I had the same problem. > > //main.cpp > #include > > int main() { > > cout << "Hello World!!!" << endl; > > return (0); > } > > Any help would be greatly appreciated. > Seshu > > BTW: I'm running it on Windows NT.