On Fri, Jun 10, 2016 at 23:49:22 +0200, deloptes wrote:

[...]

> /usr/bin/ld: 
> /opt/software/SyncEvolution/syncevolution-1.5.1/src/build-synthesis/src/.libs/libsynthesissdk.a(libsynthesissdk_la-SDK_util.o):
> relocation R_X86_64_PC32 against symbol `StrAllocN' can not be used when
> making a shared object; recompile with -fPIC

Hi,

IIRC this error usually happens if you want to build a dynamic library
with -fPIC and try to link it with a static one that was built without.

However, I can't see the exact cause of the failure without more
context from the build log.

Regards,
Tino
_______________________________________________
SyncEvolution mailing list
SyncEvolution@syncevolution.org
https://lists.syncevolution.org/mailman/listinfo/syncevolution

Reply via email to