Mail Archives: djgpp/2002/06/11/18:16:59
X-Originating-IP: | [200.34.143.5]
|
From: | "J. L." <jlsgarrido AT hotmail DOT com>
|
To: | <djgpp AT delorie DOT com>
|
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
|
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: | <OE26lb4fbS3JH47R67400012bbb@hotmail.com>
|
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" <ktd AT club-internet DOT fr>
Newsgroups: comp.os.msdos.djgpp
To: <djgpp AT delorie DOT com>
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 <iostream>
> using namespace std;
> int main(int, char* [])
> {
> return 0;
> }
>
> >gxx -o foo.exe foo.cpp
>
> will return lots of errors, beginning by
> <In file included from foo.cpp:1:
E:/C++/DJGPP/lang/cxx-v31/iostream:44:28:
> 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.
>
- Raw text -