Message114971
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 |
|
| Date |
User |
Action |
Args |
| 2010-08-26 13:23:04 | matejcik | set | recipients:
+ matejcik, barry, tarek, eric.araujo, valeo |
| 2010-08-26 13:23:04 | matejcik | set | messageid: <[email protected]> |
| 2010-08-26 13:23:02 | matejcik | link | issue9539 messages |
| 2010-08-26 13:23:01 | matejcik | create | |
|