Hi all,
I am installing CLAPACK 3.2.1 on OpenSUSE 11.4. I have followed steps in http://www.netlib.org/clapack/readme.install,however I'm stuck now at steps 6, when I tried to play
cd CLAPACK/TESTING/MATGEN; make
cd CLAPACK/TESTING; make
It returned errors,then I try to
cd CLAPACK; make;
The same errors have shown up.
/usr/lib/gcc/i586-suse-linux/4.5/../../../../i586-suse-linux/bin/ld: cannot find -lgoto
collect2: ld returned 1 exit status
make[2]: *** [../xlintsts] Error 1
make[2]: Leaving directory `/home/funzi/Downloads/CLAPAC/CLAPACK-3.2.1/TESTING/LIN'
make[1]: *** [xlintsts] Error 2
make[1]: Leaving directory `/home/funzi/Downloads/CLAPAC/CLAPACK-3.2.1/TESTING'
make: *** [lapack_testing] Error 2
Thank you for any suggestion.

