Mail Archives: djgpp/1998/06/02/18:31:01
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
- Raw text -