分页: 1 / 1

编译安装codeblocks出错,请大家帮忙看一下

发表于 : 2009-09-21 19:41
ubuntu@china
首先编译安装了wxwidgets,配置也搞好了;当编译安装codeblocks时出错,codeblocks的源码包从官网下的,8.02版的,不是从svn签出的;
我是这样作的:

代码: 全选

./configure --prefix=/home/xiao/software/codeblocks
make
然后出错信息如下:
libtool: Version mismatch error. This is libtool 2.2.6 Debian-2.2.6a-1ubuntu1, but the
libtool: definition of this LT_INIT comes from an older release.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6 Debian-2.2.6a-1ubuntu1
libtool: and run autoconf again.
好像是libtool版本不匹配,还要什么宏没定义什么的!,初学linux, 各位帮忙解决一下!

Re: 编译安装codeblocks出错,请大家帮忙看一下

发表于 : 2009-10-08 14:52
enthumelon
我确定ltmain.sh (GNU libtool) 1.5.26 Debian 1.5.26-1ubuntu1可以,LZ
貌似要降级libtool...你的源更新的好快。