Compiling NWCHEM on Ubuntu 12.04.2 LTS (not as administrator)


Click here for full thread
Clicked A Few Times
Thank you for your help.

export NWCHEM_TOP=/home/john/nwchem-6.8.1-release


was my first setting that resulted the following error

make[1]: /home/john/nwchem-6.8.1-release/src/config/64_to_32: Command not found
make[1]: *** [64_to_32] Error 127
make[1]: Leaving directory `/home/john/nwchem-6.8.1-release/src/basis'
make: *** [64_to_32] Error 1

Then I changed the set into

export NWCHEM_TOP=/home/john/nwchem-6.8.1-release/src


And got the following error:

make[1]: Entering directory `/home/john/nwchem-6.8.1-release/src/tools'
../config/makefile.h:202: /home/john/nwchem-6.8.1-release/src/src/config/nwchem_config.h: No such file or directory
make[1]: *** No rule to make target `/home/john/nwchem-6.8.1-release/src/src/config/nwchem_config.h'. Stop.
make[1]: Leaving directory `/home/john/nwchem-6.8.1-release/src/tools'
make: *** [64_to_32] Error 1