On 11 December 2012 16:31, David Robillard <[email protected]> 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 _______________________________________________ Linux-audio-dev mailing list [email protected] http://lists.linuxaudio.org/listinfo/linux-audio-dev
