How to cross compile python interpreter for windows under linux

前端 未结 1 1591
慢半拍i
慢半拍i 2021-01-28 13:47

I have installed all necessary packages i think. I do not know what causes my problem that i cannot successfully compile latest stable python.



        
1条回答
  •  星月不相逢
    2021-01-28 14:23

    To my, and Python's README's, knowledge, this is not supported. Windows builds are officially made with the non-cross-platform MSVC compiler, so there's no point maintaining an additional toolchain support.

    There was an unsuccessful attempt to add support for MinGW in https://bugs.python.org/issue3754.

    Anaconda must be adding support privately in its python recipe by extensively patching Python's codebase.

    0 讨论(0)
提交回复
热议问题