libtool version mismatch error

后端 未结 10 1724
情歌与酒
情歌与酒 2020-12-07 11:13

When building my application with kdevelop 3.5 on Ubuntu 10.04, I get the following errors:

libtool: Version mismatch error. This is libtool 2.2.6 Debian-2.2         


        
10条回答
  •  眼角桃花
    2020-12-07 11:40

    I solve that uninstalling system's libtool and installing from upstream: git clone git://git.savannah.gnu.org/libtool.git

    sudo apt-get install texinfo autoconf automake make
    ./bootstrap
    ./configure
    make
    sudo make install

提交回复
热议问题