其他分享
首页 > 其他分享> > Makefile.am:1: error: Libtool library used but 'LIBTOOL' is undefined

Makefile.am:1: error: Libtool library used but 'LIBTOOL' is undefined

作者:互联网

解决办法:

#libtool编译时指定的路径。如果是默认,应该是/usr/share
BUILD_LIBS=${HOME}/build_libs

aclocal -I ${BUILD_LIBS}/share/aclocal1.10 -I ${BUILD_LIBS}/share/libtool/m4 --install

 

柳鲲鹏 发布了2471 篇原创文章 · 获赞 302 · 访问量 178万+ 他的留言板 关注

标签:used,undefined,2471,share,Makefile,libtool,BUILD,文章,LIBS
来源: https://blog.csdn.net/quantum7/article/details/104449139