On Sat, Oct 05, 2002 at 02:32:05AM -0600, Frank Cox wrote: > I've not (yet) tried this with any other build than SDL, but the combination of -ef >1 and -fullscreen with the SDL build does something awful to RedHat 8.0's Gnome >desktop on exit from the game. The desktop is completely distorted and, while kind >of recognizable, is a real mess. The only way to get it back that I've found is to >log out and reset the X server. RH 7.3 didn't exhibit this problem. Maybe some >incompatibility with the new Gnome? > > Further I get repeating warnings steadily while compiling xmame under RH 8.0. They >don't seem to affect anything, but I keep on getting this: > > cc1: warning: -malign-loops is obsolete, use -falign-loops > cc1: warning: -malign-jumps is obsolete, use -falign-jumps > cc1: warning: -malign-functions is obsolete, use -falign-functions > > Over and over and over, once for each .c file as it compiles.
gcc-3.2 does the same thing. I think the gcc developers just renamed the switches from -m to -f, so you can safely use -falign-loops and -falign-jumps in your makefile. I'm also fairly certain that if you use a -mcpu or -march that matches your architecture, you don't need to worry about aligning loops or functions since these switches should already make appropriate choices for your CPU. _______________________________________________ Xmame mailing list [EMAIL PROTECTED] http://toybox.twisted.org.uk/mailman/listinfo/xmame
