mkl and fftw (make sure you also load these in your run file) and set the following environmental variables:
setenv FFT_LIBS -lfftw3 setenv LDFLAGS -lmkl_core
The former allows it to find the FFTW libraries, the latter works around the problem with MklLapack. You should then be able to run ./configure and then make.
-- JohnRowe - 09 Jan 2008