Date: Tue, 9 Feb 1999 09:05:10 +0530 (IST) From: "Raju K.V" X-Sender: rajukv AT tagore To: djgpp AT delorie DOT com Subject: Re: Error compiling C++ programs In-Reply-To: <36BEEBB4.6A05EB41@xyz.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from QUOTED-PRINTABLE to 8bit by delorie.com id WAA09579 Reply-To: djgpp AT delorie DOT com this must be because dos considers only the first 8 chars a valid file name. so look in ur d:/cstuff/compiler/lang/cxx/streambu.h. On Mon, 8 Feb 1999, Bjorn Hansen wrote: > When I try to compile this code: > #include > > Main > { > cout<<"hey hey/n"; > } > > I get the following errors: > hello.cpp(1) In file included from hello.cpp:1: > d:/cstuff/compiler/lang/cxx/iostream.h(31) Error: streambuf.h: No such > file or directory (ENOENT) > > I checked in that directory and the streambuf.h header file is there. I > would like to know what I need to do to fix this. > > Bjørn > > >