http://bugs.winehq.com/show_bug.cgi?id=1619
------- Additional Comments From lionel.ulmer@free.fr 2003-26-07 02:19 ------- Well, the problem is that your GL library does export the glXGetProcAddressARB function call (as seen in the configure output) BUT it does not advertise it...
On my box :
GLX extensions: GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_ARB_get_proc_address
Moreover, even if your box only supports GLX 1.2, it still should be able to support this extension (copy pasted from the extension text) :
Dependencies
The extension is written against the GLX 1.3 Specification. May be implemented in any version of GLX and OpenGL.