Message130455
It is --enable-shared that is the culprit, but in the negated form...
The OSX linker will search the entire link path for a shared library before trying to look for a static library. As a workaround you could use '--enable-shared', and that should ensure that you get linked to the python version you're actually building as it is earlier on the path.
A proper fix is to add "-Wl,-search_paths_first" to the linker flags on OSX, with that flag the linker behaves just like the linker on any other unix platform. |
|
Date |
User |
Action |
Args |
2011-03-09 14:17:01 | ronaldoussoren | set | recipients:
+ ronaldoussoren, skip.montanaro, ned.deily, eric.araujo |
2011-03-09 14:17:01 | ronaldoussoren | set | messageid: <1299680221.1.0.658121493994.issue11445@psf.upfronthosting.co.za> |
2011-03-09 14:16:59 | ronaldoussoren | link | issue11445 messages |
2011-03-09 14:16:59 | ronaldoussoren | create | |
|