<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ccffff" text="#000000">
<font face="sans-serif">I have been trying to get Wine 0.9.47 to
compile on my machine.  I've followed the direction on the site for
compiling a 64 bit cross version with Suse.  Everything runs fine for
about 4 minutes and then I get a pile of error messages   --- shown at
the end of this email.  <br>
<br>
Apparently it is not finding any GLU libraries but I show that the
freeglut library is installed correctly.<br>
<br>
Has anyone else run into this, and how did you fix it??<br>
<br>
Mike<br>
<br>
Error message returned by gcc:<br>
<br>
</font>wgl.o: In function `wglUseFontOutlines_common':<br>
**/wine-0.9.47/dlls/opengl32/wgl.c:384: undefined reference to
`gluNewTess'<br>
**/wine-0.9.47/dlls/opengl32/wgl.c:387: undefined reference to
`gluTessCallback'<br>
**/wine-0.9.47/dlls/opengl32/wgl.c:388: undefined reference to
`gluTessCallback'<br>
**/wine-0.9.47/dlls/opengl32/wgl.c:389: undefined reference to
`gluTessCallback'<br>
**/wine-0.9.47/dlls/opengl32/wgl.c:493: undefined reference to
`gluTessEndContour'<br>
**/wine-0.9.47/dlls/opengl32/wgl.c:505: undefined reference to
`gluTessEndPolygon'<br>
**/wine-0.9.47/dlls/opengl32/wgl.c:447: undefined reference to
`gluTessBeginPolygon'<br>
**/wine-0.9.47/dlls/opengl32/wgl.c:454: undefined reference to
`gluTessBeginContour'<br>
**/wine-0.9.47/dlls/opengl32/wgl.c:457: undefined reference to
`gluTessVertex'<br>
**/wine-0.9.47/dlls/opengl32/wgl.c:471: undefined reference to
`gluTessVertex'<br>
**/wine-0.9.47/dlls/opengl32/wgl.c:500: undefined reference to
`gluTessEndContour'<br>
**/wine-0.9.47/dlls/opengl32/wgl.c:515: undefined reference to
`gluDeleteTess'<br>
**/wine-0.9.47/dlls/opengl32/wgl.c:484: undefined reference to
`gluTessVertex'<br>
**/wine-0.9.47/dlls/opengl32/wgl.c:487: undefined reference to
`gluTessVertex'<br>
collect2: ld returned 1 exit status<br>
<br>
</body>
</html>