[issue11723] No proper support for mingw64 - patch to add

2011-03-31 Thread Martin v . Löwis
Martin v. Löwis added the comment: Sorry, I honestly wasn't sure whether this is a typo, or whether mings64 is something I hadn't heard of (for the record, I'm not sure what mingw64 really is, either). -- ___ Python tracker

[issue11723] No proper support for mingw64 - patch to add

2011-03-31 Thread Jason Morgan
Jason Morgan added the comment: Ok, I know there is a typo, (mings64 should read mingw64) I realised after posting but can't edit it. I don't need any more emails telling me I can't spell (or type) - I knew that already! -- ___ Python tracker

[issue11723] No proper support for mingw64 - patch to add

2011-03-30 Thread Martin v . Löwis
Martin v. Löwis added the comment: What is mings64? -- nosy: +loewis ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

[issue11723] No proper support for mingw64 - patch to add

2011-03-30 Thread Jason Morgan
New submission from Jason Morgan : 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.