您好我正在尝试从以下源编译一个名为 hunspell 的 python 模块。
但我收到以下错误消息。
C:\Users\KURO\Desktop\hunspell-0.1>setup.py install
running install
running build
running build_ext
building 'hunspell' extension
C:\mingw\bin\gcc.exe -mno-cygwin -mdll -O -Wall -D_LINUX -I/usr/include/hunspell
-IC:\Python27\include -IC:\Python27\PC -c hunspell.c -o build\temp.win-amd64-2.
7\Release\hunspell.o -Wall
writing build\temp.win-amd64-2.7\Release\hunspell.def
C:\mingw\bin\gcc.exe -mno-cygwin -shared -s build\temp.win-amd64-2.7\Release\hun
spell.o build\temp.win-amd64-2.7\Release\hunspell.def -LC:\Python27\libs -LC:\Py
thon27\PCbuild\amd64 -lhunspell-1.2 -lpython27 -lmsvcr90 -o build\lib.win-amd64-
2.7\hunspell.pyd
c:/mingw/bin/../lib/gcc/mingw32/4.3.3/../../../../mingw32/bin/ld.exe: cannot fin
d -lhunspell-1.2
collect2: ld returned 1 exit status
error: command 'gcc' failed with exit status 1
我尝试下载 libhunspell-1.2-0.dll 并将其放入我的系统中。但我仍然收到相同的错误消息。我该如何处理?我有 Windows 7 和mingw