Re: I won't do it again

2008-01-04 Thread Wilco Beekhuizen
2008/1/3, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > Indeed, that is widely known. :) > > You can compile most things with various optimizations, but not everything > will work with every optimization, especially -O3. Some things do not > like any optimization except -O2, and alot of time is neede

Re: I won't do it again

2008-01-03 Thread thestar
Indeed, that is widely known. :) You can compile most things with various optimizations, but not everything will work with every optimization, especially -O3. Some things do not like any optimization except -O2, and alot of time is needed to test the results. > No, I won't. > > But first, happy

I won't do it again

2008-01-03 Thread Nicolas FRANCOIS
No, I won't. But first, happy new year to all the (B)LFS-ers. I compiled at the end of last year a new LFS system, and wanted to "push" things a little. So I compiled everything with "-O3 -march=athlon-xp" C(XX)FLAGS, from LFS to BLFS. Then I started to notice some problems with my system. Gtk d