./configure --enable-shared --disable-mpi --enable-threads --enable-multithreading --with-multithreading --with-umfpack LDFLAGS=-L/opt/intel/composerxe/mkl/lib/intel64 LDLIBS="-lmkl_blas95_lp64 -lmkl_lapack95_lp64" --with-boost=/home/tedkord/DEVELOPMENT_LIBRARIES/BOOST/include
./configure --enable-shared --disable-mpi --enable-threads --enable-multithreading --with-multithreading --with-umfpack LDFLAGS="-lmkl_blas95_lp64 -lmkl_lapack95_lp64" --with-boost=/home/tedkord/DEVELOPMENT_LIBRARIES/BOOST/include
checking for daxpy_... yes
checking for daxpy_... (cached) yes
checking for saxpy_... yes
checking for dgemv_... yes
checking for sgemv_... yes
checking for dgeev_... no
checking for sgeev_... no
checking for dgeevx_... no
checking for sgeevx_... no
checking for dgemm_... yes
checking for sgemm_... yes
checking for dgetrf_... no
checking for sgetrf_... no
checking for dgetri_... no
checking for sgetri_... no
checking for dgeqrf_... no
checking for sgeqrf_... no
checking for dormqr_... no
checking for sormqr_... no
checking for dorgqr_... no
checking for sorgqr_... no
checking for dtrtrs_... no
checking for strtrs_... no
checking for dgetrs_... no
checking for sgetrs_... no
checking for dstev_... no
checking for sstev_... no
checking for dsygv_... no
checking for ssygv_... no
checking for dsygvx_... no
checking for ssygvx_... no
checking for dsyevx_... no
checking for ssyevx_... no
checking for dgesvd_... no
checking for sgesvd_... no
checking for dgesdd_... no
checking for sgesdd_... no
checking for dgelsd_... no
checking for sgelsd_... no
checking for jn... yes
I can't understand why it's not finding these symbols.
TK.