* Eric Fernandez: > I have just tried gcc-4.4.1 on AIX 5.3 and got the same linking error I > previously reported in: > http://gcc.gnu.org/ml/gcc-help/2009-05/msg00323.html > > which is: > collect2: library libstdc++ -lsupc++ not found. Looks like a missing "-" or incorrect quoting. Have you looked at "gcc -v" output, to check how the linker is called?