On 11 December 2012 16:31, David Robillard <d(a)drobilla.net> wrote:
Looks like you are building against a static library.
Since you are building
a shared module, pedantically you can't do this
A static library is just a pile of object files. Of course you can
build a shared object against them. The problem is just that the
objects in this particular static library were built without PIC.
Chris