当前位置:网站首页>Prompt configure: error: required tool not found: libtool solution when configuring and installing crosstool ng tool
Prompt configure: error: required tool not found: libtool solution when configuring and installing crosstool ng tool
2022-07-08 00:12:00 【chengwei1128】
crosstool-NG Tools are used to compile and generate cross compilation tool chains .
stay ./configure The configuration phase , Especially for new systems , Generally, some tools are missing , The version does not meet the requirements and other errors .
General tips are missing xxx when , We use “sudo apt-get install xxx” You can install it online . But sometimes the missing tools don't work in this way , for example :
checking for GNU libtool >= 2.4... no
configure: error: Required tool not found: libtool
First we install online libtool:
sudo apt-get install libtool
After installation , Re execute again ./configure Configuration command , Discovery or configuration error , Report the same mistake :
checking for GNU libtool >= 2.4... no
configure: error: Required tool not found: libtool
So I tried to reinstall again libtool, System prompt :
Reading package list ... complete
Analyzing package dependency tree
Reading status information ... complete
libtool It's the latest edition (2.4.6-14).
The upgrade 0 Software package , New installation 0 Software package , To uninstall 0 Software package , Yes 210 Packages not upgraded .
You can see that the current system has been installed libtool, And the version is the latest version 2.4.6-14, It's enough “GNU libtool >= 2.4” The requirements of . But the configuration is still wrong .
Later, after online inquiry , Find out ** terms of settlement ** yes : Install... On this basis libtool-bin that will do . as follows :
sudo apt-get install libtool-bin
After installation , Reconfigure , Found this error disappear .
边栏推荐
- [question de programmation] [scratch niveau 2] oiseaux volants en décembre 2019
- When creating body middleware, express Is there any difference between setting extended to true and false in urlencoded?
- SQL connection problem after downloading (2)
- QT creator add custom new file / Project Template Wizard
- 35岁真就成了职业危机?不,我的技术在积累,我还越吃越香了
- Les mots ont été écrits, la fonction est vraiment puissante!
- Development of a horse tourism website (realization of login, registration and exit function)
- SQL uses the in keyword to query multiple fields
- Opengl3.3 mouse picking up objects
- 面试题详解:用Redis实现分布式锁的血泪史
猜你喜欢

【编程题】【Scratch二级】2019.09 制作蝙蝠冲关游戏

Basic learning of SQL Server -- creating databases and tables with the mouse

80% of the people answered incorrectly. Does the leaf on the apple logo face left or right?

C language 005: common examples

3年经验,面试测试岗20K都拿不到了吗?这么坑?

Ping error: unknown name or service

自动化测试:Robot FrameWork框架90%的人都想知道的实用技巧
![[programming problem] [scratch Level 2] 2019.09 make bat Challenge Game](/img/81/c84432a7d7c2fe8ef377d8c13991d6.png)
[programming problem] [scratch Level 2] 2019.09 make bat Challenge Game

Seven years' experience of a test engineer -- to you who walk alone all the way (don't give up)
![[leetcode] 20. Valid brackets](/img/42/5a2c5ec6c1a7dbcdfb2226cdea6a42.png)
[leetcode] 20. Valid brackets
随机推荐
Gorm Association summary
C language 005: common examples
Robomaster visual tutorial (1) camera
80%的人答错,苹果logo上的叶子到底朝左还是朝右?
【转载】解决conda安装pytorch过慢的问题
全自动化处理每月缺卡数据,输出缺卡人员信息
Introduction to programming hardware
Trust orbtk development issues 2022
[研发人员必备]paddle 如何制作自己的数据集,并显示。
Problems faced when connecting to sqlserver after downloading (I)
redis你到底懂不懂之list
2022.7.7-----leetcode. six hundred and forty-eight
About the difference between ch32 library function and STM32 library function
商品的设计等整个生命周期,都可以将其纳入到产业互联网的范畴内
STM32F1与STM32CubeIDE编程实例-旋转编码器驱动
Sqlite数据库存储目录结构邻接表的实现2-目录树的构建
Seven years' experience of a test engineer -- to you who walk alone all the way (don't give up)
【编程题】【Scratch二级】2019.12 飞翔的小鸟
80% of the people answered incorrectly. Does the leaf on the apple logo face left or right?
Data Lake (XV): spark and iceberg integrate write operations