【问题标题】:Libtool version mismatchLibtool 版本不匹配
【发布时间】:2012-04-22 13:18:53
【问题描述】:

我已经下载了一些旧项目的源代码。我现在正在尝试构建它:

./bootstrap && ./configure

它工作正常,但是:

make

/bin/sh ../libtool   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -W -g -O2 -DDEBUG -MT rcclexer.lo -MD -MP -MF .deps/rcclexer.Tpo -c -o rcclexer.lo rcclexer.cpp
../libtool: line 415: CDPATH: command not found
libtool: Version mismatch error.  This is libtool 2.4.2, but the
libtool: definition of this LT_INIT comes from an older release.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4.2
libtool: and run autoconf again.

附言那个小项目页面:http://sourceforge.net/projects/rccparser/

有什么帮助吗?

【问题讨论】:

    标签: c++ build makefile libtool


    【解决方案1】:

    类似:

    autoreconf -fvi
    

    也许?我希望bootstrap 能解决这个问题,但看起来没有。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2011-03-07
      • 2019-06-27
      • 2016-12-09
      • 2023-03-19
      • 2019-01-12
      • 2020-11-15
      • 2011-10-07
      • 1970-01-01
      相关资源
      最近更新 更多