X-Originating-IP: [200.34.143.5] From: "J. L." To: References: <3d064afc$0$27477$7a628cd7 AT news DOT club-internet DOT fr> Subject: Re: Problems installing DJGPP (W2K) Date: Tue, 11 Jun 2002 15:59:05 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Message-ID: X-OriginalArrivalTime: 11 Jun 2002 20:58:59.0175 (UTC) FILETIME=[CEC19F70:01C2118A] Reply-To: djgpp AT delorie DOT com ----- Original Message ----- From: "Pierre Chatelier" Newsgroups: comp.os.msdos.djgpp To: Sent: Tuesday, June 11, 2002 2:10 PM Subject: Problems installing DJGPP (W2K) > 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 :-) And..., do you read the FAQ? :-) > > 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 > > I tried to re-install in a directory E:\Cpp\DJGPP, thinking that perhaps the > "C++" was a problem, but the error was the same. > > Does anybody have an idea? > > Thanks in advance > > Pierre Chatelier > > J. L. >