I just follow the tutorial in http://www.scipy.org/Installing_SciPy/Windows to build numpy step by step, and everything is OK except building numpy.
I use cygwin with gcc to compile them all, and use pre-compiler python-2.4 in windows xp sp2. I try build in both windows native command line and cygwin with: python.exe setup.py config --compiler=mingw32 build --compiler=mingw32 bdist_wininst And the result is the same with the error which is attached below.
It is my first time to build a python module, and I don't know where to start to fix the error. Can anyone show me the way, plz?
Wenjie