[issue46854] Failed to compile static python3.7.12

2022-02-25 Thread aprpp
aprpp <916495...@qq.com> added the comment: I'm really sorry, I would like to know what environment is the official recommendation for static python3.7 compilation? What are the steps and commands for compilation officially required? Because the static python3.7 is very important

[issue46854] Failed to compile static python3.7.12

2022-02-25 Thread aprpp
aprpp <916495...@qq.com> added the comment: As shown in the attachment, how should I add the definition of module _ctypes to Modules/Setup? Modules like _ctypes are not given in Modules/Setup.dist, I really don't know what they depend on -- Added file: https://bugs.pyth

[issue46854] Failed to compile static python3.7.12

2022-02-25 Thread aprpp
aprpp <916495...@qq.com> added the comment: The platform i build python3.7.12 on is Ubuntu18.04, I would like to know how the modules I fail to build, like _ctypes, should be added in Modules/Setup. The steps for my build areļ¼š 1.tar -zxvf Python-3.7.12.tgz && cd Python-3.7.12

[issue46854] Failed to compile static python3.7.12

2022-02-25 Thread aprpp
Change by aprpp <916495...@qq.com>: -- status: closed -> open ___ Python tracker <https://bugs.python.org/issue46854> ___ ___ Python-bugs-list mailing l

[issue46854] Failed to compile static python3.7.12

2022-02-25 Thread aprpp
aprpp <916495...@qq.com> added the comment: I have signed the contributor agreement -- ___ Python tracker <https://bugs.python.org/issue46854> ___ ___ Pyth

[issue46854] Failed to compile static python3.7.12

2022-02-24 Thread aprpp
New submission from aprpp <916495...@qq.com>: I compile static version of python3.7.12, I added the static standard library that I want to compile in Modules/Setup, reference Modules/Setup.dist in python source, like this: static Modules that should always be present (non UNIX dep