On 10/27/2011 5:46 PM, Mike McGreevy wrote:
Hi all,

A pre-release candidate version of HDF5 1.8.8 is available for testing
and can be downloaded at the following link:


there is something that is fooling the build of dll on cygwin,
this is a regression from 1.8.7.

  CC     H5lib_settings.lo
H5lib_settings.c:34:6: warning: size of 'H5libhdf5_settings' is 2869 bytes
  CCLD   libhdf5.la
Creating library file: .libs/libhdf5-7.dll
ar: .libs/libhdf5.lib: File format not recognized
make[2]: *** [libhdf5.la] Error 1
make[2]: Leaving directory `/pub/devel/hdf5/hdf5-1.8.8pre1-1/build/src'

before it was

  CCLD   libhdf5.la
Creating library file: .libs/libhdf5.dll.a
make[2]: Leaving directory `/pub/cygports/hdf5/hdf5-1.8.7-1/build/src'


The build sistem is equivalent to

        cd ${Source}
        autoreconf --force --install
        cd ${Build}
        configure  --enable-unsupported    \
                --with-zlib             \
                --enable-shared         \
                --enable-threadsafe     \
                --with-pthread          \
                FC=gfortran


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

Reply via email to