make clean doesn&#39;t seem to be the problem. <br>&nbsp;<br><div class="gmail_quote">On Feb 1, 2008 11:43 AM, John Guhin &lt;<a href="mailto:johnguhin@gmail.com">johnguhin@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I am trying to install psichig udf (by&nbsp;                      Dr. Mike Fiorino) and downloaded from <a href="ftp://grads.iges.org/grads/sprite/udf" target="_blank">ftp://grads.iges.org/grads/sprite/udf</a><br>When I am trying to make, it is giving the following error (als0 attached at the bottom my makefile). Thanks in advance.<br>

<br>f77 -c -O&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; read_expr.f<br>read_expr.f: In subroutine `read_expr&#39;:<br>read_expr.f:106:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; qtitle=&#39;1 input fld from GrADS&#39;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2<br>Type disagreement between expressions at (1) and (2)<br>

make: *** [read_expr.o] Error 1<br>.....................................................................................<br>SHELL=/bin/sh<br>#<br>#&nbsp; this is the directory where the udf will be <br>#<br>UDFDIR=/home/disk/udf<br>

<br>#<br>SRCS=&nbsp;&nbsp;&nbsp; psichig.f&nbsp; read_expr.f&nbsp; psichi_global.f&nbsp; udflib.f<br><br>OBJS=&nbsp;&nbsp;&nbsp; psichig.o&nbsp; read_expr.o&nbsp; psichi_global.o&nbsp; udflib.o<br><br>CFT=&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; f77<br>LDR=&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; f77<br>LDRFLAGS=&nbsp;&nbsp;&nbsp; -o <br>EXE=&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; $(UDFDIR)/psichig.exe<br>

EXE_OUT=&nbsp;&nbsp;&nbsp; udf.psichig.out<br><br>#<br>#FFLAGS= -c -O&nbsp;&nbsp;&nbsp; <br>FFLAGS= -c -O&nbsp;&nbsp;&nbsp; <br><br>$(EXE):&nbsp;&nbsp;&nbsp; $(OBJS)<br>&nbsp;&nbsp;&nbsp; $(LDR) $(LDRFLAGS) $(EXE) $(OBJS) $(LDRLIBS)<br><br><br>.f.o:<br>&nbsp;&nbsp;&nbsp; $(CFT) $(FFLAGS) $*.f<br><br>clean:<br>

&nbsp;&nbsp;&nbsp; -rm -f $(OBJS)<br><br>delexe:<br>&nbsp;&nbsp;&nbsp; -rm -f $(EXE)<br>run:<br>&nbsp;&nbsp;&nbsp; -$(EXE)<br>out:<br>&nbsp;&nbsp;&nbsp; -more $(EXE_OUT)<br><br>-- <br><font color="#888888">John Guhin
</font></blockquote></div><br><br clear="all"><br>-- <br>John Guhin