Hi, I tried adding the line you mentioned (LIBS=/cygdrive/c/dev/PFlotran/HDF5/lib/libzlib.lib), but I still get the same error: > Compression library [libz.a or equivalent] not found
Perhaps the placement of the arguement is important? -> $PETSC_DIR/config/configure.py --with-cc='win32fe cl' --with-fc='win32fe ifort' --with-cxx='win32fe cl' --with-clanguage=c \ LIBS=/cygdrive/c/dev/PFlotran/HDF5/lib/libzlib.lib \ --with-mpi-dir=/cygdrive/C/Progra~2/MPICH2 --with-blas-lapack-dir=/cygdrive/c/Progra~2/Intel/Compos~1/mkl/lib/ia32 \ --CFLAGS=-D_CRT_SECURE_NO_DEPRECATE --ignore-cygwin-link --with-valgrind=0 --with-c2html=0 --download-sowing=1 \ --with-hdf5=1 --with-hdf5-include=\[/cygdrive/c/dev/PFlotran/HDF5/include,\ /cygdrive/c/dev/PFlotran/HDF5/include/fortran\] \ --with-hdf5-lib=\[/cygdrive/c/dev/PFlotran/HDF5/lib/hdf5.lib,\ /cygdrive/c/dev/PFlotran/HDF5/lib/hdf5_fortran.lib,\ /cygdrive/c/dev/PFlotran/HDF5/lib/libzlib.lib,\ /cygdrive/c/dev/PFlotran/HDF5/lib/libszip.lib\] \ --with-debugging=0 --with-petsc-arch=cygwin_hdf189_rel_24559 Luis -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20121015/185c8c7a/attachment.html>
