I am running 12.04 on a 64-bit machine and I am trying to compile a Fortran 90 program. I installed the LAPACK files through Synaptic but when I try to compile the program I am told:
"Fatal Error Can't find module file 'lapack.mod' for reading at (1): No such file or directory."
My original attempt to link:
gfortran test.f90 -L/usr/lib/lapack -liblapack.a
The file locations are correct. I'm just happy to take whatever information you can offer.
"Fatal Error Can't find module file 'lapack.mod' for reading at (1): No such file or directory."
My original attempt to link:
gfortran test.f90 -L/usr/lib/lapack -liblapack.a
The file locations are correct. I'm just happy to take whatever information you can offer.