Re: Problem with glibc

2006-07-16 Thread Robert Connolly
Don't use anything higher than march=i486 with Glibc, and personally I would use march=i386. When distributions do it they also patch Glibc to work around the bugs caused by march=i686. Use -mtune=whatever. If you are compiling for size '-march=i386 -mtune=i386' will make smaller programs and li

Re: Problem with glibc

2006-07-16 Thread Wojciech Giel
>i know what was a problem - opimization: >I used these flags: > >export CHOST="i686-pc-linux-gnu" >export CFLAGS="-march=pentium4 -Os -fomit-frame-pointer -s -pipe >-DNDEBUG -DG_DISABLE_ASSERT" >export CXXFLAGS="-march=pentium4 -Os -s -pipe -DNDEBUG -DG_DISABLE_ASSERT" >export LDFLAGS="-s -z comb

Re: Problem with glibc

2006-07-15 Thread Chris Staub
Wojciech Giel wrote: Hi Thise is my first post and first compilation. I followed this book Linux From Scratch - Version SVN-20060619 Chapter 6. Installing Basic System Software 6.9. Glibc-2.3.6 and i got this errors : make -k check 2>&1 | tee glibc-check-log grep Error glibc-check-log make[2]:

Problem with glibc

2006-07-15 Thread Wojciech Giel
Hi Thise is my first post and first compilation. I followed this book Linux From Scratch - Version SVN-20060619 Chapter 6. Installing Basic System Software 6.9. Glibc-2.3.6 and i got this errors : make -k check 2>&1 | tee glibc-check-log grep Error glibc-check-log make[2]: *** [/sources/glibc-bu