http://bugs.winehq.org/show_bug.cgi?id=7448
------- Additional Comments From jisakiel@yahoo.es 2007-18-02 14:38 ------- OK, just O0... I noticed gentoo (I guess the ebuild) adds something else to the flags automatically (as I exported CFLAGS="O0", CXXFLAGS="O0"): -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -O0
-fPIC is because of the PIC useflag, as I usually prelink (but I haven't since I recompiled wine); could be stripped if needed. -pipe only accelerates the compile, so shouldn't be a problem. -fno-strict-aliasing should not do any harm (and if the mantainers of the ebuild leave it always on I guess it's for good reasons). And the W are warnings, aren't they? At least I recognize Wall as so... Nevertheless if they are a problem next time I will just unpack the source and install under a prefix.
Still hangs, unfortunately.
By the way, I noticed 0.9.31 got released into gentoo, if necessary I can try recompiling that one (but please with only a set of CFLAGS! :))