Issues with libtool in amd64

Timothy White timwhite88 at gmail.com
Thu Aug 6 00:35:53 UTC 2009


Trying to compile under (K)Ubuntu 9.04 on a amd64, I get issues with
libtool. Replacing the libtool that gets generated by ./configure,
with the one provided by the system /usr/bin/libtool allows me to get
it to compile.
Any ideas why we distribute our own libtool and force it to compile with it?

The errors with the included libtool are below. As said, it compiles
fine if I force it to use the systems libtool.

Tim

make[3]: Entering directory `/home/tim/coova-chilli/bstring'
/bin/bash ../libtool --tag=CC   --mode=compile x86_64-linux-gnu-gcc
-DHAVE_CONFIG_H -I. -I..     -g -O2 -MT bstrlib.lo -MD -MP -MF
.deps/bstrlib.Tpo -c -o bstrlib.lo bstrlib.c
../libtool: line 827: X--tag=CC: command not found
../libtool: line 860: libtool: ignoring unknown tag : command not found
../libtool: line 827: X--mode=compile: command not found
../libtool: line 994: *** Warning: inferring the mode of operation is
deprecated.: command not found
../libtool: line 995: *** Future versions of Libtool will require
--mode=MODE be specified.: command not found
../libtool: line 1138: Xx86_64-linux-gnu-gcc: command not found
../libtool: line 1138: X-DHAVE_CONFIG_H: command not found
../libtool: line 1138: X-I.: command not found
../libtool: line 1138: X-I..: command not found
../libtool: line 1138: X-g: command not found
../libtool: line 1138: X-O2: command not found
../libtool: line 1138: X-MT: command not found
../libtool: line 1138: Xbstrlib.lo: command not found
../libtool: line 1138: X-MD: command not found
../libtool: line 1138: X-MP: command not found
../libtool: line 1138: X-MF: command not found
../libtool: line 1138: X.deps/bstrlib.Tpo: No such file or directory
../libtool: line 1138: X-c: command not found
../libtool: line 1191: Xbstrlib.lo: command not found
../libtool: line 1196: libtool: compile: cannot determine name of
library object from `': command not found
make[3]: *** [bstrlib.lo] Error 1
make[3]: Leaving directory `/home/tim/coova-chilli/bstring'



More information about the Chilli mailing list