Re: [Lapackpp-devel] Lapack++ configuration
Status: Beta
Brought to you by:
cstim
From: Christian S. <sti...@tu...> - 2007-03-30 21:08:27
|
Am Donnerstag, 22. M=E4rz 2007 14:04 schrieb Jens A. Berger: > Hi tried to configure, make lapackpp-2.5.1 under SUSE 10.1 with suse rpm > packages for blas and lapack installed under /usr/lib/liblapack.so and > /usr/lib/libblas.so: > > jberger@lt4:~/devel/FD/lapackpp-2.5.1 8> ./configure > > bla bla ....... > > checking for cblas library... configure: WARNING: not found > checking whether ATLAS is usable... configure: WARNING: no > checking for sgemm_ in -lblas... no > checking for sgemm_ in -lcxml... no > checking for sgemm_ in -ldxml... no > checking for sgemm_ in -lscs... no > checking for sgemm_ in -lcomplib.sgimath... no > checking for sgemm_ in -lblas... (cached) no > checking for sgemm_ in -lblas... (cached) no > checking for sgemm_ in -lblas32... no > configure: error: Blas/Lapack was not found. > *** This means Lapack++ and matrix support cannot be compiled. > *** This makes this library unusable. Please get blas and lapack > *** installed. If you do have these installed, use the options > *** --with-blas=3D<libname> or --with-lapack=3D<libname> and/or set > *** the env variable LDFLAGS to include the appropriate linker > *** flags. I can only guess that maybe you don't have the gcc-fortran package installe= d=20 (might be called gcc-g77 in suse10.1; in suse 10.2 it's called gcc-fortran)= =2E=20 To be sure, you'd have to look into the config.log file at approx. 66% into= =20 the file where these actual error messages are. Maybe it simply says "g77:= =20 not found" or "-lgfortran: not found" similar, which simply means there is = no=20 fortran compiler or its library available. Christian > > tried: > ./configure --with-blas=3Dlibblas --with-lapack-libs=3D/usr/lib/ > --with-lapack=3Dliblapack > and: > ./configure --with-blas=3D/usr/lib/libblas.so > --with-lapack=3D/usr/lib/liblapack.so > > but does not solve the problem. What did I do wrong? > > Thanks in advance, Jens |