摘要: 下载glibc wget http://ftp.gnu.org/gnu/glibc/glibc-2.7.tar.gz解压 #tar -zxvf glibc-2.7.tar.gz#./glibc-2.7/configure --prefix=/usr --disable-profile --enable-add-ons --with-headers=/usr/include --with-binutils=/usr/bin --disable-sanity-checks#make#make install 阅读全文
posted @ 2013-02-20 21:34 greencolor 阅读(218) 评论(0) 推荐(0) 编辑