This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author aprpp
Recipients aprpp, ned.deily
Date 2022-02-26.03:30:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645846245.77.0.957053047742.issue46854@roundup.psfhosted.org>
In-reply-to
Content
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 
2.edit Modules/Setup, add modules build definitions in the Modules/Setup
3../configure LDFLAGS="-static" --disable-shared --prefix=/home/python3
4.make LDFLAGS="-static" LINKFORSHARED=" "

How to build python3.7 statically without relying on editing Modules/Setup
History
Date User Action Args
2022-02-26 03:30:45aprppsetrecipients: + aprpp, ned.deily
2022-02-26 03:30:45aprppsetmessageid: <1645846245.77.0.957053047742.issue46854@roundup.psfhosted.org>
2022-02-26 03:30:45aprpplinkissue46854 messages
2022-02-26 03:30:45aprppcreate