Hi - Further to the notes in makefile.unix, I found had tremendous problems getting the source RPM to build a working binary. Both -O and -O2 were causing problems (a whine throughout pacman, no pacman sprite, no sound at all in Chase HQ...) though I suspect -fstrict-aliasing is the main culprit.
I reverted to the optimization flags I've been using for years and all was well. For reference, these are: -O3 -mpentiumpro -Wall -Wno-unused -funroll-loops -fstrength-reduce \ -fomit-frame-pointer -ffast-math -malign-functions=2 -malign-jumps=2 \ -malign-loops=2 These may not work for everybody, but they seem to work reliably enough for me. $ gcc --version egcs-2.91.66 $ rpm -qif `which gcc` Name : egcs Relocations: (not relocateable) Version : 1.1.2 Vendor: Red Hat, Inc. Release : 30 Build Date: Thu 17 Feb 2000 07:17:14 PM GMT Best Regards and thanks to the team! Alex. _______________________________________________ Xmame mailing list [EMAIL PROTECTED] http://toybox.twisted.org.uk/mailman/listinfo/xmame
