I started over from scratch. I have captured log files of everything.
I ran tests on everything and captured all those tests. Everything was
going along nicely.
In chapter 6.4 I used:
chroot "$LFS" /tools/bin/env -i \
HOME=/root TERM="$TERM" PS1='\u:\w\$ ' \
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin \
/tools/bin/bash --login +h
compiled and installed everything.
I skipped over chapter 6.60 stripping.
I did use logout from chapter 6.60 and in chapter 6.61 I used:
chroot "$LFS" /usr/bin/env -i \
HOME=/root TERM="$TERM" PS1='\u:\w\$ ' \
PATH=/bin:/usr/bin:/sbin:/usr/sbin \
/bin/bash --login
to log back in
completed chapter 7
completed chapter 8.2
chapter 8.3.1 ran tar -jxvf linux-2.6.30.2.tar.bz2
cd linux-2.6.30.2
then ran make mrproper and got this error message:
make: gcc: Command not found
What happened?
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page