Venkataraman Parthasarathy wrote: []
(c++ -dynamiclib -o libglui.2.1.dylib -install_name /sw/lib/libglui.2.dylib -compatibility_version 2.1 -current_version 2.1 -all_load libglui.a -L/sw/lib -lglut -L/usr/X11R6/lib -lGL -lGLU)
[]
ld: Undefined symbols: _gluErrorString referenced from libglut expected to be defined in libGL
I don't get this error and glui builds OK for me, but I am seeing also that /sw/lib/libglut.3.7.dylib expects this symbol to be defined in libGL, although it is quite clearly not defined in libGL but in libGLU, and libglut is linked to both libGL and libGLU. Very strange. It is either a very weird linker bug, or at the time when I (and you) built glut, there was a different version of libGL present, but I cannot find any evidence for that.
This is on 10.3.9. On a 10.4 system, I have a libglut that correctly expects this symbol to be defined in libGLU.
What system are you on and what compiler version are you using? You can try if rebuilding glut-shlibs helps. -- Martin ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel