I am trying to build the latest CVS code on FreeBSD 3.0. It appears that libtool is screwing me yet again. If I just type '/usr/local/bin/make' I get a bunch of "undefined symbol" errors. Thinking that the build was linked against the previous versions of the libraries installed in /usr/local/bin, I made those temporarily unavailable and tried again. Sure enough, now: gcc -g -O2 -Wall -Wstrict-prototypes -o .libs/Kaffe main.o .libs/KaffeS.o ../../libraries/clib/native/.libs/libnative.a -lm -L/usr/local/lib ../../libraries/clib/zip/.libs/libzip.a -lz -lz ../../libraries/clib/math/.libs/libmath.a -lgmp -lm ../../libraries/clib/security/.libs/libsecurity.a -lmd ../../libraries/clib/awt/X/.libs/libawt.a -ljpeg -lpng -lz -lz -lm -L/usr/X11R6/lib -lXext -lSM -lICE -lX11 -L../kaffevm/.libs -lkaffevm -lgcc -lm -L/usr/local/lib -R/usr/local/lib -R/usr/X11R6/lib ld: -lkaffevm: no match make[2]: *** [Kaffe] Error 1 Does anyone else have this problem, or a suggested workaround?