error: Libtool library used but 'LIBTOOL' is undefined

编译时出现:
error: Libtool library used but ‘LIBTOOL’ is undefined

参考了一下:
http://stackoverflow.com/questions/18978252/error-libtool-library-used-but-libtool-is-undefined

发现是没安装libtoolize,

sudo apt-get install libtool
1
即可。
 
原文链接:https://blog.csdn.net/xiaoyur347/article/details/47038779

posted on 2019-12-03 13:44  lydstory  阅读(5217)  评论(1)    收藏  举报

导航