From: dodger AT softhome DOT net (Shawn) Newsgroups: comp.os.msdos.djgpp Subject: Re: Please help a beginner! Date: Tue, 2 Jun 1998 14:48:48 -0700 Organization: South Lines: 27 Message-ID: References: <19980602005455 DOT AAE11858 AT ppp124 DOT cartsys DOT com> NNTP-Posting-Host: firewall.humongous.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk In article <19980602005455 DOT AAE11858 AT ppp124 DOT cartsys DOT com>, nate AT cartsys DOT com says... > At 02:35 6/1/1998 -0500, Rob wrote: > >Hello all, > > > > I am just starting out with the DJGPP compiler and I am also > >using the DFE (DJPGG Front End for Win 95) with it... > > > > Anyways, here is my problem..... Whenever I try > >to compile anything in C++, I get an error telling me that > >it cannot find the file streambuf.h as indicated on line 31 of > >iostream.h (I've checked it out and I do actually have this file) > >Does anyone know what's happening here? > > Add SET LFN=Y to AUTOEXEC.BAT. > > Nate Eldredge > nate AT cartsys DOT com Thanks for the tip! I was having the same problem. However, I also discovered this is in the DJGPP.ENV file. In my case it was easier to change it there because I don't necessarily need every DOS box to have it. (Look for the line +LFN=n near the top of the file.) - Shawn