Advertisement

libGLU problem

Started by February 23, 2003 02:56 AM
1 comment, last by stefu 21 years, 6 months ago
I haven''t been programming OpenGL for few months, but now when I try to run anything that requires GLU doesn''t work: relocation error: /usr/lib/libGLU.so.1: undefined symbol: __gxx_personality_v0 I have Debian linux, custom compiled kernel 2.4.20, GeForce2 with driver version 4191. Obviously this has happened somewhere between when updating kernel or nvidia drivers. Do I need new GLU libraries? Where do I get them? For example Blender (doesn''t use GLU?) works.
It looks like your GLU library is compiled as a C++ library. You need to add libstdc++ as a dependency or compile your source as C++.

[edited by - lazer_hassing on February 23, 2003 9:45:02 AM]
Advertisement
It''s ok now.
Reinstalling nvidia-glx fixed it

This topic is closed to new replies.

Advertisement