I am trying to install HDF5 on a Linux OS. I obtained the tar.gz file from
this <ftp://ftp.hdfgroup.org/HDF5/current/src> webpage and installed
HDF5 in the "/usr/local" directory using the "configure", "make" and "make
install" commands sequentially. However there is no "h5fc" or "h5c"
compiler in the installed "/usr/local/hdf5/bin" folder.
Here is the list of files of in my "/usr/local/hdf5/bin" folder:
If you want our help, you need to put more effort into describing the
platform and what you did ( http://www.chiark.greenend.org.uk/~sgtatham/bugs.html is about reporting
bugs, but the advice is
also helpful when reporting other sorts of problems).
You should also run "make check".
"a Linux OS" is rather vague, and you didn't mention what compilers you
used. You don't say if the .tar.gz file was downloaded recently or 15
years ago -- why not just mention the version, e.g. hdf5-1.8.10? There
should be a wealth of helpful information in the "config.log" file as well
as "/usr/local/lib/libhdf5.settings" (asci file). The latter should tell
you if Fortran was enabled. If you supplied the " --enable-fortran"
argument to configure and Fortran isn't enabled then configure probably
detected a problem with your fortran compiler.
···
On Sat, Jan 5, 2013 at 3:13 AM, Pradeep Jha <pradeep@ccs.engg.nagoya-u.ac.jp > wrote:
Hello,
I am trying to install HDF5 on a Linux OS. I obtained the tar.gz file from
this <ftp://ftp.hdfgroup.org/HDF5/current/src> webpage and installed
HDF5 in the "/usr/local" directory using the "configure", "make" and "make
install" commands sequentially. However there is no "h5fc" or "h5c"
compiler in the installed "/usr/local/hdf5/bin" folder.
Here is the list of files of in my "/usr/local/hdf5/bin" folder:
Did you configure with --enable-fortran? Fortran is not built by default.
You can see the configure options and their defaults with "configure
--help".
Did you configure with --enable-fortran? Fortran is not built by default. You can see the configure options and their defaults with "configure --help".