[SRILM User List] Unable to build SRILM with g++ 4.4.1 on Ubuntu 9.10 (i686)

Jayadev Jayaraman jdisalive at gmail.com
Sun Nov 8 20:58:54 PST 2009


Hello there,

I fixed the problem (I had originally set MACHINE_TYPE to i686. I changed it
to i686-gcc4. ) and managed to compile the whole thing. However I got
'DIFFERS' for every run of the test suite. I've attached the command-line
diagnostic of my compilation as well as testing with this mail.

Thanks,

Jayadev J

On Sun, Nov 8, 2009 at 6:09 PM, Jayadev Jayaraman <jdisalive at gmail.com>wrote:

> Hello there
>
> I've been trying to install the SRILM toolkit on my Dell Inspiron 1525 (3
> GB RAM, 250 GB SATA HD, Core2Duo T6400 2.1 GHz, 2 MB Cache ) running Ubuntu
> 9.10 (gcc ver. 4.4.1). Here are my platform and compiler specs (:
>
> Code:
>
> $ uname -a
> Linux jubuntu-laptop 2.6.31-14-generic #48-Ubuntu SMP Fri Oct 16 14:04:26 UTC 2009 i686 GNU/Linux
>
> $ gcc -v
> Using built-in specs.
> Target: i486-linux-gnu
> Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.1-4ubuntu8' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
> Thread model: posix
> gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu8)
>
>
> My awk version:
>
> $ gawk --version
> GNU Awk 3.1.6
> Copyright (C) 1989, 1991-2007 Free Software Foundation.
> .....
>
> Make version:
>
> make --version
> GNU Make 3.81
> Copyright (C) 2006  Free Software Foundation, Inc.
>
> I also have tcl 8.5.7 installed with the tcl.h file in the standard include
> directory /usr/local/include
>
> When running the makefile (after extracting the tarball to
> /home/jubuntu/srilm and changing the SRILM variable in the top-level
> makefile to /home/jubuntu/srilm), it gives me the following error:
>
>  (this is a small snippet of the diagnostic output)
>
> Code:
>
> g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -D_FILE_OFFSET_BITS=64    -I. -I../../include   -c -g -O3 -o ../obj/i686/NgramLM.o NgramLM.cc
> In file included from Ngram.h:14,
>                  from NgramLM.cc:36:
> /usr/include/stdio.h:754: error: declaration of C function ‘int fseek(FILE*, __off64_t, int)’ conflicts with
> /usr/include/stdio.h:722: error: previous declaration ‘int fseek(FILE*, long int, int)’ here
> /usr/include/stdio.h:757: error: declaration of C function ‘__off64_t ftell(FILE*)’ conflicts with
> /usr/include/stdio.h:727: error: previous declaration ‘long int ftell(FILE*)’ here
> make[2]: *** [../obj/i686/NgramLM.o] Error 1
> make[2]: Leaving directory `/home/jubuntu/srilm/lm/src'
> make[1]: *** [release-libraries] Error 1
> make[1]: Leaving directory `/home/jubuntu/srilm'
> make: *** [World] Error 2
>
> It looks like the fseek() function definition is conflicting with the
> fseeko() function in stdio.h . (I don't know why it's happening. )
>
> Can someone please help me get around this ? I need to build SRILM for use
> in a project of mine. Please help. (I'm ready to give as much of diagnostic
> information as needed)..
>
>
> Thanks,
>
> Jayadev J
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.speech.sri.com/pipermail/srilm-user/attachments/20091108/353ea5dd/attachment.html>
-------------- next part --------------
make
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
make[1]: Entering directory `/home/jubuntu/srilm'
for subdir in misc dstruct lm flm lattice utils; do \
		(cd $subdir/src; make SRILM=/home/jubuntu/srilm MACHINE_TYPE=i686-gcc4 OPTION= MAKE_PIC= init) || exit 1; \
	done
make[2]: Entering directory `/home/jubuntu/srilm/misc/src'
cd ..; /home/jubuntu/srilm/sbin/make-standard-directories
make ../obj/i686-gcc4/STAMP ../bin/i686-gcc4/STAMP
make[3]: Entering directory `/home/jubuntu/srilm/misc/src'
mkdir ../obj/i686-gcc4/
touch ../obj/i686-gcc4/STAMP
mkdir ../bin/i686-gcc4/
touch ../bin/i686-gcc4/STAMP
make[3]: Leaving directory `/home/jubuntu/srilm/misc/src'
make[2]: Leaving directory `/home/jubuntu/srilm/misc/src'
make[2]: Entering directory `/home/jubuntu/srilm/dstruct/src'
cd ..; /home/jubuntu/srilm/sbin/make-standard-directories
make ../obj/i686-gcc4/STAMP ../bin/i686-gcc4/STAMP
make[3]: Entering directory `/home/jubuntu/srilm/dstruct/src'
mkdir ../obj/i686-gcc4/
touch ../obj/i686-gcc4/STAMP
mkdir ../bin/i686-gcc4/
touch ../bin/i686-gcc4/STAMP
make[3]: Leaving directory `/home/jubuntu/srilm/dstruct/src'
make[2]: Leaving directory `/home/jubuntu/srilm/dstruct/src'
make[2]: Entering directory `/home/jubuntu/srilm/lm/src'
cd ..; /home/jubuntu/srilm/sbin/make-standard-directories
make ../obj/i686-gcc4/STAMP ../bin/i686-gcc4/STAMP
make[3]: Entering directory `/home/jubuntu/srilm/lm/src'
mkdir ../obj/i686-gcc4/
touch ../obj/i686-gcc4/STAMP
mkdir ../bin/i686-gcc4/
touch ../bin/i686-gcc4/STAMP
make[3]: Leaving directory `/home/jubuntu/srilm/lm/src'
make[2]: Leaving directory `/home/jubuntu/srilm/lm/src'
make[2]: Entering directory `/home/jubuntu/srilm/flm/src'
cd ..; /home/jubuntu/srilm/sbin/make-standard-directories
make ../obj/i686-gcc4/STAMP ../bin/i686-gcc4/STAMP
make[3]: Entering directory `/home/jubuntu/srilm/flm/src'
mkdir ../obj/i686-gcc4/
touch ../obj/i686-gcc4/STAMP
mkdir ../bin/i686-gcc4/
touch ../bin/i686-gcc4/STAMP
make[3]: Leaving directory `/home/jubuntu/srilm/flm/src'
make[2]: Leaving directory `/home/jubuntu/srilm/flm/src'
make[2]: Entering directory `/home/jubuntu/srilm/lattice/src'
cd ..; /home/jubuntu/srilm/sbin/make-standard-directories
make ../obj/i686-gcc4/STAMP ../bin/i686-gcc4/STAMP
make[3]: Entering directory `/home/jubuntu/srilm/lattice/src'
mkdir ../obj/i686-gcc4/
touch ../obj/i686-gcc4/STAMP
mkdir ../bin/i686-gcc4/
touch ../bin/i686-gcc4/STAMP
make[3]: Leaving directory `/home/jubuntu/srilm/lattice/src'
make[2]: Leaving directory `/home/jubuntu/srilm/lattice/src'
make[2]: Entering directory `/home/jubuntu/srilm/utils/src'
cd ..; /home/jubuntu/srilm/sbin/make-standard-directories
make ../obj/i686-gcc4/STAMP ../bin/i686-gcc4/STAMP
make[3]: Entering directory `/home/jubuntu/srilm/utils/src'
mkdir ../obj/i686-gcc4/
touch ../obj/i686-gcc4/STAMP
mkdir ../bin/i686-gcc4/
touch ../bin/i686-gcc4/STAMP
make[3]: Leaving directory `/home/jubuntu/srilm/utils/src'
make[2]: Leaving directory `/home/jubuntu/srilm/utils/src'
make[1]: Leaving directory `/home/jubuntu/srilm'
make release-headers
make[1]: Entering directory `/home/jubuntu/srilm'
for subdir in misc dstruct lm flm lattice utils; do \
		(cd $subdir/src; make SRILM=/home/jubuntu/srilm MACHINE_TYPE=i686-gcc4 OPTION= MAKE_PIC= release-headers) || exit 1; \
	done
make[2]: Entering directory `/home/jubuntu/srilm/misc/src'
make[2]: Nothing to be done for `release-headers'.
make[2]: Leaving directory `/home/jubuntu/srilm/misc/src'
make[2]: Entering directory `/home/jubuntu/srilm/dstruct/src'
make[2]: Nothing to be done for `release-headers'.
make[2]: Leaving directory `/home/jubuntu/srilm/dstruct/src'
make[2]: Entering directory `/home/jubuntu/srilm/lm/src'
make[2]: Nothing to be done for `release-headers'.
make[2]: Leaving directory `/home/jubuntu/srilm/lm/src'
make[2]: Entering directory `/home/jubuntu/srilm/flm/src'
make[2]: Nothing to be done for `release-headers'.
make[2]: Leaving directory `/home/jubuntu/srilm/flm/src'
make[2]: Entering directory `/home/jubuntu/srilm/lattice/src'
make[2]: Nothing to be done for `release-headers'.
make[2]: Leaving directory `/home/jubuntu/srilm/lattice/src'
make[2]: Entering directory `/home/jubuntu/srilm/utils/src'
make[2]: Nothing to be done for `release-headers'.
make[2]: Leaving directory `/home/jubuntu/srilm/utils/src'
make[1]: Leaving directory `/home/jubuntu/srilm'
make depend
make[1]: Entering directory `/home/jubuntu/srilm'
for subdir in misc dstruct lm flm lattice utils; do \
		(cd $subdir/src; make SRILM=/home/jubuntu/srilm MACHINE_TYPE=i686-gcc4 OPTION= MAKE_PIC= depend) || exit 1; \
	done
make[2]: Entering directory `/home/jubuntu/srilm/misc/src'
rm -f Dependencies.i686-gcc4
gcc -mtune=pentium3 -Wreturn-type -Wimplicit -Wimplicit-int    -I. -I../../include -MM ./option.c ./zio.c ./fcheck.c ./fake-rand48.c ./version.c ./ztest.c | sed -e "s&^\([^ ]\)&../obj/i686-gcc4"'$(OBJ_OPTION)'"/\1&g" -e "s&\.o&.o&g" >> Dependencies.i686-gcc4
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include -MM ./Debug.cc ./File.cc ./tclmain.cc ./testFile.cc | sed -e "s&^\([^ ]\)&../obj/i686-gcc4"'$(OBJ_OPTION)'"/\1&g" -e "s&\.o&.o&g" >> Dependencies.i686-gcc4
/home/jubuntu/srilm/sbin/generate-program-dependencies ../bin/i686-gcc4 ../obj/i686-gcc4 "" ztest testFile | sed -e "s&\.o&.o&g" >> Dependencies.i686-gcc4
make[2]: Leaving directory `/home/jubuntu/srilm/misc/src'
make[2]: Entering directory `/home/jubuntu/srilm/dstruct/src'
rm -f Dependencies.i686-gcc4
gcc -mtune=pentium3 -Wreturn-type -Wimplicit -Wimplicit-int    -I. -I../../include -MM ./qsort.c | sed -e "s&^\([^ ]\)&../obj/i686-gcc4"'$(OBJ_OPTION)'"/\1&g" -e "s&\.o&.o&g" >> Dependencies.i686-gcc4
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include -MM ./MemStats.cc ./LHashTrie.cc ./SArrayTrie.cc ./Array.cc ./IntervalHeap.cc ./Map.cc ./SArray.cc ./LHash.cc ./Map2.cc ./Trie.cc ./CachedMem.cc ./testArray.cc ./testMap.cc ./benchHash.cc ./testHash.cc ./testSizes.cc ./testCachedMem.cc ./testMap2.cc ./testTrie.cc | sed -e "s&^\([^ ]\)&../obj/i686-gcc4"'$(OBJ_OPTION)'"/\1&g" -e "s&\.o&.o&g" >> Dependencies.i686-gcc4
/home/jubuntu/srilm/sbin/generate-program-dependencies ../bin/i686-gcc4 ../obj/i686-gcc4 "" testArray testMap benchHash testHash testSizes testCachedMem testMap2 testTrie | sed -e "s&\.o&.o&g" >> Dependencies.i686-gcc4
make[2]: Leaving directory `/home/jubuntu/srilm/dstruct/src'
make[2]: Entering directory `/home/jubuntu/srilm/lm/src'
rm -f Dependencies.i686-gcc4
gcc -mtune=pentium3 -Wreturn-type -Wimplicit -Wimplicit-int    -I. -I../../include -MM ./matherr.c | sed -e "s&^\([^ ]\)&../obj/i686-gcc4"'$(OBJ_OPTION)'"/\1&g" -e "s&\.o&.o&g" >> Dependencies.i686-gcc4
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include -MM ./Prob.cc ./Counts.cc ./XCount.cc ./Vocab.cc ./VocabMap.cc ./VocabMultiMap.cc ./VocabDistance.cc ./SubVocab.cc ./MultiwordVocab.cc ./TextStats.cc ./LM.cc ./LMClient.cc ./LMStats.cc ./RefList.cc ./Bleu.cc ./NBest.cc ./NBestSet.cc ./NgramLM.cc ./NgramStatsInt.cc ./NgramStatsShort.cc ./NgramStatsLong.cc ./NgramStatsLongLong.cc ./NgramStatsFloat.cc ./NgramStatsDouble.cc ./NgramStatsXCount.cc ./NgramCountLM.cc ./Discount.cc ./ClassNgram.cc ./SimpleClassNgram.cc ./DFNgram.cc ./SkipNgram.cc ./HiddenNgram.cc ./HiddenSNgram.cc ./VarNgram.cc ./DecipherNgram.cc ./TaggedVocab.cc ./TaggedNgram.cc ./TaggedNgramStats.cc ./StopNgram.cc ./StopNgramStats.cc ./MultiwordLM.cc ./BayesMix.cc ./LoglinearMix.cc ./AdaptiveMix.cc ./AdaptiveMarginals.cc ./CacheLM.cc ./DynamicLM.cc ./HMMofNgrams.cc ./WordAlign.cc ./WordLattice.cc ./WordMesh.cc ./simpleTrigram.cc ./NgramStats.cc ./Trellis.cc ./testBinaryCounts.cc ./testHash.cc ./testProb.cc ./testXCount.cc ./testParseFloat.cc ./testVocabDistance.cc ./testNgram.cc ./testNgramAlloc.cc ./testMultiReadLM.cc ./hoeffding.cc ./tolower.cc ./testLattice.cc ./testError.cc ./testNBest.cc ./testMix.cc ./testTaggedVocab.cc ./testVocab.cc ./ngram.cc ./ngram-count.cc ./ngram-merge.cc ./ngram-class.cc ./disambig.cc ./anti-ngram.cc ./nbest-lattice.cc ./nbest-mix.cc ./nbest-optimize.cc ./nbest-pron-score.cc ./segment.cc ./segment-nbest.cc ./hidden-ngram.cc ./multi-ngram.cc | sed -e "s&^\([^ ]\)&../obj/i686-gcc4"'$(OBJ_OPTION)'"/\1&g" -e "s&\.o&.o&g" >> Dependencies.i686-gcc4
/home/jubuntu/srilm/sbin/generate-program-dependencies ../bin/i686-gcc4 ../obj/i686-gcc4 "" testBinaryCounts testHash testProb testXCount testParseFloat testVocabDistance testNgram testNgramAlloc testMultiReadLM hoeffding tolower testLattice testError testNBest testMix testTaggedVocab testVocab  ngram ngram-count ngram-merge ngram-class disambig anti-ngram nbest-lattice nbest-mix nbest-optimize nbest-pron-score segment segment-nbest hidden-ngram multi-ngram | sed -e "s&\.o&.o&g" >> Dependencies.i686-gcc4
make[2]: Leaving directory `/home/jubuntu/srilm/lm/src'
make[2]: Entering directory `/home/jubuntu/srilm/flm/src'
rm -f Dependencies.i686-gcc4
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include -MM ./FDiscount.cc ./FNgramStats.cc ./FNgramStatsInt.cc ./FNgramSpecs.cc ./FNgramSpecsInt.cc ./FactoredVocab.cc ./FNgramLM.cc ./ProductVocab.cc ./ProductNgram.cc ./wmatrix.cc ./pngram.cc ./fngram-count.cc ./fngram.cc | sed -e "s&^\([^ ]\)&../obj/i686-gcc4"'$(OBJ_OPTION)'"/\1&g" -e "s&\.o&.o&g" >> Dependencies.i686-gcc4
/home/jubuntu/srilm/sbin/generate-program-dependencies ../bin/i686-gcc4 ../obj/i686-gcc4 "" pngram fngram-count fngram  | sed -e "s&\.o&.o&g" >> Dependencies.i686-gcc4
make[2]: Leaving directory `/home/jubuntu/srilm/flm/src'
make[2]: Entering directory `/home/jubuntu/srilm/lattice/src'
rm -f Dependencies.i686-gcc4
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include -MM ./Lattice.cc ./LatticeAlign.cc ./LatticeExpand.cc ./LatticeIndex.cc ./LatticeNBest.cc ./LatticeNgrams.cc ./LatticeReduce.cc ./HTKLattice.cc ./LatticeLM.cc ./LatticeDecode.cc ./testLattice.cc ./lattice-tool.cc | sed -e "s&^\([^ ]\)&../obj/i686-gcc4"'$(OBJ_OPTION)'"/\1&g" -e "s&\.o&.o&g" >> Dependencies.i686-gcc4
/home/jubuntu/srilm/sbin/generate-program-dependencies ../bin/i686-gcc4 ../obj/i686-gcc4 "" testLattice  lattice-tool | sed -e "s&\.o&.o&g" >> Dependencies.i686-gcc4
make[2]: Leaving directory `/home/jubuntu/srilm/lattice/src'
make[2]: Entering directory `/home/jubuntu/srilm/utils/src'
rm -f Dependencies.i686-gcc4
/home/jubuntu/srilm/sbin/generate-program-dependencies ../bin/i686-gcc4 ../obj/i686-gcc4 ""  | sed -e "s&\.o&.o&g" >> Dependencies.i686-gcc4
make[2]: Leaving directory `/home/jubuntu/srilm/utils/src'
make[1]: Leaving directory `/home/jubuntu/srilm'
make release-libraries
make[1]: Entering directory `/home/jubuntu/srilm'
for subdir in misc dstruct lm flm lattice utils; do \
		(cd $subdir/src; make SRILM=/home/jubuntu/srilm MACHINE_TYPE=i686-gcc4 OPTION= MAKE_PIC= release-libraries) || exit 1; \
	done
make[2]: Entering directory `/home/jubuntu/srilm/misc/src'
gcc -mtune=pentium3 -Wreturn-type -Wimplicit -Wimplicit-int    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/option.o option.c
gcc -mtune=pentium3 -Wreturn-type -Wimplicit -Wimplicit-int    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/zio.o zio.c
gcc -mtune=pentium3 -Wreturn-type -Wimplicit -Wimplicit-int    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/fcheck.o fcheck.c
gcc -mtune=pentium3 -Wreturn-type -Wimplicit -Wimplicit-int    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/fake-rand48.o fake-rand48.c
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/Debug.o Debug.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/File.o File.cc
gcc -mtune=pentium3 -Wreturn-type -Wimplicit -Wimplicit-int    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/version.o version.c
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/tclmain.o tclmain.cc
ar ruv ../obj/i686-gcc4/libmisc.a ../obj/i686-gcc4/option.o ../obj/i686-gcc4/zio.o ../obj/i686-gcc4/fcheck.o ../obj/i686-gcc4/fake-rand48.o ../obj/i686-gcc4/Debug.o ../obj/i686-gcc4/File.o ../obj/i686-gcc4/version.o ../obj/i686-gcc4/tclmain.o
ar: creating ../obj/i686-gcc4/libmisc.a
a - ../obj/i686-gcc4/option.o
a - ../obj/i686-gcc4/zio.o
a - ../obj/i686-gcc4/fcheck.o
a - ../obj/i686-gcc4/fake-rand48.o
a - ../obj/i686-gcc4/Debug.o
a - ../obj/i686-gcc4/File.o
a - ../obj/i686-gcc4/version.o
a - ../obj/i686-gcc4/tclmain.o
: ../obj/i686-gcc4/libmisc.a 2>&1 | c++filt
/home/jubuntu/srilm/sbin/decipher-install 0644 ../obj/i686-gcc4/libmisc.a ../../lib/i686-gcc4
WARNING: creating directory ../../lib/i686-gcc4
touch -c ../../lib/i686-gcc4/libmisc.a; : ../../lib/i686-gcc4/libmisc.a 2>&1 | c++filt
make[2]: Leaving directory `/home/jubuntu/srilm/misc/src'
make[2]: Entering directory `/home/jubuntu/srilm/dstruct/src'
gcc -mtune=pentium3 -Wreturn-type -Wimplicit -Wimplicit-int    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/qsort.o qsort.c
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/MemStats.o MemStats.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/LHashTrie.o LHashTrie.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/SArrayTrie.o SArrayTrie.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/Array.o Array.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/IntervalHeap.o IntervalHeap.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/Map.o Map.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/SArray.o SArray.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/LHash.o LHash.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/Map2.o Map2.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/Trie.o Trie.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/CachedMem.o CachedMem.cc
ar ruv ../obj/i686-gcc4/libdstruct.a ../obj/i686-gcc4/qsort.o ../obj/i686-gcc4/MemStats.o ../obj/i686-gcc4/LHashTrie.o ../obj/i686-gcc4/SArrayTrie.o ../obj/i686-gcc4/Array.o ../obj/i686-gcc4/IntervalHeap.o ../obj/i686-gcc4/Map.o ../obj/i686-gcc4/SArray.o ../obj/i686-gcc4/LHash.o ../obj/i686-gcc4/Map2.o ../obj/i686-gcc4/Trie.o ../obj/i686-gcc4/CachedMem.o
ar: creating ../obj/i686-gcc4/libdstruct.a
a - ../obj/i686-gcc4/qsort.o
a - ../obj/i686-gcc4/MemStats.o
a - ../obj/i686-gcc4/LHashTrie.o
a - ../obj/i686-gcc4/SArrayTrie.o
a - ../obj/i686-gcc4/Array.o
a - ../obj/i686-gcc4/IntervalHeap.o
a - ../obj/i686-gcc4/Map.o
a - ../obj/i686-gcc4/SArray.o
a - ../obj/i686-gcc4/LHash.o
a - ../obj/i686-gcc4/Map2.o
a - ../obj/i686-gcc4/Trie.o
a - ../obj/i686-gcc4/CachedMem.o
: ../obj/i686-gcc4/libdstruct.a 2>&1 | c++filt
/home/jubuntu/srilm/sbin/decipher-install 0644 ../obj/i686-gcc4/libdstruct.a ../../lib/i686-gcc4
touch -c ../../lib/i686-gcc4/libdstruct.a; : ../../lib/i686-gcc4/libdstruct.a 2>&1 | c++filt
make[2]: Leaving directory `/home/jubuntu/srilm/dstruct/src'
make[2]: Entering directory `/home/jubuntu/srilm/lm/src'
gcc -mtune=pentium3 -Wreturn-type -Wimplicit -Wimplicit-int    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/matherr.o matherr.c
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/Prob.o Prob.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/Counts.o Counts.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/XCount.o XCount.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/Vocab.o Vocab.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/VocabMap.o VocabMap.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/VocabMultiMap.o VocabMultiMap.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/VocabDistance.o VocabDistance.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/SubVocab.o SubVocab.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/MultiwordVocab.o MultiwordVocab.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/TextStats.o TextStats.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/LM.o LM.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/LMClient.o LMClient.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/LMStats.o LMStats.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/RefList.o RefList.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/Bleu.o Bleu.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/NBest.o NBest.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/NBestSet.o NBestSet.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/NgramLM.o NgramLM.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/NgramStatsInt.o NgramStatsInt.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/NgramStatsShort.o NgramStatsShort.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/NgramStatsLong.o NgramStatsLong.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/NgramStatsLongLong.o NgramStatsLongLong.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/NgramStatsFloat.o NgramStatsFloat.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/NgramStatsDouble.o NgramStatsDouble.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/NgramStatsXCount.o NgramStatsXCount.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/NgramCountLM.o NgramCountLM.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/Discount.o Discount.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/ClassNgram.o ClassNgram.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/SimpleClassNgram.o SimpleClassNgram.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/DFNgram.o DFNgram.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/SkipNgram.o SkipNgram.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/HiddenNgram.o HiddenNgram.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/HiddenSNgram.o HiddenSNgram.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/VarNgram.o VarNgram.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/DecipherNgram.o DecipherNgram.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/TaggedVocab.o TaggedVocab.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/TaggedNgram.o TaggedNgram.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/TaggedNgramStats.o TaggedNgramStats.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/StopNgram.o StopNgram.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/StopNgramStats.o StopNgramStats.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/MultiwordLM.o MultiwordLM.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/BayesMix.o BayesMix.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/LoglinearMix.o LoglinearMix.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/AdaptiveMix.o AdaptiveMix.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/AdaptiveMarginals.o AdaptiveMarginals.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/CacheLM.o CacheLM.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/DynamicLM.o DynamicLM.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/HMMofNgrams.o HMMofNgrams.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/WordAlign.o WordAlign.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/WordLattice.o WordLattice.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/WordMesh.o WordMesh.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/simpleTrigram.o simpleTrigram.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/NgramStats.o NgramStats.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/Trellis.o Trellis.cc
ar ruv ../obj/i686-gcc4/liboolm.a ../obj/i686-gcc4/matherr.o ../obj/i686-gcc4/Prob.o ../obj/i686-gcc4/Counts.o ../obj/i686-gcc4/XCount.o ../obj/i686-gcc4/Vocab.o ../obj/i686-gcc4/VocabMap.o ../obj/i686-gcc4/VocabMultiMap.o ../obj/i686-gcc4/VocabDistance.o ../obj/i686-gcc4/SubVocab.o ../obj/i686-gcc4/MultiwordVocab.o ../obj/i686-gcc4/TextStats.o ../obj/i686-gcc4/LM.o ../obj/i686-gcc4/LMClient.o ../obj/i686-gcc4/LMStats.o ../obj/i686-gcc4/RefList.o ../obj/i686-gcc4/Bleu.o ../obj/i686-gcc4/NBest.o ../obj/i686-gcc4/NBestSet.o ../obj/i686-gcc4/NgramLM.o ../obj/i686-gcc4/NgramStatsInt.o ../obj/i686-gcc4/NgramStatsShort.o ../obj/i686-gcc4/NgramStatsLong.o ../obj/i686-gcc4/NgramStatsLongLong.o ../obj/i686-gcc4/NgramStatsFloat.o ../obj/i686-gcc4/NgramStatsDouble.o ../obj/i686-gcc4/NgramStatsXCount.o ../obj/i686-gcc4/NgramCountLM.o ../obj/i686-gcc4/Discount.o ../obj/i686-gcc4/ClassNgram.o ../obj/i686-gcc4/SimpleClassNgram.o ../obj/i686-gcc4/DFNgram.o ../obj/i686-gcc4/SkipNgram.o ../obj/i686-gcc4/HiddenNgram.o ../obj/i686-gcc4/HiddenSNgram.o ../obj/i686-gcc4/VarNgram.o ../obj/i686-gcc4/DecipherNgram.o ../obj/i686-gcc4/TaggedVocab.o ../obj/i686-gcc4/TaggedNgram.o ../obj/i686-gcc4/TaggedNgramStats.o ../obj/i686-gcc4/StopNgram.o ../obj/i686-gcc4/StopNgramStats.o ../obj/i686-gcc4/MultiwordLM.o ../obj/i686-gcc4/BayesMix.o ../obj/i686-gcc4/LoglinearMix.o ../obj/i686-gcc4/AdaptiveMix.o ../obj/i686-gcc4/AdaptiveMarginals.o ../obj/i686-gcc4/CacheLM.o ../obj/i686-gcc4/DynamicLM.o ../obj/i686-gcc4/HMMofNgrams.o ../obj/i686-gcc4/WordAlign.o ../obj/i686-gcc4/WordLattice.o ../obj/i686-gcc4/WordMesh.o ../obj/i686-gcc4/simpleTrigram.o ../obj/i686-gcc4/NgramStats.o ../obj/i686-gcc4/Trellis.o 2>&1 | c++filt
ar: creating ../obj/i686-gcc4/liboolm.a
a - ../obj/i686-gcc4/matherr.o
a - ../obj/i686-gcc4/Prob.o
a - ../obj/i686-gcc4/Counts.o
a - ../obj/i686-gcc4/XCount.o
a - ../obj/i686-gcc4/Vocab.o
a - ../obj/i686-gcc4/VocabMap.o
a - ../obj/i686-gcc4/VocabMultiMap.o
a - ../obj/i686-gcc4/VocabDistance.o
a - ../obj/i686-gcc4/SubVocab.o
a - ../obj/i686-gcc4/MultiwordVocab.o
a - ../obj/i686-gcc4/TextStats.o
a - ../obj/i686-gcc4/LM.o
a - ../obj/i686-gcc4/LMClient.o
a - ../obj/i686-gcc4/LMStats.o
a - ../obj/i686-gcc4/RefList.o
a - ../obj/i686-gcc4/Bleu.o
a - ../obj/i686-gcc4/NBest.o
a - ../obj/i686-gcc4/NBestSet.o
a - ../obj/i686-gcc4/NgramLM.o
a - ../obj/i686-gcc4/NgramStatsInt.o
a - ../obj/i686-gcc4/NgramStatsShort.o
a - ../obj/i686-gcc4/NgramStatsLong.o
a - ../obj/i686-gcc4/NgramStatsLongLong.o
a - ../obj/i686-gcc4/NgramStatsFloat.o
a - ../obj/i686-gcc4/NgramStatsDouble.o
a - ../obj/i686-gcc4/NgramStatsXCount.o
a - ../obj/i686-gcc4/NgramCountLM.o
a - ../obj/i686-gcc4/Discount.o
a - ../obj/i686-gcc4/ClassNgram.o
a - ../obj/i686-gcc4/SimpleClassNgram.o
a - ../obj/i686-gcc4/DFNgram.o
a - ../obj/i686-gcc4/SkipNgram.o
a - ../obj/i686-gcc4/HiddenNgram.o
a - ../obj/i686-gcc4/HiddenSNgram.o
a - ../obj/i686-gcc4/VarNgram.o
a - ../obj/i686-gcc4/DecipherNgram.o
a - ../obj/i686-gcc4/TaggedVocab.o
a - ../obj/i686-gcc4/TaggedNgram.o
a - ../obj/i686-gcc4/TaggedNgramStats.o
a - ../obj/i686-gcc4/StopNgram.o
a - ../obj/i686-gcc4/StopNgramStats.o
a - ../obj/i686-gcc4/MultiwordLM.o
a - ../obj/i686-gcc4/BayesMix.o
a - ../obj/i686-gcc4/LoglinearMix.o
a - ../obj/i686-gcc4/AdaptiveMix.o
a - ../obj/i686-gcc4/AdaptiveMarginals.o
a - ../obj/i686-gcc4/CacheLM.o
a - ../obj/i686-gcc4/DynamicLM.o
a - ../obj/i686-gcc4/HMMofNgrams.o
a - ../obj/i686-gcc4/WordAlign.o
a - ../obj/i686-gcc4/WordLattice.o
a - ../obj/i686-gcc4/WordMesh.o
a - ../obj/i686-gcc4/simpleTrigram.o
a - ../obj/i686-gcc4/NgramStats.o
a - ../obj/i686-gcc4/Trellis.o
: ../obj/i686-gcc4/liboolm.a 2>&1 | c++filt
/home/jubuntu/srilm/sbin/decipher-install 0644 ../obj/i686-gcc4/liboolm.a ../../lib/i686-gcc4
touch -c ../../lib/i686-gcc4/liboolm.a; : ../../lib/i686-gcc4/liboolm.a 2>&1 | c++filt
make[2]: Leaving directory `/home/jubuntu/srilm/lm/src'
make[2]: Entering directory `/home/jubuntu/srilm/flm/src'
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/FDiscount.o FDiscount.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/FNgramStats.o FNgramStats.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/FNgramStatsInt.o FNgramStatsInt.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/FNgramSpecs.o FNgramSpecs.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/FNgramSpecsInt.o FNgramSpecsInt.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/FactoredVocab.o FactoredVocab.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/FNgramLM.o FNgramLM.cc
FNgramLM.cc: In member function ‘virtual Boolean FNgram::computeBOWs(unsigned int, unsigned int)’:
FNgramLM.cc:2054: warning: format ‘%X’ expects type ‘unsigned int’, but argument 3 has type ‘FNgram::BOnode*’
FNgramLM.cc:2054: warning: format ‘%X’ expects type ‘unsigned int’, but argument 6 has type ‘VocabIndex*’
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/ProductVocab.o ProductVocab.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/ProductNgram.o ProductNgram.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/wmatrix.o wmatrix.cc
ar ruv ../obj/i686-gcc4/libflm.a ../obj/i686-gcc4/FDiscount.o ../obj/i686-gcc4/FNgramStats.o ../obj/i686-gcc4/FNgramStatsInt.o ../obj/i686-gcc4/FNgramSpecs.o ../obj/i686-gcc4/FNgramSpecsInt.o ../obj/i686-gcc4/FactoredVocab.o ../obj/i686-gcc4/FNgramLM.o ../obj/i686-gcc4/ProductVocab.o ../obj/i686-gcc4/ProductNgram.o ../obj/i686-gcc4/wmatrix.o 2>&1 | c++filt
ar: creating ../obj/i686-gcc4/libflm.a
a - ../obj/i686-gcc4/FDiscount.o
a - ../obj/i686-gcc4/FNgramStats.o
a - ../obj/i686-gcc4/FNgramStatsInt.o
a - ../obj/i686-gcc4/FNgramSpecs.o
a - ../obj/i686-gcc4/FNgramSpecsInt.o
a - ../obj/i686-gcc4/FactoredVocab.o
a - ../obj/i686-gcc4/FNgramLM.o
a - ../obj/i686-gcc4/ProductVocab.o
a - ../obj/i686-gcc4/ProductNgram.o
a - ../obj/i686-gcc4/wmatrix.o
: ../obj/i686-gcc4/libflm.a 2>&1 | c++filt
/home/jubuntu/srilm/sbin/decipher-install 0644 ../obj/i686-gcc4/libflm.a ../../lib/i686-gcc4
touch -c ../../lib/i686-gcc4/libflm.a; : ../../lib/i686-gcc4/libflm.a 2>&1 | c++filt
make[2]: Leaving directory `/home/jubuntu/srilm/flm/src'
make[2]: Entering directory `/home/jubuntu/srilm/lattice/src'
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/Lattice.o Lattice.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/LatticeAlign.o LatticeAlign.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/LatticeExpand.o LatticeExpand.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/LatticeIndex.o LatticeIndex.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/LatticeNBest.o LatticeNBest.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/LatticeNgrams.o LatticeNgrams.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/LatticeReduce.o LatticeReduce.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/HTKLattice.o HTKLattice.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/LatticeLM.o LatticeLM.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/LatticeDecode.o LatticeDecode.cc
ar ruv ../obj/i686-gcc4/liblattice.a ../obj/i686-gcc4/Lattice.o ../obj/i686-gcc4/LatticeAlign.o ../obj/i686-gcc4/LatticeExpand.o ../obj/i686-gcc4/LatticeIndex.o ../obj/i686-gcc4/LatticeNBest.o ../obj/i686-gcc4/LatticeNgrams.o ../obj/i686-gcc4/LatticeReduce.o ../obj/i686-gcc4/HTKLattice.o ../obj/i686-gcc4/LatticeLM.o ../obj/i686-gcc4/LatticeDecode.o 2>&1 | c++filt
ar: creating ../obj/i686-gcc4/liblattice.a
a - ../obj/i686-gcc4/Lattice.o
a - ../obj/i686-gcc4/LatticeAlign.o
a - ../obj/i686-gcc4/LatticeExpand.o
a - ../obj/i686-gcc4/LatticeIndex.o
a - ../obj/i686-gcc4/LatticeNBest.o
a - ../obj/i686-gcc4/LatticeNgrams.o
a - ../obj/i686-gcc4/LatticeReduce.o
a - ../obj/i686-gcc4/HTKLattice.o
a - ../obj/i686-gcc4/LatticeLM.o
a - ../obj/i686-gcc4/LatticeDecode.o
: ../obj/i686-gcc4/liblattice.a 2>&1 | c++filt
/home/jubuntu/srilm/sbin/decipher-install 0644 ../obj/i686-gcc4/liblattice.a ../../lib/i686-gcc4
touch -c ../../lib/i686-gcc4/liblattice.a; : ../../lib/i686-gcc4/liblattice.a 2>&1 | c++filt
make[2]: Leaving directory `/home/jubuntu/srilm/lattice/src'
make[2]: Entering directory `/home/jubuntu/srilm/utils/src'
make[2]: Nothing to be done for `release-libraries'.
make[2]: Leaving directory `/home/jubuntu/srilm/utils/src'
make[1]: Leaving directory `/home/jubuntu/srilm'
make release-programs
make[1]: Entering directory `/home/jubuntu/srilm'
for subdir in misc dstruct lm flm lattice utils; do \
		(cd $subdir/src; make SRILM=/home/jubuntu/srilm MACHINE_TYPE=i686-gcc4 OPTION= MAKE_PIC= release-programs) || exit 1; \
	done
