http://bugs.winehq.org/show_bug.cgi?id=5124
------- Additional Comments From fojtik@penguin.cz 2006-25-05 15:59 ------- Dear Tom,
after several hours of analysing, I have found a source of problem.
please edit wine/dlls/opengl32/Makefile
and add -L GLU to EXTRALIBS. After this modiffication wine got compiled. libGL do NOT contain gluTessVertex. Even when I upgraded OpenGL, the problem persists. May be, that peoples have some libGL that is merged with libGLU, but when I compiled Mesa by standard way, it generates libGL and libGLU.
Please do something to prevent anybody else to fall into this.