[SciPy-user] import failure using g77

Pearu Peterson pearu at cens.ioc.ee
Sat Oct 19 20:57:13 EDT 2002


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

> 
>    OK. I found a few little things that I missed :) I rebuilt
> LAPACK and scipy. Unfortunately, when I try to import
> scipy, I get errors (albeit different ones):
> 
> [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: atl_f77wrap_sgetrf__
          ^^^^^^^^^^^^^^^^^^^^^

This symbol should be in liblapack.a after applying

  http://math-atlas.sourceforge.net/errata.html#completelp

Are you sure that you applied them correctly? Use nm to see what symbols
are in liblapack.a.

Pearu




More information about the SciPy-User mailing list