X11 and MacPorts

Ryan Schmidt ryandesign at macports.org
Tue Sep 15 17:48:13 PDT 2009


On Sep 15, 2009, at 13:00, Jeremy Huddleston wrote:

>> The glw package in MacPorts is behaving normally
>> as tested with the old opensolar.c sample code,
>> however the widgets in molmol never appear either
>> when built as a MacPorts package or directly
>> against the MacPorts packages manually.
>
> Is glw linking against the correct GL (/opt/local/lib/libGL.dylib  
> rather than OpenGL.framework)?

On my Snow Leopard system, where I also see the problem Jack  
mentioned, yes, glw is linking with MacPorts versions:

$ otool -L /opt/local/lib/libGLw.1.0.dylib
/opt/local/lib/libGLw.1.0.dylib:
	/opt/local/lib/libGLw.1.dylib (compatibility version 1.0.0, current  
version 1.0.0)
	/opt/local/lib/libGL.1.dylib (compatibility version 1.2.0, current  
version 1.2.0)
	/opt/local/lib/libXm.4.dylib (compatibility version 5.0.0, current  
version 5.2.0)
	/opt/local/lib/libXt.6.dylib (compatibility version 7.0.0, current  
version 7.0.0)
	/opt/local/lib/libX11.6.dylib (compatibility version 9.0.0, current  
version 9.0.0)
	/opt/local/lib/libSM.6.dylib (compatibility version 7.0.0, current  
version 7.1.0)
	/opt/local/lib/libXau.6.dylib (compatibility version 7.0.0, current  
version 7.0.0)
	/opt/local/lib/libXdmcp.6.dylib (compatibility version 7.0.0, current  
version 7.0.0)
	/opt/local/lib/libICE.6.dylib (compatibility version 10.0.0, current  
version 10.0.0)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current  
version 124.1.1)





More information about the macports-dev mailing list