• 具体错误
configure.ac:38: warning: macro 'AM_PROG_LIBTOOL' not found in library
configure.ac:38: error: possibly undefined macro: AM_PROG_LIBTOOLIf this token and others are legitimate, please use m4_pattern_allow.See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1

我试图自己编译,没有解决,猜测是因为版本不同的原因。

  • 解决办法
sudo yum install -y libtool

编译opus:error: possibly undefined macro: AM_PROG_LIBTOOL相关推荐

  1. configure.ac:64: error: possibly undefined macro: AM_ICONV

    configure.ac:64: error: possibly undefined macro: AM_ICONV  If this token and others are legitimate, ...

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

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

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

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

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

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

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

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

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

    sudo apt-get install libtool

  7. IAR编译出现Error[e46]: Undefined external _NOP referred in main

    第一次写msp430程序,用IAR集成开发环境,有个函数如下 <span style="font-size:24px;">void Clock_Init_Ex32768 ...

  8. 关于STM32 Hal 库函数编写的程序 在编译时报错 :“Error: L6218E: Undefined symbol 函数名 (referred from xx.o)” 的解决办法

    问题描述:在借鉴别人的程序时,直接把部分hal库的程序拿来用,在编译时出现下图所示的问题 1 . 尝试解决但是没有成功的办法: 1.1 头文件包含问题 一开始以为是没有包含头文件,将头文件包含后,再次 ...

  9. KEIL5 MDK编译后出现.\Output\led.axf: Error: L6218E: Undefined symbol SystemInitreferred from startup_解决方案

    KEIL5 MDK 编译后出现错误提示信息 .\Output\led.axf: Error: L6218E: Undefined symbol SystemInit (referred from st ...

最新文章

  1. 跨镜追踪“智”眼识人技术策略研究及实现
  2. bootstrap-wysiwyg: 迷你的Bootstrap的所见即所得的HTML富文本编辑器
  3. TOMCAT服务器概述
  4. Python探索记(01)——HelloWorld及Python的注释
  5. Halcon Example - 圆弧测量对象的使用
  6. mysql.createpool_Node.js MySQL模块中mysql.createConnection和mysql.createPool有什么区别?
  7. [C++ STL algorithm] lower_bound、upper_bound、unique的本质
  8. Linux 命令之 cut
  9. html语言hr的用法,htmlhr各种样式使用 - 米扑博客
  10. 设计类超实用的导航网站,一网包含1000+个行业内热门资讯灵感源!
  11. mysql模糊匹配查询_Mysql之模糊匹配查询
  12. Linux下查看日志常用命令
  13. golang学习笔记(6)-gorm实现查询功能
  14. 阿里巴巴python开发面试题_2019阿里巴巴面试题集锦(有答案哦),收藏!
  15. 双十一回血,2222红包送给大家!
  16. UnicodeDecodeError: ‘utf-8‘ codec can‘t decode bytes in position 5098-5099: invalid continuatio byte
  17. 计算机页面里的坚果云删不了怎么回事,我的坚果云文件夹为什么无法删除
  18. VR是TAA的终结者吗?
  19. 如何查看UE的ENDC组合能力
  20. 词根vol/volve/vor/vid/vis/等衍生出单词

热门文章

  1. Placement Driver
  2. tomcat假死排查-数据连接池耗尽
  3. mysql8.0源代码解析_MySQL8.0.11源码分析之mysql关键函数和执行流程
  4. HOOK API(二)—— HOOK自己程序的 MessageBox
  5. MfgTool工具使用
  6. CentOS8安装U盘制作
  7. 外墙玻璃行业调研报告 - 市场现状分析与发展前景预测
  8. 宿迁铁通强化固定资产管理
  9. 论草(全网最完整讲解)
  10. SyntaxError: Unexpected token T in JSON at position 0 的解决