This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 4.1 and R_PPC64_ADDR32 out of range
- From: Andrew Haley <aph at redhat dot com>
- To: Rene Rebe <rene at exactcode dot de>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 25 Apr 2006 13:21:54 +0100
- Subject: Re: GCC 4.1 and R_PPC64_ADDR32 out of range
- References: <200604251412.18570.rene@exactcode.de>
Rene Rebe writes:
> Hi,
>
> not such an high priority, but testing the latest gcc 4.1.0 in
> "whole system builds" I stumble over:
>
> jackd: error while loading shared libraries: /usr/lib64/libjack.so.0:
> R_PPC64_ADDR32 40000056b70 for symbol `' out of range
>
> There only R_PPC64_ADDR32 in .text+0*.
>
> Any idea or proposal how to hunt this?
just a guess, but perhaps libjack isn't compiled -fPIC?
Andrew.