Hi,
I have some problems while installing BLAS and LAPACK (3.0) on my Ubuntu.
First I thought that it is enough to install BLAS/LAPACK using the repositories of Ubuntu, but it looks to me like it doesn't.
So I was downloading BLAS/LAPACK and made a blas_LINUX.a in the BLAS package. Following the readme file in the LAPACK package I got quit lost, because there is just stated that I have the adjust the settings for the compiler and so on, but I have no clue where to get all these settings from. So I was using the settings of the make.inc.LINUX in the install directory. While proceeding the makefile of LAPACK I am getting tons of errors (e.g. g77 unknown option >>-03<<). I was referring to the BLAS directory provided inside of the LAPACK package, thinking there will be the blas_LINUX.a created during the make process... nice try! So in addition to all these errors of an unknown option >>-03<< g77 told me there is no blas_LINUX.a.
I would really appreciate if someone could tell me where and how I get the right settings to put into make.inc. About the blas_LINUX i guess I have to point on the already created file in the other BLAS directory. Please advise me if this is wrong.
-----------------------------------------------
OK, sorry! It was a mistake on my side... When I was typing the compiler options i wrote a 0 instead of an O... Happens! :)
But I still have a problem. After referencing the blas_LINUX.a on a absolute path it worked out and several tests have been running trough. However, make ended with the following:
Testing COMPLEX LAPACK linear equation routines
./xlintstc < ctest.in > ctest.out 2>&1
make[1]: *** [ctest.out] Error 139
make[1]: leave directory '/home/thomas/Desktop/LAPACK/TESTING'
make: *** [testing] Error 2
Could you tell me what it means?
Cheers,
Thomas

