Seems as though the osx version of nwchem uses dynamic libraries (downloaded osx binary the other day). Is it possible to generate static linked versions for download on the webpage?? I'm also working on building from scratch and running into some issues (more on that later).
In the case of nwchem binary for osx on the nwchem homepage I run the following command
../../../bin/nwchem mache.nw
in the directory examples/md/ache
and get the following error after restart files are generated
dyld: Symbol not found: _fopen$UNIX2003
Referenced from: NWChem/nwchem-6.0-binary/examples/md/ache/../../../bin/nwchem
Expected in: /usr/lib/libSystem.B.dylib
|