New submission from Jason Morgan <jas...@picochip.com>:

Python2.7 has no proper support for mings64.  You can use environment path to 
trick compiler into using mings64, but this will cause conflict with other 
builds.
Adding a mings64 compiler options is much more sensible as both mingw32 and 
mings64 can co-exist. (mingw64 has a prefix for all it's exe's)

Suggest following patch, tested with mingw-w64-1.0-bin_i686-mingw_20110328 and 
Python-2.7.1(x64) on Windows7.

Diff attached.

See related issue 11722

----------
components: Extension Modules
files: mingw64.diff
keywords: patch
messages: 132597
nosy: moog
priority: normal
severity: normal
status: open
title: No proper support for mingw64 - patch to add
type: behavior
versions: Python 2.7
Added file: http://bugs.python.org/file21477/mingw64.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11723>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to