http://bugs.winehq.org/show_bug.cgi?id=6465
Summary: wine/dlls/opengl32 sources fail to compile without linking to libglu32 Product: Wine Version: CVS Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P4 Component: wine-files AssignedTo: wine-bugs@winehq.org ReportedBy: sparr0@gmail.com
I already resolved the problem and thus lost the entirety of the error message and command line in my console buffer, but one relevant line is this:
wgl.o: In function `wglUseFontOutlines_common':/home/sparr/source/wine/wine/dlls/opengl32/wgl.c:355: undefined reference to `gluNewTess'
The compiler was called without an apparently neccessary "-lglu32", the addition of which appears to have solved the problem.
I am compiling on debian unstable on k7/i686/ia32.