> Checked binutils options still no go. However interestingly > enough this time as before [ I have compiled this more then a > couple of time ] the error enumeration varies. I appreciate > any and all feed back.
My general rule is when a compliation blows up, first thing is to set "-j 1" (one) to make sure that the run is serialized and the error messages are coincident with the compile commands. Also, sometimes running parallel, a dependency won't finish making before the dependent is dispatched. -j 1 just makes things clear, and sometimes problems disappear! 8-) -- Paul Rogers [email protected] Rogers' Second Law: "Everything you do communicates." (I do not personally endorse any additions after this line. TANSTAAFL :-) -- http://www.fastmail.com - Accessible with your email software or over the web -- 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
