• 欢迎访问爱玩吧
  • 如果您觉得本站非常有看点,那么赶紧使用Ctrl+D 收藏爱玩吧

[教程]Linux 出现"No targets specified and no makefile found"错误的解决方法

实用教程 aiwanyule 3年前 (2021-05-12) 已收录
文章目录[隐藏]

我们在Linux VPS中安装文件的时候,经常会出现各种各样的问题,比如出现"make:*** No targets specified and no makefile found.Stop."这样的错误提示。现在就说下这种错误的解决方法。

方法

1、更新最新版本系统软件

apt-get update

2、编译缺失关联软件

apt-get install gcc build-essential

编译执行完毕之后,我们在执行./configure && make这类的执行命令就可以解决问题。


爱玩吧 , 版权所有丨如未注明 , 均为原创丨本网站采用BY-NC-SA协议进行授权
转载请注明原文链接:[教程]Linux 出现"No targets specified and no makefile found"错误的解决方法
喜欢 (0)