# # Notes on how to compile most of the programs on both # Mac OS X (gcc and G77) and Sun Compilers. # 1) We have tried to eliminate external libraries but this was not always possible. Some of the steps in the processing are done with a set of utility programs called GIPS (http://acis.mit.edu/gips/). Any required libraries are in ../lib/ppc or ../lib/sun4. Therefore if you tar this directory with the -h option, the package will run under OS X or Solaris. Moving another platform is beyond the scope of our ONR grant. # 2) The binary siles are stored in ../bin/ppc (big endian) ../bin/sun4 (big endian) ../bin/i386 (little endian) Add these to your executable path # 3) each directory has two makefiles makefile_mac - used to compile on OS X makefile_sun - used to compile on Solaris #