> /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

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

Reply via email to