glibc.check

Current Version: 2.2.5

Links

dir: ftp://ftp.gnu.org/pub/gnu/glibc

file: glibc-2.2.5.tar.gz

alternative: glibc-2.2.5.tar.bz2

patch:

Needs

bash binutils diffutils fileutils gcc grep gzip make mawk sed sh-utils textutils

Setup information

touch /etc/ld.so.conf 

touch

mkdir ../glibc-build 

pre

cd ../glibc-build 

init

../glibc-2.2.5/configure --prefix=/usr \
	--libexecdir=/usr/bin --enable-add-ons \
	--disable-profile --enable-kernel=2.4.10 
echo "cross-compiling = no" > configparms 

config

make 

make

make install 

install

make check 

check

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