make[2]: Entering directory `/home/jubuntu/srilm/misc/src'
make[2]: Nothing to be done for `release-programs'.
make[2]: Leaving directory `/home/jubuntu/srilm/misc/src'
make[2]: Entering directory `/home/jubuntu/srilm/dstruct/src'
make[2]: Nothing to be done for `release-programs'.
make[2]: Leaving directory `/home/jubuntu/srilm/dstruct/src'
make[2]: Entering directory `/home/jubuntu/srilm/lm/src'
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/ngram.o ngram.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -u matherr -L../../lib/i686-gcc4  -g -O3 -o ../bin/i686-gcc4/ngram ../obj/i686-gcc4/ngram.o ../obj/i686-gcc4/liboolm.a -lm -ldl ../../lib/i686-gcc4/libflm.a ../../lib/i686-gcc4/libdstruct.a ../../lib/i686-gcc4/libmisc.a -ltcl -lm 2>&1 | c++filt
/usr/bin/ld: cannot find -ltcl
collect2: ld returned 1 exit status
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/ngram ../../bin/i686-gcc4
ERROR:  File to be installed (../bin/i686-gcc4/ngram) does not exist.
ERROR:  File to be installed (../bin/i686-gcc4/ngram) is not a plain file.
WARNING: creating directory ../../bin/i686-gcc4
Usage:  decipher-install <mode> <file1> ... <fileN> <directory>
	mode:                 file permission mode, in octal
	file1 ... fileN:      files to be installed
	directory:            where the files should be installed

files =  ../bin/i686-gcc4/ngram
directory =  ../../bin/i686-gcc4
mode =  0555

make[2]: [../../bin/i686-gcc4/ngram] Error 1 (ignored)
touch -c ../../bin/i686-gcc4/ngram
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/ngram-count.o ngram-count.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -u matherr -L../../lib/i686-gcc4  -g -O3 -o ../bin/i686-gcc4/ngram-count ../obj/i686-gcc4/ngram-count.o ../obj/i686-gcc4/liboolm.a -lm -ldl ../../lib/i686-gcc4/libflm.a ../../lib/i686-gcc4/libdstruct.a ../../lib/i686-gcc4/libmisc.a -ltcl -lm 2>&1 | c++filt
/usr/bin/ld: cannot find -ltcl
collect2: ld returned 1 exit status
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/ngram-count ../../bin/i686-gcc4
ERROR:  File to be installed (../bin/i686-gcc4/ngram-count) does not exist.
ERROR:  File to be installed (../bin/i686-gcc4/ngram-count) is not a plain file.
Usage:  decipher-install <mode> <file1> ... <fileN> <directory>
	mode:                 file permission mode, in octal
	file1 ... fileN:      files to be installed
	directory:            where the files should be installed

files =  ../bin/i686-gcc4/ngram-count
directory =  ../../bin/i686-gcc4
mode =  0555

make[2]: [../../bin/i686-gcc4/ngram-count] Error 1 (ignored)
touch -c ../../bin/i686-gcc4/ngram-count
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/ngram-merge.o ngram-merge.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -u matherr -L../../lib/i686-gcc4  -g -O3 -o ../bin/i686-gcc4/ngram-merge ../obj/i686-gcc4/ngram-merge.o ../obj/i686-gcc4/liboolm.a -lm -ldl ../../lib/i686-gcc4/libflm.a ../../lib/i686-gcc4/libdstruct.a ../../lib/i686-gcc4/libmisc.a -ltcl -lm 2>&1 | c++filt
/usr/bin/ld: cannot find -ltcl
collect2: ld returned 1 exit status
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/ngram-merge ../../bin/i686-gcc4
ERROR:  File to be installed (../bin/i686-gcc4/ngram-merge) does not exist.
ERROR:  File to be installed (../bin/i686-gcc4/ngram-merge) is not a plain file.
Usage:  decipher-install <mode> <file1> ... <fileN> <directory>
	mode:                 file permission mode, in octal
	file1 ... fileN:      files to be installed
	directory:            where the files should be installed

files =  ../bin/i686-gcc4/ngram-merge
directory =  ../../bin/i686-gcc4
mode =  0555

make[2]: [../../bin/i686-gcc4/ngram-merge] Error 1 (ignored)
touch -c ../../bin/i686-gcc4/ngram-merge
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/ngram-class.o ngram-class.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -u matherr -L../../lib/i686-gcc4  -g -O3 -o ../bin/i686-gcc4/ngram-class ../obj/i686-gcc4/ngram-class.o ../obj/i686-gcc4/liboolm.a -lm -ldl ../../lib/i686-gcc4/libflm.a ../../lib/i686-gcc4/libdstruct.a ../../lib/i686-gcc4/libmisc.a -ltcl -lm 2>&1 | c++filt
/usr/bin/ld: cannot find -ltcl
collect2: ld returned 1 exit status
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/ngram-class ../../bin/i686-gcc4
ERROR:  File to be installed (../bin/i686-gcc4/ngram-class) does not exist.
ERROR:  File to be installed (../bin/i686-gcc4/ngram-class) is not a plain file.
Usage:  decipher-install <mode> <file1> ... <fileN> <directory>
	mode:                 file permission mode, in octal
	file1 ... fileN:      files to be installed
	directory:            where the files should be installed

files =  ../bin/i686-gcc4/ngram-class
directory =  ../../bin/i686-gcc4
mode =  0555

make[2]: [../../bin/i686-gcc4/ngram-class] Error 1 (ignored)
touch -c ../../bin/i686-gcc4/ngram-class
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/disambig.o disambig.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -u matherr -L../../lib/i686-gcc4  -g -O3 -o ../bin/i686-gcc4/disambig ../obj/i686-gcc4/disambig.o ../obj/i686-gcc4/liboolm.a -lm -ldl ../../lib/i686-gcc4/libflm.a ../../lib/i686-gcc4/libdstruct.a ../../lib/i686-gcc4/libmisc.a -ltcl -lm 2>&1 | c++filt
/usr/bin/ld: cannot find -ltcl
collect2: ld returned 1 exit status
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/disambig ../../bin/i686-gcc4
ERROR:  File to be installed (../bin/i686-gcc4/disambig) does not exist.
ERROR:  File to be installed (../bin/i686-gcc4/disambig) is not a plain file.
Usage:  decipher-install <mode> <file1> ... <fileN> <directory>
	mode:                 file permission mode, in octal
	file1 ... fileN:      files to be installed
	directory:            where the files should be installed

files =  ../bin/i686-gcc4/disambig
directory =  ../../bin/i686-gcc4
mode =  0555

make[2]: [../../bin/i686-gcc4/disambig] Error 1 (ignored)
touch -c ../../bin/i686-gcc4/disambig
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/anti-ngram.o anti-ngram.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -u matherr -L../../lib/i686-gcc4  -g -O3 -o ../bin/i686-gcc4/anti-ngram ../obj/i686-gcc4/anti-ngram.o ../obj/i686-gcc4/liboolm.a -lm -ldl ../../lib/i686-gcc4/libflm.a ../../lib/i686-gcc4/libdstruct.a ../../lib/i686-gcc4/libmisc.a -ltcl -lm 2>&1 | c++filt
/usr/bin/ld: cannot find -ltcl
collect2: ld returned 1 exit status
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/anti-ngram ../../bin/i686-gcc4
ERROR:  File to be installed (../bin/i686-gcc4/anti-ngram) does not exist.
ERROR:  File to be installed (../bin/i686-gcc4/anti-ngram) is not a plain file.
Usage:  decipher-install <mode> <file1> ... <fileN> <directory>
	mode:                 file permission mode, in octal
	file1 ... fileN:      files to be installed
	directory:            where the files should be installed

files =  ../bin/i686-gcc4/anti-ngram
directory =  ../../bin/i686-gcc4
mode =  0555

make[2]: [../../bin/i686-gcc4/anti-ngram] Error 1 (ignored)
touch -c ../../bin/i686-gcc4/anti-ngram
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/nbest-lattice.o nbest-lattice.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -u matherr -L../../lib/i686-gcc4  -g -O3 -o ../bin/i686-gcc4/nbest-lattice ../obj/i686-gcc4/nbest-lattice.o ../obj/i686-gcc4/liboolm.a -lm -ldl ../../lib/i686-gcc4/libflm.a ../../lib/i686-gcc4/libdstruct.a ../../lib/i686-gcc4/libmisc.a -ltcl -lm 2>&1 | c++filt
/usr/bin/ld: cannot find -ltcl
collect2: ld returned 1 exit status
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/nbest-lattice ../../bin/i686-gcc4
ERROR:  File to be installed (../bin/i686-gcc4/nbest-lattice) does not exist.
ERROR:  File to be installed (../bin/i686-gcc4/nbest-lattice) is not a plain file.
Usage:  decipher-install <mode> <file1> ... <fileN> <directory>
	mode:                 file permission mode, in octal
	file1 ... fileN:      files to be installed
	directory:            where the files should be installed

files =  ../bin/i686-gcc4/nbest-lattice
directory =  ../../bin/i686-gcc4
mode =  0555

make[2]: [../../bin/i686-gcc4/nbest-lattice] Error 1 (ignored)
touch -c ../../bin/i686-gcc4/nbest-lattice
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/nbest-mix.o nbest-mix.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -u matherr -L../../lib/i686-gcc4  -g -O3 -o ../bin/i686-gcc4/nbest-mix ../obj/i686-gcc4/nbest-mix.o ../obj/i686-gcc4/liboolm.a -lm -ldl ../../lib/i686-gcc4/libflm.a ../../lib/i686-gcc4/libdstruct.a ../../lib/i686-gcc4/libmisc.a -ltcl -lm 2>&1 | c++filt
/usr/bin/ld: cannot find -ltcl
collect2: ld returned 1 exit status
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/nbest-mix ../../bin/i686-gcc4
ERROR:  File to be installed (../bin/i686-gcc4/nbest-mix) does not exist.
ERROR:  File to be installed (../bin/i686-gcc4/nbest-mix) is not a plain file.
Usage:  decipher-install <mode> <file1> ... <fileN> <directory>
	mode:                 file permission mode, in octal
	file1 ... fileN:      files to be installed
	directory:            where the files should be installed

files =  ../bin/i686-gcc4/nbest-mix
directory =  ../../bin/i686-gcc4
mode =  0555

make[2]: [../../bin/i686-gcc4/nbest-mix] Error 1 (ignored)
touch -c ../../bin/i686-gcc4/nbest-mix
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/nbest-optimize.o nbest-optimize.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -u matherr -L../../lib/i686-gcc4  -g -O3 -o ../bin/i686-gcc4/nbest-optimize ../obj/i686-gcc4/nbest-optimize.o ../obj/i686-gcc4/liboolm.a -lm -ldl ../../lib/i686-gcc4/libflm.a ../../lib/i686-gcc4/libdstruct.a ../../lib/i686-gcc4/libmisc.a -ltcl -lm 2>&1 | c++filt
/usr/bin/ld: cannot find -ltcl
collect2: ld returned 1 exit status
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/nbest-optimize ../../bin/i686-gcc4
ERROR:  File to be installed (../bin/i686-gcc4/nbest-optimize) does not exist.
ERROR:  File to be installed (../bin/i686-gcc4/nbest-optimize) is not a plain file.
Usage:  decipher-install <mode> <file1> ... <fileN> <directory>
	mode:                 file permission mode, in octal
	file1 ... fileN:      files to be installed
	directory:            where the files should be installed

files =  ../bin/i686-gcc4/nbest-optimize
directory =  ../../bin/i686-gcc4
mode =  0555

make[2]: [../../bin/i686-gcc4/nbest-optimize] Error 1 (ignored)
touch -c ../../bin/i686-gcc4/nbest-optimize
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/nbest-pron-score.o nbest-pron-score.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -u matherr -L../../lib/i686-gcc4  -g -O3 -o ../bin/i686-gcc4/nbest-pron-score ../obj/i686-gcc4/nbest-pron-score.o ../obj/i686-gcc4/liboolm.a -lm -ldl ../../lib/i686-gcc4/libflm.a ../../lib/i686-gcc4/libdstruct.a ../../lib/i686-gcc4/libmisc.a -ltcl -lm 2>&1 | c++filt
/usr/bin/ld: cannot find -ltcl
collect2: ld returned 1 exit status
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/nbest-pron-score ../../bin/i686-gcc4
ERROR:  File to be installed (../bin/i686-gcc4/nbest-pron-score) does not exist.
ERROR:  File to be installed (../bin/i686-gcc4/nbest-pron-score) is not a plain file.
Usage:  decipher-install <mode> <file1> ... <fileN> <directory>
	mode:                 file permission mode, in octal
	file1 ... fileN:      files to be installed
	directory:            where the files should be installed

files =  ../bin/i686-gcc4/nbest-pron-score
directory =  ../../bin/i686-gcc4
mode =  0555

make[2]: [../../bin/i686-gcc4/nbest-pron-score] Error 1 (ignored)
touch -c ../../bin/i686-gcc4/nbest-pron-score
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/segment.o segment.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -u matherr -L../../lib/i686-gcc4  -g -O3 -o ../bin/i686-gcc4/segment ../obj/i686-gcc4/segment.o ../obj/i686-gcc4/liboolm.a -lm -ldl ../../lib/i686-gcc4/libflm.a ../../lib/i686-gcc4/libdstruct.a ../../lib/i686-gcc4/libmisc.a -ltcl -lm 2>&1 | c++filt
/usr/bin/ld: cannot find -ltcl
collect2: ld returned 1 exit status
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/segment ../../bin/i686-gcc4
ERROR:  File to be installed (../bin/i686-gcc4/segment) does not exist.
ERROR:  File to be installed (../bin/i686-gcc4/segment) is not a plain file.
Usage:  decipher-install <mode> <file1> ... <fileN> <directory>
	mode:                 file permission mode, in octal
	file1 ... fileN:      files to be installed
	directory:            where the files should be installed

files =  ../bin/i686-gcc4/segment
directory =  ../../bin/i686-gcc4
mode =  0555

make[2]: [../../bin/i686-gcc4/segment] Error 1 (ignored)
touch -c ../../bin/i686-gcc4/segment
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/segment-nbest.o segment-nbest.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -u matherr -L../../lib/i686-gcc4  -g -O3 -o ../bin/i686-gcc4/segment-nbest ../obj/i686-gcc4/segment-nbest.o ../obj/i686-gcc4/liboolm.a -lm -ldl ../../lib/i686-gcc4/libflm.a ../../lib/i686-gcc4/libdstruct.a ../../lib/i686-gcc4/libmisc.a -ltcl -lm 2>&1 | c++filt
/usr/bin/ld: cannot find -ltcl
collect2: ld returned 1 exit status
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/segment-nbest ../../bin/i686-gcc4
ERROR:  File to be installed (../bin/i686-gcc4/segment-nbest) does not exist.
ERROR:  File to be installed (../bin/i686-gcc4/segment-nbest) is not a plain file.
Usage:  decipher-install <mode> <file1> ... <fileN> <directory>
	mode:                 file permission mode, in octal
	file1 ... fileN:      files to be installed
	directory:            where the files should be installed

files =  ../bin/i686-gcc4/segment-nbest
directory =  ../../bin/i686-gcc4
mode =  0555

make[2]: [../../bin/i686-gcc4/segment-nbest] Error 1 (ignored)
touch -c ../../bin/i686-gcc4/segment-nbest
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/hidden-ngram.o hidden-ngram.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -u matherr -L../../lib/i686-gcc4  -g -O3 -o ../bin/i686-gcc4/hidden-ngram ../obj/i686-gcc4/hidden-ngram.o ../obj/i686-gcc4/liboolm.a -lm -ldl ../../lib/i686-gcc4/libflm.a ../../lib/i686-gcc4/libdstruct.a ../../lib/i686-gcc4/libmisc.a -ltcl -lm 2>&1 | c++filt
/usr/bin/ld: cannot find -ltcl
collect2: ld returned 1 exit status
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/hidden-ngram ../../bin/i686-gcc4
ERROR:  File to be installed (../bin/i686-gcc4/hidden-ngram) does not exist.
ERROR:  File to be installed (../bin/i686-gcc4/hidden-ngram) is not a plain file.
Usage:  decipher-install <mode> <file1> ... <fileN> <directory>
	mode:                 file permission mode, in octal
	file1 ... fileN:      files to be installed
	directory:            where the files should be installed

files =  ../bin/i686-gcc4/hidden-ngram
directory =  ../../bin/i686-gcc4
mode =  0555

make[2]: [../../bin/i686-gcc4/hidden-ngram] Error 1 (ignored)
touch -c ../../bin/i686-gcc4/hidden-ngram
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/multi-ngram.o multi-ngram.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -u matherr -L../../lib/i686-gcc4  -g -O3 -o ../bin/i686-gcc4/multi-ngram ../obj/i686-gcc4/multi-ngram.o ../obj/i686-gcc4/liboolm.a -lm -ldl ../../lib/i686-gcc4/libflm.a ../../lib/i686-gcc4/libdstruct.a ../../lib/i686-gcc4/libmisc.a -ltcl -lm 2>&1 | c++filt
/usr/bin/ld: cannot find -ltcl
collect2: ld returned 1 exit status
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/multi-ngram ../../bin/i686-gcc4
ERROR:  File to be installed (../bin/i686-gcc4/multi-ngram) does not exist.
ERROR:  File to be installed (../bin/i686-gcc4/multi-ngram) is not a plain file.
Usage:  decipher-install <mode> <file1> ... <fileN> <directory>
	mode:                 file permission mode, in octal
	file1 ... fileN:      files to be installed
	directory:            where the files should be installed

files =  ../bin/i686-gcc4/multi-ngram
directory =  ../../bin/i686-gcc4
mode =  0555

make[2]: [../../bin/i686-gcc4/multi-ngram] Error 1 (ignored)
touch -c ../../bin/i686-gcc4/multi-ngram
make[2]: Leaving directory `/home/jubuntu/srilm/lm/src'
make[2]: Entering directory `/home/jubuntu/srilm/flm/src'
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/fngram-count.o fngram-count.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -u matherr -L../../lib/i686-gcc4  -g -O3 -o ../bin/i686-gcc4/fngram-count ../obj/i686-gcc4/fngram-count.o ../obj/i686-gcc4/libflm.a -lm -ldl ../../lib/i686-gcc4/liboolm.a ../../lib/i686-gcc4/libdstruct.a ../../lib/i686-gcc4/libmisc.a -ltcl -lm 2>&1 | c++filt
/usr/bin/ld: cannot find -ltcl
collect2: ld returned 1 exit status
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/fngram-count ../../bin/i686-gcc4
ERROR:  File to be installed (../bin/i686-gcc4/fngram-count) does not exist.
ERROR:  File to be installed (../bin/i686-gcc4/fngram-count) is not a plain file.
Usage:  decipher-install <mode> <file1> ... <fileN> <directory>
	mode:                 file permission mode, in octal
	file1 ... fileN:      files to be installed
	directory:            where the files should be installed

files =  ../bin/i686-gcc4/fngram-count
directory =  ../../bin/i686-gcc4
mode =  0555

make[2]: [../../bin/i686-gcc4/fngram-count] Error 1 (ignored)
touch -c ../../bin/i686-gcc4/fngram-count
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/fngram.o fngram.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -u matherr -L../../lib/i686-gcc4  -g -O3 -o ../bin/i686-gcc4/fngram ../obj/i686-gcc4/fngram.o ../obj/i686-gcc4/libflm.a -lm -ldl ../../lib/i686-gcc4/liboolm.a ../../lib/i686-gcc4/libdstruct.a ../../lib/i686-gcc4/libmisc.a -ltcl -lm 2>&1 | c++filt
/usr/bin/ld: cannot find -ltcl
collect2: ld returned 1 exit status
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/fngram ../../bin/i686-gcc4
ERROR:  File to be installed (../bin/i686-gcc4/fngram) does not exist.
ERROR:  File to be installed (../bin/i686-gcc4/fngram) is not a plain file.
Usage:  decipher-install <mode> <file1> ... <fileN> <directory>
	mode:                 file permission mode, in octal
	file1 ... fileN:      files to be installed
	directory:            where the files should be installed

files =  ../bin/i686-gcc4/fngram
directory =  ../../bin/i686-gcc4
mode =  0555

make[2]: [../../bin/i686-gcc4/fngram] Error 1 (ignored)
touch -c ../../bin/i686-gcc4/fngram
make[2]: Leaving directory `/home/jubuntu/srilm/flm/src'
make[2]: Entering directory `/home/jubuntu/srilm/lattice/src'
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -c -g -O3 -o ../obj/i686-gcc4/lattice-tool.o lattice-tool.cc
g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES    -I. -I../../include   -u matherr -L../../lib/i686-gcc4  -g -O3 -o ../bin/i686-gcc4/lattice-tool ../obj/i686-gcc4/lattice-tool.o ../obj/i686-gcc4/liblattice.a -lm -ldl ../../lib/i686-gcc4/libflm.a ../../lib/i686-gcc4/liboolm.a ../../lib/i686-gcc4/libdstruct.a ../../lib/i686-gcc4/libmisc.a -ltcl -lm 2>&1 | c++filt
/usr/bin/ld: cannot find -ltcl
collect2: ld returned 1 exit status
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/lattice-tool ../../bin/i686-gcc4
ERROR:  File to be installed (../bin/i686-gcc4/lattice-tool) does not exist.
ERROR:  File to be installed (../bin/i686-gcc4/lattice-tool) is not a plain file.
Usage:  decipher-install <mode> <file1> ... <fileN> <directory>
	mode:                 file permission mode, in octal
	file1 ... fileN:      files to be installed
	directory:            where the files should be installed

files =  ../bin/i686-gcc4/lattice-tool
directory =  ../../bin/i686-gcc4
mode =  0555

make[2]: [../../bin/i686-gcc4/lattice-tool] Error 1 (ignored)
touch -c ../../bin/i686-gcc4/lattice-tool
make[2]: Leaving directory `/home/jubuntu/srilm/lattice/src'
make[2]: Entering directory `/home/jubuntu/srilm/utils/src'
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' add-classes-to-pfsg.gawk >../bin/i686-gcc4/add-classes-to-pfsg.new
mv ../bin/i686-gcc4/add-classes-to-pfsg.new ../bin/i686-gcc4/add-classes-to-pfsg
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/add-classes-to-pfsg ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/add-classes-to-pfsg
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' add-dummy-bows.gawk >../bin/i686-gcc4/add-dummy-bows.new
mv ../bin/i686-gcc4/add-dummy-bows.new ../bin/i686-gcc4/add-dummy-bows
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/add-dummy-bows ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/add-dummy-bows
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' add-pauses-to-pfsg.gawk >../bin/i686-gcc4/add-pauses-to-pfsg.new
mv ../bin/i686-gcc4/add-pauses-to-pfsg.new ../bin/i686-gcc4/add-pauses-to-pfsg
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/add-pauses-to-pfsg ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/add-pauses-to-pfsg
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' add-ppls.gawk >../bin/i686-gcc4/add-ppls.new
mv ../bin/i686-gcc4/add-ppls.new ../bin/i686-gcc4/add-ppls
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/add-ppls ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/add-ppls
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' bytelog-to-log10.gawk >../bin/i686-gcc4/bytelog-to-log10.new
mv ../bin/i686-gcc4/bytelog-to-log10.new ../bin/i686-gcc4/bytelog-to-log10
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/bytelog-to-log10 ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/bytelog-to-log10
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' classes-to-fsm.gawk >../bin/i686-gcc4/classes-to-fsm.new
mv ../bin/i686-gcc4/classes-to-fsm.new ../bin/i686-gcc4/classes-to-fsm
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/classes-to-fsm ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/classes-to-fsm
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' combine-acoustic-scores.gawk >../bin/i686-gcc4/combine-acoustic-scores.new
mv ../bin/i686-gcc4/combine-acoustic-scores.new ../bin/i686-gcc4/combine-acoustic-scores
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/combine-acoustic-scores ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/combine-acoustic-scores
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' combine-rover-controls.gawk >../bin/i686-gcc4/combine-rover-controls.new
mv ../bin/i686-gcc4/combine-rover-controls.new ../bin/i686-gcc4/combine-rover-controls
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/combine-rover-controls ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/combine-rover-controls
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' compare-ppls.gawk >../bin/i686-gcc4/compare-ppls.new
mv ../bin/i686-gcc4/compare-ppls.new ../bin/i686-gcc4/compare-ppls
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/compare-ppls ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/compare-ppls
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' compute-best-mix.gawk >../bin/i686-gcc4/compute-best-mix.new
mv ../bin/i686-gcc4/compute-best-mix.new ../bin/i686-gcc4/compute-best-mix
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/compute-best-mix ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/compute-best-mix
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' compute-best-rover-mix.gawk >../bin/i686-gcc4/compute-best-rover-mix.new
mv ../bin/i686-gcc4/compute-best-rover-mix.new ../bin/i686-gcc4/compute-best-rover-mix
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/compute-best-rover-mix ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/compute-best-rover-mix
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' compute-best-sentence-mix.gawk >../bin/i686-gcc4/compute-best-sentence-mix.new
mv ../bin/i686-gcc4/compute-best-sentence-mix.new ../bin/i686-gcc4/compute-best-sentence-mix
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/compute-best-sentence-mix ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/compute-best-sentence-mix
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' compute-oov-rate.gawk >../bin/i686-gcc4/compute-oov-rate.new
mv ../bin/i686-gcc4/compute-oov-rate.new ../bin/i686-gcc4/compute-oov-rate
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/compute-oov-rate ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/compute-oov-rate
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' context-ngrams.gawk >../bin/i686-gcc4/context-ngrams.new
mv ../bin/i686-gcc4/context-ngrams.new ../bin/i686-gcc4/context-ngrams
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/context-ngrams ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/context-ngrams
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' continuous-ngram-count.gawk >../bin/i686-gcc4/continuous-ngram-count.new
mv ../bin/i686-gcc4/continuous-ngram-count.new ../bin/i686-gcc4/continuous-ngram-count
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/continuous-ngram-count ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/continuous-ngram-count
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' extract-skip-probs.gawk >../bin/i686-gcc4/extract-skip-probs.new
mv ../bin/i686-gcc4/extract-skip-probs.new ../bin/i686-gcc4/extract-skip-probs
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/extract-skip-probs ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/extract-skip-probs
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' find-reference-posteriors.gawk >../bin/i686-gcc4/find-reference-posteriors.new
mv ../bin/i686-gcc4/find-reference-posteriors.new ../bin/i686-gcc4/find-reference-posteriors
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/find-reference-posteriors ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/find-reference-posteriors
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' fix-ctm.gawk >../bin/i686-gcc4/fix-ctm.new
mv ../bin/i686-gcc4/fix-ctm.new ../bin/i686-gcc4/fix-ctm
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/fix-ctm ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/fix-ctm
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' fsm-to-pfsg.gawk >../bin/i686-gcc4/fsm-to-pfsg.new
mv ../bin/i686-gcc4/fsm-to-pfsg.new ../bin/i686-gcc4/fsm-to-pfsg
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/fsm-to-pfsg ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/fsm-to-pfsg
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' get-gt-counts.gawk >../bin/i686-gcc4/get-gt-counts.new
mv ../bin/i686-gcc4/get-gt-counts.new ../bin/i686-gcc4/get-gt-counts
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/get-gt-counts ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/get-gt-counts
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' get-unigram-probs.gawk >../bin/i686-gcc4/get-unigram-probs.new
mv ../bin/i686-gcc4/get-unigram-probs.new ../bin/i686-gcc4/get-unigram-probs
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/get-unigram-probs ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/get-unigram-probs
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' hits-from-log.gawk >../bin/i686-gcc4/hits-from-log.new
mv ../bin/i686-gcc4/hits-from-log.new ../bin/i686-gcc4/hits-from-log
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/hits-from-log ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/hits-from-log
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' log10-to-bytelog.gawk >../bin/i686-gcc4/log10-to-bytelog.new
mv ../bin/i686-gcc4/log10-to-bytelog.new ../bin/i686-gcc4/log10-to-bytelog
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/log10-to-bytelog ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/log10-to-bytelog
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' make-abs-discount.gawk >../bin/i686-gcc4/make-abs-discount.new
mv ../bin/i686-gcc4/make-abs-discount.new ../bin/i686-gcc4/make-abs-discount
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/make-abs-discount ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/make-abs-discount
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' make-diacritic-map.gawk >../bin/i686-gcc4/make-diacritic-map.new
mv ../bin/i686-gcc4/make-diacritic-map.new ../bin/i686-gcc4/make-diacritic-map
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/make-diacritic-map ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/make-diacritic-map
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' make-google-ngrams.gawk >../bin/i686-gcc4/make-google-ngrams.new
mv ../bin/i686-gcc4/make-google-ngrams.new ../bin/i686-gcc4/make-google-ngrams
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/make-google-ngrams ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/make-google-ngrams
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' make-gt-discounts.gawk >../bin/i686-gcc4/make-gt-discounts.new
mv ../bin/i686-gcc4/make-gt-discounts.new ../bin/i686-gcc4/make-gt-discounts
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/make-gt-discounts ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/make-gt-discounts
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' make-kn-discounts.gawk >../bin/i686-gcc4/make-kn-discounts.new
mv ../bin/i686-gcc4/make-kn-discounts.new ../bin/i686-gcc4/make-kn-discounts
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/make-kn-discounts ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/make-kn-discounts
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' make-kn-counts.gawk >../bin/i686-gcc4/make-kn-counts.new
mv ../bin/i686-gcc4/make-kn-counts.new ../bin/i686-gcc4/make-kn-counts
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/make-kn-counts ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/make-kn-counts
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' make-hiddens-lm.gawk >../bin/i686-gcc4/make-hiddens-lm.new
mv ../bin/i686-gcc4/make-hiddens-lm.new ../bin/i686-gcc4/make-hiddens-lm
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/make-hiddens-lm ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/make-hiddens-lm
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' make-lm-subset.gawk >../bin/i686-gcc4/make-lm-subset.new
mv ../bin/i686-gcc4/make-lm-subset.new ../bin/i686-gcc4/make-lm-subset
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/make-lm-subset ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/make-lm-subset
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' make-nbest-pfsg.gawk >../bin/i686-gcc4/make-nbest-pfsg.new
mv ../bin/i686-gcc4/make-nbest-pfsg.new ../bin/i686-gcc4/make-nbest-pfsg
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/make-nbest-pfsg ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/make-nbest-pfsg
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' make-ngram-pfsg.gawk >../bin/i686-gcc4/make-ngram-pfsg.new
mv ../bin/i686-gcc4/make-ngram-pfsg.new ../bin/i686-gcc4/make-ngram-pfsg
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/make-ngram-pfsg ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/make-ngram-pfsg
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' make-sub-lm.gawk >../bin/i686-gcc4/make-sub-lm.new
mv ../bin/i686-gcc4/make-sub-lm.new ../bin/i686-gcc4/make-sub-lm
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/make-sub-lm ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/make-sub-lm
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' sort-lm.gawk >../bin/i686-gcc4/sort-lm.new
mv ../bin/i686-gcc4/sort-lm.new ../bin/i686-gcc4/sort-lm
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/sort-lm ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/sort-lm
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' reverse-lm.gawk >../bin/i686-gcc4/reverse-lm.new
mv ../bin/i686-gcc4/reverse-lm.new ../bin/i686-gcc4/reverse-lm
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/reverse-lm ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/reverse-lm
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' merge-nbest.gawk >../bin/i686-gcc4/merge-nbest.new
mv ../bin/i686-gcc4/merge-nbest.new ../bin/i686-gcc4/merge-nbest
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/merge-nbest ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/merge-nbest
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' nbest-posteriors.gawk >../bin/i686-gcc4/nbest-posteriors.new
mv ../bin/i686-gcc4/nbest-posteriors.new ../bin/i686-gcc4/nbest-posteriors
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/nbest-posteriors ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/nbest-posteriors
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' nbest2-to-nbest1.gawk >../bin/i686-gcc4/nbest2-to-nbest1.new
mv ../bin/i686-gcc4/nbest2-to-nbest1.new ../bin/i686-gcc4/nbest2-to-nbest1
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/nbest2-to-nbest1 ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/nbest2-to-nbest1
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' nbest-vocab.gawk >../bin/i686-gcc4/nbest-vocab.new
mv ../bin/i686-gcc4/nbest-vocab.new ../bin/i686-gcc4/nbest-vocab
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/nbest-vocab ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/nbest-vocab
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' pfsg-to-dot.gawk >../bin/i686-gcc4/pfsg-to-dot.new
mv ../bin/i686-gcc4/pfsg-to-dot.new ../bin/i686-gcc4/pfsg-to-dot
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/pfsg-to-dot ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/pfsg-to-dot
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' pfsg-to-fsm.gawk >../bin/i686-gcc4/pfsg-to-fsm.new
mv ../bin/i686-gcc4/pfsg-to-fsm.new ../bin/i686-gcc4/pfsg-to-fsm
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/pfsg-to-fsm ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/pfsg-to-fsm
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' pfsg-vocab.gawk >../bin/i686-gcc4/pfsg-vocab.new
mv ../bin/i686-gcc4/pfsg-vocab.new ../bin/i686-gcc4/pfsg-vocab
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/pfsg-vocab ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/pfsg-vocab
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' htklat-vocab.gawk >../bin/i686-gcc4/htklat-vocab.new
mv ../bin/i686-gcc4/htklat-vocab.new ../bin/i686-gcc4/htklat-vocab
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/htklat-vocab ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/htklat-vocab
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' ppl-from-log.gawk >../bin/i686-gcc4/ppl-from-log.new
mv ../bin/i686-gcc4/ppl-from-log.new ../bin/i686-gcc4/ppl-from-log
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/ppl-from-log ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/ppl-from-log
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' remove-lowprob-ngrams.gawk >../bin/i686-gcc4/remove-lowprob-ngrams.new
mv ../bin/i686-gcc4/remove-lowprob-ngrams.new ../bin/i686-gcc4/remove-lowprob-ngrams
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/remove-lowprob-ngrams ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/remove-lowprob-ngrams
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' replace-words-with-classes.gawk >../bin/i686-gcc4/replace-words-with-classes.new
mv ../bin/i686-gcc4/replace-words-with-classes.new ../bin/i686-gcc4/replace-words-with-classes
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/replace-words-with-classes ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/replace-words-with-classes
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' reverse-text.gawk >../bin/i686-gcc4/reverse-text.new
mv ../bin/i686-gcc4/reverse-text.new ../bin/i686-gcc4/reverse-text
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/reverse-text ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/reverse-text
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' reverse-ngram-counts.gawk >../bin/i686-gcc4/reverse-ngram-counts.new
mv ../bin/i686-gcc4/reverse-ngram-counts.new ../bin/i686-gcc4/reverse-ngram-counts
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/reverse-ngram-counts ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/reverse-ngram-counts
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' sentid-to-sclite.gawk >../bin/i686-gcc4/sentid-to-sclite.new
mv ../bin/i686-gcc4/sentid-to-sclite.new ../bin/i686-gcc4/sentid-to-sclite
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/sentid-to-sclite ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/sentid-to-sclite
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' sentid-to-ctm.gawk >../bin/i686-gcc4/sentid-to-ctm.new
mv ../bin/i686-gcc4/sentid-to-ctm.new ../bin/i686-gcc4/sentid-to-ctm
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/sentid-to-ctm ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/sentid-to-ctm
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' split-tagged-ngrams.gawk >../bin/i686-gcc4/split-tagged-ngrams.new
mv ../bin/i686-gcc4/split-tagged-ngrams.new ../bin/i686-gcc4/split-tagged-ngrams
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/split-tagged-ngrams ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/split-tagged-ngrams
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' subset-context-ngrams.gawk >../bin/i686-gcc4/subset-context-ngrams.new
mv ../bin/i686-gcc4/subset-context-ngrams.new ../bin/i686-gcc4/subset-context-ngrams
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/subset-context-ngrams ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/subset-context-ngrams
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' subtract-ppls.gawk >../bin/i686-gcc4/subtract-ppls.new
mv ../bin/i686-gcc4/subtract-ppls.new ../bin/i686-gcc4/subtract-ppls
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/subtract-ppls ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/subtract-ppls
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' tolower-ngram-counts.gawk >../bin/i686-gcc4/tolower-ngram-counts.new
mv ../bin/i686-gcc4/tolower-ngram-counts.new ../bin/i686-gcc4/tolower-ngram-counts
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/tolower-ngram-counts ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/tolower-ngram-counts
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' uniform-classes.gawk >../bin/i686-gcc4/uniform-classes.new
mv ../bin/i686-gcc4/uniform-classes.new ../bin/i686-gcc4/uniform-classes
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/uniform-classes ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/uniform-classes
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' uniq-ngram-counts.gawk >../bin/i686-gcc4/uniq-ngram-counts.new
mv ../bin/i686-gcc4/uniq-ngram-counts.new ../bin/i686-gcc4/uniq-ngram-counts
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/uniq-ngram-counts ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/uniq-ngram-counts
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' vp2text.gawk >../bin/i686-gcc4/vp2text.new
mv ../bin/i686-gcc4/vp2text.new ../bin/i686-gcc4/vp2text
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/vp2text ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/vp2text
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' wlat-to-dot.gawk >../bin/i686-gcc4/wlat-to-dot.new
mv ../bin/i686-gcc4/wlat-to-dot.new ../bin/i686-gcc4/wlat-to-dot
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/wlat-to-dot ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/wlat-to-dot
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' wlat-to-pfsg.gawk >../bin/i686-gcc4/wlat-to-pfsg.new
mv ../bin/i686-gcc4/wlat-to-pfsg.new ../bin/i686-gcc4/wlat-to-pfsg
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/wlat-to-pfsg ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/wlat-to-pfsg
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' wlat-stats.gawk >../bin/i686-gcc4/wlat-stats.new
mv ../bin/i686-gcc4/wlat-stats.new ../bin/i686-gcc4/wlat-stats
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/wlat-stats ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/wlat-stats
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' wordlat-to-lisp.gawk >../bin/i686-gcc4/wordlat-to-lisp.new
mv ../bin/i686-gcc4/wordlat-to-lisp.new ../bin/i686-gcc4/wordlat-to-lisp
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/wordlat-to-lisp ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/wordlat-to-lisp
sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' prettify.gawk >../bin/i686-gcc4/prettify.new
mv ../bin/i686-gcc4/prettify.new ../bin/i686-gcc4/prettify
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/prettify ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/prettify
sed -e '1s,/usr/local/bin/perl,/usr/bin/perl,' select-vocab.pl >../bin/i686-gcc4/select-vocab.new
mv ../bin/i686-gcc4/select-vocab.new ../bin/i686-gcc4/select-vocab
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/select-vocab ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/select-vocab
sed -e '1s,/usr/local/bin/perl,/usr/bin/perl,' cumbin.pl >../bin/i686-gcc4/cumbin.new
mv ../bin/i686-gcc4/cumbin.new ../bin/i686-gcc4/cumbin
/home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/cumbin ../../bin/i686-gcc4
touch -c ../../bin/i686-gcc4/cumbin
rm ../bin/i686-gcc4/bytelog-to-log10 ../bin/i686-gcc4/pfsg-to-dot ../bin/i686-gcc4/find-reference-posteriors ../bin/i686-gcc4/fsm-to-pfsg ../bin/i686-gcc4/prettify ../bin/i686-gcc4/sentid-to-sclite ../bin/i686-gcc4/combine-rover-controls ../bin/i686-gcc4/wlat-to-pfsg ../bin/i686-gcc4/reverse-lm ../bin/i686-gcc4/merge-nbest ../bin/i686-gcc4/make-nbest-pfsg ../bin/i686-gcc4/classes-to-fsm ../bin/i686-gcc4/nbest2-to-nbest1 ../bin/i686-gcc4/make-sub-lm ../bin/i686-gcc4/fix-ctm ../bin/i686-gcc4/add-classes-to-pfsg ../bin/i686-gcc4/compute-best-mix ../bin/i686-gcc4/get-gt-counts ../bin/i686-gcc4/make-kn-discounts ../bin/i686-gcc4/make-abs-discount ../bin/i686-gcc4/log10-to-bytelog ../bin/i686-gcc4/make-lm-subset ../bin/i686-gcc4/tolower-ngram-counts ../bin/i686-gcc4/make-kn-counts ../bin/i686-gcc4/split-tagged-ngrams ../bin/i686-gcc4/wlat-to-dot ../bin/i686-gcc4/wlat-stats ../bin/i686-gcc4/context-ngrams ../bin/i686-gcc4/nbest-posteriors ../bin/i686-gcc4/wordlat-to-lisp ../bin/i686-gcc4/pfsg-to-fsm ../bin/i686-gcc4/get-unigram-probs ../bin/i686-gcc4/pfsg-vocab ../bin/i686-gcc4/compute-best-sentence-mix ../bin/i686-gcc4/add-dummy-bows ../bin/i686-gcc4/vp2text ../bin/i686-gcc4/continuous-ngram-count ../bin/i686-gcc4/htklat-vocab ../bin/i686-gcc4/uniform-classes ../bin/i686-gcc4/nbest-vocab ../bin/i686-gcc4/compare-ppls ../bin/i686-gcc4/compute-oov-rate ../bin/i686-gcc4/reverse-ngram-counts ../bin/i686-gcc4/compute-best-rover-mix ../bin/i686-gcc4/add-pauses-to-pfsg ../bin/i686-gcc4/uniq-ngram-counts ../bin/i686-gcc4/combine-acoustic-scores ../bin/i686-gcc4/make-google-ngrams ../bin/i686-gcc4/subset-context-ngrams ../bin/i686-gcc4/sentid-to-ctm ../bin/i686-gcc4/reverse-text ../bin/i686-gcc4/hits-from-log ../bin/i686-gcc4/ppl-from-log ../bin/i686-gcc4/cumbin ../bin/i686-gcc4/select-vocab ../bin/i686-gcc4/add-ppls ../bin/i686-gcc4/remove-lowprob-ngrams ../bin/i686-gcc4/subtract-ppls ../bin/i686-gcc4/sort-lm ../bin/i686-gcc4/make-ngram-pfsg ../bin/i686-gcc4/extract-skip-probs ../bin/i686-gcc4/make-hiddens-lm ../bin/i686-gcc4/make-gt-discounts ../bin/i686-gcc4/make-diacritic-map ../bin/i686-gcc4/replace-words-with-classes
make[2]: Leaving directory `/home/jubuntu/srilm/utils/src'
make[1]: Leaving directory `/home/jubuntu/srilm'
make release-scripts
make[1]: Entering directory `/home/jubuntu/srilm'
for subdir in misc dstruct lm flm lattice utils; do \
		(cd $subdir/src; make SRILM=/home/jubuntu/srilm MACHINE_TYPE=i686-gcc4 OPTION= MAKE_PIC= release-scripts) || exit 1; \
	done
