Build Error

Archives Forums/Linux Discussion/Build Error

KnupK(Posted 2007) [#1]
Im do everything as Ricardo_C wrote at "Quick guide to getting BMax working on PCLinuxOS".But i still cant run any bmx programm.Here the Output error:
---------------
Building _shooter_main
Compiling:_shooter_main.bmx
flat assembler version 1.64
4 passes, 76807 bytes.
Linking:_shooter_main.debug
/usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../libGLU.so when searching for -lGLU
/usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64/libGLU.so when searching for -lGLU
/usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld: cannot find -lGLU
collect2: ld returned 1 exit status
Build Error: Failed to link /home/knupk/Desktop/Sucks/BlitzMax118_Linux/BlitzMax118_Linux/BlitzMax/samples/shooter/_shooter_main.debug
Process complete
---------------------------------------
How to make bmx work?


LarsG(Posted 2007) [#2]
It looks like you're using the 64bit verison of linux, and it's incompatible with the GLU lib version.
That's just what it looks like from the error messages though..
Does PCLinux have some 32bit compatible libs for the GLU packages, and if so, try to install those..