-
glui, compiling issues
Hey,
I am having trouble getting the glui library working on my system, I downloaded the sources and edited the makefile to make it compile on my system and everything seemed to compile something with the command
g++ -I/usr/include/GL example1.cpp -lglui -L/usr/lib/ -lglut
-lGL -lGLU -L/usr/X11R6/lib -lXmu -lXext -lX11 -lm -o example1
it just spits out this error
BUG IN DYNAMIC LINKER
ld.so: dl-version.c: 210: _dl_check_map_versions: Assertion `needed !=
((void *)0)' failed!
- does anyone have any idea what is going on and how I can fix it
Thanks,
Aaron Bryden
-
Re: glui, compiling issues
Hi!
Hmm.. this looks quite special 
Seems to me you have a version problem here 
Anyways, do you have different versions of a c compiler on your box? Do other programs you compile have this error, or only when you link it with glui?
Maybe you should recompile the glut libs and reinstall them.
I've never seen this error before, so I don't know why and what part of the proces generates this error...
John
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules