On Sat, Apr 15, 2006 at 10:52:34AM +0800, wcw84 wrote > I hava solved this problem now,chang my cflags=O3 to O2,and it's OK now !
Do not use -O3. It is begging for trouble, and can result in *SLOWER* programs, even when it doesn't blow up in your face. By the way, what is your MAKEOPTS setting? That is another item where "over-optimizing" can blow up the compile. -- Walter Dnes <[EMAIL PROTECTED]> In linux /sbin/init is Job #1 My musings on technology and security at http://tech_sec.blog.ca -- [email protected] mailing list

