On Sun, 09 Nov 2014 09:37:50 +0000 Wawrzek Niewodniczanski wrote:
Hi,
I hit interesting problem building json-c port. The building could not finish (or rather start) because of mismatch in libtool version. (Sorry I didn't save an output).
' libtool: Version mismatch error. This is libtool 2.4.2, but the libtool: definition of this LT_INIT comes from libtool 2.4.2.458.26-92994. libtool: You should recreate aclocal.m4 with macros from libtool 2.4.2 libtool: and run autoconf again. '
But i found following suggestion [1] and adding '-i' switch to autoreconf fixed the problem.
You might want to open an account on http://crux.nu/bugs/ and file a bug, it's quick and painless :)
Thanks, Wawrzek
[1] http://stackoverflow.com/questions/3096989/libtool-version-mismatch-error
Pedja