lenny bruce wrote:
On Friday, January 10, 2003, at 11:35  AM, Alexander Hansen wrote:

It looks like those symbols come from libglut.3.7.dylib (on my system),
I don't think this is true. At least in my copy of libglut, these symbols are referenced, but undefined (look at libglut.dylib with nm).
They are defined in libGL.

What happened is that in Apple's X11, these symbols have been removed from /usr/X11R6/lib/libGL.dylib where they are defined in the case of standard xfree86. They are now taken from /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib

This introduces an incompatibility with binaries that have been compiled with other versions of xfree86.

OTOH, I still don't understand why Lenny is getting these undefined symbols. You must have your own homegrown versions of xmms and glxgears. On my system, neither /sw/bin/xmms nor /usr/X11R6/bin/glxgears reference any of the symbols yours are complaining about.

okay, try this one:

bash-2.05a$ glxgears
dyld: glxgears Undefined symbols:
OpenGL undefined reference to _gll_noop expected to be defined in /usr/X11R6/lib/libGL.1.2.dylib
OpenGL undefined reference to _gll_pkey expected to be defined in /usr/X11R6/lib/libGL.1.2.dylib
Trace/BPT trap
--
Martin




-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to