I'm trying to compile LAPACK package version 3.2 on Solaris nevada or OpenSolaris. Compiler is SunStudio 11 and SunStudio 12. I keep running into this same error.
running gmake
gmake
.
.
.
gmake[2]: Leaving directory `/home/brucer/ports/lapack-3.2/TESTING/LIN'
Testing REAL LAPACK linear equation routines
./xlintsts < stest.in > stest.out 2>&1
Arithmetic Exception
gmake[1]: *** [stest.out] Error 136
gmake[1]: Leaving directory `/home/brucer/ports/lapack-3.2/TESTING'
gmake: *** [lapack_testing] Error 2
Can anyone give me some suggestions on how to find out more specifically what is failing. stest.out is always deleted by gmake because it is a target of the Makefile.
Thanks for you help.

