From: Andrew Cottrell Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP, W2k and gpp3.1 Date: Mon, 24 Jun 2002 20:41:10 +1000 Organization: ihug ( New Zealand ) Lines: 37 Message-ID: <2ntdhuo1j5sbeo2jdk2vv65l32c6nkcuft@4ax.com> References: <3D138B07 DOT 19A0128 AT club-internet DOT fr> <9vm7hu4bkm5lteshheracq37lsd6bop4of AT 4ax DOT com> <3D141D8F DOT 1C59BFE3 AT club-internet DOT fr> NNTP-Posting-Host: p138-tnt7.syd.ihug.com.au Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: lust.ihug.co.nz 1024915275 10551 203.173.144.138 (24 Jun 2002 10:41:15 GMT) X-Complaints-To: abuse AT ihug DOT co DOT nz NNTP-Posting-Date: Mon, 24 Jun 2002 10:41:15 +0000 (UTC) X-Newsreader: Forte Agent 1.91/32.564 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com >> 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 >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