Cannot find hdf5hl_fortran

Hello,
The compilation of one app is returning the error messages:

/usr/bin/ld: cannot find -lhdf5hl_fortran
/usr/bin/ld: cannot find -lhdf5_fortran
I’m unsure if these are actual libraries because the hdf5/lib subdirectory has:
libhdf5.a libhdf5.so libhdf5_hl.a libhdf5_hl.so.100
libhdf5.la libhdf5.so.103 libhdf5_hl.la libhdf5_hl.so.100.1.3
libhdf5.settings libhdf5.so.103.2.0 libhdf5_hl.so
I’m just trying to rule out any error during during the compilation of HDF5. Thanks.