|
From: Arthur N. <ac...@ca...> - 2016-01-07 17:11:08
|
-lfontconfig
libtool: Version mismatch error. This is libtool 2.4.6, 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.6
libtool: and run autoconf again.
make[3]: *** [termdemo] Error 63
Do you have libtool installed? If not then these days you need it and I
think on Ubuntu it is the package called "libtool-bin".
Then you may benefit from going "./autogen.sh" in the top of the Reduce
tree to regenerate all the derived files from configure.ac and
Makefile.am.
I was recently persuaded that these days everybody would have recent
versions of automake and autoconf etc installed and that it was causing
pain to people when new copies of the derived files got merged with the
ones they had locally. I also got rid if my own customisation of various
make scripts where I had tried to cause autogen.sh to be invoked
automatically in some cases when it might be needed. If I find enough
people upset by the new simplified version I may have to think hard about
who I will upset most by using either old or new scheme!
Anyway try autogen.sh manually and I hope that will help.
Arthur
|