I just installed CLAPACK on Ubuntu 10.10. Everything seems to go fine during the install process ("make" seemed to take care of everything). After install I checked all the .out files in the /TESTING directory, and according to those files, all the tests ran smoothly.
However, when I went to copy all of the .a files into /usr/local/lib, I noticed some were (seemingly) missing. I can't find libI77.a or libF77.a. Where should these files be located? I tried to run a test by solving a linear system, and my code fails to link b/c (I assume) these files are missing. I get the 'undefined reference to SGESV' error.
Could someone tell me where to locate these files? Thanks.