make[2]: Entering directory `/home/jubuntu/srilm/misc/src'
make[2]: Nothing to be done for `release-scripts'.
make[2]: Leaving directory `/home/jubuntu/srilm/misc/src'
make[2]: Entering directory `/home/jubuntu/srilm/dstruct/src'
make[2]: Nothing to be done for `release-scripts'.
make[2]: Leaving directory `/home/jubuntu/srilm/dstruct/src'
make[2]: Entering directory `/home/jubuntu/srilm/lm/src'
make[2]: Nothing to be done for `release-scripts'.
make[2]: Leaving directory `/home/jubuntu/srilm/lm/src'
make[2]: Entering directory `/home/jubuntu/srilm/flm/src'
make[2]: Nothing to be done for `release-scripts'.
make[2]: Leaving directory `/home/jubuntu/srilm/flm/src'
make[2]: Entering directory `/home/jubuntu/srilm/lattice/src'
make[2]: Nothing to be done for `release-scripts'.
make[2]: Leaving directory `/home/jubuntu/srilm/lattice/src'
make[2]: Entering directory `/home/jubuntu/srilm/utils/src'
/home/jubuntu/srilm/sbin/decipher-install 0555 change-lm-vocab ../../bin
touch -c ../../bin/change-lm-vocab
/home/jubuntu/srilm/sbin/decipher-install 0555 empty-sentence-lm ../../bin
touch -c ../../bin/empty-sentence-lm
/home/jubuntu/srilm/sbin/decipher-install 0555 rescore-decipher ../../bin
touch -c ../../bin/rescore-decipher
/home/jubuntu/srilm/sbin/decipher-install 0555 rescore-acoustic ../../bin
touch -c ../../bin/rescore-acoustic
/home/jubuntu/srilm/sbin/decipher-install 0555 rescore-reweight ../../bin
touch -c ../../bin/rescore-reweight
/home/jubuntu/srilm/sbin/decipher-install 0555 rescore-minimize-wer ../../bin
touch -c ../../bin/rescore-minimize-wer
/home/jubuntu/srilm/sbin/decipher-install 0555 make-batch-counts ../../bin
touch -c ../../bin/make-batch-counts
/home/jubuntu/srilm/sbin/decipher-install 0555 merge-batch-counts ../../bin
touch -c ../../bin/merge-batch-counts
/home/jubuntu/srilm/sbin/decipher-install 0555 make-big-lm ../../bin
touch -c ../../bin/make-big-lm
/home/jubuntu/srilm/sbin/decipher-install 0555 make-multiword-pfsg ../../bin
touch -c ../../bin/make-multiword-pfsg
/home/jubuntu/srilm/sbin/decipher-install 0555 pfsg-from-ngram ../../bin
touch -c ../../bin/pfsg-from-ngram
/home/jubuntu/srilm/sbin/decipher-install 0555 nbest-error ../../bin
touch -c ../../bin/nbest-error
/home/jubuntu/srilm/sbin/decipher-install 0555 nbest-rover ../../bin
touch -c ../../bin/nbest-rover
/home/jubuntu/srilm/sbin/decipher-install 0555 align-with-tags ../../bin
touch -c ../../bin/align-with-tags
/home/jubuntu/srilm/sbin/decipher-install 0555 compute-sclite ../../bin
touch -c ../../bin/compute-sclite
/home/jubuntu/srilm/sbin/decipher-install 0555 compare-sclite ../../bin
touch -c ../../bin/compare-sclite
make[2]: Leaving directory `/home/jubuntu/srilm/utils/src'
make[1]: Leaving directory `/home/jubuntu/srilm'
jubuntu at jubuntu-laptop:~/srilm$ export PATH=/home/jubuntu/srilm/bin/i686-gcc4:/home/jubuntu/srilm/bin:$PATH
-------------- next part --------------
~/srilm/test$ make all

