NwChem 6.1 'as-is' build after the following patch:


* in /nw-6.1/src/config/makefile.h:

**	'-fno-globals -Wno-globals  -fno-silent' commented in line:
    FOPTIONS  +=  -malign-double #-fno-globals -Wno-globals  -fno-silent #-Wunused  

**	'-fno-f90  ' deleted from the line:
  FOPTIONS   += -fno-f90  -ffixed-line-length-72 -ffixed-form

**	line removed:
    FOPTIMIZE += -fno-move-all-movables -fno-reduce-all-givs 

** when building nwchem.exe at the final step the '-lm' key was removed from command line
	(same as removing      EXTRA_LIBS += -lm  line ?)


#define GCC4  added to files:
	inp.F
	linux_shift.F
	bitops_decls.fh
	get_inp_file.F


Compiled by TimN ( http://timn.ho.ua/ ), 04.02.2012.
* Cygwin 1.7.9(0.237/5/3)
* GNU Make 3.81
* GNU Compiler Collection 4.1.2
