CentOS 中无法使用make,make install 命令
提示错误:make: command not found
make是gcc的编译器,一定要安装
1、安装:
yum -y install gcc automake autoconf libtool make
2、安装g++:
yum install gcc gcc-c++
CentOS安装make与g++
本文介绍在CentOS系统中解决无法使用make和makeinstall命令的问题,通过使用yum命令安装gcc、automake、autoconf、libtool和make等工具,同时提供了安装g++的方法。
CentOS 中无法使用make,make install 命令
提示错误:make: command not found
make是gcc的编译器,一定要安装
1、安装:
yum -y install gcc automake autoconf libtool make
2、安装g++:
yum install gcc gcc-c++
转载于:https://www.cnblogs.com/majianyu/p/10785885.html
781
2125
4717
2338
1229

被折叠的 条评论
为什么被折叠?