Message264484
configure of the cross compilation is run with '--enable-shared --with-pydebug'.
The cross-compilation fails attempting to link the extension module objects with a non existing libpython3.6m instead of libpython3.6dm, when the native python that is used to run setup.py had not been configured with --with-pydebug.
The attached patch fixes this problem. |
|
| Date |
User |
Action |
Args |
| 2016-04-29 10:32:11 | xdegaye | set | recipients:
+ xdegaye, Alex.Willmer |
| 2016-04-29 10:32:10 | xdegaye | set | messageid: <[email protected]> |
| 2016-04-29 10:32:10 | xdegaye | link | issue26884 messages |
| 2016-04-29 10:32:10 | xdegaye | create | |
|