# use this to compile ldss2mask.f under unix # # add your own paths for the pgplot and X11 libraries # # don't forget to set # # setenv PGPLOT_DIR=/usr/local/pgplot/ # setenv PGPLOT_DEV=/xwin # f77 -e -C -o $1.e $1.f -L/ociw/pgplot/solaris -lpgplot -lX11 -xl -lF77 -lm -lc -lV77