Hi William,
I think I know the reason for the glX linker errors.

If I look at libGL.dylib in the /usr/X11/lib folder, it is actually a symbolic link to /System/Library/Frameworks/OpenGL.framework/Versions/ A/Libraries/libGL.dylib whose size is only 568kb.

However, I can see that there is another file called libGL.1.dylib in the /usr/X11/lib folder whose size is 2.3MB. Perhaps this is the correct one?

How can I change the symbolic links so that libGL.dylib points to / usr/X11/lib/libGL.1.dylib instead of /System/Library/Frameworks/ OpenGL.framework/Versions/A/Libraries/libGL.dylib

Am I doing the right thing? Is there another way of ensuring that it uses the larger 2.3MB version of libGL.dylib ?

Best regards,

Elvis Dowson


On Sep 22, 2008, at 12:53 AM, Elvis Dowson wrote:

Hi,
I even tried changing the linker options to fix this, but no such luck

export LDFLAGS="-arch i386 -Os -L/usr/X11/lib -lXm -lGLU -lGL -lGLw - lX11 -lXext -lXt -lm"

What could be going wrong? Why can't the linked find the correct glX symbols?

Best regards,

Elvis Dowson

On Sep 22, 2008, at 12:34 AM, Elvis Dowson wrote:

_______________________________________________
grass-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to