On 01/30/2013 03:16 PM, David Edelsohn wrote: > <michael.haubenwall...@salomon.at> wrote: >> 4: Also, LD_LIBRARY_PATH points to ppc64/libstdc++-v3/.libs/ while using >> 32bit gcc/xgcc to build libatomic.a. >> => This is the one that /does/ break, as that 64bit libstdc++.a is there now.
> Originally, I was using --boot-ld-flags which included /usr/gnu/lib > first in the path, so an older version of libstdc++ was found. Yes, but - sorry for being nit-picky - could you find out if your /usr/gnu/lib/libstdc++.a was a static-only archive? > Now, after your patch, cc1plus is statically linked with libstdc++.a. Yes, although the problem was with xgcc already (before cc1plus is executed). /haubi/