[SRILM-Announce] call for help

Andreas Stolcke stolcke at speech.sri.com
Mon Apr 26 00:29:24 PDT 2010


In message <y2t3a6b0b141004252302lc20dd6abme35cf35ab16feda9 at mail.gmail.com>you wrote:
> --===============0628262118==
> Content-Type: multipart/alternative; boundary=00032555bb9af05b6e04851d85b4
> 
> --00032555bb9af05b6e04851d85b4
> Content-Type: text/plain; charset=ISO-8859-1
> 
> when i try to execute the make world command i found the following error
> mkdir include lib bin
> mkdir: cannot create directory `include': File exists
> mkdir: cannot create directory `lib': File exists
> mkdir: cannot create directory `bin': File exists
> make: [dirs] Error 1 (ignored)
> make init
> make[1]: Entering directory `/home/fasika/ermias/SRILM'
> for subdir in misc dstruct lm flm lattice utils; do \
>                 (cd $subdir/src; make SRILM= MACHINE_TYPE=i686 OPTION=
> MAKE_PIC= init) || exit 1; \
>         done

you are not setting the SRILM variable.  
It needs to point to the director where you unpacked SRILM.
Either edit the top-level Makefile, or give it on the command line:

make SRILM=/path/to/srilm World ...

Andreas 



More information about the SRILM-Announce mailing list