-------------------------------------------- On Sun, 1/6/14, William Harrington <[email protected]> wrote:
Well, if a make install doesn't error out, your script will not stop, becuase it built without error, but maybe not properly. You need to look through your script and make sure your commands are the same as the book. Adding some tests in your script to make sure variables are properly and the right configure commands are being expanded with variables properly may be a good start. Sincerely, William Harrington -- I am going back through the earlier stuff, and the plot thickens. Turns out I wasn't doing the dummy compilation to see if the early toolchain works. When I do it, it fails! The error messages are as follows: /mnt/lfs/tools/lib/gcc/i686-lfs-linux-gnu/4.8.2/../../../../i686-lfs-linux-gnu/bin/ld: cannot find /mnt/lfs/tools/lib/libc.so.6 inside /mnt/lfs /mnt/lfs/tools/lib/gcc/i686-lfs-linux-gnu/4.8.2/../../../../i686-lfs-linux-gnu/bin/ld: cannot find /mnt/lfs/tools/lib/libc_nonshared.a inside /mnt/lfs /mnt/lfs/tools/lib/gcc/i686-lfs-linux-gnu/4.8.2/../../../../i686-lfs-linux-gnu/bin/ld: cannot find /mnt/lfs/tools/lib/ld-linux.so.2 inside /mnt/lfs collect2: error: ld returned 1 exit status But all three of those files are most definitely there, right where they should be. Although the first and third are links, but to other files in the same directory (which are there). So I'm a bit stumped now. -- http://lists.linuxfromscratch.org/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
