On 5/20/10, Kyle Brennan <[email protected]> wrote: > though. I did work in the sources directory. I got to GLibC and it ran > for about 45 minutes and then it threw this error at me: make: *** [all] > Error 2 > It just came out of the /mnt/lfs/sources/glibc-2.11.1 directory. which
Wouldn't it be out of /mnt/lfs/sources/glibc-build? The procedure (lfs 6.6 and LFS=/mnt/lfs) LFS=/mnt/lfs cd $LFS/sources # If pre-existing glibc-build, rm -r glibc-build # If pre-existing glibc-2.11.1, rm -r glibc-2.11.1 tar -xf glibc-2.11.1.tar.bz2 cd glibc-2.11.1 # Copy/Paste each applicable grey command block mkdir -v ../glibc-build cd ../glibc-build ... and so on, right? -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
