Hi,
I’m trying to run JOGL on a Mandrake 6.1 Linux (which is pretty the same as RedHat 6.1) with Mesa 5.0.1 and the latest JOGL version. But if I try to start my program a get the following exception:
java.lang.UnsatisfiedLinkError: gluPerspective
at net.java.games.jogl.impl.GLUImpl.gluPerspective(Native Method)
at de.digitaleHaut.modeller4D.scenegraph.DHView.compile(DHView.java:94)
at de.digitaleHaut.modeller4D.scenegraph.DHScene.reshape(DHScene.java:122)
at net.java.games.jogl.impl.GLDrawableHelper.reshape(GLDrawableHelper.java:84)
at net.java.games.jogl.GLCanvas$1.run(GLCanvas.java:101)
at net.java.games.jogl.impl.GLContext.invokeGL(GLContext.java:180)
at net.java.games.jogl.GLCanvas.display(GLCanvas.java:75)
at net.java.games.jogl.Animator$1.run(Animator.java:87)
at java.lang.Thread.run(Thread.java:536)
My Mesa installation contains this function, but I can’t figure out what the problem is. I’m using JOGL also under Redhat 7.2 and Mesa 5.0.1 without any problems. Are there any hidden flags that would enable some more debug information for JOGL ?
Best Regards,
blowfish