* ron minnich ([EMAIL PROTECTED]) wrote:
> The isses of Python and gcc are not simply academic. They're part of
> the DOE meal ticket.
I happen to have lost what respect was left for gcc a couple of weeks ago
when I tried to compile drawterm on a 64bit linux box. Gcc barfed on a
malformed typedef in stddef.h. It might be the right thing nowadays, but a
compiler not accepting a standard header (installed in a directory not only
specific to said compiler but also to the compiler version) certainly is a
bit gross.
To be fair, the problem probably was the result of the combination of a
64bit (intel) architecture, the organisation of that specific distro, and
the installed compiler, but I'm not sure it's even an excuse. (Testing,
anyone?)
So, while having a gcc port could be helpful for getting new users, the gcc
folks should get their act together, rather then churning out ever new
optimisation switches.
Martin
P.S. The problem with drawterm was trivially fixed by commenting out the
offending line as none of the drawterm code was using it.