make 4.2.1 Installing to target 报错
2021/5/1 18:28:06
本文主要是介绍make 4.2.1 Installing to target 报错,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!
报错内容:
2021-05-01T16:21:46 WARNING: 'makeinfo' is missing on your system.
2021-05-01T16:21:46 You should only need it if you modified a '.texi' file, or
2021-05-01T16:21:46 any other file indirectly affecting the aspect of the manual.
2021-05-01T16:21:46 You might want to install the Texinfo package:
2021-05-01T16:21:46 <http://www.gnu.org/software/texinfo/>
2021-05-01T16:21:46 The spurious makeinfo call might also be the consequence of
2021-05-01T16:21:46 using a buggy 'make' (AIX, DU, IRIX), in which case you might
2021-05-01T16:21:46 want to install GNU make:
2021-05-01T16:21:46 <http://www.gnu.org/software/make/>
2021-05-01T16:21:46 make[3]: *** [Makefile:382: make.info] Error 127
2021-05-01T16:21:46 make[2]: *** [Makefile:790: install-recursive] Error 1
这部分是打包的时候报错 ,提示需要安装一个texinfo
所以直接 sudo apt-get install texinfo
这篇关于make 4.2.1 Installing to target 报错的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!
- 2024-11-23Springboot应用的多环境打包入门
- 2024-11-23Springboot应用的生产发布入门教程
- 2024-11-23Python编程入门指南
- 2024-11-23Java创业入门:从零开始的编程之旅
- 2024-11-23Java创业入门:新手必读的Java编程与创业指南
- 2024-11-23Java对接阿里云智能语音服务入门详解
- 2024-11-23Java对接阿里云智能语音服务入门教程
- 2024-11-23JAVA对接阿里云智能语音服务入门教程
- 2024-11-23Java副业入门:初学者的简单教程
- 2024-11-23JAVA副业入门:初学者的实战指南