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.

-- 
Kind regards,
+---------------------------------------------------------------+
| Bas Zoetekouw                  | Si l'on sait exactement ce   |
|--------------------------------| que l'on va faire, a quoi    |
| [EMAIL PROTECTED]             | bon le faire?                |
|    [EMAIL PROTECTED]             |               Pablo Picasso  |
+---------------------------------------------------------------+ 

Reply via email to