Mail Archives: djgpp/2002/06/22/02:49:13
Hi, thank you for the answer
> >Does somebody knows about this problem?
> 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.
Regards,
Pierre
- Raw text -