Hi,
> ${LD_LIBRARY_PATH}:${MKL_HOME}/lib/32
...change that to
${LD_LIBRARY_PATH}:${MKL_HOME}/lib/em64t
and test whether any problems remain.
You are trying to compile 64bit binaries (aka. x86_64 or em64t),
but try to link them against ia32 libraries.
I hope this helps
good luck
Andreas
-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber.scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo.scripps.edu
Received on Wed May 17 2006 - 06:07:12 PDT