From: "Alan McFarlane" Subject: info dir. source? Newsgroups: comp.os.msdos.djgpp Message-ID: <01bdc3bf$49c8ace0$09c522c3@xx5828> NNTP-Posting-Host: 195.34.197.9 Date: 9 Aug 1998 18:02:34 GMT Lines: 4 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Where can I pick up a copy of DIR. (the root for all info pages)? -- Alan McFarlane amcfarlane AT bigfoot DOT com s.msdos.djgpp Precedence: bulk I just install DJGPP and try to compile some simple source to test. C compile fine, but when I compile C++, error..... C:\DJGPP\walter>gcc test1.cpp -o test1.exe In file included from test1.cpp:1: c:/djgpp/lang/cxx/iostream.h:31: streambuf.h: No such file or directory (ENOENT) This is the source: #include int main(int argc, char **argv) { cout << "Well, hi there.\n"; return 0; } Can anyone help me out? thanz