ubuntu安装 make4.2

1. 安装步骤如下

wget https://ftp.gnu.org/gnu/make/make-4.2.tar.gz
tar xvf make-4.2.tar.gz
cd make-4.2/
./configure 
make
sudo make install

2. 如果出现错误说是gcc 没安装,那么安装一下gcc,然后把PATH路径添加一下

可以参考  https://www.cnblogs.com/429512065qhq/p/13181902.html

posted @ 2020-06-23 14:31  429512065  阅读(1775)  评论(0编辑  收藏  举报