AMBER Archive (2004)

Subject: Re: AMBER: compiling software(RESP) on MAC G5

From: Scott Brozell (sbrozell_at_scripps.edu)
Date: Wed Feb 18 2004 - 23:36:06 CST


Hi,

I cannot download plep from the web:
ftp://ftp.amber.ucsf.edu/pub/plep.tar.gz

./Compile L2 -P -DDPREC -o lapack.o lapack.f
should be
../Compile L2 -P -DDPREC -o lapack.o lapack.f
suggesting that lib/Makefile has an error.

Verify that the rule for lapack.o in src/lib/Makefile is

lapack.o: lapack.f
      ../Compile L2 -P -D$(PREC) -o $@ lapack.f

Scott Brozell

On Wed, 18 Feb 2004 yu275197_at_yorku.ca wrote:

> I'm having some trouble compiling the RESP program on my mac and i was
> wondering if someone could help. I downloaded the source plep.tar.gz from the
> amber website and i copied the machine file for mac OSX into
> plep/src folder. I get this error when i type the make command  inside the
> resp folder:
>
> cd ../lib ; ./Makelist ../lib/mexit.o ../lib/amopen.o ../lib/lapack.o
> make[1]: `mexit.o' is up to date.
> make[1]: `amopen.o' is up to date.
> ./Compile L2 -P -DDPREC -o lapack.o lapack.f
> csh: L2: Undefined variable.
> make[1]: *** [lapack.o] Error 1
> make: *** [libobj] Error 1
>
> The prob doesn't seem to be related to the Machine file. Any ideas? I know
> that when it works a program called "resp" is created inside the folder( made
> it work on a linux workstation).
-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber_at_scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo_at_scripps.edu