1
嗨,大家好我想在我的Windows 7系統上安裝rrdtool(用於PYTHON 2.7),我使用這個命令行安裝它。蟒蛇安裝「cc1.exe:錯誤:無法識別的命令行選項'-mno-cygwin'」
python setup.py install build --compiler=mingw32
它給了我下面的輸出:
running install
running build
running build_ext
running build_configure
building 'rrdtoolmodule' extension
C:\MinGW\bin\gcc.exe -mno-cygwin -mdll -O -Wall -Irrdtool-1.4.7/src -IC:\Python2
7\include -IC:\Python27\PC -c rrdtool-1.4.7/bindings/python/rrdtoolmodule.c -o b
uild\temp.win32-2.7\Release\rrdtool-1.4.7\bindings\python\rrdtoolmodule.o
cc1.exe: error: unrecognized command line option '-mno-cygwin'
error: command 'gcc' failed with exit status 1
我已經嘗試了許多解決方案來解決這個問題,但使用MinGW的4.6.2版
誰能沒有success.i'm請幫助我 。