From: Plamen Petkov Newsgroups: comp.os.msdos.djgpp Subject: streambuf.h not found Date: Sun, 24 May 1998 20:33:21 -0400 Organization: Pathway Communications Lines: 19 Message-ID: <3568BC50.38CBFA34@pathcom.com> NNTP-Posting-Host: ts13l1.pathcom.com 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 Hi, DJGPP Version: 2.8.1 OS: Windows 95 I am having trouble compiling C++ programs. gcc complains that it cannot find streambuf.h, included in iostream.h. The file is there, in the same directory as iostream.h. However, I noticed that it is nine characters long, and I renamed it to eight (also, updating the reference in iostream.h). This solved the problem until the next long filename. What is wrong here? I can reference long filenames from the command line, i.e. edit streambuf.h, so why is gcc unable to find it? Thanks, -Aleko