Message-ID: <36BEEBB4.6A05EB41@xyz.net> From: Bjorn Hansen X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Error compiling C++ programs Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Lines: 19 NNTP-Posting-Host: 207.14.89.172 X-Trace: news15.ispnews.com 918514280 207.14.89.172 (Mon, 08 Feb 1999 17:51:20 EDT) NNTP-Posting-Date: Mon, 08 Feb 1999 17:51:20 EDT Organization: ISPNews http://ispnews.com Date: Mon, 08 Feb 1999 13:50:45 +0000 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com When I try to compile this code: #include Main { cout<<"hey hey/n"; } I get the following errors: hello.cpp(1) In file included from hello.cpp:1: d:/cstuff/compiler/lang/cxx/iostream.h(31) Error: streambuf.h: No such file or directory (ENOENT) I checked in that directory and the streambuf.h header file is there. I would like to know what I need to do to fix this. Bjørn