您的位置 首页 技术

centos下执行make命令出错

问题: 安装软件的时候,提示make: command not found Centos中无法使用make,make install,命令 make: command not fo…

问题:

安装软件的时候,提示make: command not found

Centos中无法使用make,make install,命令 make: command not found

推荐教程:centos教程

解决方法:

1、命令

yum -y install gcc automake autoconf libtool make

2、安装g++:

yum install gcc gcc-c++

相关视频教程推荐:linux视频教程

以上就是centos下执行make命令出错的详细内容,更多请关注24课堂在线网其它相关文章!

本文来自网络,不代表24小时课堂在线立场,转载请注明出处:https://www.24ketang.cn/55219.html

为您推荐

返回顶部