Re: Debugging issues on MacOSX

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux