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/

_______________________________________________
pydotorg-www mailing list
pydotorg-www@python.org
https://mail.python.org/mailman/listinfo/pydotorg-www

Reply via email to