> dssi-vst-server.cpp: undefined reference to `pthread_mutex_trylock' Does the file (I don't have it to hand and am not at a proper computer) have #include <pthread.h> at the top? If not, what if you add it? It may just be that another header includes this on other systems, but not on yours. Chris