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试一试

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM