Helllo,
My system is Linux (Fedora core 4) and I don't konw how to install the Lapack on my computer. I don't know which method I should follow.
The first way: yum install lapack. I have finished this step and the report as follows:
Updated: lapack.i386 0:3.0-36.fc4
Dependency Updated: blas.i386 0:3.0-36.fc4
Complete!
I don't know whether the lapack is installed successfully and how to test it and link the library.
Second way: I downloaded the lapack.tgz from netlib.org and make, error-reports occured as follows:
Timing square REAL LAPACK linear equation routines
xlintims < stime.in > stime.out 2>&1
make[1]: *** [stime.out] Error 127
make[1]: Leaving directory `/home/yangtao/LAPACK/TIMING'
make: *** [timing] Error 2
So ,can anybody help me? Thanks!