On Tue, 03 Nov 2015 14:58:18 +0100
Filipe Coelho <falktx(a)gmail.com> wrote:
But what exactly is that linker error?
'-fPIC' is used in carla code already, so the issue must be somewhere
else..
Hi,
This error may appear when trying to link a dynamic library against a
static library. Make sure that all libraries used by Carla (and
recursively, their dependencies) are available as shared libraries for
the right architecture. Problem may happen when mixing 32 bits and 64
bits libraries too.
-a.