Hi,
I have trouble compiling NWChem 6.1 on Ubuntu 12.04
This is the error message I get
gfortran -c -fdefault-integer-8 -I. -I/home/cm07/nwchem/nwchem-6.1/src/include -I/home/cm07/nwchem/nwchem-6.1/src/tools/install/include -DEXT_INT -DLINUX -DLINUX64 -DPARALLEL_DIAG inp.F
inp.F:27.19:
data xback /'\\'/ ! Backslash ... note backslash for cpp
1
Warning: Initialization string starting at (1) was truncated to fit the variable (1/2)
inp.F:21.10:
data xtab /9/ ! Tab ... g77 has trouble with escape se
1
Error: Incompatible types in DATA statement at (1); attempted conversion of INTEGER(8) to CHARACTER(1)
make[2]: *** [/home/cm07/nwchem/nwchem-6.1/lib/LINUX64/libnwcutil.a(inp.o)] Error 1
make[1]: *** [optimized] Error 2
make: *** [libraries] Error 1
Any help is appreciated, thank you!
|