
This directory contains the binary distribution of HDF4.1r5.
Subdirectory include/ contains all include files; lib/ contains
libmfhdf.a, libdf.a, libjpeg.a  and libz.a; and bin/ contains 
binaries for the HDF utilities.  The binaries were compiled on a 
an SGI Origin 2000 running IRIX64 version IRIX 6.5 with the
-n32 bit option (mips4).

To compile your program with HDF:

C:
    cc -ansi -mips4 -n32 -O -s -o <your program> <your program>.c \
     -I<path for hdf include directory> \
     -L<path for hdf libraries> -lmfhdf -ldf -ljpeg -lz
 
FORTRAN:
    f77 -n32 -mips4 -O -s -o <your program> <your program>.f  \
        -L<path for hdf libraries> -lmfhdf -ldf -ljpeg -lz


NOTE: The order of the libraries is important: libmfhdf.a first,
followed by libdf.a, then libjpeg.a and libz.a.  

If the binaries in this directory do not work for you, you can compile
HDF 4.1r5 yourself.

Source code for HDF 4.1r5 can be found in /HDF/HDF/HDF_Current/tar/ on the 
NCSA ftp server (ftp.ncsa.uiuc.edu).

Please send questions, comments, and suggestions to:

	hdfhelp@ncsa.uiuc.edu.


