I am trying to compile a complex program for atomic physics. I am using
the evaluation version of the intel fortran compiler 9.1.027 with the
Beta version of MKL 9.0.005 in a macbook pro 1.8 GHz with XCode 2.3 and
I have some trouble.
When I try to compile with the MKL libraries with the link:
LDFLAGS = -L/Library/Frameworks/Intel_MKL.framework/Versions/9.0_beta/lib/32 -lmkl_lapack -lmkl_ia32
I have the following error:
ld: Undefined symbols:
_dsyevr_
_dgesvd_
_dsygvd_
make: *** [mdfgme.exe] Error 1
dsyevr, dgesvd and dsygvd lapack function are missing!
In
opposite, it looks there are included in the Apple libraries
/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Versions/A
All the suggestions are welcome.
Martino
Missing lapack functions in MKL 9.0
For more complete information about compiler optimizations, see our Optimization Notice.

