It's seems to be OK with the parameter : echo "CFLAGS += -O3 -march=athlon-xp" > configparms
Ken Moffat a écrit : > On Fri, Jan 04, 2008 at 12:23:41AM +0100, Nicolas FRANCOIS wrote: > >> Le Thu, 03 Jan 2008 22:25:37 +0100 Richard Delétang <[EMAIL PROTECTED]> >> a écrit : >> >> >>> http://www.linuxfromscratch.org/lfs/view/development/chapter06/glibc.html >>> >>> The make command return me this error: >>> >>> In file included from ./../include/libc-symbols.h:55, >>> from <command-line>:0: >>> /usr/src/glibc-build/config.h:3:3: error: #error "glibc cannot be >>> compiled without optimization" >>> >> You should, in that order : >> >> 1) Redo all the steps towards the error. For example, maybe you forgot >> the "echo "CFLAGS += -march=i486" > configparms" part of the instructions. >> >> > Or, perhaps, a typo so that Richard echoed "CFLAGS = -march=i486" ? > That would override whatever CFLAGS were otherwise defined (probably, -O2) > and there was now no optimization. > > ĸen > -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page