Re: AW: AIX link error with g++ 4.4.0

2009-06-10 Thread Dave Korn
Ian Lance Taylor wrote: > "Fehringer Franz" writes: > >> I have exactly the same error like described in >> http://gcc.gnu.org/ml/gcc-help/2009-05/msg00323.html >> namely >> collect2: library libstdc++ -lsupc++ not found > The bug is in the way that gcc/gpg++spec.c uses LIBSTDCXX_STATIC, or > po

Re: AW: AIX link error with g++ 4.4.0

2009-06-10 Thread Ian Lance Taylor
"Fehringer Franz" writes: > I have exactly the same error like described in > http://gcc.gnu.org/ml/gcc-help/2009-05/msg00323.html > namely > collect2: library libstdc++ -lsupc++ not found > I have a POWER6 with AIX 6.1.2, for the build --disable-shared was used > (i think this is the reason why

AW: AIX link error with g++ 4.4.0

2009-06-10 Thread Fehringer Franz
_ Von:Fehringer Franz Gesendet: Mittwoch, 10. Juni 2009 10:55 An: 'gcc-h...@gnu.org'; 'g...@gnu.org' Betreff:AIX link error with g++ 4.4.0 Hello all, I have exactly the same error like described in http://gcc.gnu.org/ml/gcc-he