From: Nicolas Blais Newsgroups: comp.os.msdos.djgpp Subject: Re: compiler error, no such file Date: Mon, 02 Nov 1998 17:28:02 -0500 Organization: Alpha Quark Technologie Lines: 27 Message-ID: <363E31F2.95462BC@phreaker.net> References: <2e8e3eb8 DOT 3630f780 AT aol DOT com> <363DD159 DOT AB7AF88C AT cgi DOT ca> NNTP-Posting-Host: ts1-01.f2001.quebectel.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Probably that you unziped DJGPP in windows with Winzip and you are running with long filenames disabled. If so, unzip DJGPP with pkunzip -d, and then it should work. I had the same problem, and that's how I fixed it. Nicolas Blais Pierre Beaulieu wrote: > > Check in the FAQ file who comes with DJGPP, the section about LFN. > > Pierre Beaulieu > > Company98 AT aol DOT com wrote: > > > I just started c++ and this is the error I get. Can anyone help me please. > > c:\djgpp/lang/cxx/iostream.h:31: streambuf.h. No such file or directory > > (ENOENT) > > I checked the directory and it has both files. > > > > #include > > > > int main() > > { > > cout << "Hello World!\n"; > > return 0; > > }