Message-ID: <363DD159.AB7AF88C@cgi.ca> Date: Mon, 02 Nov 1998 10:35:53 -0500 From: "Pierre Beaulieu" X-Mailer: Mozilla 4.05 [en] (WinNT; I) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: compiler error, no such file References: <2e8e3eb8 DOT 3630f780 AT aol DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com 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; > }