Building file: ../Hamfem.f90
Invoking: GNU Fortran Compiler
gfortran -funderscoring -O3 -Wall -c -fmessage-length=0 -llapack -o "Hamfem.o" "../Hamfem.f90"
cygwin warning:
MS-DOS style path detected: C:\Users\thys\Documents\doctoraat\10_publications\in progress\HAMFEM-GNUfortran\Release
Preferred POSIX equivalent is: /cygdrive/c/Users/thys/Documents/doctoraat/10_publications/in progress/HAMFEM-GNUfortran/Release
CYGWIN environment variable option "nodosfilewarning" turns off this warning.
Consult the user's guide for more details about POSIX paths:
http://cygwin.com/cygwin-ug-net/using.h ... -pathnames
../Hamfem.f90:12.72:
use lapack ! alternative for msimsl http://www.netlib.org/lapack
1
Fatal Error: Can't open module file 'lapack.mod' for reading at (1): No such file or directory
subdir.mk:27: recipe for target `Hamfem.o' failed
make: *** [Hamfem.o] Error 1
I tried a few things already and can rule out the following:
- I installed all lapack libraries in cygwin (including the dev library)
- liblapack.a and libblas.a are located in the library folder C:/cygwin/lib
Does someone knows what settings in eclipse are wrong, or where I have to add or change things?