<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div bgcolor="#ffffff" text="#000000"><div class="im">this time it is the SRILM variable that is not set correctly.  It
appears to be set to ~/Downloads/srilm, but the ~ symbol is not
understood by make or /bin/sh.</div>
Try <br>
make SRILM=/full/path/to/your/srilm/directory ....<br><font color="#888888">
<br>
Andreas </font></div></blockquote><div><br></div><div>Thanks Andreas. I was able to get it all built.</div><div><br></div><div>I set the SRILM variable, but then had an issue with multiple definitions for some functions in one of the standard headers. I changed my machine type to i686-gcc4 per this thread (<a href="http://www-speech.sri.com/pipermail/srilm-user/2009q4/000796.html">http://www-speech.sri.com/pipermail/srilm-user/2009q4/000796.html</a>) and then had issues with a missing Tcl.h header. I installed tcl-devel but it still didn&#39;t work and thus I got to:</div>

<div><br></div><div>`make MACHINE_TYPE=i686-gcc4 SRILM=/full/path/to/my/srilm/directory NO_TCL=X World`</div><div><br></div><div>I&#39;ve successfully been able to use ngram-count now. Thanks again for your help.</div><div>

<br></div><div>- jared</div></div>