[GCC 4.1.2 20071124 (Red Hat 4.1.2-42)] on linux2<br>Type "help", "copyright", "credits" or "license" for more information.<br>>>> import numpy<br>Traceback (most recent call last):<br>
  File "<stdin>", line 1, in <module><br>  File "/home/admin/numpy-1.6.0b2/install/lib/python/numpy/__init__.py", line 137, in <module><br>    import add_newdocs<br>  File "/home/admin/numpy-1.6.0b2/install/lib/python/numpy/add_newdocs.py", line 9, in <module><br>
    from numpy.lib import add_newdoc<br>  File "/homeadmin/numpy-1.6.0b2/install/lib/python/numpy/lib/__init__.py", line 13, in <module><br>    from polynomial import *<br>  File "/home/admin/numpy-1.6.0b2/install/lib/python/numpy/lib/polynomial.py", line 17, in <module><br>
    from numpy.linalg import eigvals, lstsq<br>  File "/home/admin/numpy-1.6.0b2/install/lib/python/numpy/linalg/__init__.py", line 48, in <module><br>    from linalg import *<br>  File "/home/dmin/numpy-1.6.0b2/install/lib/python/numpy/linalg/linalg.py", line 23, in <module><br>
    from numpy.linalg import lapack_lite<br>ImportError: /home/external/Python-2.6/lib/python2.6/site-packages/numpy/linalg/lapack_lite.so: undefined symbol: _gfortran_concat_string<br><br>We have intel mkl with which we are trying to build numpy and scipy.<br>
<br>Kinly help<br>