Subject: How do I make interpic?(Linux PC . pgf77)
From: È«¼÷Á¤ (hong2108@hanmail.net)
Date: Wed Dec 31 1969 - 16:59:59 MST
I want to change resolution from T42 to T21
There is interpolation tool directory in the ~/tools/interpic/~.
I changed Makefile,especially in part of netcdf directory
But this makefile has not Linux platform, so I inserted this part.
changed part is
=> LIB_NETCDF =(~~~)
=> INC_NETCDF =( )
=>in determine platform
UNAMEM =~ Linux ~
=> and I inseted
# Linux
ifeq ($(UNAMES),Linux)
FC =~~~/pgf77
FFLAGS =-DLinux $(cpp_path) -r8 -i4 -O2 -Mrecursive -Kieee -Mdalign
LDFLAGS =-L$(LIB_NETCDF) -lnetcdf
endif
=>Default rules
FC :=~~~/pgf77
=>$(EXEDIR)/(EXENAME): $(OBJS)
$(FC) -o $@ $(OBJS) $(FFLAGS) $(LDFLAGS)
I changed Makefile and then
=>gnumake
error message is
cc -c -o addglobal.o addglobal.c
addglobal.c : 6 : netcdf.h ; there is no file and directory
gnumake: error 1
====>
Linux on PC (pgf77)
/interpic/Makefile
How do I change this Makefile?
==================================================
¿ì¸® ÀÎÅͳÝ, Daum
Æò»ý ¾²´Â ¹«·á E-mail ÁÖ¼Ò ÇѸÞÀϳÝ
Áö±¸ÃÌ ÇÑ±Û °Ë»ö¼ºñ½º Daum FIREBALL
http://www.daum.net
This archive was generated by hypermail 2b27 : Tue Jan 22 2002 - 11:15:40 MST