h5fc on Linux

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:

···

-------------------------------------------------------------------------------------------------------
[root@localhost bin]# ls
gif2h5 h5cc h5debug h5dump h5jam h5mkgrp h5redeploy
h5repart h5unjam
h52gif h5copy h5diff h5import h5ls h5perf_serial h5repack h5stat
-------------------------------------------------------------------------------------------------------

How can I get these compilers? What am I doing wrong? Any ideas?

Thank you
Pradeep

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:

-------------------------------------------------------------------------------------------------------
[root@localhost bin]# ls
gif2h5 h5cc h5debug h5dump h5jam h5mkgrp h5redeploy
h5repart h5unjam
h52gif h5copy h5diff h5import h5ls h5perf_serial h5repack h5stat

-------------------------------------------------------------------------------------------------------

How can I get these compilers? What am I doing wrong? Any ideas?

Thank you
Pradeep

_______________________________________________
Hdf-forum is for HDF software users discussion.
Hdf-forum@hdfgroup.org
http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org

--
George N. White III <aa056@chebucto.ns.ca>
Head of St. Margarets Bay, Nova Scotia

Hi Pradeep,

Did you configure with --enable-fortran? Fortran is not built by default.
You can see the configure options and their defaults with "configure
--help".

Cheers,

Dana

That solved the problem. Thank you very much for the reply.

Pradeep

···

On 6 janv. 2013, at 01:42, Dana Robinson <derobins@hdfgroup.org> wrote:

Hi Pradeep,

Did you configure with --enable-fortran? Fortran is not built by default. You can see the configure options and their defaults with "configure --help".

Cheers,

Dana
_______________________________________________
Hdf-forum is for HDF software users discussion.
Hdf-forum@hdfgroup.org
http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org