[SciPy-User] scipy installation error: fblas.so: undefined symbol: s_stop

David Cournapeau cournape at gmail.com
Fri Oct 5 11:17:04 EDT 2012


On Fri, Oct 5, 2012 at 12:52 AM, Ed Sexton <sextonhadoop at gmail.com> wrote:
> Dear Scipy Users-
>
> I am trying to compile from source scipy (with lapack and blas) and numpy -
> but when executing scipy.test() I receive "undefined symbol: s_stop" errors
> on fblas.so:

This is most likely because you mixed up g77 and gfortran. You need to
compile everything (numpy, scipy, blas, etc...) with the same fortran
compiler.

David



More information about the SciPy-User mailing list