<div>Hello There,</div>
<div>                My name is Sandeep Devadas and im trying to install numpy for python on Cygwins latest version(1.5.xx) on Windows XP.I'm getting an error message when I follow the instructions given at </div>
<div><a href="http://www.scipy.org/Installing_SciPy/Windows">http://www.scipy.org/Installing_SciPy/Windows</a> </div>
<div> </div>
<div>(I have searched for the files and except for mkl_ia32,the rest-->mkl_c_dll & libguide40 are available at C:\Program Files\Intel\MKL\10.0.5.025\ia32\lib</div>
<div> </div>
<div>When I enter the following at the BASH Shell after installing MKL 10.0.5.025(30 day evaluation),</div>
<div> </div>
<div>python setup.py config,I get </div>
<div> </div>
<div>$ python setup.py config                <br>Running from numpy source directory.<br>non-existing path in 'numpy/distutils': 'site.cfg'<br>F2PY Version 2<br>blas_opt_info:<br>blas_mkl_info:<br>  libraries mkl_ia32,mkl_c_dll,libguide40 not found in \Program Files\Intel\MKL\10.0.5.025\ia32\lib<br>
  NOT AVAILABLE</div>
<div>atlas_blas_threads_info:<br>Setting PTATLAS=ATLAS<br>  libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib<br>  libraries ptf77blas,ptcblas,atlas not found in /usr/lib<br>  NOT AVAILABLE</div>
<div>atlas_blas_info:<br>  libraries f77blas,cblas,atlas not found in /usr/local/lib<br>  libraries f77blas,cblas,atlas not found in /usr/lib<br>  NOT AVAILABLE</div>
<div>/bin/numpy-1.3.0/numpy/distutils/system_info.py:1383: UserWarning: <br>    Atlas (<a href="http://math-atlas.sourceforge.net/">http://math-atlas.sourceforge.net/</a>) libraries not found.<br>    Directories to search for the libraries can be specified in the<br>
    numpy/distutils/site.cfg file (section [atlas]) or by setting<br>    the ATLAS environment variable.<br>  warnings.warn(AtlasNotFoundError.__doc__)<br>blas_info:<br>  libraries blas not found in /usr/local/lib<br>  FOUND:<br>
    libraries = ['blas']<br>    library_dirs = ['/usr/lib']<br>    language = f77</div>
<div>  FOUND:<br>    libraries = ['blas']<br>    library_dirs = ['/usr/lib']<br>    define_macros = [('NO_ATLAS_INFO', 1)]<br>    language = f77</div>
<div>lapack_opt_info:<br>lapack_mkl_info:<br>mkl_info:<br>  libraries mkl_ia32,mkl_c_dll,libguide40 not found in \Program Files\Intel\MKL\10.0.5.025\ia32\lib<br>  NOT AVAILABLE</div>
<div>  NOT AVAILABLE</div>
<div>atlas_threads_info:<br>Setting PTATLAS=ATLAS<br>  libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib<br>  libraries lapack_atlas not found in /usr/local/lib<br>  libraries ptf77blas,ptcblas,atlas not found in /usr/lib<br>
  libraries lapack_atlas not found in /usr/lib<br>numpy.distutils.system_info.atlas_threads_info<br>  NOT AVAILABLE</div>
<div>atlas_info:<br>  libraries f77blas,cblas,atlas not found in /usr/local/lib<br>  libraries lapack_atlas not found in /usr/local/lib<br>  libraries f77blas,cblas,atlas not found in /usr/lib<br>  libraries lapack_atlas not found in /usr/lib<br>
numpy.distutils.system_info.atlas_info<br>  NOT AVAILABLE</div>
<div>/bin/numpy-1.3.0/numpy/distutils/system_info.py:1290: UserWarning: <br>    Atlas (<a href="http://math-atlas.sourceforge.net/">http://math-atlas.sourceforge.net/</a>) libraries not found.<br>    Directories to search for the libraries can be specified in the<br>
    numpy/distutils/site.cfg file (section [atlas]) or by setting<br>    the ATLAS environment variable.<br>  warnings.warn(AtlasNotFoundError.__doc__)<br>lapack_info:<br>  libraries lapack not found in /usr/local/lib<br>
  FOUND:<br>    libraries = ['lapack']<br>    library_dirs = ['/usr/lib']<br>    language = f77</div>
<div>  FOUND:<br>    libraries = ['lapack', 'blas']<br>    library_dirs = ['/usr/lib']<br>    define_macros = [('NO_ATLAS_INFO', 1)]<br>    language = f77</div>
<div>running config</div>
<div> </div>
<div> </div>
<div> </div>
<div>Please let me know what to do.</div>
<div> </div>
<div>Thanks and Regards,</div>
<div><br>Sandeep.<br></div>