◐ Shell
clean mode source ↗

Message 264484 - Python tracker

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.