Re: R_PPC_REL24 relocation __libc_start_main/__nptl_deallocate_tsd out of range

2011-02-16 Thread brian m. carlson
On Wed, Feb 16, 2011 at 10:29:39AM +0100, Stefano Bonifazi wrote: > My binaries are someway special being compiled with -fPIC and linked > with -pie (gcc -Wl,-pie) as I need full relocatable PIC executables. You probably want to just use gcc -fPIE for compiling (although gcc -fPIC is not incorrect

R_PPC_REL24 relocation __libc_start_main/__nptl_deallocate_tsd out of range

2011-02-16 Thread Stefano Bonifazi
Hi! Sorry I am not very sure if this is the right mailing list for posting my problem, I've got the address from an old thread about the same kind of problem. I am working on a project using powerpc binaries I create myself. I am creating the binaries using Debian 6 kernel 2.6.32.5 powerpc ru