[Wine] Debugging issues on MacOSX

Charles Davis cdavis at mymail.mines.edu
Fri Apr 30 10:35:29 CDT 2010


On 4/30/10 7:20 AM, begemott wrote:
> 2. Why there is no symbol information for the Wine modules? AFAIK the default Wine build includes symbol info by default and I have built Wine from source.
1) You overrode CFLAGS. The default CFLAGS are '-g -O2'.
2) Wine doesn't support DWARF yet on Mac OS X:

http://bugs.winehq.org/show_bug.cgi?id=22384

As a workaround, use stabs:

CFLAGS="-gstabs+"

By the way, you don't need to specify "-arch i386 -m32", because Wine
already specifies -m32 for you.

Chip



More information about the wine-users mailing list