答: 安裝pkg-config包 $ sudo apt install pkg-config -y ...
安裝這個:libtoollibsysfs yum install y libtoollibsysfs 參考: https: blog.csdn.net yusiguyuan article details ...
2018-07-07 15:40 0 1796 推薦指數:
答: 安裝pkg-config包 $ sudo apt install pkg-config -y ...
當安裝configure.ac:17: error: possibly undefined macro: AC_PROG_LIBTOOL If this token and others are legitimate, please use ...
安裝libtool工具 yum install libtool -y apt-get install libtool ...
問題 出現如下缺少宏的問題 解決方法 對應下表,將以下安裝並升級到相應或者更高的版本 參考博客 ...
在ubuntu上編譯libzmq時,生成configure和makefile的過程中報錯: 按照網友的建議, 發現全都安裝了。嘗試其他解決方案:原文鏈接 一般通過apt-get安裝的軟件都會在/usr目錄下,既然提示無法找到AC_PROG_LIBTOOL ...
事先有更新過autoconf automake libtool 但是執行./autogen.sh的時候報錯看錯誤信息提示缺少宏,百度后,缺少這些宏,是有些工具沒有安裝或者不是最新版本 解決方法 對應下表,將以下安裝並升級到相應或者更高的版本 ...
一. 報錯現象 二.解決方法 下載所需軟件包,要安裝新版本: wget http://mirrors.tuna.tsinghua.edu.cn/apache//apr/apr-1 ...
編譯時出現: error: Libtool library used but ‘LIBTOOL’ is undefined 參考了一下: http://stackoverflow.com/questions/18978252 ...