Message-ID: <3D141D8F.1C59BFE3@club-internet.fr> Date: Sat, 22 Jun 2002 08:47:43 +0200 From: Pierre Chatelier Organization: La Société elle a que des problèmes X-Mailer: Mozilla 4.06 [fr] (Win95; I) MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP, W2k and gpp3.1 References: <3D138B07 DOT 19A0128 AT club-internet DOT fr> <9vm7hu4bkm5lteshheracq37lsd6bop4of AT 4ax DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 39 NNTP-Posting-Date: 22 Jun 2002 06:37:21 GMT NNTP-Posting-Host: 213.44.4.146 X-Trace: 1024727841 news.club-internet.fr 10837 213.44.4.146 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, 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 using namespace std; int main(int, char* []) { return 0; } does not compile: gxx -o foo.exe foo.cpp returns lots of errors, beginning by > 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