*** Running test adapt-marginals ***
0.00user 0.00system 0:00.06elapsed 12%CPU (0avgtext+0avgdata 0maxresident)k
80inputs+8outputs (0major+1418minor)pagefaults 0swaps
adapt-marginals: stdout output DIFFERS.
adapt-marginals: stderr output DIFFERS.

*** Running test class-ngram ***
Command exited with non-zero status 127
0.00user 0.00system 0:00.02elapsed 13%CPU (0avgtext+0avgdata 0maxresident)k
24inputs+8outputs (0major+597minor)pagefaults 0swaps
class-ngram: stdout output DIFFERS.
class-ngram: stderr output DIFFERS.

*** Running test class-ngram-simple ***
Command exited with non-zero status 127
0.00user 0.00system 0:00.02elapsed 0%CPU (0avgtext+0avgdata 0maxresident)k
24inputs+8outputs (0major+596minor)pagefaults 0swaps
class-ngram-simple: stdout output DIFFERS.
class-ngram-simple: stderr output DIFFERS.

*** Running test disambig ***
Command exited with non-zero status 127
0.00user 0.00system 0:00.02elapsed 17%CPU (0avgtext+0avgdata 0maxresident)k
16inputs+8outputs (0major+597minor)pagefaults 0swaps
disambig: stdout output DIFFERS.
disambig: stderr output DIFFERS.

