installation problem for psichig udf
John Guhin
johnguhin at GMAIL.COM
Fri Feb 1 11:43:12 EST 2008
Hi,
I am trying to install psichig udf (by Dr. Mike Fiorino) and
downloaded from ftp://grads.iges.org/grads/sprite/udf
When I am trying to make, it is giving the following error (als0 attached at
the bottom my makefile). Thanks in advance.
f77 -c -O read_expr.f
read_expr.f: In subroutine `read_expr':
read_expr.f:106:
qtitle='1 input fld from GrADS'
1 2
Type disagreement between expressions at (1) and (2)
make: *** [read_expr.o] Error 1
.....................................................................................
SHELL=/bin/sh
#
# this is the directory where the udf will be
#
UDFDIR=/home/disk/udf
#
SRCS= psichig.f read_expr.f psichi_global.f udflib.f
OBJS= psichig.o read_expr.o psichi_global.o udflib.o
CFT= f77
LDR= f77
LDRFLAGS= -o
EXE= $(UDFDIR)/psichig.exe
EXE_OUT= udf.psichig.out
#
#FFLAGS= -c -O
FFLAGS= -c -O
$(EXE): $(OBJS)
$(LDR) $(LDRFLAGS) $(EXE) $(OBJS) $(LDRLIBS)
.f.o:
$(CFT) $(FFLAGS) $*.f
clean:
-rm -f $(OBJS)
delexe:
-rm -f $(EXE)
run:
-$(EXE)
out:
-more $(EXE_OUT)
--
John Guhin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://gradsusr.org/pipermail/gradsusr/attachments/20080201/90f7caa0/attachment.html
More information about the gradsusr
mailing list