cygwin compilation issues


Click here for full thread
Just Got Here
I tried compilation on CYGWIN, both with the basic shell, and csh shell. The variable set were:

setenv NWCHEM_TOP /home/sergel/nwchem-6.1
setenv NWCHEM_TARGET CYGWIN
setenv NWCHEM_MODULES all
setenv LARGE_FILES TRUE
setenv USE_NOFSCHECK TRUE
setenv LIB_DEFINES -DDFLT_TOT_MEM=16777216
setenv PYTHONHOME /lib/python2.6
setenv PYTHONVERSION 2.6
setenv USE_PYTHON64  y
setenv FC gfortran
setenv CC gcc


and then
make >& make.log


and also
make FC=gfortran >& make.log


it stop always with this few line of code in make.log

Stop.
GNUmakefile:105: recipe for target `libraries' failed
make: *** [libraries] Error 1


Does this is related to the fact that i'm running windows 7 64 bit?

Thank you