Message77243
The new patch is attached. Now the patch allow native build for mingw*
host OS. The build id tested in MSYS environment. The issue title is
updated to reflect this.
The main changes:
- native build require four more build-in modules (_functools, operator
,_locale, _winreg) otherwise setup.py fail to load;
- changes in distutils for python 2.6+. The previous patch work on
python 2.4 run in cross environment;
- don't build with libintl;
- use long double functions ldexp() atan2() from mingwex library as
replacement for buggy msvcrt implementation.
The new patch don't include changes related to issue 4288 (see also
issue 4279). |
|
Date |
User |
Action |
Args |
2008-12-07 19:22:21 | rpetrov | set | recipients:
+ rpetrov, zooko |
2008-12-07 19:22:20 | rpetrov | set | messageid: <1228677740.93.0.959224312465.issue3871@psf.upfronthosting.co.za> |
2008-12-07 19:22:20 | rpetrov | link | issue3871 messages |
2008-12-07 19:22:20 | rpetrov | create | |
|