<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
On 1/29/2010 2:30 AM, rashlin .. wrote:
<blockquote
 cite="mid:d55355601001290230m6d6b7f8eyd5fd4aec9550d287@mail.gmail.com"
 type="cite">Hi...........<br>
&nbsp;i tried to install SRILM...While unzipping SRILM using tar command,
some stderr is displaying.....why it happens????<br>
Here i am copy pasting.......<br>
  <br>
  <span style="background-color: rgb(255, 204, 153);">/////////////////////////////////////////////////////////////////////////////</span><br
 style="background-color: rgb(255, 204, 153);">
  <br>
/test/reference/lattice-
  <div>expansion-ppl.stdout<br>
./test/reference/ppl-counts.stdout<br>
./test/reference/ngram-count-gt.stdout<br>
./test/reference/ngram-count-kn-int.stderr<br>
./test/reference/ngram-count-kn-int.stdout<br>
./test/reference/ngram-count-addsmooth.stdout<br>
./test/reference/<span style="background-color: rgb(255, 204, 204);">ngram-count-kn.stderr</span><br>
./test/reference/ngram-count-kn.stdout<br>
./test/reference/<span style="background-color: rgb(255, 204, 204);">ngram-count-wb.stderr</span><br>
./test/reference/ngram-count-wb.stdout<br>
./test/reference/<span style="background-color: rgb(255, 204, 204);">ngram-multiwords.stderr</span><br>
./test/reference/ngram-multiwords.stdout<br>
./test/reference/nbest-rover-posteriors.INTEL.stdout<br>
./test/reference/<span style="background-color: rgb(255, 204, 204);">nbest-rover-posteriors.stderr</span><br>
./test/reference/ngram-interpolate.stdout<br>
./test/reference/<span style="background-color: rgb(255, 204, 204);">ngram-count-gt.stderr</span><br>
./test/reference/nbest-rover-acoustic.stderr<br>
./test/reference/<span style="background-color: rgb(255, 204, 204);">tagged-ngram.stderr</span><br>
./test/reference/<span style="background-color: rgb(255, 204, 204);">class-ngram-simple.stderr</span><br>
  <br>
  <span style="background-color: rgb(255, 204, 204);">/////////////////////////////////////////////////////////////////////////////</span><br>
  <br>
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.............<br>
  <br>
  <br>
  <span style="background-color: rgb(255, 102, 102);">*********************************************************************************************************************************</span><br>
g++
-mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES
-D_FILE_OFFSET_BITS=64&nbsp;&nbsp;&nbsp; -I. -I../../include&nbsp;&nbsp; -u matherr
-L../../lib/i686&nbsp; -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&gt;&amp;1 | c++filt<br>
/usr/bin/ld: cannot find -ltcl<br>
collect2: ld returned 1 exit status<br>
  </div>
</blockquote>
Here you have your problem.&nbsp; The Tcl library is not found on your
system.&nbsp; You can try another library name (like -ltcl8.4) or disable
the use of Tcl (see INSTALL file).<br>
<br>
Andreas<br>
<br>
</body>
</html>