-
Notifications
You must be signed in to change notification settings - Fork 799
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GCC-compiled pywin32 #861
Comments
Patches welcome! Original comment by: mhammond |
Original comment by: khalak |
any ideas what to look at? Original comment by: khalak |
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. Original comment by: mhammond |
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) Original comment by: khalak |
https://setuptools.pypa.io/en/latest/deprecated/distutils/apiref.html#module-distutils.cygwinccompiler Related to #764 |
Could we have a GCC-compiled pywin32? It would be awesome for Cygwin users.
Reported by: khalak
Original Ticket: pywin32/feature-requests/102
The text was updated successfully, but these errors were encountered: