Date: Sat, 27 Jan 2001 10:47:02 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <2593-Sat27Jan2001104701+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 In-reply-to: <94sk5b$9l2$1@nnrp1.deja.com> (josezx@my-deja.com) Subject: Re: Can you help me , installing djgpp on win ME References: <94i7vf$98v$1 AT nnrp1 DOT deja DOT com> <94qrpe$q12$1 AT nnrp1 DOT deja DOT com> <2950-Fri26Jan2001113039+0200-eliz AT is DOT elta DOT co DOT il> <94s7k3$ta9$1 AT nnrp1 DOT deja DOT com> <1858-Fri26Jan2001195340+0200-eliz AT is DOT elta DOT co DOT il> <94sk5b$9l2$1 AT nnrp1 DOT deja DOT com> 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 > From: josezx AT my-deja DOT com > Newsgroups: comp.os.msdos.djgpp > Date: Fri, 26 Jan 2001 19:45:50 GMT > > In article <1858-Fri26Jan2001195340+0200-eliz AT is DOT elta DOT co DOT il>, > djgpp AT delorie DOT com wrote: > > > From: josezx AT my-deja DOT com > > > Newsgroups: comp.os.msdos.djgpp > > > Date: Fri, 26 Jan 2001 16:11:57 GMT > > > > > > This is what I get when 'I try to compile > > > in file included from a.cpp:1: > > > c:/lang/cxx/iostream.h:31:streambuf.h:no such file or directory > (enoent) > > > > This problem is discussed in section 8.3 of the DJGPP FAQ list. Did > > you try the solutions described there? > > yes Okay, let's see. First step: do you indeed have streambuf.h in the c:\lang\cxx directory? Use the DIR command to see that. Also, are you sure the error message said "c:/lang/cxx/iostream.h", exactly, not "c:/djgpp/lang/cxx/iostream.h"? I need to see each error message _exactly_ as printed.