Charles just tried out the Enthought Python Distribution, which has a new and
different type of garbage:
PYTHON_LDLIBRARY = Python.framework/Versions/2.5.2001/Python
This trips up CIT_PYTHON_SYSCONFIG, which isn't expecting the ".2001".
There is a new wrinkle: I just noticed that both our Macs have
/usr/lib/libpython2.3.dylib -- which, in turn, depends upon the framework. This
leads me to believe that the simplistic code in the 'python2.x-config' utility
is the right way to do things. Maybe one can pretend frameworks don't exist on
Mac OS X, and just use -lpython2.x.
|