Skip to content

Instantly share code, notes, and snippets.

@yuanliwei
Created November 16, 2018 07:04
Show Gist options
  • Save yuanliwei/910ec23fc036668185460613c0dc90e5 to your computer and use it in GitHub Desktop.
Save yuanliwei/910ec23fc036668185460613c0dc90e5 to your computer and use it in GitHub Desktop.
build glibc-2.14.sh
mkdir ~/glibc_install; cd ~/glibc_install
wget http://ftp.gnu.org/gnu/glibc/glibc-2.14.tar.gz
tar zxvf glibc-2.14.tar.gz
cd glibc-2.14
mkdir build
cd build
../configure --prefix=/opt/glibc-2.14
make -j4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment