Hello
I am newbie to LFS and have some problems with that. I follow the instructions in LFS Book 6.6 and install it on my kubuntu 9.10 (running on vmware workstation) I downloaded the packages and patches from this link:
ftp://ftp.lfs-matrix.net/pub/lfs/lfs...es-6.6-rc1.tar
until installing gcc on chapter 5 every thing is OK but i didn't understand steps 5.6 & 5.7 very well.
here what i did for step 5.6 (install kernel headers):
1- lfs@kubuntu:/mnt/lfs/sources$ tar -jxvf linux-2.6.32.7.tar.bz2 <= produced error on extracting some files so I copied this file to /usr/src on my host system and switched to root user then:
2- root@kubuntu:/usr/src# tar -jxvf linux-2.6.32.7.tar.bz2 <= successfull
3- root@kubuntu:/usr/src# cd linux-2.6.32.7/
4- follow the book instruction and all successfull
is this right?
for step 5.7 (Installation of Glibc):
1- lfs@kubuntu:/mnt/lfs/sources$ tar -jxvf glibc-2.11.1.tar.bz2 <= extract some files then produced lot of error like this : tar [filename] : cannot open: No such file or directory for other files
switchiing to root user doesn't solve this problem:
1- root@kubuntu:/mnt/lfs/sources# tar -jxvf glibc-2.11.1.tar.bz2 <= same errors again
what can i do now?
please help!thanks!