Hi,<br><br>After some tips from Satish, my PETSC-dev library is compiling again. Thanks!<br>Perhaps explaining how I did it, might help others:<br><br>(assuming that Cygwin is already set up, and Intel Fortran compiler is installed...)<br>
- Install MPICH2<br>- Build zlib, szip and HDF5 (1.8.9) using CMake. Make sure you compile them with <br>  ProjectProperties->C/C++->Code Generation->Runtime Library->Multi-Threaded (/MT), since MPICH2 <br>  is also built that way.<br>
- run configure with the following options (for release version):<br><br>$PETSC_DIR/config/configure.py --with-cc='win32fe cl' --with-fc='win32fe ifort' --with-cxx='win32fe cl' --with-clanguage=c \<br>
LIBS=/cygdrive/c/yourdir/zlib-1.2.5/bin/Release/libzlib.lib \<br>--CPPFLAGS=-D_CRT_SECURE_NO_DEPRECATE \<br>--with-mpi-dir=/cygdrive/C/Progra~2/MPICH2 --with-blas-lapack-dir=/cygdrive/c/Progra~2/Intel/Compos~1/mkl/lib/ia32 \<br>
--ignore-cygwin-link --with-valgrind=0 --with-c2html=0 --download-sowing=1 \<br>--with-hdf5=1 --with-hdf5-include=\[/cygdrive/c/yourdir/hdf5-1.8.9/src,\<br>/cygdrive/c/yourdir/hdf5-1.8.9/windows/src\] \<br>--with-hdf5-lib=\[/cygdrive/c/yourdir/hdf5-1.8.9_Build/bin/Release/hdf5.lib,\<br>
/cygdrive/c/yourdir/hdf5-1.8.9_Build/bin/Release/hdf5_fortran.lib] \<br>--with-debugging=0 --with-petsc-arch=cygwin_hdf189_rel_24559<br><br>Probably there are some settings here specific for my needs, but it might help to get you started...<br>
<br>Saludos,<br><br>Luis<br><br><div class="gmail_quote">On 15 October 2012 17:05, Satish Balay <span dir="ltr"><<a href="mailto:balay@mcs.anl.gov" target="_blank">balay@mcs.anl.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
please send relavent logs [configure.log] to petsc-maint<br>
<span class="HOEnZb"><font color="#888888"><br>
Satish</font></span><br>
</blockquote></div><br>