Re: Error with glibc-2.7

2008-01-04 Thread Nicolas FRANCOIS
Le Fri, 04 Jan 2008 08:30:16 +0100 Richard Delétang <[EMAIL PROTECTED]> a écrit : > It's seems to be OK with the parameter : > > echo "CFLAGS += -O3 -march=athlon-xp" > configparms IMHO you'd better stick to the book intructions. I tried thoses flags on my own computer. Well, all compiled OK, bu

Re: Error with glibc-2.7

2008-01-04 Thread Robert Connolly
On Friday January 4 2008 02:30:16 am Richard Delétang wrote: > It's seems to be OK with the parameter : > > echo "CFLAGS += -O3 -march=athlon-xp" > configparms Your original error is something you would get if you typed "=" instead of "+=". You should not need the -O3, and it may cause test suite

Re: Error with glibc-2.7

2008-01-03 Thread Richard Delétang
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:/

Re: Error with glibc-2.7

2008-01-03 Thread Ken Moffat
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 i

Re: Error with glibc-2.7

2008-01-03 Thread Nicolas FRANCOIS
Le Thu, 03 Jan 2008 22:25:37 +0100 Richard Delétang <[EMAIL PROTECTED]> a écrit : > Hi, > > I have a problem with the compilation of the package glibc-2.7 : > http://www.linuxfromscratch.org/lfs/view/development/chapter06/glibc.html > > The make command return me this error: > > In file inclu