[Lapackpp-devel] Re: Can't get lapack++ up on my Mac.
Status: Beta
Brought to you by:
cstim
From: Christian S. <sti...@tu...> - 2005-04-06 09:07:10
|
Dear Marc, thanks for asking about lapack++. Marc Gianzero schrieb: > I noticed you were deeply involved in working on LaPack++. I hope you > wouldn't mind answering my question if you can. Unfortunately I have never used OS X. Maybe someone on the lapackpp-devel mailing list can help here? > I wanted to install Lapack++ on my Macintosh (OS X, Panther 10.3.8). I > found the source on soureforge.net and downloaded and compiled using the > suggested "FLIBS="-L/sw/lib -lfrtbegin -lg2c -lSystem" option for the > .configure file. However, it now asks for BLAS and LAPACK libraries to > link to in the statement: > > 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=<libname> or --with-lapack=<libname> and/or set > *** the env variable LDFLAGS to include the appropriate linker > *** flags. > > But I thought BLAS and Lapack were part of the Vector framework system, > under Apple developer. > > Any ideas how to get lapack++ up on OS X correctly? If not, could you > point me to someone/place that can? Well, you obviously have to get the LAPACK (without ++) library from somewhere. Usually it is clearly noted when lapack belongs to some other package, so I suppose it doesn't belong to that "Vector framework". You can also try to install LAPACK yourself http://www.netlib.org/lapack/ Regards, Christian |