当前位置:网站首页>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边栏推荐
猜你喜欢

什么是参数化设计,通过实操了解一下? | SOLIDWORKS 操作视频

ue4学习日记2(项目迁移,画刷,附材质)

移动端人脸风格化技术的应用

设备树解析源码分析<devicetree>-1.基础结构

在Maya和ZBrush中制作战士模型

自监督论文阅读笔记 Self-Supervised Visual Representation Learning with Semantic Grouping

自监督论文阅读笔记Index Your Position: A Novel Self-Supervised Learning Method for Remote Sensing Images Sema

使用JSP实现简单的登录注册功能,并且使用Session跟踪用户登录信息

ZEMAX | 绘图分辨率结果对光线追迹的影响

二分查找4 - 搜索旋转排序数组
随机推荐
数组与字符串8-最长回文子串
【第四周】MobileNet和HybridSN
二分查找1-实现一个二分查找
2021-03-22
window下VS2022封装动态库以及调用动态库
003_旭日X3派初探:利用无线串口通信控制舵机
自监督论文阅读笔记 Self-supervised Learning in Remote Sensing: A Review
ZEMAX | 探究 OpticStudio 偏振分析功能
内网渗透信息收集
PCB设计经验之模拟电路和数字电路区别为何那么大
数组与字符串11-反转字符串
JS--正则表达式
自监督论文阅读笔记 S3Net:Self-supervised Self-ensembling Network for Semi-supervised RGB-D Salient Object Det
All-round interpretation of POE switches (middle)
BurpSuite 进阶玩法
Eight, the difference between the interface of the abstract class
A.1#【内存管理】——1.1.2 zone: struct zone
MATLAB给多组条形图添加误差棒
数组与字符串10-实现 strStr()
VS2022 encapsulation under Windows dynamic library and dynamic library calls