Mail Archives: djgpp/2002/06/21/23:27:57
>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
- Raw text -