On, Sunday 16 July 2006 16:21 Wojciech Giel wrote: > but why using these flags i get errors?? C/CXXFLAGS seem to be safe (maybe except -DNDEBUG and _DG_DISABLE_ASSERT which I amn't sure about).
"-s" in LDFLAGS is also safe. I think it was LDFLAGS="-z combreloc" that caused the problem. P.S. I've successfully built _whole_ LFS-SVN-20060531 (except gcc-3.4.6 instead of 4.0.3) using the following ones: CFLAGS="-march=athlon-xp -O2 -fomit-frame-pointer -pipe -s -fno-align-labels -fno-align-loops -fno-align-jumps -fno-align-functions -mpreferred-stack-boundary=2" CXXFLAGS="$CFLAGS" LDFLAGS="-s" -- Nothing but perfection pv -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
