lapack and blas libraries problem
Posted: 21 Mar 2012, 08:49
Hi everybody, I'm compiling elegant on an ArchLinux 64 bits following the Soliday guide.
I'm nearly gone but when I give the command make into oag/apps/src/elegant the compilation stops with the following error
but both the packages lapack and blas are correctely installed on my system from the repository.
Moreover I checked giving the command:
so both of the libraries seem to be there.
I really can't understand what is the problem. Any idea would be much appreciated... Thanks!
I'm nearly gone but when I give the command make into oag/apps/src/elegant the compilation stops with the following error
Code: Select all
/usr/bin/ld: cannot find -llapack
/usr/bin/ld: cannot find -lblas
Moreover I checked giving the command:
Code: Select all
# ldconfig -p | grep lapack
liblapack.so.3 (libc6,x86-64) => /usr/lib/liblapack.so.3
liblapack.so (libc6,x86-64) => /usr/lib/liblapack.so
# ldconfig -p | grep blas
...
libblas.so.3 (libc6,x86-64) => /usr/lib/libblas.so.3
libblas.so (libc6,x86-64) => /usr/lib/libblas.so
I really can't understand what is the problem. Any idea would be much appreciated... Thanks!