*** These critical programs are missing or too old: make compiler

 

001、问题

*** These critical programs are missing or too old: make compiler

 

002、查看当前的make版本

[root@PC1 build]# make --version

 

003、make官网:http://ftp.gnu.org/pub/gnu/make/

下载最新的make。

 

004、

wget http://ftp.gnu.org/pub/gnu/make/make-4.4.tar.gz
tar -xzvf make-4.4.tar.gz
cd make-4.4/
mkdir build
cd build
../configure --prefix=/usr/
bash build.sh
make install

 

005、检查make版本

[root@PC1 build]# make --version
GNU Make 4.4
Built for x86_64-pc-linux-gnu
Copyright (C) 1988-2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

 

006、回到报错的脚本,进行测试,make版本过旧的报错消失,出现c编译器版本过旧

[root@PC1 build]# ../configure --prefix=/usr/local/glibc-2.28

 。

 

posted @   小鲨鱼2018  阅读(2845)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 阿里最新开源QwQ-32B,效果媲美deepseek-r1满血版,部署成本又又又降低了!
· SQL Server 2025 AI相关能力初探
· AI编程工具终极对决:字节Trae VS Cursor,谁才是开发者新宠?
· 开源Multi-agent AI智能体框架aevatar.ai,欢迎大家贡献代码
· Manus重磅发布:全球首款通用AI代理技术深度解析与实战指南
历史上的今天:
2022-07-15 gemma 软件对数量性状 混合线性模型T值及P值的计算
2022-07-15 gemma 对 数量性状 一般线性模型关联分析计算 T值
2022-07-15 plink软件 --linear 对数量性状进行关联分析 SE计算
2022-07-15 plink 软件 --assoc 数量性状关联分析 T值的来源
2021-07-15 4-4
2021-07-15 4-2-4
2021-07-15 4-1-3
点击右上角即可分享
微信分享提示