cannot find -lblas

Dear lammps users,

Could you help me to handle these errors?

Thanks

/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lblas
/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -llapack
/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lifcore
/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lsvml
/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lompstub
/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -limf
collect2: ld returned 1 exit status

Dear lammps users,

Could you help me to handle these errors?

you are trying to like to libraries that are not available on your
system or not visible to the linker, which means that you have not
properly followed the installation instructions of all the lammps
packages that you installed before starting the compilation and didn't
properly the corresponding Makefile.lammps files of the libraries in
the lib tree.

axel.

oh, and i should add that this error message is not really specific to
lammps, so you will also find a lot of useful information through a
little search on the web.

axel.

The only LAMMPS package that uses blas (that I am remembering)
is the USER-ATC package. If you look at lib/atc/README it
discusses this library and the pseudo version that is provided
as part of the ATC package if you don’t want to install it on
your box.

Steve