Em 28-04-2014 20:22, Bruce Dubbs escreveu: > Fernando de Oliveira wrote: >> $ cat /etc/lfs-release >> SVN-20140425 >> >> Log is a bit long. >> >> I am thinking the problem is with gcc-4.9.0, but have seen reference to >> older problems with ncurses. >> >> Please, I need to help with that. > > Did you see: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56145 > > It's a little dated, but it does not appear to be fixed. > > -- Bruce
Yes, I saw it before, thanks. Tried -O1 instead of O3 (CFLAGS="$CFLAGS -O1") Then tried: CFLAGS="$CFLAGS -fwrapv" because they say "When adding -fwrapv to the command line it stops gcc from produce the ice". No success at all. I don't have enough knowledge to understand all said in the page, so I am not sure of exactly what could be done. -- []s, Fernando -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
