Hi Luke: Did you build Wine yourself ? What compiler version ? Best, dp Luke Yelavich wrote: >Hi all >I am trying to build fst against the tarball of wine found on the vstserver >site, the tarball vstserver-wine.tar.bz2. The version of fst I am trying to >build is 1.6. > >I get the following output: >gcc -shared -Wl,-Bsymbolic -o libfst.so pthread.o interlocked.o gettid.o libwinelib.o vstwin.o fstinfofile.o fst.o libfst.spec.o -ldl -lpthread -lwine -lwine_unicode -lm >gcc -o fstconfig fstconfig.o -L. -lfst >/libfst.so: undefined reference to `wine_ldt_init_fs@xxxxxxxx' >/libfst.so: undefined reference to `__wine_main_argv@xxxxxxxx' >/libfst.so: undefined reference to `wine_anon_mmap@xxxxxxxx' >/libfst.so: undefined reference to `wine_ldt_alloc_fs@xxxxxxxx' >/libfst.so: undefined reference to `wine_ldt_free_fs@xxxxxxxx' >/libfst.so: undefined reference to `__wine_dll_register@xxxxxxxx' >/libfst.so: undefined reference to `wine_init@xxxxxxxx' >/libfst.so: undefined reference to `__wine_main_argc@xxxxxxxx' >collect2: ld returned 1 exit status >make[1]: *** [fstconfig] Error 1 >make[1]: Leaving directory `/mnt/software/linux/audioslack/tgz/source/fst/fst-1.6/fst' >make: *** [fst] Error 2 > >VSTServer, and VSTI compile fine. > >Suggestions are welcome. > >