This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: other/9671: gcc.3.2.2 do not build on a HP Tru64 Unix v5.1Bsystem
Olle Eriksson writes:
> Yes, but my problem is:
>
> gcc 3.2.2 do not build on a tru64 5.1B system. This is so regardless
> if you bootstrap with an old gcc or using the native cc. The problem
> seems to be some changes in stat.h that causes the prefix F64 to be
> applied twice.
Ok, I see. Could you please find out which of the object files linked for
cc1 contains those _F64__F64_stat etc. references. Once you've found that,
please send me the preprocessor output from building that file (preferably
with gcc -g3 -save-temps).
Rainer