libtool version mismatch error

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

    None of the above worked.

    Then this worked:

    autoconf -f
    ./configure
    make
    

提交回复
热议问题