CentOS 6.2中无法使用make,make install 命令 make: command not found
make是gcc的编译器,定要安装
安装:
yum -y install gcc automake autoconf libtool make
安装g++:
yum install gcc gcc-c++
CentOS 6.2中无法使用make,make install 命令 make: command not found
本原创文章未经允许不得转载 | 当前页面:PCYO 评测夜鸥 六度计算世界 » CentOS 6.2中无法使用make,make install 命令 make: command not found