<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi William,&nbsp;<div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;I think I know the reason for the glX linker errors.&nbsp;</div><div>&nbsp;</div><div>If I look at&nbsp;<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&nbsp;libGL.1.dylib in the&nbsp;/usr/X11/lib folder whose size is 2.3MB. Perhaps this is the correct one?&nbsp;</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&nbsp;libGL.dylib &nbsp;points to&nbsp;/usr/X11/lib/libGL.1.dylib instead of&nbsp;/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib&nbsp;</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> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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>