On Tue, 9 Aug 2005, Michiel Faber wrote: > indeed i had /tools/include/asm/asm-i386 > just copy all the files in asm-i386 to asm. > I dont think it is an error on my side. I tried to follow the book as > good as it could be, but i had to copy "include/asm-i386", > but that one diddn't exist. It is not really clear explained (for me, > but a bit thinking...) that they are in the linux-libc-headers. > $LFS/sources/linux-libc-headers.xxx/include/asm-i386. From > linux-libc-headers i did exactly follow the commands in the book, but my > files went to /tools/inlcude/asm/asm-i386. > > Is this still my fault or a not correct command in the book? > > Michiel >
I've had this type of problem myself (in a script), but it went away. I assumed I was doing something stupid. Possibly, the host's version of 'cp' makes a difference (buggy, not processing -R correctly?) For *each* package in LFS, you are expected to go into the directory that was created by untarring the source, so in linux-libc-headers.xxx you should be able to see include/ with asm-i386 beneath it. Ken -- das eine Mal als Tragödie, das andere Mal als Farce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