*** Running test expand-classes ***
0.00user 0.00system 0:00.00elapsed 80%CPU (0avgtext+0avgdata 0maxresident)k
16inputs+8outputs (0major+812minor)pagefaults 0swaps
expand-classes: stdout output DIFFERS.
expand-classes: stderr output DIFFERS.

*** Running test fngram-count ***
0.00user 0.00system 0:00.00elapsed 44%CPU (0avgtext+0avgdata 0maxresident)k
24inputs+8outputs (0major+808minor)pagefaults 0swaps
fngram-count: stdout output DIFFERS.
fngram-count: stderr output DIFFERS.

*** Running test fngram-count-vocab ***
0.00user 0.00system 0:00.00elapsed 44%CPU (0avgtext+0avgdata 0maxresident)k
24inputs+8outputs (0major+810minor)pagefaults 0swaps
fngram-count-vocab: stdout output DIFFERS.
fngram-count-vocab: stderr output DIFFERS.

*** Running test generate ***
Command exited with non-zero status 127
0.00user 0.00system 0:00.00elapsed 100%CPU (0avgtext+0avgdata 0maxresident)k
24inputs+8outputs (0major+598minor)pagefaults 0swaps
generate: stdout output DIFFERS.
generate: stderr output DIFFERS.

*** Running test google-ngrams ***
Command exited with non-zero status 127
0.02user 0.00system 0:00.05elapsed 50%CPU (0avgtext+0avgdata 0maxresident)k
584inputs+16outputs (0major+1729minor)pagefaults 0swaps
google-ngrams: stdout output DIFFERS.
google-ngrams: stderr output DIFFERS.

