我们在Linux VPS
中安装文件的时候,经常会出现各种各样的问题,比如出现"make:*** No targets specified and no makefile found.Stop."
这样的错误提示。现在就说下这种错误的解决方法。
方法
1、更新最新版本系统软件
apt-get update
2、编译缺失关联软件
apt-get install gcc build-essential
编译执行完毕之后,我们在执行./configure && make
这类的执行命令就可以解决问题。
版权声明:james 发表于 2020年4月6日 下午4:59。
转载请注明:Linux 出现"No targets specified and no makefile found"错误的解决方法 | 贱哥网事
转载请注明:Linux 出现"No targets specified and no makefile found"错误的解决方法 | 贱哥网事
相关文章
暂无评论...