undefined reference to ' gfortran copy string'


Click here for full thread
Clicked A Few Times
Trying to build NWChem-src-2012-Jul-25 on an AMD64 Linux machine running
Ubuntu 12.04. Using these envars: NWCHEM_TARGET=LINUX64,
NWCHEM_MODULES=all, and the make command `make FC=gfortran > & make.log`.
`configure` is apparently successful, and makes gets a lot done before
terminating with fatal error "ilaenv.f:(.text+0x71):
undefined reference to `_gfortran_copy_string'"
I can send the full make.log if that will help.

One interpretation of the INSTALL file would seem to be that with Linux86_64
only the pathf90, ifort, or pgf90 compilers work. But I had built v. 6.0 with gfortran,
and assume this is fairly standard.