gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-dev] Error when building on gentoo x86_64: boost... recompile


From: Benjamin Wolsey
Subject: Re: [Gnash-dev] Error when building on gentoo x86_64: boost... recompile with -fPIC
Date: Fri, 19 Jun 2009 15:22:05 +0200

> /usr/lib/gcc/x86_64-pc-linux-gnu/4.2.3/../../../../x86_64-pc-linux-gnu/bin/ld:
>  
> /usr/lib64/libboost_thread-mt-s.a(thread.o): relocation R_X86_64_32 against 
> `a 
> local symbol' can not be used when making a shared object; recompile with -
> fPIC
> /usr/lib64/libboost_thread-mt-s.a: could not read symbols: Bad value
> collect2: ld returned 1 exit status
> make[2]: *** [libgnashbase.la] Error 1

It looks like you're trying to link a shared object against the static
versions of boost libraries. Possibly your modifications to the
configure script aren't quite right, or you need to do more to make sure
it links against libboost_thread-mt.so, not libboost_thread-mt-s.a.

bwy

--
Free Flash, use Gnash
http://www.gnu.org/software/gnash/

Benjamin Wolsey, Software Developer - http://benjaminwolsey.de

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


reply via email to

[Prev in Thread] Current Thread [Next in Thread]