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...
Lee