Roumen Petrov <[EMAIL PROTECTED]> added the comment: 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). ---------- title: cross building python for mingw32 with distutils -> cross and native build of python for mingw32 with distutils Added file: http://bugs.python.org/file12269/python-trunk-MINGW.patch _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3871> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com