Date: Wed, 12 Jun 2002 08:45:26 +0300 (WET) From: Andris Pavenis X-Sender: pavenis AT ieva06 To: Pierre Chatelier Cc: djgpp AT delorie DOT com Subject: Re: Problems installing DJGPP (W2K) In-Reply-To: <3d064afc$0$27477$7a628cd7@news.club-internet.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 11 Jun 2002, Pierre Chatelier wrote: > Hi everybody! > > I've just installed DJGPP with gcc/gpp 3.1 and all required files for what I > need under W2K. > Before you ask : yes, I put DJGPP\bin in my path, and set a DJGPP variable > pointing to djgpp.dev :-) > > But I cannot compile anyway! > > //foo.cpp > #include > using namespace std; > int main(int, char* []) > { > return 0; > } > > >gxx -o foo.exe foo.cpp > > will return lots of errors, beginning by > bits/c++config.h: No such file or directory (ENOENT)> > > It sounds like gxx (and gpp as well) does not care of the files "header.gcc" > from either E:\C++\DJGPP\lang\cxx-v31\djgpp or > E:\C++\DJGPP\lang\cxx-v31\djgpp\bits > > Does anybody have an idea? I did not testing on Win2000 or WinXP. Tried to test with fresh install (djdev, binutils, gcc31b.zip, gpp31b.zip) under DOSEMU running under Linux (no LFN supported there) and met no problems. Renaming header files according header.gcc worked without any problems. Andris