Centos中使用make,make install命令
如果出现 make: command not found
make是gcc的编译器
执行以下命令:
安装:
yum -y install gcc automake autoconf libtool make
安装g++:
yum install gcc gcc-c++
相关文章
- centos安装软件的时候,提示make: command not found
- CentOS 系统安装软件报错:cmake :command not found
- centos 7 ifcnfig提示:bash: ifconfig: command not found的解决方法
- Centos7 Minni 安装 执行ifconfig命令出现 -bash ifconfig command not found 的解决方法
- 使用source命令的时候提示source: command not found
- Centos7.0安装Python3.6时yum,rpm,wget命令都出现command not found的报错提示
- 在CentOS上安装node.js的时候报错:No acceptable C compiler found!解决办法
- 【亲测】
CentOS下g++: command not found问题的解决(c++环境安装) - 关于执行make uImage 时候报错 “command not found - U-Boot images”的处理方法
- centos7使用yum安装软件提示 cannot find a valid baseurl for repo:base/7/x86_64 的解决方法