Re: bug? when installing geomview graphic package
Re: bug? when installing geomview graphic package
- Subject: Re: bug? when installing geomview graphic package
- From: gérard rio <email@hidden>
- Date: Thu, 13 Feb 2003 10:00:20 +0100
Le jeudi, 13 fiv 2003, ` 01:59 Europe/Paris, Martin Costabel a icrit :
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).
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.
If I remove the -force_flat_namespace option, do you know what option
can I try to improve the problem ?
Gerard
--
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.
_______________________________________________
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.