Comment 1 for bug 317864

Revision history for this message
Paul Brossier (piem) wrote :

Hi Chris,

According to the build logs and the debian policy (10.2), the library *is* built with -fPIC.

What command are you using to build statically? On i386, the following command works fine:

$ gcc -o test-phasevoc test-phasevoc.c /usr/lib/libaubio.a /usr/lib/libfftw3f.a /usr/lib/libm.a

Cheers, Paul