*** Running test hidden-ngram ***
Command exited with non-zero status 127
0.00user 0.00system 0:00.01elapsed 33%CPU (0avgtext+0avgdata 0maxresident)k
16inputs+8outputs (0major+595minor)pagefaults 0swaps
hidden-ngram: stdout output DIFFERS.
hidden-ngram: stderr output DIFFERS.

*** Running test hidden-ngram-nbest ***
Command exited with non-zero status 127
0.00user 0.00system 0:00.01elapsed 0%CPU (0avgtext+0avgdata 0maxresident)k
16inputs+8outputs (0major+598minor)pagefaults 0swaps
hidden-ngram-nbest: stdout output DIFFERS.
hidden-ngram-nbest: stderr output DIFFERS.

*** Running test hidden-ngram-textmap ***
Command exited with non-zero status 127
0.00user 0.00system 0:00.00elapsed 0%CPU (0avgtext+0avgdata 0maxresident)k
24inputs+8outputs (0major+595minor)pagefaults 0swaps
hidden-ngram-textmap: stdout output DIFFERS.
hidden-ngram-textmap: stderr output DIFFERS.

*** Running test lattice-expansion ***
0.00user 0.01system 0:00.04elapsed 35%CPU (0avgtext+0avgdata 0maxresident)k
56inputs+16outputs (0major+1927minor)pagefaults 0swaps
lattice-expansion: stdout output DIFFERS.
lattice-expansion: no reference stderr output found.

