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
|