Hi,

I'm having some trouble getting either the latest version 1.8.8 or the
pre-release 1.8.9 HDF5 to compile under Windows 7 64-bit using the latest
version of MingW.  The error occurs when linking the library:

  CC     H5Z.lo
  CC     H5Zdeflate.lo
  CC     H5Zfletcher32.lo
  CC     H5Znbit.lo
  CC     H5Zshuffle.lo
  CC     H5Zszip.lo
  CC     H5Zscaleoffset.lo
  CC     H5Ztrans.lo
  CCLD   libhdf5.la
Creating library file: .libs/libhdf5.dll.a
.libs/H5FDstdio.o:H5FDstdio.c:(.text+0x1520): undefined reference to
`ftruncate64'
collect2: ld returned 1 exit status
make[2]: *** [libhdf5.la] Error 1
make[2]: Leaving directory `/c/hdf5-1.8.9-pre1/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/c/hdf5-1.8.9-pre1/src'
make: *** [all-recursive] Error 1

The basic steps I followed was to download and unpack the tar.gz and
runconfigure --enable-cxx followed by make.

 I then tried again following the instructions at:

http://www.hdfgroup.org/ftp/HDF5/current/src/unpacked/release_docs/INSTALL_MinGW.txt

and unfortunately got the same results.

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

Reply via email to