On 19.06.2007 18:06, Paul Vriens wrote:
Hi,
I'm a total newbie to the 64-bit world (just built a system this weekend) and now I'm trying to get Wine compiled.
It fails with (the first failure that is):
LD_LIBRARY_PATH="../../libs/wine:$LD_LIBRARY_PATH" ../../tools/wrc/wrc --nostdinc -I. -I. -I../../include -I../../include -D__WINESRC__ -foversion.res version.rc ../../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
^^^^^^^^^^^^ You can't link a 32bit app against 64bit libs.
../../libs/port/libwine_port.a /usr/bin/ld: skipping incompatible /usr/lib64/libSM.so when searching for -lSM
And that's the result.
Regards, Carl-Daniel