WineHQ
Comments
 

The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.

RE: Unload debbuger
by Athrun on Sunday July 27th 2008, 13:03
OK, I have found what was "wrong", it was a kinda silent error.

I was using the following flags to build wine:
CFLAGS="-march=k8 -msse3 -O2 -pipe -fomit-frame-pointer"
CXXFLAGS="${CFLAGS}"
after a lot of testing I found that -fomit-frame-pointer seems to break silently something into wine protection schemes, that render wine builds compiled in that way unable to run apps with cd-checks or any other type of protection.

And googling a little proved it to me

www.nabble.com/-Bug-39604--wine%2C-ASSIGNED%3A-wine-should-be-compiled-without--fomit-frame-pointer-as-games-protection-doesn-%27t-like-it-p17031223.html

So I have compiled it with CFLAGS="-march=k8 -msse3 -O2 -pipe" and ... success

[post new] [reply to this]

Page loaded in 0.00338 seconds.