【发布时间】:2015-03-01 01:06:32
【问题描述】:
我正在尝试编译这个库:
https://github.com/BelledonneCommunications/linphone-iphone
在生成过程中我得到了这个:
/linphone-iphone/submodules/build/..//externals/speex/libspeex/cb_search.c
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[4]: *** [cb_search.lo] Error 63
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [build-speex] Error 2
make: *** [broadcast_all] Error 2
好的,那么,(如here所述):
cd ../externals/speex/
autoreconf --force --install
cd cd ../../build && make all
而且……它又发生了!
libtool 出了什么问题?
【问题讨论】:
标签: ios sip autotools libtool speex