--- Comment #8 from dje at gcc dot gnu dot org 2007-03-21 15:49 ---
This is not a GCC bug. Binutils was updated to support AIX 4.3.3, but has not
been maintained, improved, or updated for AIX 5. It can do simple things, but
does not fully support more advanced features. For instance,
--- Comment #7 from dje at gcc dot gnu dot org 2007-03-20 22:41 ---
If GNU Binutils and Linker do not support AIX 5L sufficiently to bootstrap GCC,
then you should infer that does not support AIX 5L sufficiently for anything
"interesting", like shared libraries.
--
http://gcc.gnu.or
--- Comment #6 from kstemen at centeris dot com 2007-03-20 22:19 ---
That says you can't bootstrap GCC on AIX 5L with GNU ld and as. It doesn't say
you can't build a cross compiler with them, and it doesn't say you can't use
them after GCC is bootstrapped.
In fact, I have looked at coll
--- Comment #5 from pinskia at gcc dot gnu dot org 2007-03-20 22:15 ---
"The native as and ld are recommended for bootstrapping on AIX 4 and required
for bootstrapping on AIX 5L. The GNU Assembler reports that it supports WEAK
symbols on AIX 4, which causes GCC to try to utilize weak sym
--- Comment #4 from kstemen at centeris dot com 2007-03-20 22:10 ---
Tell me what binutils doesn't support and I'll file a bug on binutils. I
already filed a bug about the default rpath in the cross compiler version of
gnu ld for AIX 5.3.0.0, and they fixed it. They didn't say anything a
--- Comment #3 from pinskia at gcc dot gnu dot org 2007-03-20 21:59 ---
>If it would help you, I can give you the options I used to configure binutils,
> and a list of the AIX libraries in my AIX sysroot.
Does not matter, binutils does not support AIX 5.3 features.
--
pinskia at gcc