
This directory contains the pre-compiled binary distribution of 
HDF4.1r5.  These binaries were compiled on a Compaq Tru64 
running Unix version 5.1.

Subdirectory include/ contains all include files; lib/ contains
libmfhdf.a, libdf.a, libjpeg.a  and libz.a; and bin/ contains 
the binaries for the HDF utilities.  

To compile your program with the HDF library, include the
following:

C:
    cc -Olimit 2048 -std1 -o <your program> <your program>.c \
       -I<path for hdf include directory>\
       -L<path for hdf libraries> -lmfhdf -ldf -ljpeg -lz
 
FORTRAN:
    f77 -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.


