http://bugs.winehq.org/show_bug.cgi?id=10184
--- Comment #1 from Ryan Walklin ryanwalklin@gmail.com 2007-11-10 16:39:58 --- Upon further investigation, it would appear that this is due to a linker bug in OS X.
However, applying the workaround at http://wiki.finkproject.org/index.php/Fink:Packaging:Preparing_for_10.5, and placing /usr/X11/lib in the linker search path enables Wine to compile and link with the OpenGl libs. However attempting to run OpenGLs (eg Steam) fails with the following error:
$ wine Steam.exe X Error of failed request: BadValue (integer parameter out of range for operation) Major opcode of failed request: 128 (Apple-DRI) Minor opcode of failed request: 2 () Value in failed request: 0x3f Serial number of failed request: 17 Current serial number in output stream: 17
I accept this may still be an Apple X11 bug, but I'd appreciate it if anyone who knew what was going on could comment.