http://bugs.winehq.com/show_bug.cgi?id=783
*** shadow/783 Mon Jun 10 10:15:18 2002 --- shadow/783.tmp.21404 Mon Jun 10 11:48:17 2002 *************** *** 2,13 **** | Wine20020605: Problems with build of dlls/glu32 (also with 20020509) | +----------------------------------------------------------------------------+ | Bug #: 783 Product: Wine | ! | Status: UNCONFIRMED Version: 20020509 | | Resolution: Platform: | | Severity: normal OS/Version: All | | Priority: P1 Component: wine-misc | +----------------------------------------------------------------------------+ ! | Assigned To: wine-bugs@winehq.com | | Reported By: michal.seliga@visicom.sk | | CC list: Cc: | +----------------------------------------------------------------------------+ --- 2,13 ---- | Wine20020605: Problems with build of dlls/glu32 (also with 20020509) | +----------------------------------------------------------------------------+ | Bug #: 783 Product: Wine | ! | Status: ASSIGNED Version: 20020509 | | Resolution: Platform: | | Severity: normal OS/Version: All | | Priority: P1 Component: wine-misc | +----------------------------------------------------------------------------+ ! | Assigned To: vberon@mecano.gme.usherb.ca | | Reported By: michal.seliga@visicom.sk | | CC list: Cc: | +----------------------------------------------------------------------------+ *************** *** 160,162 **** --- 160,174 ---- glu.o: In function `wine_gluGetString': /00a/d/wine-20020605/dlls/glu32/glu.c:370: undefined reference to `gluGetString' + + ------- Additional Comments From vberon@mecano.gme.usherb.ca 2002-06-10 11:48 ------- + It looks like you don't have a libGLU available. Check if you have Mesa installed (or another GL-GLU library). + Maybe we'll need to add a configure check for it. + + (After checking) Actually there's a check for it, and you don't have it (as -lGLU is absent of the commandline + to build glu32.dll.so). But the GLU functions are still called from Wine code, which is a problem since we + already detected that they are absent. + + The prototype of the GLU functions also seem to be different from the one in glu.h and from MSDN (so + also probably the OpenGL specs), the reason of which I don't see right now... I'll check more deeply into all + that this afternoon. \ No newline at end of file