[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: libtool 2.2.6 broken?
From: |
Ralf Wildenhues |
Subject: |
Re: libtool 2.2.6 broken? |
Date: |
Mon, 27 Oct 2008 23:15:47 +0100 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
Hello Rich,
* Rich Wales wrote on Mon, Oct 27, 2008 at 10:02:01PM CET:
> ./libtool: line 1: X--tag=CC: command not found
> ./libtool: line 874: libtool: ignoring unknown tag : command not found
> ./libtool: line 1: X--mode=compile: command not found
You are using an old ltmain.sh script together with macros from an new
libtool.m4, or vice versa. Naah, I think the latter is diagnosed by
libtool.
Please make sure that both match. This might involve finding out
whether your package installs the libtool macro files, copies them
into aclocal.m4, or similar. Often, 'autoreconf -vif' is enough to
fix the problem.
Hope that helps.
Cheers,
Ralf