On Sat, 2006-03-04 at 23:14 -0500, Lee Revell wrote:
On Sun, 2006-03-05 at 15:09 +1100, Mr Machine
wrote:
dssi-vst-server-5Pa9Gf.o(.text+0x147e): In
function
`RemoteVSTServer::process(float**, float**)':
dssi-vst-server.cpp: undefined reference to `pthread_mutex_trylock'
collect2: ld returned 1 exit status
Do you have glibc-devel or libc6-devel or libpthreads-devel or whatever
installed? This is a basic POSIX threading function that should be
available in any sane development environment...
i have the glibc-devel package:
glibc-devel-2.3.5-10.3
would this mean that it is not finding it? i'm pretty sure my
PKG_CONFIG_PATH is set correctly, though. i don't have any of those
other packages installed, but i'm guessing they're the same thing as
glibc-devel, but only for different distributions (i'm using FC4)?
It must be a Makefile bug then. Sorry I can't help more...
Lee