Official Candidate Release of NWCHEM6.8 cannot be compiled on MAC


Click here for full thread
Forum Vet
Could you please run the simple test below to confirm that your gfortran installation is working?

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



Quote:Xiongyan21 Nov 2nd 10:53 pm
Dear all
The compilation of the candidate of NWCHEM6.8 on macOS Sierra 10.12.6
with gfortran6.3.0, mpich 3.2_2 and Xcode 9.1 installed fails
because of the following error
...
ld: library not found for -lSystem
collect2: error: ld returned 1 exit status
make: *** [all] Error 1

Very Best Regards!