http://bugs.winehq.com/show_bug.cgi?id=783
*** shadow/783 Mon Jun 10 10:15:18 2002 --- shadow/783.tmp.15381 Mon Jun 10 10:15:18 2002 *************** *** 0 **** --- 1,162 ---- + +============================================================================+ + | 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: | + +----------------------------------------------------------------------------+ + | Milestone: TargetMilestone: --- | + | URL: | + +============================================================================+ + | DESCRIPTION | + It looks like bad linking or something like that... This is not the only + problem I have with recent wine version (In fact I cannot compile it at all), + but this was the same with older wine (which worked well). + + It builds somehow, but when you try to run program which uses glu32.dll it + keeps saying that glu32.dll is not found. + + I will provide more info - if someone will say me what is needed + + gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall -mpreferred-stack- + boundary=2 -fPIC -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o glu.o glu.c + ld -r glu.o -o glu32.dll.tmp.o + strip --strip-unneeded glu32.dll.tmp.o + LD_LIBRARY_PATH="../../library:../../unicode:$LD_LIBRARY_PATH" ../../tools/wineb + uild/winebuild -fPIC -D__WINE__ -sym glu32.dll.tmp.o -o glu32.spec.c - + spec ./glu32.spec -L../../dlls + gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall -mpreferred-stack- + boundary=2 -fPIC -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o glu32.spec.o + glu32.spec.c + LD_LIBRARY_PATH="../../library:../../unicode:$LD_LIBRARY_PATH" ../../tools/wineb + uild/winebuild -fPIC -D__WINE__ -o glu32.dll.dbg.c -debug -C. glu.c + gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall -mpreferred-stack- + boundary=2 -fPIC -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o + glu32.dll.dbg.o glu32.dll.dbg.c + gcc -shared -Wl,-Bsymbolic glu32.spec.o glu.o glu32.dll.dbg.o -o + glu32.dll.so -L../../dlls -L../../library -lwine -L/usr/X11R6/lib -lSM -lICE - + lXxf86dga -lXxf86vm -lXv -lGL -lXext -lX11 -lm + glu.o: In function `wine_gluLookAt': + /00a/d/wine-20020605/dlls/glu32/glu.c:26: undefined reference to `gluLookAt' + glu.o: In function `wine_gluOrtho2D': + /00a/d/wine-20020605/dlls/glu32/glu.c:34: undefined reference to `gluOrtho2D' + glu.o: In function `wine_gluPerspective': + /00a/d/wine-20020605/dlls/glu32/glu.c:42: undefined reference to + `gluPerspective' + glu.o: In function `wine_gluPickMatrix': + /00a/d/wine-20020605/dlls/glu32/glu.c:50: undefined reference to `gluPickMatrix' + glu.o: In function `wine_gluProject': + /00a/d/wine-20020605/dlls/glu32/glu.c:58: undefined reference to `gluProject' + glu.o: In function `wine_gluUnProject': + /00a/d/wine-20020605/dlls/glu32/glu.c:66: undefined reference to `gluUnProject' + glu.o: In function `wine_gluErrorString': + /00a/d/wine-20020605/dlls/glu32/glu.c:74: undefined reference to + `gluErrorString' + glu.o: In function `wine_gluScaleImage': + /00a/d/wine-20020605/dlls/glu32/glu.c:82: undefined reference to `gluScaleImage' + glu.o: In function `wine_gluBuild1DMipmaps': + /00a/d/wine-20020605/dlls/glu32/glu.c:90: undefined reference to + `gluBuild1DMipmaps' + glu.o: In function `wine_gluBuild2DMipmaps': + /00a/d/wine-20020605/dlls/glu32/glu.c:98: undefined reference to + `gluBuild2DMipmaps' + glu.o: In function `wine_gluNewQuadric': + /00a/d/wine-20020605/dlls/glu32/glu.c:106: undefined reference to + `gluNewQuadric' + glu.o: In function `wine_gluDeleteQuadric': + /00a/d/wine-20020605/dlls/glu32/glu.c:114: undefined reference to + `gluDeleteQuadric' + glu.o: In function `wine_gluQuadricDrawStyle': + /00a/d/wine-20020605/dlls/glu32/glu.c:122: undefined reference to + `gluQuadricDrawStyle' + glu.o: In function `wine_gluQuadricOrientation': + /00a/d/wine-20020605/dlls/glu32/glu.c:130: undefined reference to + `gluQuadricOrientation' + glu.o: In function `wine_gluQuadricNormals': + /00a/d/wine-20020605/dlls/glu32/glu.c:138: undefined reference to + `gluQuadricNormals' + glu.o: In function `wine_gluQuadricTexture': + /00a/d/wine-20020605/dlls/glu32/glu.c:146: undefined reference to + `gluQuadricTexture' + glu.o: In function `wine_gluQuadricCallback': + /00a/d/wine-20020605/dlls/glu32/glu.c:154: undefined reference to + `gluQuadricCallback' + glu.o: In function `wine_gluCylinder': + /00a/d/wine-20020605/dlls/glu32/glu.c:162: undefined reference to `gluCylinder' + glu.o: In function `wine_gluSphere': + /00a/d/wine-20020605/dlls/glu32/glu.c:170: undefined reference to `gluSphere' + glu.o: In function `wine_gluDisk': + /00a/d/wine-20020605/dlls/glu32/glu.c:178: undefined reference to `gluDisk' + glu.o: In function `wine_gluPartialDisk': + /00a/d/wine-20020605/dlls/glu32/glu.c:186: undefined reference to + `gluPartialDisk' + glu.o: In function `wine_gluNewNurbsRenderer': + /00a/d/wine-20020605/dlls/glu32/glu.c:194: undefined reference to + `gluNewNurbsRenderer' + glu.o: In function `wine_gluDeleteNurbsRenderer': + /00a/d/wine-20020605/dlls/glu32/glu.c:202: undefined reference to + `gluDeleteNurbsRenderer' + glu.o: In function `wine_gluLoadSamplingMatrices': + /00a/d/wine-20020605/dlls/glu32/glu.c:210: undefined reference to + `gluLoadSamplingMatrices' + glu.o: In function `wine_gluNurbsProperty': + /00a/d/wine-20020605/dlls/glu32/glu.c:218: undefined reference to + `gluNurbsProperty' + glu.o: In function `wine_gluGetNurbsProperty': + /00a/d/wine-20020605/dlls/glu32/glu.c:226: undefined reference to + `gluGetNurbsProperty' + glu.o: In function `wine_gluBeginCurve': + /00a/d/wine-20020605/dlls/glu32/glu.c:234: undefined reference to + `gluBeginCurve' + glu.o: In function `wine_gluEndCurve': + /00a/d/wine-20020605/dlls/glu32/glu.c:242: undefined reference to `gluEndCurve' + glu.o: In function `wine_gluNurbsCurve': + /00a/d/wine-20020605/dlls/glu32/glu.c:250: undefined reference to + `gluNurbsCurve' + glu.o: In function `wine_gluBeginSurface': + /00a/d/wine-20020605/dlls/glu32/glu.c:258: undefined reference to + `gluBeginSurface' + glu.o: In function `wine_gluEndSurface': + /00a/d/wine-20020605/dlls/glu32/glu.c:266: undefined reference to + `gluEndSurface' + glu.o: In function `wine_gluNurbsSurface': + /00a/d/wine-20020605/dlls/glu32/glu.c:274: undefined reference to + `gluNurbsSurface' + glu.o: In function `wine_gluBeginTrim': + /00a/d/wine-20020605/dlls/glu32/glu.c:282: undefined reference to `gluBeginTrim' + glu.o: In function `wine_gluEndTrim': + /00a/d/wine-20020605/dlls/glu32/glu.c:290: undefined reference to `gluEndTrim' + glu.o: In function `wine_gluPwlCurve': + /00a/d/wine-20020605/dlls/glu32/glu.c:298: undefined reference to `gluPwlCurve' + glu.o: In function `wine_gluNurbsCallback': + /00a/d/wine-20020605/dlls/glu32/glu.c:306: undefined reference to + `gluNurbsCallback' + glu.o: In function `wine_gluNewTess': + /00a/d/wine-20020605/dlls/glu32/glu.c:314: undefined reference to `gluNewTess' + glu.o: In function `wine_gluDeleteTess': + /00a/d/wine-20020605/dlls/glu32/glu.c:322: undefined reference to + `gluDeleteTess' + glu.o: In function `wine_gluTessVertex': + /00a/d/wine-20020605/dlls/glu32/glu.c:330: undefined reference to + `gluTessVertex' + glu.o: In function `wine_gluTessCallback': + /00a/d/wine-20020605/dlls/glu32/glu.c:338: undefined reference to + `gluTessCallback' + glu.o: In function `wine_gluBeginPolygon': + /00a/d/wine-20020605/dlls/glu32/glu.c:346: undefined reference to + `gluBeginPolygon' + glu.o: In function `wine_gluEndPolygon': + /00a/d/wine-20020605/dlls/glu32/glu.c:354: undefined reference to + `gluEndPolygon' + glu.o: In function `wine_gluNextContour': + /00a/d/wine-20020605/dlls/glu32/glu.c:362: undefined reference to + `gluNextContour' + glu.o: In function `wine_gluGetString': + /00a/d/wine-20020605/dlls/glu32/glu.c:370: undefined reference to + `gluGetString' \ No newline at end of file