[SciPy-dev] newscipy build problem
Stephen Walton
stephen.walton at csun.edu
Mon Oct 10 11:22:08 CDT 2005
Robert Cimrman wrote:
>ImportError: /usr/lib/python2.3/site-packages/scipy/lib/lapack_lite.so:
>undefined symbol: s_wsfe
>
>
This is a symbol from the g2c library which is supposed to be part of
g77. Rebuild newscipy, redirectiing the output to a file, and post the
line which shows how lapack_lite.so is linked. Grep'ping the output for
the string "-o lapack_lite.so" should find it. What versions of gcc and
g77 do you have? That is, what is the output of 'g77 -v' and 'gcc -v'?
Do you have gfortran?
More information about the Scipy-dev
mailing list