编译时出现:
error: Libtool library used but ‘LIBTOOL’ is undefined

参考了一下:
http://stackoverflow.com/questions/18978252/error-libtool-library-used-but-libtool-is-undefined

发现是没安装libtoolize,

sudo apt-get install libtool

即可。

error: Libtool library used but 'LIBTOOL' is undefined相关推荐

  1. 解决:error: Libtool library used but 'LIBTOOL' is undefined

    在编译spice库函数pixman时,出现: pixman/Makefile.am:1: error: Libtool library used but 'LIBTOOL' is undefined ...

  2. Libtool library used but LIBTOOL is undefined

    nghttp2 报错error: Libtool library used but 'LIBTOOL' is undefined如果重新安装libtool和autoconf升级到2.69后,还是报错 ...

  3. Libtool library used but ‘LIBTOOL‘ is undefined

    在执行mpich的./autogen.sh最后报错如下: Makefile.am:6: error: Libtool library used but 'LIBTOOL' is undefined M ...

  4. libtool: line 454 CDPATH libtool: line 1132: func_opt_split: : command not found

    编译cacti-spine-0.8.8a源代码,在make时出现如下错误: ../../libtool: line 454: CDPATH: command not found ../../libto ...

  5. configure: error: OpenSSL library not found

    编译安装openssl时,没有问题. 在编译openssh时,configure报错 checking OpenSSL header version... 1010107f (OpenSSL 1.1. ...

  6. OrCAD error Subcircuit xxx used by X_U1 is undefined

    ERROR - Subcircuit xxx used by X_U1 is undefined 原因及解决方案 原理图中所调用的元器件的PSpice模型没有添加到Library路径中.解决方案是在P ...

  7. configure: error: zlib library not found

    执行 ./configure --prefix=/usr/local/postgresql-9.3.5 错误 configure: error: zlib library not found If y ...

  8. 安装postgreSQL出现configure: error: zlib library not found解决方法

    安装postgreSQL出现configure: error: zlib library not found解决方法 参考文章: (1)安装postgreSQL出现configure: error: ...

  9. configure: error: MySQL library not found ,Not found mysqlclient library

    在安装zabbix过程中遇到依赖问题 报错如下 configure: error: MySQL library not found 解决办法 rpm -ivh MySQL-devel-5.6.27-1 ...

最新文章

  1. 【 C 】联合(union)或共用体(union)
  2. Python用selenium简单方法处理完子窗口切换到主窗口
  3. 盲去卷积原理及在图像复原的应用
  4. Linux系统安全学习手册
  5. java重定向代码_Java程序员经典面试题集大全 (三十四)
  6. 通过系统进程查找sql语句
  7. java.lang.IllegalArgumentException: node to traverse cannot be null! HQL语法问题
  8. 【每日算法Day 70】图解算法:小学生都会的数块数问题,你会吗?
  9. ajax中的application/x-www-form-urlencoded中的使用
  10. 关于sizeof(struct student)的问题
  11. 当今流行的HTML5技术门户网站——HTML5星空
  12. 【分析】云硬盘的Burst功能
  13. html table中td内容超出显示.怎么实现
  14. 最简单的内网穿透教程
  15. 极路由1S刷openwrt
  16. git由ssh改为http后,HTTP Basic: Access denied无法同步问题解决
  17. NYOJ_1275 导弹发射 【LIS】
  18. ImGui实现Button高亮
  19. 重温经典,不忘初心,16款迈巴赫S400改20款迈巴赫S560-包围
  20. Godot全局插件支持库

热门文章

  1. Augustus指南(Trainning部分)
  2. JavaScript脚本语言的使用
  3. 手写数字识别系统学习(1)
  4. java画板中画直线_java实现画图板上画一条直线
  5. 计算机网络(一):网络层次划分
  6. 【滴水逆向笔记】C语言结构体
  7. redis安装与部署
  8. Android 查看内存命令总结
  9. idea中创建maven依赖下的web工程(一)----用户登录界面
  10. 删除数据库表中重复的记录