Как кросс-компилировать интерпретатор Python для Windows под Linux - PullRequest
0 голосов
/ 23 мая 2019

Я установил все необходимые пакеты, я думаю.Я не знаю, в чем причина моей проблемы в том, что я не могу успешно скомпилировать последний стабильный python.

 ./configure --host=i686-w64-mingw32 --build=x86_64-pc-linux-gnu  
checking build system type... x86_64-pc-linux-gnu
checking host system type... i686-w64-mingw32
checking for python3.7... python3.7
checking for python interpreter for cross build... python3.7
checking for --enable-universalsdk... no
checking for --with-universal-archs... no
checking MACHDEP... configure: error: cross build not supported for i686-w64-mingw32

Редактировать:

Существует также многообещающий проект для cmake .. → Вопрос остается открытым.https://github.com/python-cmake-buildsystem/python-cmake-buildsystem

...