[issue26884] cross-compilation of extension module links to the wrong python library

2016-05-01 Thread Xavier de Gaye
Changes by Xavier de Gaye : -- nosy: +dstufft, eric.araujo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue26884] cross-compilation of extension module links to the wrong python library

2016-04-29 Thread Xavier de Gaye
New submission from Xavier de Gaye: 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 r