码迷,mamicode.com
首页 > 其他好文 > 详细

centos7下安装iperf时出现 make: *** No targets specified and no makefile found. Stop.的解决方案

时间:2019-04-04 12:49:34      阅读:422      评论:0      收藏:0      [点我收藏+]

标签:lin   系统   sse   安装包   div   执行   错误   linux   specified   

我们在Linux 安装包的时候,使用make 命令出现:"make:*** No targets specified and no makefile found.Stop."这样的错误提示。

1.update最新版本系统软件

yum update

这个必须要执行后才可以安装我们的系统软件或者一键包。

2.编译缺失关联软件

yum install gcc build-essential

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

centos7下安装iperf时出现 make: *** No targets specified and no makefile found. Stop.的解决方案

标签:lin   系统   sse   安装包   div   执行   错误   linux   specified   

原文地址:https://www.cnblogs.com/yaqiong-hu/p/10654108.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!