Ben Johannsen wrote:
> The log indicates a failure at that part (it follows).  I am running 
> apples X11, would this indicate I should install something else, say 
> xfree86?

No, Apple's X11 is fine. At least in my copy of it, this symbol *is* 
defined. When I run the command

    nm /usr/X11R6/lib/libGL.dylib | grep glXMakeCurrent

I get the following output:

00025e76 T _glXMakeCurrent
00025e8d T _glXMakeCurrentReadSGI

in which the capital "T" shows that the symbol is defined.

Your error message can have two possible causes: Either your 
/usr/X11R6/lib/libGL.dylib is something else, or the linker in your 
configure script is not loading /usr/X11R6/lib/libGL.dylib but some 
other libGL.dylib. To see which of the two it is, please show the output 
of the nm command I gave above.

If it shows the symbol as defined, then check whether you have 
/usr/local/lib/libGL.dylib and if yes, move it away.

If the symbol is shown as not defined, then try to find out where your 
copy of /usr/X11R6/lib/libGL.dylib comes from.

-- 
Martin


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-beginners mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.beginners

Reply via email to