http://bugs.winehq.org/show_bug.cgi?id=18041
--- Comment #9 from Nikolay Sivov bunglehead@gmail.com 2009-09-08 04:08:12 --- (In reply to comment #8)
As I did not find working debug symbol libraries, I moved over to build wine from the sources. Everything seems to be working now (without symbols). Can you tell me how to activate those symbols during compilation?
Thanks in advance.
Nothing special required.
Just do: ./configure && make depend && make && make install.
Debug symbols will be compiled in.