--- Mar 9/11/10, Mike McGreevy ha scritto:
> Hi everyone,
>
> A new pre-release candidate of our HDF5 1.8.6 release is
> available for testing, and can be downloaded at the
> following link:
>
> http://www.hdfgroup.uiuc.edu/ftp/pub/outgoing/hdf5/hdf5-1.8.6-pre2.tar
>
> If you have some time to build and test this within the
> next week, it would be highly appreciated. We have addressed
> some issues exposed during the previous round of release
> candidate testing related to parallel HDF5, so focus on
> parallel applications and tests would additionally be
> greatly appreciated. If there are no critical errors
> reported, we hope to release on or around November 16th.
>
> Thank you, all!
>
> The HDF Team
Attached small patch to allow cyghdf5_hl-6.dll
building on cygwin as it depends on cyghdf5-6.dll.
I guess it is not problem for other targets.
Building with
configure --with-zlib \
--with-gnu-ld \
--enable-shared \
--enable-threadsafe \
--with-pthread \
LDFLAGS=-no-undefined
all TESTs passed on cygwin-1.7.8 snapshots.
Regards
Marco
--- origsrc/hdf5-1.8.6-pre2/configure.in 2010-11-09 16:19:07.000000000 +0100
+++ src/hdf5-1.8.6-pre2/configure.in 2010-11-10 10:28:55.203125000 +0100
@@ -4402,6 +4402,7 @@ AC_CONFIG_FILES([src/libhdf5.settings
hl/fortran/examples/run-hlfortran-ex.sh])
AC_OUTPUT
+LT_OUTPUT
no_create=$saved_no_create
# Then the stamp2 file for H5config.h
--- origsrc/hdf5-1.8.6-pre2/hl/src/Makefile.am 2010-09-21 18:09:34.000000000 +0200
+++ src/hdf5-1.8.6-pre2/hl/src/Makefile.am 2010-11-10 10:46:14.953125000 +0100
@@ -27,6 +27,9 @@ AM_CPPFLAGS+=-I$(top_srcdir)/src
# This library is our main target.
lib_LTLIBRARIES=libhdf5_hl.la
+# dependency .
+libhdf5_hl_la_LIBADD=$(LIBHDF5)
+
# Add libtool numbers to the HDF5 HL library (from config/lt_vers.am)
libhdf5_hl_la_LDFLAGS= -version-info $(LT_VERS_INTERFACE):$(LT_VERS_REVISION):$(LT_VERS_AGE) $(AM_LDFLAGS)
_______________________________________________
Hdf-forum is for HDF software users discussion.
[email protected]
http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org