My Wine build is lacking debug symbols. I tried to compile it Code: ./configure and Code: CFLAGS="-g" ./configure but it didn't help. How to compile wine with debug symbols or maybe is there a ready package? I use openSuSE 11.1 x86_64.
Dionysius wrote:> How to compile wine with debug symbolsIt's enabled by default. Don't strip binaries (run from the compile directory). Dionysius wrote:> or maybe is there a ready package? I use openSuSE 11.1 x86_64.Look in the repository you getting Wine from. Should be called something like wine*-dbg.rpm.