[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnash] Link Error on Ubuntu Dapper amd64
From: |
Rob Savoye |
Subject: |
Re: [Gnash] Link Error on Ubuntu Dapper amd64 |
Date: |
Wed, 10 May 2006 09:35:46 -0600 |
User-agent: |
Thunderbird 1.5 (X11/20051201) |
Jay Miller wrote:
> At the end I get the following link error:
>
> /usr/bin/ld: .libs/log.o: relocation R_X86_64_PC32
> against `std::basic_string<char,
> std::char_traits<char>, std::allocator<char>
>> ::basic_string()@@GLIBCXX_3.4' can not be used when
> making a shared object; recompile with -fPIC
> /usr/bin/ld: final link failed: Bad value
> collect2: ld returned 1 exit status
> make[1]: *** [libgnashbase.la] Error 1
This looks like you are using two different compilers. Have you done a
make clean between configuration attempts ? Also I'd drop passing any
flags to configure like --with-pic, etc... The default behavior should
be what works best.
- rob -