Olá! Thanks for the quick reply. Here are the command outputs:

> ls -ld
> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib

server:/sw/bin root# ls -ld
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
-rwxr-xr-x   1 root  wheel  169628 Jun 11 08:43
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib


> nm -g
> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
> | grep glClear

server:/sw/bin root# nm -g
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
| grep glClear
92f36368 T _glClear
92f38e64 T _glClearAccum
92f35ef0 T _glClearColor
92f35fe0 T _glClearDepth
92f38f04 T _glClearIndex
92f38f84 T _glClearStencil


> ls -ld /usr/X11R6/lib/libGL.dylib

server:/sw/bin root# ls -ld /usr/X11R6/lib/libGL.dylib
ls: /usr/X11R6/lib/libGL.dylib: No such file or directory


> nm -g /usr/X11R6/lib/libGL.dylib | grep glClear

server:/sw/bin root# nm -g /usr/X11R6/lib/libGL.dylib | grep glClear
nm: can't open file: /usr/X11R6/lib/libGL.dylib (No such file or directory)

Cheers!

Joao.

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to