Due to the current gap in continued funding from the U.S. National Science Foundation (NSF), the NSF Unidata Program Center has temporarily paused most operations. See NSF Unidata Pause in Most Operations for details.

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: