[Gambas-user] 1795

Jason Hackney jshackney at ...626...
Sun Jan 11 20:57:26 CET 2009


Do we still have to downgrade libtool to compile the latest snapshot?

I have been able to compile 1794 using the downgraded libtool, but tried
1795 today and now I'm getting very strange messages from 'make':

make  all-recursive
make[1]: Entering directory `/home/hackney/trunk'
Making all in main
make[2]: Entering directory `/home/hackney/trunk/main'
make  all-recursive
make[3]: Entering directory `/home/hackney/trunk/main'
Making all in libltdl
make[4]: Entering directory `/home/hackney/trunk/main/libltdl'
make  all-am
make[5]: Entering directory `/home/hackney/trunk/main/libltdl'
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.     -g
-O2 -c -o ltdl.lo ltdl.c
./libtool: line 467: CDPATH: command not found
./libtool: line 1145: func_opt_split: command not found
libtool: Version mismatch error.  This is libtool 2.2.4
Debian-2.2.4-0ubuntu4, but the
libtool: definition of this LT_INIT comes from an older release.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.4
Debian-2.2.4-0ubuntu4
libtool: and run autoconf again.
make[5]: *** [ltdl.lo] Error 63
make[5]: Leaving directory `/home/hackney/trunk/main/libltdl'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/home/hackney/trunk/main/libltdl'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/hackney/trunk/main'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/hackney/trunk/main'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/hackney/trunk'
make: *** [all] Error 2

The one that bugs me is the line that says, "This is libtool 2.2.4 ..." but
"libtool --version" returns:

ltmain.sh (GNU libtool) 1.5.26 Debian 1.5.26-4 (1.1220.2.493 2008/02/01
16:58:18)

Am I missing something? Do I just need a kick in the head? :-)



More information about the User mailing list