From: Jonathan Lee Newsgroups: comp.os.msdos.djgpp Subject: streambuf.h Date: Tue, 01 Sep 1998 21:17:31 -0600 Organization: Internet Connect, Inc. Lines: 9 Message-ID: <35ECB8CA.6A6B3E5@inconnect.com> NNTP-Posting-Host: 1-274.dialup.inconnect.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I have a problem compiling programs with iostream.h. When I use either gcc or rhide, I get the following error: "In file included from hello.cpp:1: c:/djgpp/lang/cxx/iostream.h:32: streambuf.h: No such file or directory (ENOENT)" Any suggestions?