libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with invocation of libtoolize?


From: Christian Egli
Subject: Re: Problem with invocation of libtoolize?
Date: Fri, 06 Nov 2009 09:29:53 +0100

Hi

On Tue, 2009-11-03 at 23:16 +0100, Ralf Wildenhues wrote:
> * 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.

This lead me down the right track. I invoked autoreconf with --debug
("--verbose --verbose" would work too) which in turn invokes aclocal
with the --verbose option. The output indicated that there was a
libtool.m4 in ./gnulib/m4. I must have added this inadvertently to svn
when integrating gnulib. Once I removed that everything worked.

Thank you very much.
Christian
-- 
Christian Egli
Swiss Library for the Blind and Visually Impaired
Grubenstrasse 12, CH-8045 Zürich, Switzerland





reply via email to

[Prev in Thread] Current Thread [Next in Thread]