Ah. Well on the wiki there's a note about symlinks for those libs. I have these:
$ ls -l /usr/lib32/libG* lrwxrwxrwx 1 root root 21 2006-09-18 22:22 /usr/lib32/libGLcore.so.1 -> libGLcore.so.1.0.8762 -rw-r--r-- 1 root root 8113728 2006-09-18 03:28 /usr/lib32/libGLcore.so.1.0.8762 -rw-r--r-- 1 root root 662 2006-09-18 03:28 /usr/lib32/libGL.la lrwxrwxrwx 1 root root 17 2006-09-18 22:22 /usr/lib32/libGL.so.1 -> libGL.so.1.0.8762 -rw-r--r-- 1 root root 540136 2006-09-18 03:28 /usr/lib32/libGL.so.1.0.8762 lrwxrwxrwx 1 root root 20 2006-08-28 23:21 /usr/lib32/libGLU.so.1 -> libGLU.so.1.3.060401 -rw-r--r-- 1 root root 479244 2006-05-05 11:05 /usr/lib32/libGLU.so.1.3.060401
Is there a command to verify if the libs are 32- or 64-bit?
On 10/2/06, Robert Shearman rob@codeweavers.com wrote:
Gerald Britton wrote:
Looking at config.log, I see these messages:
configure:9418: checking for glXCreateContext in -lGL configure:9453: gcc -m32 -o conftest -g -O2 conftest.c -lGL -L/usr/X11R6/lib -lXext -lX11 -lm >&5 /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.0.3/../../../libGL.so when searching for -lGL /usr/bin/ld: skipping incompatible /usr/bin/../lib/libGL.so when searching for -lGL /usr/bin/ld: skipping incompatible /usr/lib/libGL.so when searching for -lGL /usr/bin/ld: cannot find -lGL
How does .configure determine that libGL is incompatible?
When it's a 64-bit library, whereas wine is 32-bit.
-- Rob Shearman