Created
November 16, 2018 07:04
-
-
Save yuanliwei/910ec23fc036668185460613c0dc90e5 to your computer and use it in GitHub Desktop.
build glibc-2.14.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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