Hi Sampath
> I am trying to compile Amber 9 on IBM-AIX machine and
> I get the following error: (Here is the last few lines
> from the compilation !!)
>
> ld: 0711-317 ERROR: undfined symbol: .vtanh
> ld: 0711-345 use the -bloadmap or -bnoquiet option to
> obtain more information
I suspect you have a very old version of the massv library installed which
does not support the vtanh function. Edit $AMBERHOME/src/sander/veclib.f
And change line 104 from:
# ifdef MASSLIB
to
# ifdef MASSLIBFOO
Then try running make again.
Good luck,
Ross
/\
\/
|\oss Walker
| HPC Consultant and Staff Scientist |
| San Diego Supercomputer Center |
| Tel: +1 858 822 0854 | EMail:- ross.rosswalker.co.uk |
|
http://www.rosswalker.co.uk | PGP Key available on request |
Note: Electronic Mail is not secure, has no guarantee of delivery, may not
be read every day, and should not be used for urgent or sensitive issues.
-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber.scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo.scripps.edu
Received on Wed Oct 10 2007 - 06:07:22 PDT