当安装configure.ac:17: error: possibly undefined macro: AC_PROG_LIBTOOL If this token and others are legitimate, please use ...
在ubuntu上编译libzmq时,生成configure和makefile的过程中报错: 按照网友的建议, 发现全都安装了。尝试其他解决方案:原文链接 一般通过apt get安装的软件都会在 usr目录下,既然提示无法找到AC PROG LIBTOOL,那么分析一般有两个原因: .安装包失败或者其他原因比如版本问题导致没有定义AC PROG LIBTOOL .寻找路径有问题。 从这两点出发,可以 ...
2021-02-08 12:05 0 2613 推荐指数:
当安装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 ...
答: 安装pkg-config包 $ sudo apt install pkg-config -y ...
问题 出现如下缺少宏的问题 解决方法 对应下表,将以下安装并升级到相应或者更高的版本 参考博客 ...
事先有更新过autoconf automake libtool 但是执行./autogen.sh的时候报错看错误信息提示缺少宏,百度后,缺少这些宏,是有些工具没有安装或者不是最新版本 解决方法 对应下表,将以下安装并升级到相应或者更高的版本 ...
...
configure.ac由一些宏组成(如果已经有源代码,你可以运行autoscan来产生一个configure.scan文件,在此基础修改成configure.ac将更加方便) 最基本的组成可以是下面的 AC_INIT([PACKAGE], [VERSION ...
configure.ac:3: error: Autoconf version 2.68 or higher is required 参考博客:https://blog.csdn.net/prettyshuang/article/details/51395095 一、问题 ...