This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: How do you debug X86_64 relocation errors
- From: Mike Frysinger <vapier at gentoo dot org>
- To: binutils at sources dot redhat dot com
- Cc: sean <seandarcy2 at gmail dot com>
- Date: Fri, 19 Aug 2005 23:24:43 -0400
- Subject: Re: How do you debug X86_64 relocation errors
- References: <de6693$bls$1@sea.gmane.org>
On Friday 19 August 2005 10:58 pm, sean wrote:
> I'm trying to build ffmpeg on amd64, which has a x264
> plugin. I built x264 with -fPIC which gives x264.a (dunno
> why the devs only want a static lib).
>
> <snip>
>
> I've strewn -fPIC's all over the place. What else do you
> look for?
it doesnt matter if you build ffmpeg with -fPIC ... as the error message
indicates, the object files in libx264.a need to be built as PIC
-mike