こんにちは、Windows 7 システムに rrdtool (PYTHON 2.7 用) をインストールしようとしています。このコマンド ラインを使用してインストールします。
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を使用しています
誰でも私を助けてくれますか?