[issue9539] python-2.6.4: test failure in test_distutils due to linking to system libpython2.6

jan matejek report at bugs.python.org
Thu Aug 26 15:23:04 CEST 2010


jan matejek <jmatejek at suse.cz> added the comment:

this affects 2.7 as well. the problem was introduced by r78136 which skips out of the directory containing newly built libpython2.7, so the linking command cannot find it in -L. and fails (unless a systemwide libpython is already present)

the tests should probably specify that they want to link to a specific file, instead of relying on -lpython
however, i have no idea how to do that in general, let alone within distutils :/

see also issue8335

----------
nosy: +matejcik
versions: +Python 2.7

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


More information about the Python-bugs-list mailing list