------- Additional Comments From appfault at hotmail dot com 2005-08-16 20:03 ------- I compiled 4.0.1 using 'make bootstrap' and the make and install succeeded. I'm not certain whether the symbols in libstdc++.a are correct. I tried running 'nm' on various files, but GNU nm seems moderately incompatible with AIX.
After it failed initially, I tried upgrading to binutils-2.16.1 (careful to move the GNU ld and GNU as out of the way, since the documentation says they don't work on AIX). But I see lots of weird errors like this, when running GNU nm, so I'm not sure if it is even working at all: $ ~/external/bin/nm ~/external/bin/nm > /dev/null BFD: /home/johnkw/external/bin/nm: Unrecognized storage class 0 for *ABS* symbol `/usr/include/sys/inttypes.h' Is GNU nm supposed to work on AIX? BFD: /home/johnkw/external/bin/nm: Unrecognized storage class 0 for *ABS* symbol `/usr/include/sys/inttypes.h' -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23406