Calling glu functions

Hi,

I have to raise this topic again since it seems that I’m not the only one having this. Whenever I call a glu function the JVM crashes with the latest jogl version on Linux.

I’ve noticed that the Xith3D guys had the same problem and simply reimplemented the glu function they needed, but that can’t be the solution.

So, does anybody has an idea how to solve this problem or to track it down at least.

P.S. I’m using RedHat 9 with Mesa 5.

[quote]I’ve noticed that the Xith3D guys had the same problem and simply reimplemented the glu function they needed, but that can’t be the solution.
[/quote]
Yes, I can confirm that we had such problems. My configuration was also RedHat 9 + VIA CLE266 accelerated drivers. Rebuild/reinstall of X and drivers (both binary and built from source against latest Mesa [I think was 5.0.2]) does not help.

I was trying to figure out the reasons for the crashes, but easier was to port parts of GLU to Java.

Yuri