http://bugs.winehq.org/show_bug.cgi?id=14631
Summary: ./configure fails to find opengl libraries Product: Wine Version: 1.1.2 Platform: Other OS/Version: other Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: build-env AssignedTo: wine-bugs@winehq.org ReportedBy: atari@gabo.pl
Part of the output of ./configure:
checking for GL/gl.h... yes checking for GL/glx.h... yes checking for GL/glext.h... yes checking for GL/glu.h... yes checking for up-to-date OpenGL version... yes checking for -lGL... not found checking for -lGL... not found checking for -lGLU... libGLU.so.1 configure: error: No OpenGL library found on this system. OpenGL and Direct3D won't be supported. This is an error since --with-opengl was requested.
This is under Ubuntu Inrepid. I have nvidia-glx-177-dev package installed. I'm able to compile&run other OpenGL based software.