> Greg, > > As Suhaib noted the other day, you changed the import_hdf.c files > with the #include <dfsd.h> to #include <hdf/dfsd.h>. > > Why is this? Do you want to document why and how we should compile > hdf, etc.? From what I can see in a normal installation of HDF it > would not put the include files in a hdf directory.
Actually Greg changed hdf, cdf and netcdf to hdf/*.h, cdf/*.h and netcdf/*.h (not abosultely sure about netcdf. In a normal installaton none of these packages creates its own subdirectories in /usr/include or /usr/local/include. This causes configure not to find the netcdf, cdf and hdf headers. Suhaib > > David > -- > .................................................................. > ........... > David L. Thompson The University of Montana > mailto:[EMAIL PROTECTED] Computer Science Department > http://www.cs.umt.edu/u/dthompsn Missoula, MT 59812 > Work Phone : (406)257-8530
