Date: Mon, 3 Aug 1998 18:46:20 +0300 (IDT) From: Eli Zaretskii To: Tarad cc: djgpp AT delorie DOT com Subject: Re: Error compiling with DJGPP! In-Reply-To: <01bdbee6$fa6c50c0$3358f482@s-64584> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 3 Aug 1998, Tarad wrote: > Hi I tried to compile a test c++ program just to see if I could get DJGPP > working and I got this error. > C:\djgpp>gcc -c -Wall -test.cc > In file included from test.cc:1: > c:/djgpp/lang/cxx/iostream.h:31: streambuf.h: No such file or directory Set LFN=y in the environment, and it will work. > Can it have something to do with the DJGPP using / instead of \ No, DJGPP can handle both styles of slashes alike.