From: Andrew Cottrell Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP, W2k and gpp3.1 Date: Sat, 22 Jun 2002 12:16:34 +1000 Organization: ihug ( New Zealand ) Lines: 36 Message-ID: <9vm7hu4bkm5lteshheracq37lsd6bop4of@4ax.com> References: <3D138B07 DOT 19A0128 AT club-internet DOT fr> NNTP-Posting-Host: p49-tnt8.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 1024712199 26041 203.173.147.49 (22 Jun 2002 02:16:39 GMT) X-Complaints-To: abuse AT ihug DOT co DOT nz NNTP-Posting-Date: Sat, 22 Jun 2002 02:16:39 +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 >A few days ago, I posted a message telling that my DJGPP with gpp3.1 >does not work under W2k. >Unfortunately, the answers did not help me to solve the problem, which >is that it does not compile, the parser cannot open some headers like >bits/c++config.h (included when using iostream, for instance) >It sounds like a long file name problem, but I checked that LFN is set >to y in my DJGPP.env, I tried to force it anyway with SET LFN=y in DOS >command, I tried with LFN=n, I put DJGPP in C:\DJGPP, so the DJDIR >itself does not contain long file names. >As I thought it was a problem with Windows2000, I checked I had the >newest packages of the 2.03 update refresh for W2k. >The only idea that remains to me is that, in the 2.03 refresh page, >gpp3.1 is not mentioned, but only a 2.95 version. >Would it be that gpp3.1 is not yet supported? Strange, if it's only due >to file names... No. I used GCC 3.1 from Simtel on XP to re-build it'self with the latest CVS LIBC and then re-build itself once some patches were applied to the lIBC source. The GCC 3.1 at Simtel has been built with the 2.03 refresh so it will work under 2K and XP. >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). Can you build a C hello world program? How about a C++ cout hello world? 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. Regards, Andrew