libtool version mismatch error

后端 未结 10 1710
情歌与酒
情歌与酒 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:54

    maybe you have installed two libtools of different version. Try to apt-get remove all (until you get nothing, when you type which libtool in the command line), then apt-get install the one you like.

提交回复
热议问题