CythonGSL/ Using GSL on Windows via Cython
问题 Machine Configuration: My config is windows 7 x64, with python 2.7 and cython 0.18 (all 64 bit ) installed. I also have MS C++ 2008 Visual Studio installed. I have the GSL binaries and have Path pointed to the GSL\Bin. I am using MS VS 2008 + SDK 7.0 to compile cython .pyx files. I use the SDK 7.0 command prompt to compile to c and cython. Problem However at compilation time I get a LINK error 2019, which indicates the header files in the GSL folder are not being found . My Attempts To