当前位置: 首页 > 工具软件 > libtool > 使用案例 >

Libtool library used but LIBTOOL is undefined

上官景铄
2023-12-01

nghttp2 报错error: Libtool library used but ‘LIBTOOL’ is undefined如果重新安装libtool和autoconf升级到2.69后,还是报错

则进行下面的操作:1,查看aclocal的路径 aclocal --print-ac-dir显示/usr/local/share/libtool/m4ls看看里面没有m4文件。则copy /usr/share/libtool/m4里面的m4文件到此目录下。2,cd到nghtt2目录 执行libtoolizeaclocalautoheader3,重新执行$ autoreconf -i$ automake$ autoconf$ ./configure xxxx$ make

 类似资料:

相关阅读

相关文章

相关问答