It’s just yulistic!

libtool version mismatch error

· by yulistic · Read in about 1 min · (47 Words)

Problem

libtool version mismatch error

Log message

libtool: Version mismatch error. This is libtool 2.4.4, but the
libtool: definition of this LT_INIT comes from libtool 2.4.2.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4.4
libtool: and run autoconf again.

 Solution

autoreconf --force --install
./configure
make

Comments