2010/10/20 Henry Lenzi <[email protected]>:
> Hi all --
>
> On a FreeBSD 8.1 (amd64), with gsl-1.14, I tried to load the libgsl.so
> library in the Lush programming environment (Lush is like a lispy
> Matlab), but I get an error:
> ? (mod-load "/usr/local/lib/libgsl.so")
>
> *** module-load : dlopen error
> *** /usr/local/lib/libgsl.so: Undefined symbol "cblas_dsdot" :
> "/usr/local/lib/libgsl.so"

Hello,
You need to load /usr/local/lib/libgslcblas.so too, that contains the
CBLAS implementation of GSL. You can load, if you have one, other
CBLAS implementation like the optimised ATLAS, GotoBLAS, MKL, etc.

-- 
*****************************************
José Luis García Pallero
[email protected]
(o<
/ / \
V_/_
Use Debian GNU/Linux and enjoy!
*****************************************

_______________________________________________
Help-gsl mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gsl

Reply via email to