makeinfo (aus dem Paket texinfo) ist notwendig! Glibc-2.2.5.tar.bz2 (Achtung kein Package!) und glibc-linuxthreads-2.2.5.tar.bz2 (auch kein Package!) laden (Sourcen von ftp.de.linuxfromscratch.org/lfs-packages/3.3/). Glibc und die Linuxthreads im gleichen Verzeichniss entpacken (/usr/src/glibc-2.2.5). Dann folgende Shell Befehle eingeben: cd /usr/src/glibc-2.2.5 touch /tmp/glibc/etc/ld.so.conf cp malloc/Makefile malloc/Makefile.backup sed 's%\$(PERL)%/usr/bin/perl%' malloc/Makefile.backup > malloc/Makefile cp login/Makefile login/Makefile.backup sed 's/root/o/' login/Makefile.backup > login/Makefile ./configure --prefix=/usr --enable-add-ons --libexecdir=/usr/bin echo "cross-compiling = no" > configparms make make install_root=/tmp/glibc install make install_root=/tmp/glibc localedata/install-locales Die gconv-Module liegen dann in /tmp/glibc/usr/lib/gconv. Strippen: find /tmp/glibc/usr/lib/gconv -type f -exec strip -R .note -R .comment "{}" \;