1 Nov 2003 08:01
Glibc configure/build problems (stage 1, very vague)
John Wyatt <jbwyatt4 <at> yahoo.com>
2003-11-01 07:01:42 GMT
2003-11-01 07:01:42 GMT
Basically in the first build of glibc in chap 5 configure or build headers(or what Glibc uses) does not seem to copy(or declare) the proper files so they can be compiled, this is in the make or the make check stage. I list my build script so if there is any errors. (motified one to fit the email of Yahoo) # Glibc 2.3.2 # Needs linuxthreads to be compatible with most GNU Linux distros # Based on LFS, written by John Wyatt echo "Glibc" cp --copy-contents /opt/packages/glibc-2.3.2.tar.bz2 $LFS/sources/packages/glibc-2.3.2.tar.bz2 cp --copy-contents /opt/packages/glibc-linuxthreads-2.3.2.tar.bz2 $LFS/sources/packages/glibc-linuxthreads-2.3.2.tar.bz2 cd $LFS/tools tar --bzip2 --extract -f $LFS/sources/packages/glibc-2.3.2.tar.bz2 mkdir /tools/etc touch /tools/etc/ld.so.conf mkdir glibc-build cd $LFS/tools/glibc-2.3.2 patch -Np1 -i /opt/packages/glibc-2.3.2-sscanf-1.patch cd $LFS/tools/glibc-build tar --bzip2 --extract -f /(Continue reading)
RSS Feed