dir: ftp://ftp.gnu.org/pub/gnu/glibc
file: glibc-2.2.5.tar.gz
alternative: glibc-2.2.5.tar.bz2
patch: glibc-2.2.5.patch.bz2
bash binutils diffutils fileutils gcc grep gzip make mawk sed sh-utils textutils
touch /etc/ld.so.conf |
touch |
mkdir ../glibc-build |
pre |
cd ../glibc-build |
init |
../glibc-2.2.5/configure --prefix=/usr --enable-add-ons \ --libexecdir=/usr/bin --disable-profile \ --enable-kernel=2.4.10 echo "cross-compiling = no" > configparms |
config |
make |
make |
make install |
install |
You have to change this for your own locales... mkdir -p /usr/lib/locale localedef -i en_US -f ISO-8859-1 en_US localedef -i es_MX -f ISO-8859-1 es_MX |
post |
You have to edit this if you want man pages for linuxthreads |
man |