<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/29/2013 6:13 PM, Laatar Rim
      wrote:<br>
    </div>
    <blockquote
      cite="mid:1383041621.54905.YahooMailNeo@web133005.mail.ir2.yahoo.com"
      type="cite">
      <div style="color:#000; background-color:#fff;
        font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial,
        Lucida Grande, sans-serif;font-size:12pt">
        <div><br>
        </div>
        <div id="gt-src-tools">
          <div id="gt-src-tools-l">
            <div style="display: inline-block;" id="gt-input-tool">
              <div id="itamenu"><span class=""></span></div>
            </div>
          </div>
        </div>
        <div id="gt-res-content" class="">
          <div dir="ltr" style="zoom:1"><span id="result_box" class=""
              lang="en"><span class="">to install</span> <span class="">SRILM</span>
              <span class="">I</span> <span class="">followed</span> <span
                class="">the  steps:</span><br>
              <span class="">1 -</span> <span class="">downolad</span>
              <span class="">package</span><br>
              <span class="">2 -</span> <span class="">srilm</span> <span
                class="">/ common</span> <span class="">I</span> <span
                class="">CAHNGE</span><span>:</span> <br>
               # Tcl support (standard in Linux)<br>
                   TCL_INCLUDE = -I/usr/include/tcl8.5  <br>
              <br>
                   TCL_LIBRARY = -ltcl8.5<br>
              <br>
               # Use the GNU C compiler.<br>
                GCC_FLAGS = -march=i686 -Wreturn-type -Wimplicit<br>
              CC = /usr/bin/gcc $(GCC_FLAGS)<br>
              CXX = /usr/bin/g++ -Wno-deprecated $(GCC_FLAGS)
              -DINSTANTIATE_TEMPLATES<br>
              <br>
              <span class="">3</span> <span class="">- run</span>
              /home/hp/SRILM/srilm/sbin/machine-type<br>
              <span class="">set</span> <span class="">environment
                variables</span><span>:</span> <br>
              export SRILM=/home/hp/SRILM/srilm<br>
              export PATH=$PATH:$SRILM<br>
              <span class="">but I still have</span> <span class="">these
                errors: hp@ubuntu:~/SRILM/srilm$ make test<br>
                make: /sbin/machine-type : commande introuvable<br>
                Makefile:13: /common/Makefile.common.variables: Aucun
                fichier ou dossier de ce type<br>
                make: *** Pas de règle pour fabriquer la cible «
                /common/Makefile.common.variables ». Arrêt.<br>
              </span></span></div>
        </div>
      </div>
    </blockquote>
    <br>
    Try running <br>
    <br>
            make SRILM=/home/hp/SRILM/srilm  World<br>
    <br>
    If that goes well (no error message)<br>
    <br>
            make SRILM=/home/hp/SRILM/srilm test<br>
    <br>
    Andreas<br>
    <br>
    <br>
    <br>
  </body>
</html>