On Tue, 2008-09-16 at 09:17 -0400, Darren Landrum wrote:
I posted this exact message to the Vamp forum, noticed
the dates of the
last posts, there, and decided to try here instead.
I'm having a most unusual problem compiling the Vamp-SDK on my machine.
This has actually been an on-going problem for some time now. Looking
over the Vamp forums, I see one other person seems to have successfully
compiled and installed Vamp on his 64-bit Ubuntu install, so I'm
wondering what keeps going wrong here.
the VAMP makefiles are not 64-bit ready. they do not use -fPIC which is
*required* on x86_64 when building shared libraries (it exists but is
optional on x86)
--p