regrid installation problem

John Guhin johnguhin at GMAIL.COM
Mon Jul 23 23:29:30 EDT 2007


Hi,
     When I am trying to make using
make -f Makefile                I am getting the following :
make: Warning: File `Makefile' has modification time 3.6e+02 s in the future
f77 -c -O        regrid2.f
f77 -o /users/pray/udf/regrid2.exe regrid2.o
make: warning:  Clock skew detected.  Your build may be incomplete.

My Makefile looks like this

SHELL=/bin/sh
#
REGRID_DIR = /users/jgu/udf
SRCS=   regrid2.f
OBJS=   regrid2.o
#
CFT=            f77
LDR=            f77
LDRFLAGS=       -o
EXE=            $(REGRID_DIR)/regrid2.exe
FFLAGS= -c -O

$(EXE): $(OBJS)
        $(LDR) $(LDRFLAGS) $(EXE) $(OBJS)

.f.o:
      (CFT) $(FFLAGS) $*.f
del_lists:
        -rm -f $(LISTS)
clean:
        -rm -f $(OBJS)


Can anyone help!! I am using Linux and grads-1.9b4.

thanks.
--
John Guhin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://gradsusr.org/pipermail/gradsusr/attachments/20070723/fae13934/attachment.html 


More information about the gradsusr mailing list