fancycode / pylzma

Python bindings for the LZMA library
http://www.joachim-bauch.de/projects/pylzma/
GNU Lesser General Public License v2.1
234 stars 72 forks source link

gcc: error: unrecognized command line option '-mno-cygwin' using WIN 7 and GCC 4.7 #35

Closed chfakht closed 8 years ago

chfakht commented 8 years ago

Hi, i'm on WIN 7 64 bits i have used both CMD and cygwin terminal but i get this ERROR: gcc: error: unrecognized command line option '-mno-cygwin'

gcc version is: gcc version 4.7.4 20140401 for GNAT GPL gpl-2014 (20140405) (GCC)

thanks

fancycode commented 8 years ago

This is most likely added by your Python subsystem when compiling pylzma, so you should check there. The option is used nowhere in the setup scripts of pylzma.