Hi,
Ive installed lapack 3.1.1 on linux (fedora 5). Since my system has gfortran and no g77,
I decided to follow the suggestions on the install guide and comments, and I picked
TIMER = INT_ETIME instead of the default (uncommented this line, commented
the other).
This no longer compiled, and I found that the problem came from an EXTRA WHITE SPACE
at the end of the "TIMER = INT_ETIME" line ! Removing this white space fixed it,
it is now compiling.
Note that this is the make.inc.example file at the top level, NOT the make.inc.LINUX in
the INSTALL directory.
BTW, is this the right thing to do, use gfortran instead of g77 ? Any issues with this ?
Thx,
Joao

