On Mon, 2009-10-26 at 04:22 -0700, Christian Gardner wrote: > Never mind peeps, I worked out what it was. Just in case anyone's as > dumb as me, here's what happened. I stick all the LFS instructions in > a bash script, which doesn't fail as sensibly as it should. The first > time I ran it, binutils compiled but gcc didn't (for separate reasons > I've now fixed). The script ploughed on, trying and failing to compile > anything else.
A hint for writing scripts like that - running "set -e" at the top causes the script to terminate if any subsequent command fails. Simon.
signature.asc
Description: This is a digitally signed message part
-- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
