I want to install LAPACK in fedora 16 system. After make, it comes informations as follow. What the two errors are and how to fix them?
=================================================================================
make[1]: Entering directory `/usr/local/src/lapack-3.4.0/BLAS/TESTING'
ifort sblat1.o \
../../librefblas.a -o ../xblat1s
ifort: error #10236: File not found: '../../librefblas.a'
make[1]: *** [../xblat1s] Error 1
make[1]: Leaving directory `/usr/local/src/lapack-3.4.0/BLAS/TESTING'
make: *** [blas_testing] Error 2

