Hello!

On Mon, 17 Oct 2016 21:55:18 +1300
François Bissey <frp.bis...@gmail.com> wrote:

> OK so I checked on my other machine. liblinbox.so should have been
> linked to (c)blas and so should have matrix_modn_dense_float.so
> independently. Because you didn’t get any complaints from ldd
> on liblinbox.so I’ll assume that it was missing/not properly 
> detected when linbox was built. The way matrix_modn_dense_float.so
> is built also suggest that cblas was missing when built.
> 
> What does 
> pkg-config —libs cblas
> pkg-config —libs blas
> pkg-config —libs lapack
> report? 
> 
$ pkg-config --libs cblas
-lgsl  

$ pkg-config --libs blas
-lblas  

$ pkg-config --libs lapack
-lreflapack -lblas  

  Vladimir

----- 
 <v...@ukr.net>

Reply via email to