----- Original Message ----- From: "Sisyphus"

Plus ... I haven't even looked at what needs to be done wrt the undefined
reference to `ftruncate64' .

Although my H5pubconf.h ends up with:

/* Define to 1 if you have the `ftruncate64' function. */
/* #undef H5_HAVE_FTRUNCATE64 */

It also has:

/* Define to 1 if you have the `fseeko64' function. */
#define H5_HAVE_FSEEKO64 1

/* Define to 1 if you have the `lseek64' function. */
#define H5_HAVE_LSEEK64 1

Those 2 entries mean that H5FDdirect.c, H5FDmpiposix.c, and H5FDstdio.c all define something as 'ftruncate64'.
This shouldn't be too hard to fix, when I get the time to check.
I first need to verify that the setting of H5_HAVE_FSEEKO64 and H5_HAVE_LSEEK64 is correct ... it's certainly correct that H5_HAVE_FTRUNCATE64 is *not* set.

On an unrelated issue: Why did my first post in this thread need moderator approval ? I am subscribed to this list ... though perhaps at a different email address.
Is there a way for me to view my subscription details ?

Cheers,
Rob

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

Reply via email to