Re: bug? when installing geomview graphic package
Re: bug? when installing geomview graphic package
- Subject: Re: bug? when installing geomview graphic package
- From: Martin Costabel <email@hidden>
- Date: Thu, 13 Feb 2003 19:28:12 +0100
On jeudi, fiv 13, 2003, at 19:12 Europe/Paris, Sean Ahern wrote:
girard rio wrote:
ld: 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
I try to make without the -force_flat_namespace option, it don't work
neither better nor worse !. I try without -force_flat_namespace but
with the -bind_at_load option, no better !!
and in all case, the error message remains the same.
As mentioned by Haroon, this isn't an error. It's just a warning.
Since
the symbols are defined to be the same thing, it's also innocuous. It
should be fixed in the next release of X11. You can ignore the
warning in
the meantime.
Not true, unfortunately. It is an error. Read about the
-force_flat_namespace option in man ld.
While looking at possible ways out for geomview (no way to compile this
right now with lesstif and Apple's X11), I found what I think is
another bug in Apple's libGL:
The symbols
glBindTextureEXT
glDeleteTexturesEXT
are defined in /usr/X11R6/include/GL/gl.h and GL/glext.h, but are not
contained in libGL.dylib, neither in /usr/X11R6/lib nor in the OpenGL
framework.
--
Martin
_______________________________________________
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.