Date: Mon, 28 Feb 2000 08:43:06 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Jww68 AT aol DOT com cc: djgpp AT delorie DOT com Subject: Re: streambuff.h 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: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 27 Feb 2000 Jww68 AT aol DOT com wrote: > Can someone please help me? I am trying to run a C program using RHIDE 1.4 > and it gives me an error saying that it cannot find a file named > "streambuff.h". Where can I find this file? The file's name is streambuf.h (single `f'), not streambuff.h. It comes with lgpNNNb.zip (where NNN is a version number) and should be in your lang/cxx directory. Section 8.3 in the DJGPP FAQ list mentions some of the problems people tend to have with streambuf.h; please see if that section helps you solve the problem.