[pywin32-bugs] [ pywin32-Feature Requests-3613075 ] GCC-compiled pywin32
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2013-05-11 00:17:26
|
Feature Requests item #3613075, was opened at 2013-05-10 15:47 Message generated for change (Comment added) made by khalak You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551957&aid=3613075&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: win32 Group: Next Release (example) Status: Open Resolution: None Priority: 6 Private: No Submitted By: KHALAK Vasyl (khalak) Assigned to: Nobody/Anonymous (nobody) Summary: GCC-compiled pywin32 Initial Comment: Could we have a GCC-compiled pywin32? It would be awesome for Cygwin users. ---------------------------------------------------------------------- >Comment By: KHALAK Vasyl (khalak) Date: 2013-05-10 17:17 Message: ok, distutils supports 'cygwinccompiler', and just for the record: GCC is heavily used in Cygwin (no 'msvc9compiler' whatsoever), and offers an additional Unix-like compatibility layer, what in turn opens a wide gate for Unix-like programs to run them on Windows with no or little code modification. That is, Cygwin+GCC => Windows+Unix (and you still can compile Windows-only programs with MSVC, and maybe, just may-be, run them on Unix also) ---------------------------------------------------------------------- Comment By: Mark Hammond (mhammond) Date: 2013-05-10 17:08 Message: I guess you'd first work out what support distutils has for building with GCC on Windows, then you'd look at setup.py to see how you would adapt that. Personally I've never used GCC on Windows and have no idea why anyone would want to, so have no interest in this whatsoever. ---------------------------------------------------------------------- Comment By: KHALAK Vasyl (khalak) Date: 2013-05-10 17:04 Message: any ideas what to look at? ---------------------------------------------------------------------- Comment By: Mark Hammond (mhammond) Date: 2013-05-10 16:58 Message: Patches welcome! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551957&aid=3613075&group_id=78018 |