NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.

To learn about what's going on, see About the Archive Site.

Re: getting cvs HDF5 to install on a sun

NOTE: The netcdf-hdf mailing list is no longer active. The list archives are made available for historical reasons.

Examining the configure file, it looks like this is a path and/or bash
issue.

Here is the lines from configure that I suspect:

---

if (grep '^build_libtool_libs=yes' libtool >/dev/null); then
  enable_shared=yes
else
  enable_shared=no
fi

if (grep '^build_old_libs=yes' libtool >/dev/null); then
  enable_static=yes
else
  enable_static=no
fi

--

Note that 'grep' is looking for the file libtool in '.'

I don't know why this fails for you. Is this a path issue with the
environment?
  • 2005 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the netcdf-hdf archives: