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
Attachment:
pgp4wI3MVKZfL.pgp
Description: PGP signature
_______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel