From: eplmst AT lu DOT erisoft DOT se (Martin Stromberg) Newsgroups: comp.os.msdos.djgpp Subject: Re: Can't find these headers..... Date: 20 Oct 1999 10:38:43 GMT Organization: Ericsson Erisoft AB, Sweden Lines: 38 Message-ID: <7uk63j$r1l$2@antares.lu.erisoft.se> References: NNTP-Posting-Host: propus-144.lu.erisoft.se X-Newsreader: TIN [version 1.2 PL2] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Seshu (sparvata AT csc DOT UVic DOT CA) 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. That's your problem: NT does not provide LFNs to DOZE programs. Right, MartinS