I am trying to install PETSc on Cygwin terminal by invoking following command..
./configure --with-cc='win32fe cl' --with-fc='win32fe ifort' --with-cxx='win32fe cl' --download-fblaslapack
and
/configure --with-cc=cl --with-cxx=g++ --with-fc=gfortran --download-fblaslapack --download-mpich
It shoots me below error:
C compiler you provided with -with-cc=win32fe cl does not work
C compiler you provided with -with-cc=cl does not work
I'm new to Unix platform so please help me on this.