SRILM 1.5.4 build problem

David Gelbart gelbart at icsi.berkeley.edu
Sun Nov 4 12:39:57 PST 2007


Hello,

With SRILM 1.5.4 on Fedora 7, I am seeing many build errors caused by 
a link step being skipped.  Is anyone else seeing this?  The problem 
results in make output that looks like this:

/usr/bin/g++ -mtune=pentium3 -Wreturn-type -Wimplicit \
   -DINSTANTIATE_TEMPLATES -D_FILE_OFFSET_BITS=64    -I. \
   -I../../include -c -g -O3 -o ../obj/i686/ngram-merge.o ngram-merge.cc
/root/srilm-1.5.4-build/sbin/decipher-install 0555 \
   ../bin/i686/ngram-merge ../../bin/i686
ERROR:  File to be installed (../bin/i686/ngram-merge) does not exist.

In addition to ngram-merge this also happens for ngram-count, 
ngram-class, and many others.  If I build SRILM 1.5.3 on the same 
machine, there is no error and the make output looks like this:

/usr/bin/g++ -mtune=pentium3 -Wreturn-type -Wimplicit \
   -DINSTANTIATE_TEMPLATES -D_FILE_OFFSET_BITS=64    -I. \
   -I../../include   -c -g -O3 -o ../obj/i686/ngram-merge.o ngram-merge.cc
/usr/bin/g++ -mtune=pentium3 -Wreturn-type -Wimplicit \
   -DINSTANTIATE_TEMPLATES -D_FILE_OFFSET_BITS=64    -I. \
   -I../../include   -u matherr -L../../lib/i686  -g -O3 \
   -o ../bin/i686/ngram-merge ../obj/i686/ngram-merge.o \
   ../obj/i686/liboolm.a -lm -ldl ../../lib/i686/libflm.a  \
   ../../lib/i686/libdstruct.a ../../lib/i686/libmisc.a  -lm 2>&1 | c++filt
/root/srilm-1.5.3-build/sbin/decipher-install 0555 \
   ../bin/i686/ngram-merge ../../bin/i686

Regards,
David



More information about the SRILM-User mailing list