On Tue, Sep 04, 2007, Eric Shamay wrote:
> I'm attempting a 2nd installation of amber9 on an IBM POWER4+ system using
> the xlf/xlc compiler suite (v9.1).
>
> runmin.o(.text+0xa0c): In function `runmin':
> : undefined reference to `ddot'
> : undefined reference to `dsymm'
> : undefined reference to `daxpy'
These functions (and the other missing ones) should be in your blas library.
Your configuration has "-lblas", but that seems not to be finding the correct
entries.
Try changing your config.h file to have a line like this:
USE_BLASLIB=$(SOURCE_COMPILED)
...good luck...dac
-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber.scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo.scripps.edu
Received on Wed Sep 05 2007 - 06:07:40 PDT