On Tue, Dec 2, 2008 at 4:49 PM, Martin Costabel <[EMAIL PROTECTED]> wrote: > John Peterson wrote: > [] >> >> CMakeFiles/vtkftgl.dir/src/FTSize.o -L/usr/X11R6/lib -lGL >> ../../../bin/libvtkfreetype.pv2.6.dylib -framework AppKit >> ld64: warning: option -noprebind is obsolete and being ignored >> Undefined symbols: >> "_glEnable", referenced from: >> FTGLPixmapFont::RenderOpenGL(char const*, FTGLRenderContext >> const*)in FTGLPixmapFontRenderOpenGL.o > > This is strange and should not happen. These symbols are in > /usr/X11R6/lib/libGL.dylib, which is on your linker line, and they are > referenced there from the OpenGL framework. > > What version of Mac OS X are you on, and what X11 do you have installed?
I am on version 10.5.5. I have separately downloaded and installed Xquartz 2.3.1 (http://xquartz.macosforge.org/trac/wiki) so perhaps that is a problem. > Do you perhaps have a /usr/local/lib/libGL.dylib that could interfere? I found several libGL's when running the locate command. Maybe the one in /usr/X11 is in the way? petersons-mac(70)$ locate libGL.dylib /Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib /Developer/SDKs/MacOSX10.4u.sdk/usr/X11R6/lib/libGL.dylib /Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib /Developer/SDKs/MacOSX10.5.sdk/usr/X11/lib/libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib /usr/X11/lib/libGL.dylib -- John ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
