Subject: problems with GCC MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Tue, 30 Jul 2002 10:53:53 +1000 Message-ID: From: "WHITING, Edward" To: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id g6U0rj627129 Reply-To: djgpp AT delorie DOT com Dear DJGPP, I am using the GCC compiler, with RHIDE as the front end program. I like it very much, however, when I try to compile a very simple C++ program, GCC sends an error message saying that it cannot find streambuf.h, which iostream.h needs. There is a copy of streambuf.h in the "include" folder as well as the "lang" folder, where iostream.h is located. I receive the message saying "error: streambuf.h: No such file or directory (ENOENT)". Do you have any suggestions? E Whiting