http://bugs.winehq.org/show_bug.cgi?id=5942
Summary: Screwed up debug traces if wine gets compiled with -- hash-style=both Product: Wine Version: CVS Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-binary AssignedTo: wine-bugs@winehq.org ReportedBy: greg87@online.de
This message... fixme:dbghelp:SymLoadModule Should have successfully loaded debug information for image c:\windows\system32* ...and this... Module Address Debug info Name (9 modules)
PE 405e0000-405e9000 --none-- usp10_test
...indicates the problem.
Currently present on Fedora Core 6 Test releases, but same result can be achieved with any distro which uses: binutils-2.17.50.0.3 glibc-2.4.90 (cvs) and with LDflags="--hash-style=both"
Solution is simple: export LDFLAGS=""