From: "Yeeming Jih" Newsgroups: comp.os.msdos.djgpp Subject: Error: streambuf.h: no such file... Date: Sat, 7 Mar 1998 10:16:18 -0500 Organization: Erol's Internet Services Lines: 40 Message-ID: <6drof0$7tt$1@winter.news.erols.com> NNTP-Posting-Host: 207-172-80-235.s44.as6.nyd.erols.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I downloaded these files and unzipped them (with directories intact): djdev201.zip bnu281b.zip faq210b gcc280b gpp280b lgpp280b rhide14b I also set DJGPP=C:\DJGPP\DJGPP.ENV and PATH=C:\DJGPP\BIN; in autoexec.bat. After I installed them I tried to compile the classic "Hello, world!" program: #include int main() { cout << "Hello, world!\n" } I got these error message: Compiling: test.cpp c:/djgpp/lang/cxx/iostream(6) In file included from c:/djgpp/lang/cxx/iostream:6, test.cpp(1) from test.cpp:1: c:/djgpp/lang/cxx/iostream.h(31) Error: streambuf.h: No such file or directory (ENOENT) There were some errors What's wrong? -- -- "Never stop learning." --