I am trying to install nwchem and keep getting the following error.
echo "No extra configuration libraries were added " >> NWCHEM_CONFIG
test \! -f 64_to_32 -o \! -f 32_to_64 || rm -f 64_to_32 32_to_64
test -d /home/jlamber9/nwchem-6.1.1/lib/LINUX64 || mkdir -p /home/jlamber9/nwchem-6.1.1/lib/LINUX64
Making libraries in tools
test -d /home/jlamber9/nwchem-6.1.1/bin/LINUX64 || mkdir -p /home/jlamber9/nwchem-6.1.1/bin/LINUX64
../config/makefile.h:146: /home/jlamber9/nwchem-6.1.1/src/config/nwchem_config.h: No such file or directory
make[1]: warning: -jN forced in submake: disabling jobserver mode.
make[1]: *** No rule to make target `/home/jlamber9/nwchem-6.1.1/src/config/nwchem_config.h'. Stop.
make: *** [libraries] Error 1
It was very simple.
You must make sure that your install directory is nwchem-6.1.1 so i renamed the
directory containing the src directory to /home/jlamber9/nwchem-6.1.1 from /home/jlamber9/nwchem.
(If i did not make that change in the first place it would have installed)
The following script compiled correctly after that change