From charlesreid1

No edit summary
No edit summary
Line 11: Line 11:
</syntaxhighlight>
</syntaxhighlight>


James Sutherland also recommends adding the configure arguments <code>--enable-static-exe --enable-static</code>, though in my experience these aren't necessary to build (and link to) HDF5.
Professor James Sutherland [http://www.che.utah.edu/~sutherland/JamesHome/Home.html] also recommends adding the configure arguments <code>--enable-static-exe --enable-static</code>, though in my experience these aren't necessary to build (and link to) HDF5.





Revision as of 21:23, 18 October 2010

Installing

Configuring

I am using the HDF5 libraries for various software tools available through the CRSim Software repository http://software.crsim.utah.edu/ - specifically, C++ programs using the C++ interface to HDF5 - necessitating the --enable-cxx configure argument:

./configure \
 --prefix=/path/to/hdf5 \
 --enable-cxx

Professor James Sutherland [1] also recommends adding the configure arguments --enable-static-exe --enable-static, though in my experience these aren't necessary to build (and link to) HDF5.