From: Company98 AT aol DOT com Message-ID: <2e8e3eb8.3630f780@aol.com> Date: Fri, 23 Oct 1998 17:39:12 EDT To: djgpp AT delorie DOT com Mime-Version: 1.0 Subject: compiler error, no such file Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7bit X-Mailer: AOL 3.0 for Windows 95 sub 64 Reply-To: djgpp AT delorie DOT com I just started c++ and this is the error I get. Can anyone help me please. c:\djgpp/lang/cxx/iostream.h:31: streambuf.h. No such file or directory (ENOENT) I checked the directory and it has both files. #include int main() { cout << "Hello World!\n"; return 0; }