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 01:59:13 +0100
girard rio wrote:
I am trying to install geomview free software and at the ld phase I get
the error message:
"
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
"
is-it a bug with X11 or is-it normal ?? how can we do to overcome this
problem ?
Apple's libGL in /usr/X11R6/lib loads libGL from the OpenGL framework.
They have duplicate symbols, which normally only gives a warning. But
when compiled with the -force_flat_namespace option, which is the case
for geomview, it gives an error. I think Haroon wrote that this will be
fixed in the next version.
Right now you can't do much about this if -force_flat_namespace is
really necessary for some other reason (don't know if this is the case
with geomview).
--
Martin
--
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.