Tristan Wibberley wrote:
> On Mon, 2006-10-09 at 17:25 +0200, strk wrote:
>> On Mon, Oct 09, 2006 at 01:29:02PM +0100, Tristan Wibberley wrote:
>>
>>> /usr/bin/ld: /usr/lib64/libagg.a(agg_vcgen_stroke.o): relocation
>>> R_X86_64_32S against `a local symbol' can not be used when making a
>>> shared object; recompile with -fPIC
>>> /usr/lib64/libagg.a: could not read symbols: Bad value
>> Did you try adding -fPIC to your CXXFLAGS ?
> 
> I tried adding it to AM_CPPFLAGS and rerunning

  Adding -fPIC to anything won't work, as this option is added by
libtool. You should see "make" building both relocatable and
non-relocatable versions of the same files. This actually to me looks
like a linker bug.

        - rob -


_______________________________________________
Gnash mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash

Reply via email to