From: alien147 AT my-dejanews DOT com Newsgroups: comp.os.msdos.djgpp Subject: #include ???? Date: Wed, 28 Oct 1998 22:35:34 GMT Organization: Deja News - The Leader in Internet Discussion Lines: 22 Message-ID: <71867m$koh$1@nnrp1.dejanews.com> NNTP-Posting-Host: 209.214.130.200 X-Article-Creation-Date: Wed Oct 28 22:35:34 1998 GMT X-Http-User-Agent: Mozilla/3.01C-BLS20 (Win95; U) X-Http-Proxy: 1.0 x5.dejanews.com:80 (Squid/1.1.22) for client 209.214.130.200 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I use gxx test.c -o test.exe or g++ test.c -o test.exe to compile the following code: #include int main() { cout << "Hello World!\n"; return o; } and it get the following message: In file included from test.c:1: c:/djgpp/lang/cxx/iostream.h:31: streambuf.h: No such file or directory [ENOENT] What is wrong? And what can I do? -----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own