From: "Paul J. Martinez" Newsgroups: comp.os.msdos.djgpp Subject: streambuf.h: No such file or directory (ENOENT) Date: Wed, 18 Mar 1998 23:53:45 -0800 Lines: 23 Message-ID: <6eqivc$m6g$1@nntp2.ba.best.com> NNTP-Posting-Host: dynamic18.pm06.sf3d.best.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I am getting the following error on my Win 95 machine. E:\DJGPP>g++ -o test.exe test.cpp In file included from test.cpp:1: e:/djgpp/lang/cxx/iostream.h:31: streambuf.h: No such file or directory (ENOENT) The file is just a standard Hello World file. I did download all of the required files. I did add the required commands to my autoexec.bat I did read as much of the documentation as I could. I did check all of the messages from the newsgroup. This file will compile and run if I use and printf. Any suggestions would be greatly appreciated, Paul