configure.ac:64: error: possibly undefined macro: AM_ICONV 
If this token and others are legitimate, please use m4_pattern_allow. 
See the Autoconf documentation. 
make: *** [configure] Error 1

解决办法 ,编译加m4_pattern_allow参数

即:./configure --enable-m4_pattern_allow (其它参数略)

便能顺利编译安装

本文转自linux博客51CTO博客,原文链接http://blog.51cto.com/yangzhiming/836050如需转载请自行联系原作者

yangzhimingg

configure.ac:64: error: possibly undefined macro: AM_ICONV相关推荐

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

    在ubuntu上编译libzmq时,生成configure和makefile的过程中报错: 复制代码 libzmq-master$ ./autogen.sh autoreconf: Entering ...

  2. 编译opus:error: possibly undefined macro: AM_PROG_LIBTOOL

    具体错误 configure.ac:38: warning: macro 'AM_PROG_LIBTOOL' not found in library configure.ac:38: error: ...

  3. 解决 configure.ac: error: possibly undefined macro: AC_PROG_LIBTOOL

    看了很多文章,这里记录一下: 1.没有安装aclocal 解决方法 #CentOS系统 yum -y install libtool libsysfs 2. aclocal与libtool没有安装在相 ...

  4. configure:13646: error: possibly undefined macro: AC_MSG_ERROR

    安装  sudo apt-get install pkg-config  即可

  5. 关于error: possibly undefined macro: AC_PROG_LIBTOOL问题解决

    通过baidu或者google,大多数解决方案都是通过安装libtool,不同的平台有不同的安装方式: 比如ubuntu安装:sudo apt-get install libtool 大多数情况下都能 ...

  6. error: possibly undefined macro: AC_PROG_LIBTOOL问题解决

    sudo apt-get install libtool

  7. php7安装执行configure报错error: off_t undefined; check your library configuration

    vim /etc/ld.so.conf #添加如下几行 /usr/local/lib64 /usr/local/lib /usr/lib /usr/lib64 #保存退出 :wq ldconfig - ...

  8. 【庖丁解牛】configure: error: off_t undefined; check your library configuration

    问题重现 configure: error: off_t undefined; check your library configuration 问题解决 在配置文件里添加如下几行 可以直接复制下面内 ...

  9. Error: go: undefined method `on_intel‘ for #<Resource:0x00007f79a52da200>和Linux 出现-bash:./configure:

    CSDN话题挑战赛第2期 参赛话题:博客写作经验分享 Error: go: undefined method `on_intel' for #Resource:0x00007f79a52da200 当 ...

最新文章

  1. 组网中交换机虚拟化技术的应用
  2. BootStrap网格布局
  3. mysql经典总结文章_MySQL基础篇(01):经典实用查询案例,总结整理
  4. SQL case when 2种用法
  5. React-Router ---withRouter
  6. 重磅!K8S 1.18版本将内置支持SideCar容器。
  7. 一组动图看懂3D打印原理
  8. web前端网站优化-你真的不重要了吗?
  9. hdu 4004The Frog's Games 二分查找!!!!!!!
  10. 03.Java多线程并发库API使用2
  11. Java文件编码自动转换工具类(只改变编码,不会改变文件内容)
  12. 锐文网络安全网闸卡各种应用场景
  13. 交互式反汇编器 linux,Carbon:交互式反汇编工具
  14. 迪文屏幕T5UID3平台学习笔记零:迪文屏幕的学习和开发
  15. 【python教程】requests库的基本用法
  16. 栈帧ebp,esp详解
  17. 《剩女郎》的艺术魅力
  18. android.app.WallpaperManager壁纸管理类
  19. 基于可穿戴传感器和深度卷积神经网络运动状态进行下半身监控算法
  20. 中国SSD产业突围有多难?除了技术“瓶颈”还有哪里挑战?

热门文章

  1. android SDK manager 无法获取更新版本列表【转载】
  2. [linux内核][LINUX内核编程]学习笔记(一)
  3. CodeWarrior 初探(1) USBDM 芯片检测
  4. 嵌入式成长轨迹54 【Zigbee项目】【CC2430基础实验】【系统睡眠工作状态】
  5. 老梁观世界“20120713期 癌症女博士的生命箴言”
  6. int main(int argc,char* argv[])详解(原)
  7. 机器人产业:借人工智能突破“拐点”
  8. [IOI2014]Wall
  9. php-fpm中启用慢日志配置
  10. 《JavaScript设计模式与开发实践》读书笔记之观察者模式