Problem compiling on Mac OS 10.13


Click here for full thread
Forum Vet
Please
1) upload the file
/Users/thomsonk/nwchem-6.6/src/tools/build/config.log

2) report the output of the command
gfortran -V

3) report the output of the script

rm  -f gfortrantest.f90 
cat >  gfortrantest.f90  <<EOF
      program main
      end
EOF
gfortran  gfortrantest.f90
./a.out