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

Xavier de Gaye report at bugs.python.org
Fri Apr 29 06:32:10 EDT 2016


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 run setup.py had not been configured with --with-pydebug.

The attached patch fixes this problem.

----------
components: Cross-Build
files: build.patch
keywords: patch
messages: 264484
nosy: Alex.Willmer, xdegaye
priority: normal
severity: normal
status: open
title: cross-compilation of extension module links to the wrong python library
type: compile error
versions: Python 3.6
Added file: http://bugs.python.org/file42650/build.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26884>
_______________________________________


More information about the New-bugs-announce mailing list