AMBER Archive (2006)

Subject: Re: AMBER: problem installing amber9 with g95 gcc on a fc5 m/c

From: Scott Brozell (sbrozell_at_scripps.edu)
Date: Wed Oct 04 2006 - 03:16:09 CDT


Hi,

Just for kicks send some details: the output of make -n and make -v.
>From Makefile

COMMON_FILES = LINE.h TOP.h TTOP.h \
        MISC.h UNITS.h DEBUG.h \
        T3TOP.h SIZE.h TEMP.h

LES_FILES = lesmain.o addspace.o readprm.o \
        writprm.o readcrd.o writcrd.o \
        pick.o rline.o nxt.o \
        intgr.o find.o of.o \
        geti.o unit.o getc.o \
        alert.o echo.o get4c.o \
        getd.o wlesprm.o lesprm.o \
        les2prm.o checksz.o

...

$(LES_FILES) : $(COMMON_FILES)

Try moving LINE.h from the head to the tail of COMMON_FILES.
Try removing the dependency:
$(LES_FILES) : $(COMMON_FILES)

Try splitting up the that dependency by multiplying out the macros.

I may have access to a fedora core box somewhere...,
Scott

On Tue, 3 Oct 2006, Sayandeep Purkayasth wrote:

> > This is indeed unusual. Do you have a file called LINE.h in the above
> > directory? If not, somehow your distribution has been corrupted, since
> > that
> > file should be there, and make should be able to find it.
>
>
> LINE.h is there.. so i dont think that specifically is the problem.. however
> i'll try to get a fresh copy of the distribution and check if that solves
> the problem.

Date: Wed, 4 Oct 2006 10:44:06 +0530
From: Sayandeep Purkayasth <deepcyan_at_gmail.com>
Reply-To: amber_at_scripps.edu
To: amber_at_scripps.edu
Subject: Re: AMBER: problem installing amber9 with g95 gcc on a fc5 m/c

i successfully installed amber9 on cygwin with the same version g95
compiler,..
so i still dont know what was the problem on fedora core 5...

-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber_at_scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo_at_scripps.edu