delorie.com/archives/browse.cgi | search |
From: | "Pierre Chatelier" <ktd AT club-internet DOT fr> |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Problems installing DJGPP (W2K) |
Date: | Tue, 11 Jun 2002 21:10:46 +0200 |
X-Priority: | 3 |
X-MSMail-Priority: | Normal |
X-Newsreader: | Microsoft Outlook Express 5.50.4522.1200 |
X-MimeOLE: | Produced By Microsoft MimeOLE V5.50.4910.0300 |
Lines: | 37 |
Message-ID: | <3d064afc$0$27477$7a628cd7@news.club-internet.fr> |
Organization: | Club-Internet / T-Online France |
NNTP-Posting-Date: | 11 Jun 2002 19:09:49 GMT |
NNTP-Posting-Host: | 212.194.211.9 |
X-Trace: | 1023822589 news.club-internet.fr 27477 212.194.211.9 |
X-Complaints-To: | abuse AT club-internet DOT fr |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Reply-To: | djgpp AT delorie DOT com |
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 <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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |