On Nov 26, 2007, at 21:47 , ZEYAD ALAHMED wrote: > [...] -lmkl_lapack -L/opt/intel/mkl/10.0.011/lib/32 -lmkl_ia32 - > lguide -lpthread -lfftw > /opt/intel/mkl/10.0.011/lib/32/libmkl_lapack.so: undefined > reference to `mkl_serv_load_fun' > /opt/intel/mkl/10.0.011/lib/32/libmkl_lapack.so: undefined > reference to `mkl_serv_load_dll'
like states in the Lanczos chain, each new version of Intel software is orthogonal to all preceding versions. You might try Axel's advice for newer MKL: LDFLAGS=-i-static -openmp BLAS_LIBS= -L/opt/intel/mkl/10.0.011/lib/32 -lmkl_ia32 (without -lguide -lpthread) If this doesn't work, please read the instructions on how to use your specific version of MKL (they should be included in the MKL library) and let us know what must be done so that we may try to update "configure" Paolo --- Paolo Giannozzi, Dept of Physics, University of Udine via delle Scienze 208, 33100 Udine, Italy Phone +39-0432-558216, fax +39-0432-558222
