http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38607
David Edelsohn <dje at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #21 from David Edelsohn <dje at gcc dot gnu.org> 2013-03-25 20:53:17 UTC --- The change to libtool to invoke GCC with -fPIC fixes most of the issues. The remaining issue (tail recursion in libstdc++) is a incorrect warning from the AIX linker because it does not recognize that the target of the call -- a function declared weak because it could be overridden -- is itself.