On 1/24/11 9:35 AM, Astrauk wrote: > So would I just do "./configure -gstabs" from my wine source? (like when I used "./configure" to install wine?). Thanks. Not quite. You would actually say: ./configure CFLAGS=-gstabs --x-includes=/opt/X11/include --x-libraries=/opt/X11/lib from your Wine source. (If you'll recall, the --x-includes and --x-libraries flags are so Wine can find the OpenGL binary.) Then you should have proper debug symbols. Chip