Topic: Problem using lapack
Hi Jeff,
I am a new user for Fortran language and Simply Fortran. I just installed lapack & blas from Simply Fortran package manager. However, compiling is still not successful.
Here is the building status of one of my projects:
==============================================================================
Generating Makefile... Okay
==============================================================================
Generating target.exe
build\main.o: In function `MAIN__':
C:\DEF\Fortran 90\simplify fortran\ggnewtry/./main.f90:40: undefined reference to `dsyev'
collect2.exe: error: ld returned 1 exit status
Error(E42): Last command making (target.exe) returned a bad status
Error(E02): Make execution terminated
* Failed *
The following link indicates that "dsyev" is indeed included in lapack 3.5.0 (which is the current version in SF package manager):
http://www.netlib.org/lapack/explore-ht … f42fed4044
So I guess the installation of blas and lapack is not successful.
Could you help me with this issue? I am kind of near dealine for the project...
Thank you so much in advance!
Best,
Jessie