Doudou,
I have managed to reproduce the first four linking failures you reported.
The fix is to switch to ARMCI_NETWORK=SOCKETS (instead of ARMCI_NETWORK=MPI-TS that is used by default)
To switch:
export ARMCI_NETWORK=SOCKETS
cd $NWCHEM_TOP/src/tools
rm -rf build install
make
cd ..
make link
Please let me know if this fixes your first four linking errors