HI
Host : Debian 3.2.60 i686 chapter 5.5.1 The compilation off GCC failed The error lines are: ../../gcc-4.9.1/gcc/sched-dep.c : 4804:25: error : 'insn' was not declared in this scope ../../gcc-4.9.1/gcc/sched-dep.c : 4846:58: error : 'insn' was not declared in this scope these lines are : if ((code == MEM) && !DEBUG_INSN_P (insn)) and if ((code == SIGN_EXTRACT || code == ZERO_EXTRACT) && !DEBUG_INSN_P (insn)) These lines have been altered previously by: sed -i 's/if ((code.*)))/if (1 && !DEBUG_INSN_P (insn))/' gcc/sched-deps.c I wandered if I should try again with the original sched-dep.c file? thanks for your help Pierre
-- 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
