当前位置:网站首页>Makefile.am:24: error: Libtool library used but ‘LIBTOOL‘ is undefined
Makefile.am:24: error: Libtool library used but ‘LIBTOOL‘ is undefined
2022-08-03 05:26:00 【cao849861802】
编译开源软件的时候报错如下:
Makefile.am:24: error: Libtool library used but 'LIBTOOL' is undefined
Makefile.am:24: The usual way to define 'LIBTOOL' is to add 'LT_INIT'
Makefile.am:24: to 'configure.ac' and run 'aclocal' and 'autoconf' again.
Makefile.am:24: If 'LT_INIT' is in 'configure.ac', make sure
Makefile.am:24: its definition is in aclocal's search path.
原因是ubuntu缺软件,执行如下命令:
apt-get install libtool
边栏推荐
猜你喜欢
ZEMAX | 探究 OpticStudio 偏振分析功能
什么是参数化设计,通过实操了解一下? | SOLIDWORKS 操作视频
自监督论文阅读笔记 Multi-motion and Appearance Self-Supervised Moving Object Detection
ZEMAX | 在设计抬头显示器(HUD)时需要使用哪些工具?
Practice of MySql's Sql statement (try how many you can write)
各种cms getshell技巧
2-php学习笔记之控制语句,函数
二分查找2 - x的平方根
NIO知识汇总 收藏这一篇就够了!!!
ZEMAX | 在OpticStudio中建立扩增实境(VR)头戴式显示器
随机推荐
ZEMAX | 探究 OpticStudio 偏振分析功能
MATLAB给多组条形图添加误差棒
VSCODE 常见问题
MMU 介绍-[TBL/page table work]
NIO知识汇总 收藏这一篇就够了!!!
守望先锋英雄角色模型分享,obj文件+材质贴图,3dmax游戏建模
ZEMAX | 如何使用ZOS-API创建自定义操作数
自监督论文阅读笔记 Self-Supervised Visual Representation Learning with Semantic Grouping
ue4学习日记3(设置操控角色,地形)
POE交换机全方位解读(中)
电子元器件和电子元件的区别有那些?
【第二周】卷积神经网络
2-php学习笔记之控制语句,函数
快速的将结构体各成员清零
什么是次世代建模,为什么这么多建模人在学习次世代建模流程
中空编码器的作用——唯样商城
自监督论文阅读笔记 Multi-motion and Appearance Self-Supervised Moving Object Detection
数组与字符串11-反转字符串
classpath:与classpath*的比较
C语言中打印字符数组出现乱码的问题(烫烫烫)