http://bugs.winehq.org/show_bug.cgi?id=22954
--- Comment #9 from NSLW lukasz.wojnilowicz@gmail.com 2010-06-04 08:12:23 --- (In reply to comment #8)
(In reply to comment #7)
(In reply to comment #4)
And what are the compilation flags that were used before?
CFLAGS="-g -gdwarf-2" ./configure --disable-tests && make -j3
Please don't use custom compilation flags unless you really know what you are doing, and you are not going to report bugs with that configuration.
I used these flags because I wanted to get wine compiled with debug symbols.In bug bug #22787 i was redirected to following site http://wiki.winehq.org/Backtraces where it's written that "On Fedora/RedHat, CFLAGS="-g -gdwarf-2" may be required"