Sender: nate AT cartsys DOT com Message-ID: <367C5769.32DC6A69@cartsys.com> Date: Sat, 19 Dec 1998 17:48:25 -0800 From: Nate Eldredge X-Mailer: Mozilla 4.08 [en] (X11; I; Linux 2.0.35 i486) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: New installation on Win 95, cannot locate #include directories References: <367C3C69 DOT 37AE4611 AT lightspeed DOT net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com 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 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