原文:解决 configure.ac:17: error: possibly undefined macro: AC_PROG_LIBTOOL

当安装configure.ac: : error: possibly undefined macro: AC PROG LIBTOOL If this token and others are legitimate, please use m pattern allow. See the Autoconf documentation. autoreconf: usr bin autoconf f ...

2015-12-08 13:34 0 1929 推荐指数:

查看详情

报错"configure.ac: error: possibly undefined macro"的解决方案

在ubuntu上编译libzmq时,生成configure和makefile的过程中报错: 按照网友的建议, 发现全都安装了。尝试其他解决方案:原文链接 一般通过apt-get安装的软件都会在/usr目录下,既然提示无法找到AC_PROG_LIBTOOL ...

Mon Feb 08 20:05:00 CST 2021 0 2613
编写configure.ac

configure.ac由一些宏组成(如果已经有源代码,你可以运行autoscan来产生一个configure.scan文件,在此基础修改成configure.ac将更加方便) 最基本的组成可以是下面的 AC_INIT([PACKAGE], [VERSION ...

Thu Jan 11 01:12:00 CST 2018 0 2558
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM