Quote:P99 Sep 12th 9:11 amUnfortunately, the compilation fails:
[pre]Making all in paw_atom
gcc -c -I. -I/home/amnikitin/nwchem-6.5/src/include -I/home/amnikitin/nwchem-6.
5/src/tools/install/include -DLINUX -DGFORTRAN -DGFORTRAN -DCHKUNDFLW -DGCC4 -DG
CC46 -DPARALLEL_DIAG -m32 -g -O2 -o paw_atom_driver.o paw_atom_driver.c
make[5]: *** No rule to make target `/home/amnikitin/nwchem-6.5/src/include/paw_my_constants.h', needed by `/home/amnikitin/nwchem-6.5/lib/LINUX/libnwpwlib.a(paw_atom.o)'. Stop.
make[4]: *** [optimized] Error 2
make[3]: *** [subdirs] Error 1
make[2]: *** [subdirs] Error 1
make[1]: *** [subdirs] Error 1
make: *** [libraries] Error 1[/pre]
Unfortunately, I am not able to reproduce this problem.
Could you please try the following:
cd /home/amnikitin/nwchem-6.5/src/nwpw/nwpwlib/pseudopotential/paw_atom
rm dependencies
make FC=gfortran DEPEND_CC=gcc
If this still fails with the same error, please send me the output of
grep paw_atom.o dependencies
|