Date: Mon, 14 Dec 1998 10:06:57 -0500 (EST) From: Nathaniel Johnson To: Eli Zaretskii cc: Nate Eldredge , djgpp AT delorie DOT com Subject: Re: gxx error In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com when i looked for streambuf.h i only found streambu.h so i reset LFN=n and it worked i guess every time i reinstalled djdev202 it must have reset LFN=y and then it couldnt find streambuf.h... i suppose i should use an unziping util that handles long file names since i am using win98 thank you for all of you time and help... im sorry it was such a stupid mistake nate On Mon, 14 Dec 1998, Eli Zaretskii wrote: > > On Sun, 13 Dec 1998, Nathaniel Johnson wrote: > > > e:/djgpp/lang/cxx > > e:/djgpp/include > > e:/djgpp/lang/cxx > > e:/djgpp/lib/gcc-lib/djgpp/2.81/include > > e:/djgpp/include > > End of search list. > > In file included from swap.cc:1: > > e:/djgpp/lang/cxx/iostream.h:31: streambuf.h: No such file or directory (ENOENT) > > Several questions: > > Is this with LFN=y or LFN=n in the environment? > > Did you use the original djgpp.env as supplied with djdev202.zip, or > did you edit it in some way? > > Also, please chdir into e:\djgpp\lang\cxx and type the following: > > dir streambuf.h > > Then post what that printed, exactly. > > I understand that you are working on Windows 9X, is that correct? >