Hi, > Hi guys! > > I'm having some trouble compiling recent snapshots: > > /bin/sh ../../libtool --mode=link gcc -O2 -o sciunpack sciunpack.o listwords.o >scriptdump.o vocabdump.o ../sound/libscisound.a ../scicore/libscicore.a >-L/usr/X11R6/lib -lggi -lgii -lgg -L/usr/lib -lSDL -lpthread -L/usr/X11R6/lib >-lXft -lXext -lXi -lX11 -lpng -lm -lc > mkdir .libs > libtool: link: cannot find the library `' > make[4]: *** [sciunpack] Error 1 > > This seems to be a libtool problem, because if I edit the makefile to > use just gcc to link the files (that is, replace "LINK = $(LIBTOOL) > --mode=link $(CCLD)..." with just "LINK = $(CCLD)...", everything works > out fine. That's a problem with libtool that I have been unable to figure out. I've removed the "driver module" stuff in my local copy; everything seems to work now (I'll check it in when I'm home later today). I guess we should discuss this with some automake/autoconf/libtool people before adding it again. llap, Christoph
