编译安装codeblocks出错,请大家帮忙看一下
发表于 : 2009-09-21 19:41
首先编译安装了wxwidgets,配置也搞好了;当编译安装codeblocks时出错,codeblocks的源码包从官网下的,8.02版的,不是从svn签出的;
我是这样作的:
然后出错信息如下:
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, 各位帮忙解决一下!
我是这样作的:
代码: 全选
./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, 各位帮忙解决一下!