http://bugs.winehq.org/show_bug.cgi?id=5124
Summary: Cannot compile wine 0.9.12 - gluNewTess is missing Product: Wine Version: 0.9.12. Platform: PC OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-binary AssignedTo: wine-bugs@winehq.org ReportedBy: fojtik@penguin.cz
Do you have any idea what goes wrong? I am using gcc-3.2
make[2]: Entering directory `/I/usr/src/wine-0.9.12/dlls/opengl32' ../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./opengl32.spec opengl_ext.o opengl_norm.o wgl.o wgl_ext.o version.res -Wl,--rpath,$ORIGIN/`../../tools/relpath /usr/local/lib/wine /usr/local/lib` -o opengl32.dll.so -L../../dlls -luser32 -lgdi32 -ladvapi32 -lkernel32 -lntdll -L../../libs -lwine -L/usr/X11R6/lib -lSM -lICE -lXxf86dga -lXxf86vm -lXext -lX11 -lGL -L../../libs/port -lwine_port wgl.o: In function `wglUseFontOutlines_common': /usr/src/wine-0.9.12/dlls/opengl32/wgl.c:930: undefined reference to `gluNewTess' /usr/src/wine-0.9.12/dlls/opengl32/wgl.c:933: undefined reference to `gluTessCallback' /usr/src/wine-0.9.12/dlls/opengl32/wgl.c:934: undefined reference to `gluTessCallback' /usr/src/wine-0.9.12/dlls/opengl32/wgl.c:935: undefined reference to `gluTessCallback' /usr/src/wine-0.9.12/dlls/opengl32/wgl.c:992: undefined reference to `gluTessBeginPolygon' /usr/src/wine-0.9.12/dlls/opengl32/wgl.c:999: undefined reference to `gluTessBeginContour' /usr/src/wine-0.9.12/dlls/opengl32/wgl.c:1002: undefined reference to `gluTessVertex' /usr/src/wine-0.9.12/dlls/opengl32/wgl.c:1029: undefined reference to `gluTessVertex' /usr/src/wine-0.9.12/dlls/opengl32/wgl.c:1032: undefined reference to `gluTessVertex' /usr/src/wine-0.9.12/dlls/opengl32/wgl.c:1045: undefined reference to `gluTessEndContour' /usr/src/wine-0.9.12/dlls/opengl32/wgl.c:1050: undefined reference to `gluTessEndPolygon' /usr/src/wine-0.9.12/dlls/opengl32/wgl.c:1059: undefined reference to `gluDeleteTess' /usr/src/wine-0.9.12/dlls/opengl32/wgl.c:1038: undefined reference to `gluTessEndContour' /usr/src/wine-0.9.12/dlls/opengl32/wgl.c:1016: undefined reference to `gluTessVertex' collect2: ld returned 1 exit status winegcc: gcc failed. make[2]: *** [opengl32.dll.so] Error 2 make[2]: Leaving directory `/I/usr/src/wine-0.9.12/dlls/opengl32' make[1]: *** [opengl32] Error 2 make[1]: Leaving directory `/I/usr/src/wine-0.9.12/dlls' make: *** [dlls] Error 2