Centos无法使用make,make: command not found
2019-04-10 10:19:21

安装:


yum -y install gcc automake autoconf libtool make


安装g++:

yum install gcc gcc-c++