*** Running test lattice-expansion-new ***
0.00user 0.01system 0:00.02elapsed 76%CPU (0avgtext+0avgdata 0maxresident)k
16inputs+16outputs (0major+1923minor)pagefaults 0swaps
lattice-expansion-new: stdout output DIFFERS.
lattice-expansion-new: stderr output DIFFERS.

*** Running test lattice-expansion-ppl ***
0.00user 0.00system 0:00.01elapsed 44%CPU (0avgtext+0avgdata 0maxresident)k
16inputs+8outputs (0major+1054minor)pagefaults 0swaps
lattice-expansion-ppl: stdout output DIFFERS.
lattice-expansion-ppl: stderr output DIFFERS.

*** Running test lattice-ngrams ***
0.00user 0.00system 0:00.01elapsed 72%CPU (0avgtext+0avgdata 0maxresident)k
24inputs+8outputs (0major+1051minor)pagefaults 0swaps
lattice-ngrams: stdout output DIFFERS.
lattice-ngrams: stderr output DIFFERS.

*** Running test make-big-lm ***
6.30user 0.08system 0:06.16elapsed 103%CPU (0avgtext+0avgdata 0maxresident)k
14904inputs+56outputs (0major+4973minor)pagefaults 0swaps
make-big-lm: stdout output DIFFERS.
make-big-lm: stderr output DIFFERS.

