AMBER Archive (2007)

Subject: Re: AMBER: Problem compiling AMBER 9 on ppc64

From: David A. Case (case_at_scripps.edu)
Date: Tue Sep 04 2007 - 15:56:06 CDT


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_at_scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo_at_scripps.edu