From: SANJAY M HANJI Newsgroups: comp.os.msdos.djgpp Subject: Re: C++ compiler doesnt work..Help! Date: Sun, 09 Aug 1998 11:08:53 -0700 Organization: World Link Internet Access Providers Lines: 17 Message-ID: <35CDE5B5.3AD7@w-link.net> References: <6qhfmv$ul$1 AT newsource DOT ihug DOT co DOT nz> Reply-To: smhanji AT w-link DOT net NNTP-Posting-Host: dial049.w-link.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk rename the filename streambuf.h as streambuf.h because while you download it's stored as streamb~1.h in DOS. Try it. All The Best. If it works please inform me. Thanks. Me wrote: > > I just installed DJGPP and followed all the instructions including adding > the two lines to my autoexec.bat file. I tried compiling a few C programs > and all went well. Now when I try to compile C++ programs I get the error: > "c:/djgpp/lang/cxx/iostream.h(31) Error: streambuf.h: No such file or > directory (ENOENT)". I checked my Include directory but the streambuf.h is > there. I dont know how to fix this or if I have done anything wrong. > Please help. > > Thanks