Roumen Petrov <bugtr...@roumenpetrov.info> added the comment:

Terry, my patch in #3871  don't supersede this issue.
In patch to #3871 for mingw host  I use same work-around as for all other 
platforms
Lets see the code of setup.py methods configure_ctypes...(..) :
.....
            # Add .S (preprocessed assembly) to C compiler source extensions.
            self.compiler.src_extensions.append('.S')
.....

a) the patch to this issue didn't works for me;
b) issue in not only for GCC compiler for cygwin&mingw targets

----------
status: pending -> open

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

Reply via email to