发新话题
打印

求助,安装wine的问题

求助,安装wine的问题

我下载了,wine-0.9.44在fedoraa 7 中安装 时出了如下的错误 ,哪位大侠来帮帮小弟呀!
../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./opengl32.spec    opengl_ext.o opengl_norm.o wgl.o     version.res    -o opengl32.dll.so  -luser32 -lgdi32 -ladvapi32 -lkernel32 -lntdll  -L/usr/lib64  -lSM -lICE -lXxf86vm -lXext -lX11  -lGL ../../libs/port/libwine_port.a  
/usr/bin/ld: skipping incompatible /usr/lib64/libSM.so when searching for -lSM
/usr/bin/ld: skipping incompatible /usr/lib64/libICE.so when searching for -lICE
/usr/bin/ld: skipping incompatible /usr/lib64/libXxf86vm.so when searching for -lXxf86vm
/usr/bin/ld: skipping incompatible /usr/lib64/libXext.so when searching for -lXext
/usr/bin/ld: skipping incompatible /usr/lib64/libX11.so when searching for -lX11
/usr/bin/ld: skipping incompatible /usr/lib64/libGL.so when searching for -lGL
/usr/bin/ld: skipping incompatible /usr/lib64/libm.so when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib64/libm.a when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib64/libc.so when searching for -lc
/usr/bin/ld: skipping incompatible /usr/lib64/libc.a when searching for -lc
/usr/bin/ld: skipping incompatible /usr/lib64/libc.so when searching for -lc
/usr/bin/ld: skipping incompatible /usr/lib64/libc.a when searching for -lc
wgl.o: In function `wglUseFontOutlines_common':
/home/Yu/Download/wine-0.9.44/dlls/opengl32/wgl.c:387: undefined reference to `gluNewTess'
/home/Yu/Download/wine-0.9.44/dlls/opengl32/wgl.c:390: undefined reference to `gluTessCallback'
/home/Yu/Download/wine-0.9.44/dlls/opengl32/wgl.c:391: undefined reference to `gluTessCallback'
/home/Yu/Download/wine-0.9.44/dlls/opengl32/wgl.c:392: undefined reference to `gluTessCallback'
/home/Yu/Download/wine-0.9.44/dlls/opengl32/wgl.c:496: undefined reference to `gluTessEndContour'
/home/Yu/Download/wine-0.9.44/dlls/opengl32/wgl.c:508: undefined reference to `gluTessEndPolygon'
/home/Yu/Download/wine-0.9.44/dlls/opengl32/wgl.c:450: undefined reference to `gluTessBeginPolygon'
/home/Yu/Download/wine-0.9.44/dlls/opengl32/wgl.c:457: undefined reference to `gluTessBeginContour'
/home/Yu/Download/wine-0.9.44/dlls/opengl32/wgl.c:460: undefined reference to `gluTessVertex'
/home/Yu/Download/wine-0.9.44/dlls/opengl32/wgl.c:474: undefined reference to `gluTessVertex'
/home/Yu/Download/wine-0.9.44/dlls/opengl32/wgl.c:503: undefined reference to `gluTessEndContour'
/home/Yu/Download/wine-0.9.44/dlls/opengl32/wgl.c:518: undefined reference to `gluDeleteTess'
/home/Yu/Download/wine-0.9.44/dlls/opengl32/wgl.c:487: undefined reference to `gluTessVertex'
/home/Yu/Download/wine-0.9.44/dlls/opengl32/wgl.c:490: undefined reference to `gluTessVertex'
collect2: ld 返回 1
winegcc: gcc failed.
make[2]: *** [opengl32.dll.so] 错误 2
make[2]: Leaving directory `/home/Yu/Download/wine-0.9.44/dlls/opengl32'
make[1]: *** [opengl32] 错误 2
make[1]: Leaving directory `/home/Yu/Download/wine-0.9.44/dlls'
make: *** [dlls] 错误 2      

TOP

回复 #1 Snoworange 的帖子

Got!!!原来64位的库当然无法用来编译32位的应用程序,用了32位的Fedora 7安装包安装了,mesa-libGLU-*,那几个饣就OK了!      

TOP

发新话题