[SciPy-user] import failure using g77

Pearu Peterson pearu at cens.ioc.ee
Sat Oct 19 15:30:21 EDT 2002


On Sat, 19 Oct 2002, Jeffrey B. Layton wrote:

> I didn't update, I erased scipy and got a fresh new copy of SciPy.
> I rebuilt Numeric and scipy. I got this error this time,
> 
> [laytonj at home3 laytonj]$ /usr/bin/python2.2
> Python 2.2 (#1, Apr 12 2002, 15:29:57)
> [GCC 2.96 20000731 (Red Hat Linux 7.2 2.96-109)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
>  >>> import Numeric
>  >>> import scipy
> exceptions.ImportError: 
> /usr/lib/python2.2/site-packages/scipy/linalg/_flinalg.so: undefined 
> symbol: f_iob
          ^^^^^

This symbol comes from Intel compiler libraries. When building scipy, make
sure that Intel compiler is used nowhere. To be sure, you can rename the
/path/to/intel/compiler.

Pearu




More information about the SciPy-User mailing list