Date: Tue, 30 Jul 2002 08:35:14 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: "WHITING, Edward" cc: djgpp AT delorie DOT com Subject: Re: problems with GCC In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 30 Jul 2002, WHITING, Edward wrote: > 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? The DJGPP FAQ discusses this problem in section 8.3. Please read it and see if the advice there helps you.