CentOS8 --make: command not found
解决思路:
make 是gcc的编译器,需要安装下面的依赖包:
yum -y install gcc gcc-c++ automake autoconf libtool make