[Spice-devel] spice-gtk compile on arm

Christophe Fergeau cfergeau at redhat.com
Wed May 9 10:17:48 PDT 2012


On Wed, May 09, 2012 at 08:57:56PM +0800, Wang Zhiqiang wrote:
> Hi,
> 
> I compiled the source code of spice-gtk-0.11 within ubuntu 10.04 over
> arm board.
> 
> but when I making, I get the error as follows:
> 
> make[4]: Entering directory `/home/admin/spice-gtk-0.11/gtk'
> 
> CCLD libspice-client-glib-2.0.la <http://libspice-client-glib-2.0.la>
> 
> /usr/bin/ld: /usr/local/ssl/lib/libssl.a(t1_meth.o): relocation
> R_ARM_THM_MOVW_ABS_NC against `a local symbol' can not be used when
> making a shared object; recompile with -fPIC
> 
> /usr/local/ssl/lib/libssl.a: could not read symbols: Bad value

spice-gtk is trying to generate a shared library, and it needs some symbols
from this libssl.a. However, it was only built as a static library, and
this cannot work. You need to figure out how to get a shared libssl I
think.

Christophe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/spice-devel/attachments/20120509/ea164400/attachment.pgp>


More information about the Spice-devel mailing list