10 Mar
2009
10 Mar
'09
9:08 p.m.
Jeremy, The 2.3.3 now has /usr/X11/lib/libGL.1.2.dylib indicating that it's (according to 'otool -L'): /usr/X11/lib/libGL.1.2.dylib (compatibility version 1.2.0, current version 1.2.0) whereas previous versions show: /usr/X11/lib/libGL.1.dylib (compatibility version 1.2.0, current version 1.2.0) This is causing problems for our application which can use either the system GL or Mesa (which we supply). Can /usr/X11/lib/libGL.1.2.dylib be built so that it indicates "/usr/X11/lib/libGL.1.dylib"? Thanks! Mike