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.