On Wed, Nov 24, 2010, Shaandar Nyamtulga wrote:
>
>
> Hi. I am installing Amber10 as parallel. The installation halted with
> the following error. Can you help me?
>
> _dsaupd.f:(.text+0x274): undefined reference to `ambsecond_'
The "ambsecond_" entry point should be in $AMBERHOME/src/lib/sys.a. What
happens if you type this command
nm $AMBERHOME/src/lib/sys.a | grep ambsec
My recollection is that this might happen if you tried to compile a parallel
version without first installing the serial version. You might also go to
$AMBERHOME/src/lib and type "make sys.a" to see if that helps.
....dac
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Wed Nov 24 2010 - 07:30:03 PST