On 10/12/2009, at 11:10, Kim Crimin wrote: > I am running 10.6.2 on mac book pro and I have been (unsuccessfully) > trying to install firefox and emacs23 and in > both instances they fail when installing glitz. I am trying to use > Fink to install. This is where the problem starts or > so I think. > > gcc -dynamiclib -o .libs/libglitz-glx.1.0.0.dylib .libs/ > glitz_glx_drawable.o .libs/glitz_glx_format.o .libs/ > glitz_glx_info.o .libs/glitz_glx_extension.o .libs/ > glitz_glx_context.o .libs/glitz_glx_pbuffer.o /sw/src/fink.build/ > glitz-0.5.6-3/glitz-0.5.6/src/.libs/libglitz.dylib -L/usr/X11R6/lib - > lX11 -lGL -lpthread -Wl,-dylib_file -Wl,/System/Library/Frameworks/ > OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/ > Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib - > install_name /sw/lib/libglitz-glx.1.dylib -Wl,- > compatibility_version -Wl,2 -Wl,-current_version -Wl,2.0 > Undefined symbols: > "_glXGetCurrentDrawable", referenced from: > _glitz_glx_destroy in glitz_glx_drawable.o > _glitz_glx_destroy in glitz_glx_drawable.o > __glitz_glx_make_current in glitz_glx_context.o > __glitz_glx_context_update in glitz_glx_context.o (...) > ld: symbol(s) not found (...) > Failed: phase compiling: glitz-0.5.6-3 failed > > Any assistance will be greatly appreciated. > Thank you, > Kim
Hello, Kim. Those symbols that were reported undefined should be present in /usr/X11R6/lib/libGL.dylib, which should have been used by gcc because of '-L/usr/X11R6/lib -lGL'. Please tell us the output of the following commands: ls -l /usr/X11R6/lib/libGL.* nm -g /usr/X11R6/lib/libGL.dylib | grep glXGetCurrentDrawable Cheers, -- monipol http://finkers.wordpress.com Submitting a Fink bug report? Read this: http://www.finkproject.org/doc/netiquette/index.php http://finkers.wordpress.com/2009/06/03/bug-reports/ ------------------------------------------------------------------------------ Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev _______________________________________________ Fink-beginners mailing list Fink-beginners@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.beginners