We'll look into this.
Hi everybody,
The link of LimeLM static libraries under Linux (in my case Ubuntu 14.04) works perfectly when my application is an executable. The problem is that my application is a shared library. During the linking phase I got the following error:/usr/bin/ld: ...lib/LimeLM/v4.0.3/TurboActivate/linux/static/amd64/libTurboActivate.a(TurboActivate.o): relocation R_X86_64_32 against `_ZNSt8__detail12__prime_listE' can not be used when making a shared object; recompile with -fPIC...lib/LimeLM/v4.0.3/TurboActivate/linux/static/amd64/libTurboActivate.a: error adding symbols: Bad valueAccording to this link (http://stackoverflow.com/questions/19768267/relocation-r-x86-64-32s-against-linking-error) your libraries are compiled without -fPIC flag.Are you going to solve this issue?
Thanks in advance.
Alessandro
We'll look into this.