在Windows上使用virtualenv与MinGW编译器结合使用时,编译C扩展会导致以下错误:
C:\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: cannot find -lpython25 collect2: ld returned 1 exit status error: Setup script exited with error: command 'gcc' failed with exit status 1
如何成功编译C扩展?