10:03:13 AM PDT - Tue, Sep 16th 2014 |
|
Never seen this one before since I have to confess that have not compiled the MD part with mingw32 yet.
You can find a fix for this by applying the patch available at
http://nwchemgit.github.io/images/Util_md_sockets.patch.gz
Instructions:
cd $NWCHEM_TOP/src
wget http://nwchemgit.github.io/images/Util_md_sockets.patch.gz
gzip -d Util_md_sockets.patch.gz
patch -p0 < Util_md_sockets.patch
|