[SRILM User List] installation srilm

Andreas Stolcke stolcke at icsi.berkeley.edu
Thu Oct 10 07:40:56 PDT 2013


On 10/10/2013 1:45 AM, Laatar Rim wrote:
> Hello,
> I tried to install on my machine SRIL Ubunti 12.04 i686, I followed 
> the following steps:
> 1. I downloaded the file
> 2. I decompress
> 3. I edit the file:Makefile.machine.i686
>
>
> # Tcl support (standard in Linux)
>      TCL_INCLUDE = /usr/include/tcl8.5
This needs to be -I/usr/include/tcl8.5  .
Make there sure is a tcl.h file in that directory.

>
>      TCL_LIBRARY = -ltcl8.5
>
>
>
> and
>
>    GCC_FLAGS = -mtune=pentium3 -Wall -Wno-unused-variable 
> -Wno-uninitialized
>    CC = /usr/bin/gcc $(GCC_FLAGS)
>    CXX = /usr/bin/gcc/g++ $(GCC_FLAGS)
>
> but when I execute the command make World  it shows me the following 
> error:
>
> hp at ubuntu:~/SRILM/srilm$ make World
> make: /home/hp/SRILM/srilm/bin/i686/sbin/machine-type : commande 
> introuvable
The SRILM variable needs to point to the top of the directory tree, not 
the bin/i686 directory.
The machine-type script lives in $SRILM/sbin .

Andreas

> Makefile:13: 
> /home/hp/SRILM/srilm/bin/i686/common/Makefile.common.variables: Aucun 
> fichier ou dossier de ce type
> make: *** Pas de règle pour fabriquer la cible « 
> /home/hp/SRILM/srilm/bin/i686/common/Makefile.common.variables ». Arrêt.
> hp at ubuntu:~/SRILM/srilm$
>

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


More information about the SRILM-User mailing list