Le lundi 30 janvier 2012 à 22:47 -0500, rafe_b a écrit : > Hi Bruce, I'm trying desperately to understand. > I did read Sec. 5.3 carefully -- I printed it out and > read it prior to doing any builds -- but the subsequent > build steps don't seem to line up. The tree that > I have is: > > /mnt/lfs/sources # (1) contains downloaded tarballs > /mnt/lfs/sources/mpfr # (2) after un-tar and rename > /mnt/lfs/sources/gmp # (3) after un-tar and rename > /mnt/lfs/sources/mpc # (4) after un-tar and rename > > > Is that still wrong? If so, how should it look?
/mnt/lfs/sources/gcc-4.6.1 /mnt/lfs/sources/gcc-4.6.1/mpfr /mnt/lfs/sources/gcc-4.6.1/gmp /mnt/lfs/sources/gcc-4.6.1/mpc that's how it should look like. as for the patch, you apply the path with this command: patch -Np1 -i ../gcc-4.6.1-cross_compile-1.patch while in the /mnt/lfs/sources/gcc-4.6.1 directory. Alain -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
