--- Mer 2/6/10, Elena Pourmal  ha scritto:

> 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?)

Elena,
currently gcc-4 is the default compiler for cygwin-1.7, 
so we are likely using the same compiler
gcc (GCC) 4.3.4 20090804 (release) 1

The default is built as 
gcc -> alternatives -> gcc-4

gcc-3 (gcc 3.4.4) is still available; it was the 
compiler used on cygwin-1.5.

This portion is likely superfluous

                CC=gcc-4 FC=gfortran-4  \
                CXX=g++-4 CPP=cpp-4     \

as it is more a remaining of the transition to gcc-4 when 
it was not yet the default compiler.
I used it for building the cygwin hdf5 1.6 packages, 
so it is still around in my building scripts.

Sometime it is useful to avoid that configure choose
as C compiler gcc that now means gcc-4 and as fortran compiler
g77 that is gcc-3.

On cywin, we already have hdf5-1.6 as shared library 
from june 2008

http://article.gmane.org/gmane.os.cygwin.announce/2293/match=hdf5

$ cygcheck -c -d |grep hdf5
hdf5                           1.6.9-2
libhdf5-devel                  1.6.9-2
libhdf5_0                      1.6.9-2

> 
> Thank you!
> 
> Elena
> 

Regards
Marco


      


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

Reply via email to