From: "Maestro del Rock" Newsgroups: comp.os.msdos.djgpp Subject: RE: Can't finf C++ headers Date: Tue, 19 Oct 1999 04:19:05 -0400 Organization: El Maestro del Rock Lines: 43 Message-ID: <7uh94e$i135@nova.entelchile.net> References: NNTP-Posting-Host: as530017-44.cnt.entelchile.net X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2013.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2013.1300 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Read the readme.1st in the main directory. Add to your autoexec.bat: set DJGPP=C:\DJGPP\DJGPP.ENV set PATH=C:\DJGPP\BIN;%PATH% etc... Seshu escribió en el mensaje de noticias Pine DOT SUN DOT 3 DOT 96 DOT 991018181221 DOT 972A-100000 AT valdes... > 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. > > file://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. >