I&#39;ve been trying to compile different versions of fst without success. With versions 1.7 through 1.9 I get something like this running make:<br>taavi@a91-154-110-48:~/fst-1.8$ make<br>cp -a `find . | grep &#39;vstsdk[^/]*\$&#39;`/source/common ./vstsed -i &#39;/struct VstFileType\|struct VstFileSelect/,/};/d&#39; vst/aeffectx.hwinegcc -mwindows -o 
fst.exe audiomaster.o fst.o fstinfofile.o gtk.o jfst.o vsti.o vstwin.o&nbsp;&nbsp;&nbsp;&nbsp; `pkg-config --libs gtk+-2.0` `pkg-config --libs jack` `pkg-config --libs alsa` `pkg-config --libs lash-1.0`&nbsp; -L/usr/X11R6/lib -lX11&nbsp;&nbsp; -luuid<br>jfst.o
: In function `main&#39;:<br>jfst.c:(.text+0xa48): undefined reference to `pthread_create&#39;<br>vsti.o: In function `stop_midireceiver&#39;:<br>vsti.c:(.text+0x506): undefined reference to `pthread_join&#39;<br>collect2: ld returned 1 exit status
<br>winegcc: i486-linux-gnu-gcc failed.<br>make: *** [fst.exe] Error 2<br><br>Any ideas?<br><br>Thanks<br><br><br><br>