Marco,

We tested Cygwin 1.7.5 on Windows XP 32-bit (worked fine). We used default C, 
C++ and Fortran compilers that come with the system. 

Could you please try to configure and test just HDF5 C library 
./configure
....

and if this works, try your shared library patches. If this works, then let's 
try gcc-4 compiler (what is an exact version?)

Thank you!

Elena
On Jun 1, 2010, at 4:40 PM, Marco Atzeri wrote:

> --- Mar 1/6/10, Elena Pourmal  ha scritto:
> 
>> Marco,
>> 
>> Thank you for your report. Treadsafe and shared libraries
>> features are not supported on Windows. (We will make sure
>> before the release that our docs are up-to-date; we are very
>> sorry that we missed it when provided the tar ball for
>> testing).
>> 
>> Could you please, when you have time, reconfigure without
>> threadsafe and check if your patches for shared libraries
>> work? If so, we will be happy to accept the patches and make
>> them available in the future releases.
> 
> rebuilt with
>      configure --with-zlib             \
>                --with-gnu-ld           \
>                --enable-shared         \
>                --with-pthread          \
>                CC=gcc-4 FC=gfortran-4  \
>                CXX=g++-4 CPP=cpp-4     \
>                LDFLAGS=-no-undefined
> 
> and I don't see major change.
> 
> Without   "--enable-threadsafe"
> $ grep PASSED hdf5-1.8.5-pre2-1-check.log  | wc -l
> 3588
> $ grep SKIP  hdf5-1.8.5-pre2-1-check.log  | wc -l
> 37
> $ grep FAIL  hdf5-1.8.5-pre2-1-check.log  | wc -l
> 8
> 
> With   "--enable-threadsafe"
> $ grep PASSED hdf5-1.8.5-pre2-1-check.log  | wc -l
> 3930
> $ grep SKIP hdf5-1.8.5-pre2-1-check.log  | wc -l
> 37
> $ grep FAIL hdf5-1.8.5-pre2-1-check.log  | wc -l
> 8
> 
>> 
>> fheap test does take a lot of time, but it should also pass
>> (it does for us when we build static libraries).
>> 
> 
> How much ? Much more than all the other tests together ?
> I have the strong feeling that it is going in some 
> never ending loop.
> 
> 
> Another issue, on installation I found that examples
> are put in
> 
> EXAMPLETOPDIR=${DESTDIR}$(exec_prefix)/share/hdf5_examples
> 
> but I think it is better to have them on something like 
> 
> ${docdir}/hdf5_examples
> as they are documentation and not shared data.
> 
> 
>> Elena
>> 
> Regards
> Marco
> 
> 
> 
> 
> 
> 
> _______________________________________________
> Hdf-forum is for HDF software users discussion.
> [email protected]
> http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org


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

Reply via email to