<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 10/10/2013 1:45 AM, Laatar Rim
      wrote:<br>
    </div>
    <blockquote
      cite="mid:1381394724.72897.YahooMailNeo@web133001.mail.ir2.yahoo.com"
      type="cite">
      <div style="color:#000; background-color:#fff; font-family:times
        new roman, new york, times, serif;font-size:12pt">
        <div><span>Hello,<br>
            I tried to install on my machine SRIL Ubunti 12.04 i686, I
            followed the following steps:<br>
            1. I downloaded the file<br>
            2. I decompress<br>
            3. I edit the <a class="moz-txt-link-freetext" href="file:Makefile.machine.i686">file:Makefile.machine.i686</a><br>
            <br>
            <br>
            # Tcl support (standard in Linux)<br>
                 TCL_INCLUDE = /usr/include/tcl8.5<br>
          </span></div>
      </div>
    </blockquote>
    This needs to be -I<span>/usr/include/tcl8.5  .<br>
      Make there sure is a tcl.h file in that directory.<br>
      <br>
    </span>
    <blockquote
      cite="mid:1381394724.72897.YahooMailNeo@web133001.mail.ir2.yahoo.com"
      type="cite">
      <div style="color:#000; background-color:#fff; font-family:times
        new roman, new york, times, serif;font-size:12pt">
        <div><span><br>
                 TCL_LIBRARY = -ltcl8.5<br>
            <br>
            <br>
            <br>
            and <br>
            <br>
               GCC_FLAGS = -mtune=pentium3 -Wall -Wno-unused-variable
            -Wno-uninitialized<br>
               CC = /usr/bin/gcc $(GCC_FLAGS)<br>
               CXX = /usr/bin/gcc/g++ $(GCC_FLAGS)<br>
            <br>
            but when I execute the command make World  it shows me the
            following error:<br>
            <br>
            hp@ubuntu:~/SRILM/srilm$ make World<br>
            make: /home/hp/SRILM/srilm/bin/i686/sbin/machine-type :
            commande introuvable<br>
          </span></div>
      </div>
    </blockquote>
    The SRILM variable needs to point to the top of the directory tree,
    not the bin/i686 directory.<br>
    The machine-type script lives in $SRILM/sbin .<br>
    <br>
    Andreas<br>
    <br>
    <blockquote
      cite="mid:1381394724.72897.YahooMailNeo@web133001.mail.ir2.yahoo.com"
      type="cite">
      <div style="color:#000; background-color:#fff; font-family:times
        new roman, new york, times, serif;font-size:12pt">
        <div><span>Makefile:13:
            /home/hp/SRILM/srilm/bin/i686/common/Makefile.common.variables:
            Aucun fichier ou dossier de ce type<br>
            make: *** Pas de règle pour fabriquer la cible «
            /home/hp/SRILM/srilm/bin/i686/common/Makefile.common.variables
            ». Arrêt.<br>
            hp@ubuntu:~/SRILM/srilm$<br>
          </span><br>
        </div>
      </div>
    </blockquote>
    <br>
  </body>
</html>