Hi Junying,
if you are using gfortran, just take the make.inc.example as make.inc
In the lapack-3.3.1 directory type:
cp make.inc.example make.inc
make blaslib && make [make blaslib is you plan to test LAPACK with the
Reference BLAS]
Let me know of you have more questions
Julie
On May 18, 2011, at 8:17 PM, Junying Zhang wrote:
Hello:
I download lapack.tar on my linux machine, but when I use make to
install it,I get:
jjy2>make
( cd INSTALL; make; ./testlsame; ./testslamch; \
./testdlamch; ./testsecond; ./testdsecnd; ./testversion )
make[1]: Entering directory `/home/jjy2/lapack-3.3.1/INSTALL'
f77 -O4 -fpe1 -c lsame.f -o lsame.o
f771: unrecognized option `-fpe1'
make[1]: *** [lsame.o] Error 1
make[1]: Leaving directory `/home/jjy2/lapack-3.3.1/INSTALL'
/bin/sh: line 1: ./testlsame: No such file or directory
/bin/sh: line 1: ./testslamch: No such file or directory
/bin/sh: line 1: ./testdlamch: No such file or directory
/bin/sh: line 1: ./testsecond: No such file or directory
/bin/sh: line 1: ./testdsecnd: No such file or directory
/bin/sh: line 1: ./testversion: No such file or directory
make: *** [lapack_install] Error 127
would you tell me what I missed?
Thanks.
Sincerely,
junying zhang
_______________________________________________
Lapack mailing list
Lapack@Domain.Removed
http://lists.eecs.utk.edu/mailman/listinfo/lapack
|