Closed GoogleCodeExporter closed 8 years ago
From the web, it is not possible to link a static library into a shared library
(the MEX functions). As proposed in the message, you can use the flag "-fPIC"
but this is like creating a dynamic library. It is proposed to force the
project to compile BTK libraries as shared dynamic object using the CMake
option BUILD_SHARED_LIBS.
Original comment by arnaud.barre
on 1 Feb 2011 at 6:07
Original comment by arnaud.barre
on 3 Feb 2011 at 9:28
Original issue reported on code.google.com by
arnaud.barre
on 1 Feb 2011 at 6:06