I was running Apple's X11 that comes installed with 10.5, and it didn't give man any output from the nm command you sent. I decided to install xfree86, and now things seem to be working. It seems that my installation of X11 lacked the requisite objects in several libraries... I tried to figure out why that might be but ultimately decided to just fix it with a different distribution.
Thanks for all of your help! Ben On Jun 2, 2008, at 2:23 AM, Martin Costabel wrote: > 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
