Hello,
I have been trying to install coda onto a linux machine with hdf4 capability. I have HDF 4.2.15. The following link is the resulting configure.log file:
Upon configuring, I the following error:
ERROR: HDF4 libraries and/or header files are not found.
Try setting the HDF4_LIB and HDF4_INCLUDE environment variables to the
location of your HDF4 library and include files.
The command I am using is:
./configure --prefix=/home/tcsummers3/Documents/coda-2.21.2 --with-hdf4 HDF4_LIB=/home/tcsummers3/Documents/hdf-4.2.15/lib/ HDF4_INCLUDE=/home/tcsummers3/Documents/hdf-4.2.15/include/
Thanks for the help,
Tyler