i dowloaded the latest version, which is 3.0, of LAPACK and tried to compiled it in our system. The library was successfully built up, but the making process gives error prompt while it tries to test the BLAS library.
I tried to modify ILAENV and ISPEC variables in ilaenv.f. And the test program still does not work.
the error messages comes out from the make procedure are
make[1]: Entering directory `/home/ywu/LAPACK/TESTING'
Testing REAL LAPACK linear equation routines
./xlintsts < stest.in > stest.out 2>&1
Ambiguous output redirect.
make[1]: *** [stest.out] Error 1
make[1]: Leaving directory `/home/ywu/LAPACK/TESTING'
make: *** [testing] Error 2
I downloaded the precompiled ATLAS and use it as my BLAS library.
My system is Linux. and i changed the make.inc file accordingly.
Does any one have the same problem? or does anybody know how to solve this problem?
Thanks a lot!

