installation problem for psichig udf
John Guhin
johnguhin at GMAIL.COM
Fri Feb 1 12:01:16 EST 2008
make clean doesn't seem to be the problem.
On Feb 1, 2008 11:43 AM, John Guhin <johnguhin at gmail.com> wrote:
> 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
--
John Guhin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://gradsusr.org/pipermail/gradsusr/attachments/20080201/6ad50b34/attachment.html
More information about the gradsusr
mailing list