*** Running test make-big-lm-kn ***
0.00user 0.01system 0:00.04elapsed 41%CPU (0avgtext+0avgdata 0maxresident)k
16inputs+8outputs (0major+2520minor)pagefaults 0swaps
make-big-lm-kn: stdout output DIFFERS.
make-big-lm-kn: stderr output DIFFERS.

*** Running test make-big-lm-kn-subset ***
6.46user 0.05system 0:06.24elapsed 104%CPU (0avgtext+0avgdata 0maxresident)k
24inputs+56outputs (0major+5355minor)pagefaults 0swaps
make-big-lm-kn-subset: stdout output DIFFERS.
make-big-lm-kn-subset: stderr output DIFFERS.

*** Running test make-ngram-pfsg ***
0.00user 0.00system 0:00.02elapsed 54%CPU (0avgtext+0avgdata 0maxresident)k
16inputs+16outputs (0major+2026minor)pagefaults 0swaps
make-ngram-pfsg: stdout output DIFFERS.
make-ngram-pfsg: stderr output DIFFERS.

*** Running test make-unigram-pfsg ***
0.00user 0.01system 0:00.01elapsed 142%CPU (0avgtext+0avgdata 0maxresident)k
24inputs+24outputs (0major+1959minor)pagefaults 0swaps
make-unigram-pfsg: stdout output IDENTICAL.
make-unigram-pfsg: stderr output IDENTICAL.

*** Running test merge-batch-counts ***
0.01user 0.02system 0:00.09elapsed 47%CPU (0avgtext+0avgdata 0maxresident)k
600inputs+872outputs (4major+3793minor)pagefaults 0swaps
merge-batch-counts: stdout output IDENTICAL.
merge-batch-counts: stderr output DIFFERS.

*** Running test multi-ngram ***
0.00user 0.00system 0:00.02elapsed 20%CPU (0avgtext+0avgdata 0maxresident)k
16inputs+8outputs (0major+1111minor)pagefaults 0swaps
multi-ngram: stdout output DIFFERS.
multi-ngram: stderr output DIFFERS.

*** Running test nbest-lattice-align-mesh ***
0.00user 0.00system 0:00.02elapsed 14%CPU (0avgtext+0avgdata 0maxresident)k
16inputs+8outputs (0major+812minor)pagefaults 0swaps
nbest-lattice-align-mesh: stdout output DIFFERS.
nbest-lattice-align-mesh: stderr output DIFFERS.

*** Running test nbest-optimize ***
0.00user 0.01system 0:00.02elapsed 76%CPU (0avgtext+0avgdata 0maxresident)k
72inputs+24outputs (0major+1624minor)pagefaults 0swaps
nbest-optimize: stdout output DIFFERS.
nbest-optimize: stderr output DIFFERS.

*** Running test nbest-optimize-bleu ***
0.00user 0.00system 0:00.03elapsed 10%CPU (0avgtext+0avgdata 0maxresident)k
56inputs+16outputs (0major+1628minor)pagefaults 0swaps
nbest-optimize-bleu: stdout output DIFFERS.
nbest-optimize-bleu: stderr output DIFFERS.

*** Running test nbest-rescore ***
0.49user 0.26system 0:00.72elapsed 104%CPU (0avgtext+0avgdata 0maxresident)k
2288inputs+16outputs (0major+67587minor)pagefaults 0swaps
nbest-rescore: stdout output DIFFERS.
nbest-rescore: stderr output DIFFERS.

*** Running test nbest-rover ***
0.16user 0.04system 0:00.17elapsed 122%CPU (0avgtext+0avgdata 0maxresident)k
72inputs+408outputs (0major+7852minor)pagefaults 0swaps
nbest-rover: stdout output DIFFERS.
nbest-rover: stderr output DIFFERS.

*** Running test nbest-rover-acoustic ***
0.56user 0.05system 0:00.45elapsed 137%CPU (0avgtext+0avgdata 0maxresident)k
504inputs+5912outputs (0major+9969minor)pagefaults 0swaps
nbest-rover-acoustic: no reference stdout output found.
nbest-rover-acoustic: stderr output DIFFERS.

*** Running test nbest-rover-posteriors ***
0.16user 0.02system 0:00.18elapsed 98%CPU (0avgtext+0avgdata 0maxresident)k
16inputs+408outputs (0major+8098minor)pagefaults 0swaps
nbest-rover-posteriors: no reference stdout output found.
nbest-rover-posteriors: stderr output DIFFERS.

*** Running test ngram-binary ***
0.00user 0.00system 0:00.01elapsed 33%CPU (0avgtext+0avgdata 0maxresident)k
16inputs+8outputs (0major+813minor)pagefaults 0swaps
ngram-binary: stdout output DIFFERS.
ngram-binary: stderr output DIFFERS.

*** Running test ngram-class ***
0.00user 0.00system 0:00.03elapsed 23%CPU (0avgtext+0avgdata 0maxresident)k
16inputs+8outputs (0major+1351minor)pagefaults 0swaps
ngram-class: stdout output DIFFERS.
ngram-class: stderr output DIFFERS.

*** Running test ngram-count-abs ***
0.00user 0.00system 0:00.01elapsed 85%CPU (0avgtext+0avgdata 0maxresident)k
40inputs+8outputs (0major+1782minor)pagefaults 0swaps
ngram-count-abs: stdout output DIFFERS.
ngram-count-abs: stderr output DIFFERS.

*** Running test ngram-count-addsmooth ***
0.00user 0.00system 0:00.00elapsed 100%CPU (0avgtext+0avgdata 0maxresident)k
16inputs+8outputs (0major+812minor)pagefaults 0swaps
ngram-count-addsmooth: stdout output DIFFERS.
ngram-count-addsmooth: stderr output DIFFERS.

*** Running test ngram-count-gt ***
Command exited with non-zero status 127
0.00user 0.00system 0:00.04elapsed 9%CPU (0avgtext+0avgdata 0maxresident)k
8inputs+8outputs (0major+599minor)pagefaults 0swaps
ngram-count-gt: stdout output DIFFERS.
ngram-count-gt: stderr output DIFFERS.

*** Running test ngram-count-gt-novocab ***
0.00user 0.00system 0:00.03elapsed 10%CPU (0avgtext+0avgdata 0maxresident)k
16inputs+8outputs (0major+812minor)pagefaults 0swaps
ngram-count-gt-novocab: stdout output DIFFERS.
ngram-count-gt-novocab: stderr output DIFFERS.

*** Running test ngram-count-kn ***
0.00user 0.00system 0:00.01elapsed 0%CPU (0avgtext+0avgdata 0maxresident)k
16inputs+8outputs (0major+818minor)pagefaults 0swaps
ngram-count-kn: stdout output DIFFERS.
ngram-count-kn: stderr output DIFFERS.

*** Running test ngram-count-kn-int ***
0.00user 0.00system 0:00.00elapsed 0%CPU (0avgtext+0avgdata 0maxresident)k
16inputs+8outputs (0major+812minor)pagefaults 0swaps
ngram-count-kn-int: stdout output DIFFERS.
ngram-count-kn-int: stderr output DIFFERS.

*** Running test ngram-count-lm ***
0.00user 0.00system 0:00.02elapsed 48%CPU (0avgtext+0avgdata 0maxresident)k
16inputs+16outputs (0major+1025minor)pagefaults 0swaps
ngram-count-lm: stdout output DIFFERS.
ngram-count-lm: stderr output DIFFERS.

*** Running test ngram-count-lm-limit-vocab ***
0.01user 0.00system 0:00.05elapsed 39%CPU (0avgtext+0avgdata 0maxresident)k
104inputs+24outputs (2major+1921minor)pagefaults 0swaps
ngram-count-lm-limit-vocab: stdout output DIFFERS.
ngram-count-lm-limit-vocab: stderr output DIFFERS.

*** Running test ngram-count-wb ***
0.00user 0.00system 0:00.02elapsed 41%CPU (0avgtext+0avgdata 0maxresident)k
16inputs+8outputs (0major+812minor)pagefaults 0swaps
ngram-count-wb: stdout output DIFFERS.
ngram-count-wb: stderr output DIFFERS.

*** Running test ngram-count-wb-subset ***
0.04user 0.01system 0:00.10elapsed 49%CPU (0avgtext+0avgdata 0maxresident)k
24inputs+8outputs (0major+1822minor)pagefaults 0swaps
ngram-count-wb-subset: stdout output DIFFERS.
ngram-count-wb-subset: stderr output DIFFERS.

*** Running test ngram-factored ***
0.00user 0.00system 0:00.03elapsed 26%CPU (0avgtext+0avgdata 0maxresident)k
16inputs+8outputs (0major+811minor)pagefaults 0swaps
ngram-factored: stdout output DIFFERS.
ngram-factored: stderr output DIFFERS.

*** Running test ngram-interpolate ***
Command exited with non-zero status 127
0.00user 0.00system 0:00.00elapsed 0%CPU (0avgtext+0avgdata 0maxresident)k
16inputs+8outputs (0major+597minor)pagefaults 0swaps
ngram-interpolate: stdout output DIFFERS.
ngram-interpolate: stderr output DIFFERS.

*** Running test ngram-loglinear ***
Command exited with non-zero status 127
0.00user 0.00system 0:00.01elapsed 26%CPU (0avgtext+0avgdata 0maxresident)k
16inputs+8outputs (0major+906minor)pagefaults 0swaps
ngram-loglinear: stdout output DIFFERS.
ngram-loglinear: stderr output DIFFERS.

*** Running test ngram-loglinear-rescore ***
0.00user 0.00system 0:00.00elapsed 133%CPU (0avgtext+0avgdata 0maxresident)k
16inputs+8outputs (0major+1427minor)pagefaults 0swaps
ngram-loglinear-rescore: stdout output DIFFERS.
ngram-loglinear-rescore: stderr output DIFFERS.

*** Running test ngram-multiwords ***
Command exited with non-zero status 127
0.00user 0.00system 0:00.01elapsed 23%CPU (0avgtext+0avgdata 0maxresident)k
16inputs+8outputs (0major+756minor)pagefaults 0swaps
ngram-multiwords: stdout output DIFFERS.
ngram-multiwords: stderr output DIFFERS.

*** Running test ngram-prune ***
0.00user 0.00system 0:00.00elapsed 100%CPU (0avgtext+0avgdata 0maxresident)k
16inputs+8outputs (0major+810minor)pagefaults 0swaps
ngram-prune: stdout output DIFFERS.
ngram-prune: stderr output DIFFERS.

*** Running test ngram-server ***
Command exited with non-zero status 1
0.01user 0.00system 0:04.03elapsed 0%CPU (0avgtext+0avgdata 0maxresident)k
16inputs+24outputs (0major+1835minor)pagefaults 0swaps
ngram-server: stdout output DIFFERS.
ngram-server: stderr output DIFFERS.

*** Running test ppl-counts ***
Command exited with non-zero status 127
0.00user 0.00system 0:00.04elapsed 30%CPU (0avgtext+0avgdata 0maxresident)k
16inputs+8outputs (0major+1557minor)pagefaults 0swaps
ppl-counts: stdout output DIFFERS.
ppl-counts: stderr output DIFFERS.

*** Running test tagged-ngram ***
0.00user 0.00system 0:00.00elapsed 114%CPU (0avgtext+0avgdata 0maxresident)k
16inputs+8outputs (0major+964minor)pagefaults 0swaps
tagged-ngram: stdout output DIFFERS.
tagged-ngram: stderr output DIFFERS.

*** Running test vocab-aliases ***
Command exited with non-zero status 127
0.00user 0.00system 0:00.00elapsed 133%CPU (0avgtext+0avgdata 0maxresident)k
16inputs+8outputs (0major+754minor)pagefaults 0swaps
vocab-aliases: stdout output DIFFERS.
vocab-aliases: stderr output DIFFERS.
jubuntu at jubuntu-laptop:~/srilm/test$ echo $PATH
/home/jubuntu/srilm/bin/i686-gcc4:/home/jubuntu/srilm/bin:/home/jubuntu/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/opt/real/RealPlayer


More information about the SRILM-User mailing list