I am a sysadmin, but haven't written any fortran code since the mid-80's. In fact, up until this morning, I had never heard for LAPACK... until one of the profs in my department asked me to install it on our "general use Linux machine".
Background: running Debian 5 w/ gfortran already installed.
So anyway, I downloaded the lapack-3.2.1 file, gunziped & un-tar'd it. It is currently sitting in /root and I am doing all this logged in as root. I copied the make.inc.example to make.inc, then looked at it to see if there were any mods I needed to make (I didn't see any). Not seeing any mods that jumped out at me (admittedly, not knowing what I was looking at), I went ahead and ran
make
Q1: Am I done? Does this put these libraries in a location where everyone can get to them?
Q2: How does a user call them?

