Mail Archives: djgpp/2002/06/24/06:46:01
>> No. I have GCC 3.1 working on XP at the moment. Could you post a small
>> < 30 line program and the commands you use to make the program so that
>> I can try to reproduce it. If you cannot post a small program then
>> send it via private email to me in a zip file (remove the .oz in the
>> return address).
>
>No problem:
>
>//foo.cpp
>#include <iostream>
>using namespace std;
>int main(int, char* [])
>{
> return 0;
>}
>
>does not compile:
>
>gxx -o foo.exe foo.cpp
>
>returns 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)>
>
>> Are you using cmd.exe or command.exe as the dos command shell? I have
>> found that command.com is more compatible with DOS than cmd.exe.
>
>I don't know, and I cannot check it for the moment, because I do not have
>access to my W2k computer for now.
>I'm using the default Command dos shortcut, anyway.
>But I remember that I tried another shell (a shareware), with the same
>results.
It worked fine for me on my setup. As martin indicated in another
posting check the zip files are not corrupted and use unzip32 to
unzip, not pkzip 2.04 or unzip.
Andrew
- Raw text -