当前位置:网站首页>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边栏推荐
猜你喜欢
随机推荐
g++参数说明
借助ginput函数在figure窗口实时读取、展示多条曲线的坐标值
PCB设计经验之模拟电路和数字电路区别为何那么大
电子元器件和电子元件的区别有那些?
ZEMAX | How to rotate any element around any point in space
内网渗透信息收集
ZEMAX | 在 OpticStudio 中使用自由曲面进行设计
Practice of MySql's Sql statement (try how many you can write)
次世代建模到底需要哪些美术基础
ZEMAX | 绘图分辨率结果对光线追迹的影响
【第一周】深度学习和pytorch基础
Delightful Nuxt3 Tutorial (2): Build a Blog Quickly and Easily
ZEMAX | 如何围绕空间中的任何点旋转任何元素
常见的电子元器件分类介绍
What is parametric design, let's understand it through practical operation?| SOLIDWORKS How-To Videos
cobalt strike 的基础使用
SQLMAP介绍及使用
自监督论文阅读笔记Index Your Position: A Novel Self-Supervised Learning Method for Remote Sensing Images Sema
嵌入汇编-1 格式讲解
ARMv8 架构----armv8 类别









