<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi William, <div> I think I know the reason for the glX linker errors. </div><div> </div><div>If I look at <span class="Apple-style-span" style="font-family: 'Lucida Grande'; ">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.</span></div><div><font class="Apple-style-span" face="'Lucida Grande'"><br></font></div><div><font class="Apple-style-span" face="'Lucida Grande'">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? </font></div><div><font class="Apple-style-span" face="'Lucida Grande'"><br></font></div><div><font class="Apple-style-span" face="'Lucida Grande'">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 </font></div><div><font class="Apple-style-span" face="'Lucida Grande'"><br></font></div><div><font class="Apple-style-span" face="'Lucida Grande'">Am I doing the right thing? Is there another way of ensuring that it uses the larger 2.3MB version of libGL.dylib ?</font></div><div><font class="Apple-style-span" face="'Lucida Grande'"><br></font></div><div><font class="Apple-style-span" face="'Lucida Grande'">Best regards,</font></div><div><font class="Apple-style-span" face="'Lucida Grande'"><br></font></div><div><font class="Apple-style-span" face="'Lucida Grande'">Elvis Dowson</font></div><div><br></div><div><br><div><div>On Sep 22, 2008, at 12:53 AM, Elvis Dowson wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Hi,<br> I even tried changing the linker options to fix this, but no such luck<br><br>export LDFLAGS="-arch i386 -Os -L/usr/X11/lib -lXm -lGLU -lGL -lGLw -lX11 -lXext -lXt -lm"<br><br>What could be going wrong? Why can't the linked find the correct glX symbols?<br><br>Best regards,<br><br>Elvis Dowson<br><br>On Sep 22, 2008, at 12:34 AM, Elvis Dowson wrote:<br></div></blockquote></div><br></div></body></html>