Hello everybody,
I tried to install lwjgl on my Mandrake linux AMD 64bits 10.1 RC
However it doesn't work, if i use a Sun JDK 1.4 32 bits, i have this message :
Found 52 display modes
Moving to 100, 100
org.lwjgl.LWJGLException: Failed to load OpenGL library
at org.lwjgl.opengl.GLContext.nLoadOpenGLLibrary(Native Method)
at org.lwjgl.opengl.GLContext.loadOpenGLLibrary(Unknown Source)
at org.lwjgl.opengl.Display.create(Unknown Source)
at org.lwjgl.opengl.Display.create(Unknown Source)
at org.lwjgl.test.WindowCreationTest.main(Unknown Source)
if i use Sun JDK 1.5 AMD 64 bits, i have this message (with the same command line i use from installation instruction, just the jdk change)
Exception in thread "main" java.lang.UnsatisfiedLinkError: /home/adenthar/lwjgl/lwjgl-linux-0.93/liblwjgl.so: /home/adenthar/lwjgl/lwjgl-linux-0.93/liblwjgl.so: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1676)
at java.lang.Runtime.loadLibrary0(Runtime.java:822)
at java.lang.System.loadLibrary(System.java:992)
at org.lwjgl.Sys.initialize(Unknown Source)
at org.lwjgl.Sys.<clinit>(Unknown Source)
at org.lwjgl.opengl.Display.<clinit>(Unknown Source)
at org.lwjgl.test.WindowCreationTest.main(Unknown Source)
but the file liblwjgl.so is in the good native directory.
i think openGL is Ok on my distrib because glxgears works perfectly.
is it because i am under 64 bits version ?
must i recompil the source ?
is it difficult ? (i'm not very used to compil c source)
thanks for help,
bye,
adenthar.