Hello Christian, * Christian Egli wrote on Tue, Nov 03, 2009 at 09:13:49AM CET: > /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H > -I. -I../liblouis -g -O2 -MT progname.lo -MD -MP -MF .deps/progname.Tpo > -c -o progname.lo progname.c > ../libtool: line 833: X--tag=CC: command not found > ../libtool: line 866: libtool: ignoring unknown tag : command not found > ../libtool: line 833: X--mode=compile: command not found
There is a mismatch between the ltmain.sh version and the Libtool macro version used for configure. The most likely difficulty is to find where the old macro hide -- some old installed libtool.m4 file, aclocal.m4, or so. You can add --verbose to aclocal to find out. Hope that helps. Cheers, Ralf _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool