------- Comment #5 from michael dot klein at fazi dot de 2006-04-24 09:26 ------- Actually, gcc is installed both with *and* without "-X.Y.Z" on all machines here except the Debian Linuxes (AIX, HP-UX, Solaris), but none of them carries a g++ ending with "-X.Y.Z".
According to truss, libstdc++.a and libgcc.a are definitely pulled from /usr/local/lib/gcc/powerpc-ibm-aix5.2.0.0/4.0.2 Anyway, I just noticed something odd, the program works when: - compiled and linked with 3.3.6 - compiled with 3.3.6, linked with 4.0.2 - compiled with 4.0.2, linked with 3.3.6 And the program only crashes if it is compiled *and* linked with 4.0.2. Any reasonable explanation for this? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26397