[issue2942] mingw/cygwin do not accept asm file as extension source

Roumen Petrov report at bugs.python.org
Sat Jun 26 11:13:53 CEST 2010


Roumen Petrov <bugtrack at 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 <report at bugs.python.org>
<http://bugs.python.org/issue2942>
_______________________________________


More information about the Python-bugs-list mailing list