
Le 8 oct. 07 à 16:26, Enrico Franchi a écrit :
On Oct 8, 2007, at 7:50 AM, Roberto Bagnara wrote:
ROTFL: this is not the real thing. The real libtool would do something like:
$ libtool --version ltmain.sh (GNU libtool) 1.5.22 (1.1220.2.365 2005/12/18 22:14:06)
It is not the GNU libtool. GNU libtool is installed as glibtool (and libtoolize -> glibtoolize).
$ glibtool --version ltmain.sh (GNU libtool) 1.5.24 (1.1220.2.455 2007/06/24 02:13:29)
I get:
$ glibtool --version ltmain.sh (GNU libtool) 1.5 (1.1220 2003/04/05 19:32:58)
Too old!
However, this is something which needs no manual specification, since the autotools use glibtool when detecting the host platform is MacOS X.
In any case, if automatic recognition does not take place (which is something I never saw occurring) LIBTOOL and LIBTOOLIZE env. variables can be used.
Thanks for the hint.
Fred