Alright, marked as fixed then.
Cheers, Paul
** Changed in: aubio (Ubuntu)
Status: New => Fix Released
--
libaubio.a (amd64) built without -fPIC
https://bugs.launchpad.net/bugs/317864
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu
Paul,
You're quite right -- this appears to be fine with the 0.3.2-2ubuntu3
shipped in 9.04. I can only assume it changed during the last couple
of updates.
Chris
--
libaubio.a (amd64) built without -fPIC
https://bugs.launchpad.net/bugs/317864
You received this bug notification because you ar
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
Cheer