AMBER Archive (2004)

Subject: Re: AMBER: error in installing amber8

From: David A. Case (case_at_scripps.edu)
Date: Wed Sep 08 2004 - 11:23:04 CDT


On Wed, Sep 08, 2004, anshul_at_imtech.res.in wrote:

> I tried what you told about installation of amber 8 on SUN system. I
> checked the config.h file and found that there is a space after
> AR=ar rv
> I even changed this and introduced 2 spaces after AR=ar rv but stioll get
> the same error ie:
> ar rvsys.a sys.o wallclock.o

OK...turns out that we were probably compiling Amber on our Solaris systems
using GNU make, not Sun's make (which is in /usr/ccs/bin). If you can,
install GNU make (sometimes called "gmake") on your system.

If you can't do that, you will have to edit your Makefiles to change lines like:

    $(AR)sys.a sys.o wallclock.o

to

    $(AR) sys.a sys.o wallclock.o

...thanks for the report....dac
-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber_at_scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo_at_scripps.edu