Keep getting a "library not found" error when the library does, in fact, exist:
deborah> set BLAS95=$MKLPATH/libmkl_blas95_lp64.a
deborah> ls -al $BLAS95
-rw-r--r-- 1 root 600 429896 Jul 26 2012 /opt/intel/Compiler/11.1/067/Frameworks/mkl/lib/em64t/libmkl_blas95_lp64.a
deborah> ifort -l$BLAS95 hello.f90
ld: library not found for -l/opt/intel/Compiler/11.1/067/Frameworks/mkl/lib/em64t/libmkl_blas95_lp64.a
Using Mac OS X 10.7.5