On Mon, Oct 26, 2015 at 10:06:43AM -0400, Michael Havens wrote: > > That was easy..... it was on the line before: > > checking for x86_64-lfs-linux-gnu-gcc... > /mnt/lfs/sources/gcc-build/./gcc/xgcc -B/mnt/lfs/sources/gcc-build/./gcc/ > -B/tools/x86_64-lfs-linux-gnu/bin/ -B/tools/x86_64-lfs-linux-gnu/lib/ > -isystem /tools/x86_64-lfs-linux-gnu/include -isystem > /tools/x86_64-lfs-linux-gnu/sys-include > > checking for suffix of object files... configure: error: in > `/mnt/lfs/sources/gcc-build/x86_64-lfs-linux-gnu/libgcc': > configure: error: cannot compute suffix of object files: cannot compile > **** >
No, it was NOT easy - you still have not found the real error. Find the code fragment which configure created and tried to execute. Somewhere around that will be an error message, probably from 'ld' or 'gcc'. > I just searched the error and found a suggestion to start over from scratch If you repeat the exact same steps as before, using a script, you should get the exact same result. > (here > <http://www.linuxquestions.org/questions/linux-from-scratch-13/error-with-gcc-first-pass-cannot-compute-suffix-of-object-files-cannot-compile-4175478166/page2.html>). > There was no follow up so I am assuming that this worked. I would like to > fix things to learn how to do it but if this would make it so that I would > have to fix EVERYTHING I would rather start over. What do you think? Begin by trying to find the actual error message. You probably do need to fix everything which is wrong - but at the moment you do not know what that "everything" is. ĸen -- Il Porcupino Nil Sodomy Est! (if you will excuse my latatian) aka "The hedgehog song" -- http://lists.linuxfromscratch.org/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page Do not top post on this list. A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? http://en.wikipedia.org/wiki/Posting_style
