Edit to moin/BuildStatically
Hi Python Wiki Maintainers, I just spent a few hours trying to statically link python2.7 (outdated, but you know how it goes with internal tools) with builtin pyexpat. The core Setup file unfortunately has the error of appending "-DXML_POOR_ENTROPY=1" rather than "-DXML_POOR_ENTROPY". There were two critical notes missing from https://wiki.python.org/moin/BuildStatically : "Any line in `Modules/Setup.local` with an "=" will be interpreted as a Makefile variable definition rather than a module." And "`Modules/Setup.local` may be derived from `Modules/Setup`, the latter of which includes guidelines for enabling specific builtin modules." May I edit this page to add these notes? BRs and thanks, Maxwell Bland
On 25.04.2024 16:29, Maxwell Bland wrote:
Hi Python Wiki Maintainers,
I just spent a few hours trying to statically link python2.7 (outdated, but you know how it goes with internal tools) with builtin pyexpat. The core Setup file unfortunately has the error of appending "-DXML_POOR_ENTROPY=1" rather than "-DXML_POOR_ENTROPY".
There were two critical notes missing from https://wiki.python.org/moin/BuildStatically :
"Any line in `Modules/Setup.local` with an "=" will be interpreted as a Makefile variable definition rather than a module."
And
"`Modules/Setup.local` may be derived from `Modules/Setup`, the latter of which includes guidelines for enabling specific builtin modules."
May I edit this page to add these notes?
Sure, but we need your wiki user name to make you an editor. -- Marc-Andre Lemburg eGenix.com Professional Python Services directly from the Experts (#1, Apr 25 2024)
Python Projects, Coaching and Support ... https://www.egenix.com/ Python Product Development ... https://consulting.egenix.com/
::: We implement business ideas - efficiently in both time and costs ::: eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48 D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg Registered at Amtsgericht Duesseldorf: HRB 46611 https://www.egenix.com/company/contact/ https://www.malemburg.com/
On 25.04.2024 21:53, Maxwell Bland wrote:
Sure, but we need your wiki user name to make you an editor.
No problem, my wiki is MaxwellBland
Thanks, I've added you as an editor, so you should be able to make those edits now. -- Marc-Andre Lemburg eGenix.com Professional Python Services directly from the Experts (#1, Apr 26 2024)
Python Projects, Coaching and Support ... https://www.egenix.com/ Python Product Development ... https://consulting.egenix.com/
::: We implement business ideas - efficiently in both time and costs ::: eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48 D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg Registered at Amtsgericht Duesseldorf: HRB 46611 https://www.egenix.com/company/contact/ https://www.malemburg.com/
From: Marc-Andre Lemburg <mal@egenix.com> Sent: Friday, April 26, 2024 3:11 AM On 25.04.2024 21:53, Maxwell Bland wrote:
Sure, but we need your wiki user name to make you an editor.
No problem, my wiki is MaxwellBland
Thanks, I've added you as an editor, so you should be able to make those edits now.
Done, thanks!
participants (2)
-
Marc-Andre Lemburg -
Maxwell Bland