[Lapackpp-devel] lapack++ install
Status: Beta
Brought to you by:
cstim
From: Andrew O. <end...@gm...> - 2006-05-02 23:11:05
|
Hey Thanks for the previous problem you guys helped me with. I was able to get lapack++ up and running on a windows machine. Right now I'm trying to install lapack++ for SuSE 10.x, i586. I already installed blas and lapack using the rpms that came with the SuSE dvd and have a g77 compiler installed as well. I think that I just have to manually tell the compile program where the blas and lapack libraries are located. Everything is in /usr/lib. I'm not sure what would be the correct command. Here are some examples I have tried. ./configure --prefix=3D/whatever --with-blas=3Dblas.a --with-lapack=3Dlapac= k.a ./configure --prefix=3D/whatever --with-blas=3Dblas.so --with-lapack=3Dlapa= ck.so ./configure --prefix=3D/whatever --with-blas=3D/usr/lib/blas.a --with-lapack=3D/usr/lib/lapack.a ./configure --prefix=3D/whatever --with-blas=3Dblas.a --with-lapack=3Dlapack.a --with-lapack-libs=3D/usr/lib and other variations. none of these have worked. Also, the LDFLAGS ( i.e. -L/usr/lib ) is not recognized as an argument. So how can I get ./configure to recognize blas and lapack? Thanks again. |