Re: /System/Library/Frameworks/OpenGL.framework and /usr/X11R6/lib
Re: /System/Library/Frameworks/OpenGL.framework and /usr/X11R6/lib
- Subject: Re: /System/Library/Frameworks/OpenGL.framework and /usr/X11R6/lib
- From: John Harper <email@hidden>
- Date: Wed, 12 Feb 2003 10:34:35 -0800
On Wednesday, Feb 12, 2003, at 04:00 US/Pacific, Ralph Martin wrote:
ld: warning multiple definitions of symbol _glGetColorTableEXT
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/
libGL.dylib(gll_api.o) definition of _glGetColorTableEXT
/usr/X11R6/lib/libGL.dylib(dri_dispatch.o) definition of
_glGetColorTableEXT
How can I prevent this? How can I make sure I get the version from
/usr/X11R6 and not the one from /System?
you are, it's just that the one in /usr/X11R6 links against the one in
/System
Or should I just ignore the warning?
Yes, it should be harmless (both symbols do the same thing). It will be
fixed in the next version,
John
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback: http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.