[issue7541] python-config --ldflags doesn't pick up libpython2.5.a

Ronald Oussoren report at bugs.python.org
Thu Dec 24 15:25:34 CET 2009


Ronald Oussoren <ronaldoussoren at mac.com> added the comment:

Fixed in r77033 (trunk), r77034 (2.6), r77035 (py3k), r77036 (3.1)

Development on the 2.5 tree is closed, I will therefore not backport to 
2.5.

As a workaround you can add -Wl,-search_paths_first to the linker flags to 
ensure that the libpython.a in the framework gets picked up before 
/usr/lib/libpython2.5.dylib.

----------
resolution:  -> fixed
stage:  -> committed/rejected
status: open -> closed
type:  -> compile error

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7541>
_______________________________________


More information about the Python-bugs-list mailing list