SUSE 9.2 AMD64 glut too old

Trying to build your own version of Vega Strike and having problems? Unix users, paste your config.log here (stderr output alone is not helpful).
Post Reply
Tigera
Just a tourist with a frag'd nav console
Just a tourist with a frag'd nav console
Posts: 3
Joined: Sun Jul 17, 2005 3:07 pm

SUSE 9.2 AMD64 glut too old

Post by Tigera »

Hi there :)

For some reason, the configure script for 0.4.3 seems to insist on using the 32-bit shared libraries instead of their 64-bit counterparts on SUSE 9.2 for x86_64. The exact error message that I receive is:
GLUT library not found or too old version. 3.7 (beta) or later required
I've attached the config log, but here is what I'm seeing that's causing the thing to fail:
configure:11116: result: no
configure:11061: checking for glut library
configure:11086: gcc -o conftest -g -O2 -L/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lutil -L/usr/lib64 -Wl,-rpath,/usr/lib64 -lSDL -lpthread -lGL -lGLU -lglut -lXi -lXmu >&5
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/X11R6/lib/libXi.so when searching for -lXi
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/X11R6/lib/libXi.a when searching for -lXi
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/X11R6/lib/libXi.so when searching for -lXi
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/X11R6/lib/libXi.a when searching for -lXi
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4/../../../../x86_64-suse-linux/bin/ld: cannot find -lXi
collect2: ld returned 1 exit status

Should I be passing a flag to the configure script?

Thanks for your help!

P.S. I noticed that the configure script didn't locate /usr/lib/libpython2.3.so. I looked in /usr/lib and noticed that the file existed, but it was a broken symlink. I had to recreate it out of /usr/lib64.
You do not have the required permissions to view the files attached to this post.
Post Reply