,
$F77LIBS)
else
- AC_CHECK_LIB(blas, daxpy_,,[ABORT_BLAS_ON_ERROR($1)],$F77LIBS)
+ AC_CHECK_LIB(blas, daxpy_,,[ABORT_BLAS_ON_ERROR([blas])],$F77LIBS)
fi
AC_SUBST(NEEDS_F77LIBS, "yes")
])
{ { echo "$as_me:$LINENO: error: Configuring BLAS library failed although it was requested.
Most common is one of the following reasons:
- 1. A library with name lib$withval.a or lib$withval.so is not in your library path.
+ 1. A library with name libblas.a or libblas.so is not in your library path.
2. Neither -lgfortran nor -lg2c is in <$F77LIBS>.
3. BLAS requires -lg2c, but only -lgfortran was configured.
4. BLAS requires -lgfortran, but only -lg2c was configured.
" >&5
echo "$as_me: error: Configuring BLAS library failed although it was requested.
Most common is one of the following reasons:
- 1. A library with name lib$withval.a or lib$withval.so is not in your library path.
+ 1. A library with name libblas.a or libblas.so is not in your library path.
2. Neither -lgfortran nor -lg2c is in <$F77LIBS>.
3. BLAS requires -lg2c, but only -lgfortran was configured.
4. BLAS requires -lgfortran, but only -lg2c was configured.