http://bugs.winehq.org/show_bug.cgi?id=6622
------- Additional Comments From patrol@sinus.cz 2006-07-11 16:05 ------- My answers to Marcus's questions: Wine is compiled by gcc-4.1.1 Glibc is either 2.4.90 late CVS or 2.5 final Tested on machines with Intel 945G driven by i810 xorg driver and Nvidia cards with both open and proprietary drivers/OpenGL libraries. The crash is identical in all the cases. CFLAGS="-O2 -m32 -I<something>", LDFLAGS="-m32 -L<something>" (-I and -L necessary to find various headers/libraries) Debug build has CFLAGS="-O0 -g -m32 -I<something>" but the backtrace of the crash is unusable. configure invoked with --prefix=/opt/wine --enable-opengl, nothing more.