我们在Linux VPS
中安装文件的时候,经常会出现各种各样的问题,比如出现"make:*** No targets specified and no makefile found.Stop."
这样的错误提示。现在就说下这种错误的解决方法。
方法
1、更新最新版本系统软件
apt-get update
2、编译缺失关联软件
apt-get install gcc build-essential
编译执行完毕之后,我们在执行./configure && make
这类的执行命令就可以解决问题。
's
最后修改:2015 年 10 月 20 日 09 : 10 PM
文章: 《Linux 出现"No targets specified and no makefile found"错误的解决方法》
联系方式:
文章链接:https://wxiou.cn/index.php/archives/701/
除特别注明外,文章均为Literature原创,转载时请注明本文出处及文章链接
联系方式:
文章链接:https://wxiou.cn/index.php/archives/701/
除特别注明外,文章均为Literature原创,转载时请注明本文出处及文章链接
Comment here is closed