http://bugs.winehq.org/show_bug.cgi?id=4499
------- Additional Comments From leon_fraitak@mail.ru 2006-19-03 06:12 ------- Here's the proper fix: http://winehq.org/pipermail/wine-devel/2006-March/045657.html After applying the patch edit the file dlls/opengl32/Makefile.in in the following way: change the line IMPORTS = user32 gdi32 advapi32 kernel32 to IMPORTS = user32 gdi32 advapi32 kernel32 ntdll
and then rerun ./configure and recompile Wine in the usual way.