This was supposed to be simple. I found a program I want to try, but it needs LAPACK to compile. SO I try to install it but if fails. The relevant part of the make output follows:
...
( cd TESTING ; make )
make[1]: Entering directory `/home/clb/Downloads/lapack-3.5.0/TESTING'
ZES: Testing COMPLEX16 Nonsymmetric Schur Form Driver
./xeigtstz < zed.in > zed.out 2>&1
/bin/sh: line 1: 13697 Segmentation fault ./xeigtstz < zed.in > zed.out 2>&1
make[1]: *** [zed.out] Error 139
make[1]: Leaving directory `/home/clb/Downloads/lapack-3.5.0/TESTING'
make: *** [lapack_testing] Error 2
We're talking Intel 64 bit quad core CPU, Linux Slackware64 14.0 distro, GCC gfortran compiler. I didn't do anything special, just tried to make it.
Anyone know what's wrong? Thanks.

