[SRILM User List] SRILM installation help

Andreas Stolcke stolcke at speech.sri.com
Fri Jan 29 11:41:06 PST 2010


On 1/29/2010 2:30 AM, rashlin .. wrote:
> Hi...........
>  i tried to install SRILM...While unzipping SRILM using tar command, 
> some stderr is displaying.....why it happens????
> Here i am copy pasting.......
>
> /////////////////////////////////////////////////////////////////////////////
>
> /test/reference/lattice-
> expansion-ppl.stdout
> ./test/reference/ppl-counts.stdout
> ./test/reference/ngram-count-gt.stdout
> ./test/reference/ngram-count-kn-int.stderr
> ./test/reference/ngram-count-kn-int.stdout
> ./test/reference/ngram-count-addsmooth.stdout
> ./test/reference/ngram-count-kn.stderr
> ./test/reference/ngram-count-kn.stdout
> ./test/reference/ngram-count-wb.stderr
> ./test/reference/ngram-count-wb.stdout
> ./test/reference/ngram-multiwords.stderr
> ./test/reference/ngram-multiwords.stdout
> ./test/reference/nbest-rover-posteriors.INTEL.stdout
> ./test/reference/nbest-rover-posteriors.stderr
> ./test/reference/ngram-interpolate.stdout
> ./test/reference/ngram-count-gt.stderr
> ./test/reference/nbest-rover-acoustic.stderr
> ./test/reference/tagged-ngram.stderr
> ./test/reference/class-ngram-simple.stderr
>
> /////////////////////////////////////////////////////////////////////////////
>
> At first i neglected these errors and followed the remaing installion 
> instructions..But the command "make World" gives again errors.....i am 
> giving here the compilation output.............
>
>
> *********************************************************************************************************************************
> g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES 
> -D_FILE_OFFSET_BITS=64    -I. -I../../include   -u matherr 
> -L../../lib/i686  -g -O3 -o ../bin/i686/ngram ../obj/i686/ngram.o 
> ../obj/i686/liboolm.a -lm -ldl ../../lib/i686/libflm.a 
> ../../lib/i686/libdstruct.a ../../lib/i686/libmisc.a -ltcl -lm 2>&1 | 
> c++filt
> /usr/bin/ld: cannot find -ltcl
> collect2: ld returned 1 exit status
Here you have your problem.  The Tcl library is not found on your 
system.  You can try another library name (like -ltcl8.4) or disable the 
use of Tcl (see INSTALL file).

Andreas

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.speech.sri.com/pipermail/srilm-user/attachments/20100129/dbcdfe59/attachment.html>


More information about the SRILM-User mailing list