Mail Archives: djgpp/1998/12/19/20:52:31
David L. Painter wrote:
>
> Hopefully someone can help me with this small problem:
>
> After installing the DJGPP Gnu Gcc/Gxx/G++ program for MS-DOS,
> the program is still having problems finding the libraries at
> compile time.
> When compiling from within a Cygnus Cygwin Bourne Shell,
> using the GXX compiler,
> I receive error messages like this:
>
> >$gxx -o test test.cpp
> >In file included from test.cpp:3:
> >c:/gnucc/lang/cxx/iostream.h:31: streambuf.h: No such file or directory <ENOENT>
You probably need to SET LFN=Y in AUTOEXEC.BAT to enable long file
names. Alternatively, upgrade to DJGPP v2.02, where they are enabled by
default. See also FAQ section 8.2.
--
Nate Eldredge
nate AT cartsys DOT com
- Raw text -