问题:
bash: make: command not found
1、去官网查找最新版本
http://ftp.gnu.org/pub/gnu/make/ 查找最新安装包
2、下载解压缩
wget http://ftp.gnu.org/pub/gnu/make/make-4.2.tar.gz
tar -zxvf make-4.2.tar.gz
cd make-4.2
mkdir build
cd build
../configure --prefix=/usr/
sh build.sh
安装./make install
成功make -v看版本