GUILE_FFI_CBLAS_LIBNAME=liblapack.a GUILE_FFI_CBLAS_LIBPATH=/usr/lib/ guile -L mod -s test/test-ffi-cblas.scm

Are you sure the name is liblapack.a. It looks like (I have not tried to install the development files) it should be libblas or libcblas (the default). Maybe the path is /usr/lib/libblas too.

Reply via email to