Just a warning if you're on an x86 system and using gcc 3.0.3: Although a -fomit-frame-pointer bug was fixed, it looks like it's still problematic. When I build mozilla with just "-O2 -fomit-frame-pointer", running it leads to a segfault.
With "-O2 -march=athlon -fstrict-aliasing -finline-limit=5000 -fschedule-insns2", it runs just fine. I'll see how 3.0.3 handles some of the xmame problems, such as the narc segfault. (So far I'm guess it'll still crash with -O2.) _______________________________________________ Xmame mailing list [EMAIL PROTECTED] http://toybox.twisted.org.uk/mailman/listinfo/xmame
