Wednesday, September 12, 2012

Coot updated in fink to 0.7-pre-1-4408

Fix for Python problem in 10.8


Coot, for whatever reason, insisted upon linking to the system's python library rather than fink's python library, and this created problems for at least a subset of users.

Huw Jenkins suggested using the following approach, which has gotten me out of a few such binds in the past as well:

install_name_tool -change /System/Library/Frameworks/Python.framework/Versions/2.7/Python  %p/lib/python2.7/config/libpython2.7.dylib %i/bin/coot-real

Briefly, it works.

Fix for compile problem introduced recently.


perl -pi -e 's|lidia_LDFLAGS = -Wl,--export-dynamic||g' lbg/Makefile

The compiler don't take kindly to   --export-dynamic

No comments: