This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Very recent libstdc++ breakage: testsuite_shared.so cannot be built anymore
- From: "H.J. Lu" <hjl dot tools at gmail dot com>
- To: Paolo Carlini <paolo dot carlini at oracle dot com>
- Cc: "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>, jamborm at gcc dot gnu dot org, hubicka at gcc dot gnu dot org
- Date: Fri, 25 Jun 2010 11:38:39 -0700
- Subject: Re: Very recent libstdc++ breakage: testsuite_shared.so cannot be built anymore
- References: <4C24C24B.3090608@oracle.com>
On Fri, Jun 25, 2010 at 7:50 AM, Paolo Carlini <paolo.carlini@oracle.com> wrote:
> Hi,
>
> everything was fine until this morning, now upon make-check in the v3
> dir, during the final link for testsuite_shared.so, ld spills:
>
> relocation R_X86_64_PC32 against symbol
> `__gnu_cxx::__common_pool<__gnu_cxx::__pool, true>::_S_get_pool()' can
> not be used when making a shared object; recompile with -fPIC
>
This is caused by one of:
http://gcc.gnu.org/ml/gcc-patches/2010-06/msg02571.html
http://gcc.gnu.org/ml/gcc-patches/2010-06/msg01990.html
--
H.J.