bug-libtool
[Top][All Lists]
Advanced

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

Re: $echo left undefined in libtool script


From: Ralf Wildenhues
Subject: Re: $echo left undefined in libtool script
Date: Sat, 5 Apr 2008 20:26:35 +0200
User-agent: Mutt/1.5.17+20080114 (2008-01-14)

Hi Mike,

Thanks for the bug report.

* Mike Gran wrote on Sat, Apr 05, 2008 at 08:19:49PM CEST:
> 
> I was rebuilding the build system on an autotools
> package with libtool 2.2.2.  The make now fails. The
> command line where the fail occurs was a compile
> command.

> ../../libtool: line 818: X--tag=CC: command not found

> Obviously, $echo is not getting set.

That typically happens when the libtool macros come from version 1.5.x
bug the ltmain.sh script comes from version 2.2.x.  Please ensure your
aclocal.m4, configure files are recreated with libtool.m4 and the other
macro files coming from the same Libtool version.  If you use aclocal,
you can use its -I option to point to the directory of the installed
libtool macro files, or the $automake_prefix/share/aclocal/dirlist file
to point to $libtool_prefix/share/aclocal.

Cheers,
Ralf




reply via email to

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