ubuntu 安装 glibc

1. ubuntu版本 14.04,glibc的版本2.17

2. cd cd glibc-2.31.0

mkdir /usr/local/glibc

mkdir build

cd build 

../configure --prefix=/usr/local/glibc

make

之后报错

configure: error: 
*** These critical programs are missing or too old: as GNU ld make bison compiler
*** Check the INSTALL file for required versions.

 

 

3. 说是GNU的版本不对,重新安装一个新版本的gmake试一试

 

posted @ 2020-06-23 11:43  429512065  阅读(10654)  评论(0编辑  收藏  举报