http://bugs.winehq.org/show_bug.cgi?id=12547 Athrun <samurai_no_densetsu(a)yahoo.es> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |samurai_no_densetsu(a)yahoo.es --- Comment #12 from Athrun <samurai_no_densetsu(a)yahoo.es> 2008-07-27 12:51:11 --- (In reply to comment #6)
CFLAGS="-mcpu=athlon-xp -O3 -pipe -fomit-frame-pointer" CXXFLAGS="-mcpu=athlon-xp -O3 -pipe -fomit-frame-pointer"
Do not not use -fomit-frame-pointer to build wine, because that flag breaks something into wine protection schemes even when wine compile flawless and without errors, I had suffered it during long time, and there's no other way to make protected games work. Use "-mcpu=athlon-xp -O3 -pipe" You can check about it here too: http://www.nabble.com/-Bug-39604--wine%2C-ASSIGNED%3A-wine-should-be-compile... -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.