compiling on ubuntu with python


Clicked A Few Times
im using ubuntu 14 trusty tahr trying to install NWChem 6.6, and im getting an error after the "make" command (after a long long installation time) :
"
     compiled =                                                        
1
Error: Unclassifiable statement at (1)
make[1]: *** [nwchem.o] Error 1
make[1]: Leaving directory `/home/bendosa/nwchem-6.6/src'
make: *** [link] Error 2
"
im clueless as to what it means...
if it is not a serious problem, im still stuck with not being able to run nwchem, since its not in ubuntu's environmental commands, and there is not apparent executable.

thanks in advance

Forum Vet
make link
Please send the full log of the commands
1) cd $NWCHEM_TOP/src; make link

2) date +%a_%b_%d_%H:%M:%S_%Y

Clicked A Few Times
link
here's what i got:


  bendosa@bendosa-PC:~/nwchem-6.6/src$ make link
make nwchem.o stubs.o
make[1]: Entering directory `/home/bendosa/nwchem-6.6/src'
gfortran -m64 -ffast-math -Warray-bounds -fdefault-integer-8 -march=native -mtune=native -finline-functions -O2 -g -fno-aggressive-loop-optimizations -g -O -I. -I/home/bendosa/nwchem-6.6/src/include -I/home/bendosa/nwchem-6.6/src /tools/install/include -DGFORTRAN -DCHKUNDFLW -DGCC4 -DGCC46 -DEXT_INT -DLINUX -DLINUX64 -DPARALLEL_DIAG -DCOMPILATION_DATE="'`date +%a_%b_%d_%H:%M:%S_%Y`'" -DCOMPILATION_DIR="'/home/bendosa/nwchem-6.6'" -DNWCHEM_BRANCH="'6.6'" -c -o nwchem.o nwchem.F
nwchem.F:470.6:
compiled =
1
Error: Unclassifiable statement at (1)
make[1]: *** [nwchem.o] Error 1
make[1]: Leaving directory `/home/bendosa/nwchem-6.6/src'
make: *** [link] Error 2
bendosa@bendosa-PC:~/nwchem-6.6/src$ date +%a_%b_%d_%H:%M:%S_%Y
Tue_Jun_21_12:07:27_2016

Clicked A Few Times
wohuu! solved!
when i pasted my log file i translated the date from english to hebrew manually so it would be readable to you... and then i started thinking... what of the hebrew format was the source of the issue... and it was!!!!

so:

ubuntu installed with a hebrew keyboard automatically sets the date to hebrew format, and that seems to make the installation fail

but seems like you already knew that with your second request.

thank you very much!!! your response was really quick


Forum >> NWChem's corner >> Compiling NWChem