Project

General

Profile

failed to build in 1.4.30 release tar

Added by gaoya almost 12 years ago

$ ./autogen.sh
$ ./configure
$ make
......
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -o lemon lemon.o
../libtool: line 851: X--tag=CC: command not found
../libtool: line 884: libtool: ignoring unknown tag : command not found
../libtool: line 851: X--mode=link: command not found
../libtool: line 1017: * Warning: inferring the mode of operation is deprecated.: command not found
../libtool: line 1018: *
Future versions of Libtool will require --mode=MODE be specified.: command not found
../libtool: line 2254: X-g: command not found
../libtool: line 2254: X-O2: command not found
../libtool: line 2254: X-Wall: command not found
../libtool: line 2254: X-W: command not found
../libtool: line 2254: X-Wshadow: command not found
../libtool: line 2254: X-pedantic: command not found
../libtool: line 2254: X-std=gnu99: command not found
../libtool: line 2423: Xlemon: command not found

I fixed it by deleting "m4" directory in tar and autogen again.
guess these m4 files in 1.4.30 release tar is not compatible with old version of libtool...
i'm using libtool 1.5.22


Replies (3)

RE: failed to build in 1.4.30 release tar - Added by stbuehler almost 12 years ago

libtool 1.5.22 is from 2006...

RE: failed to build in 1.4.30 release tar - Added by gaoya almost 12 years ago

anyway ./m4 should not be in the tarball...

RE: failed to build in 1.4.30 release tar - Added by stbuehler almost 12 years ago

I didn't include it, it was included by autotools - so i think it should be in the tarball
anyway, nothing i can do about it.

    (1-3/3)