安装glibc-2.18 config执行时报错

当安装glibc-2.18时报错
*** These critical programs are missing or too old: make
*** Check the INSTALL file for required versions.

但是电脑上已有make程序
[root@*** build]# make -v
GNU Make 4.3
Built for x86_64-pc-linux-gnu
Copyright (C) 1988-2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://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.

https://blog.csdn.net/blog_abel/article/details/44829745