Hi All,
I was trying to install srilm on Debian linux 5 lenny, MACHINE_TYPE= i686,
with gcc version v.3.2. I have changed the Makefile according the manuals
and without success. So when I try to enter #make World, it produces the
following message
/bin/sh: /root/srilm: is a directory
mkdir include lib bin
mkdir: cannot create directory `include': File exists
mkdir: cannot create directory `lib': File exists
mkdir: cannot create directory `bin': File exists
make: [dirs] Error 1 (ignored)
make init
/bin/sh: /root/srilm: is a directory
make[1]: Entering directory `/root/srilm'
for subdir in misc dstruct lm flm lattice utils; do \
(cd $subdir/src; make SRILM=/root/srilm [SRILM] MACHINE_TYPE=
OPTION= MAKE_PIC= init) || exit 1; \
done
make[2]: Entering directory `/root/srilm/misc/src'
/root/srilm/common/Makefile.common.variables:96:
/root/srilm/common/Makefile.machine.: No such file or directory
make[2]: *** No rule to make target `/root/srilm/common/Makefile.machine.'.
Stop.
make[2]: Leaving directory `/root/srilm/misc/src'
make[1]: *** [init] Error 1
make[1]: Leaving directory `/root/srilm'
make: *** [World] Error 2
Could you please help me in sorting out the problem and how to fix it.
Thank you all,
Mulu G.
_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support