Hi all,

i also facing similar problem on ubuntu 10.04 (LTS).

i am installing SRILM software on Ubuntu 10.04(updated)(i686 arch).Going by
the INSTALL file i have set SRILM variable accordingly to point to  Make
file and CC and CXX variables in Makefile.machine.i686. i have changed
NO_TCL to X.
it showing me following errors after running make World command:-

make: /sbin/machine-type: Command not found
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]: /sbin/machine-type: Command not found
make[1]: Entering directory `/home/nakul/Desktop/srilm'
for subdir in misc dstruct lm flm lattice utils; do \
        (cd $subdir/src; make SRILM= MACHINE_TYPE= OPTION= MAKE_PIC= init)
|| exit 1; \
    done
make[2]: Entering directory `/home/nakul/Desktop/srilm/misc/src'
Makefile:24: /common/Makefile.common.variables: No such file or directory
Makefile:139: /common/Makefile.common.targets: No such file or directory
make[2]: *** No rule to make target `/common/Makefile.common.targets'.
Stop.
make[2]: Leaving directory `/home/nakul/Desktop/srilm/misc/src'
make[1]: *** [init] Error 1
make[1]: Leaving directory `/home/nakul/Desktop/srilm'
make: *** [World] Error 2

Problem again seems to be on the level of checking the dependencies.Please
tell what should be done ?

On Tue, Oct 5, 2010 at 9:43 PM, <[email protected]> wrote:

> Send Moses-support mailing list submissions to
>        [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://mailman.mit.edu/mailman/listinfo/moses-support
> or, via email, send a message with subject or body 'help' to
>        [email protected]
>
> You can reach the person managing the list at
>        [email protected]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Moses-support digest..."
>
>
> Today's Topics:
>
>   1. problem in installing SRILM (amin farajian)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 5 Oct 2010 13:59:18 +0330
> From: amin farajian <[email protected]>
> Subject: [Moses-support] problem in installing SRILM
> To: [email protected]
> Message-ID:
>        
> <[email protected]<739xatjm91vujcdpx%[email protected]>
> >
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi all,
>
> I am trying to install SRILM on my machine (i486 with debian)
> According the instructions in INSTALL file, I changed the SRILM variable in
> Make file and CC and CXX variables in Makefile.machine.i686. I also added
> NO_TCL=X to this file. but while trying to install SRILM (by this command:
> make Wor), I faced these problems:
>
> ar: creating ../obj/i686/libmisc.a
> ar: creating ../obj/i686/libdstruct.a
> make[2]: [/home/amin/MT/srilm//bin/
> i686/maxalloc] Error 1 (ignored)
> make[2]: [/home/amin/MT/srilm//bin/i686/ngram] Error 1 (ignored)
> make[2]: [/home/amin/MT/srilm//bin/i686/ngram-count] Error 1 (ignored)
> make[2]: [/home/amin/MT/srilm//bin/i686/ngram-merge] Error 1 (ignored)
> make[2]: [/home/amin/MT/srilm//bin/i686/ngram-class] Error 1 (ignored)
> make[2]: [/home/amin/MT/srilm//bin/i686/disambig] Error 1 (ignored)
> make[2]: [/home/amin/MT/srilm//bin/i686/anti-ngram] Error 1 (ignored)
> make[2]: [/home/amin/MT/srilm//bin/i686/nbest-lattice] Error 1 (ignored)
> make[2]: [/home/amin/MT/srilm//bin/i686/nbest-mix] Error 1 (ignored)
> make[2]: [/home/amin/MT/srilm//bin/i686/nbest-optimize] Error 1 (ignored)
> make[2]: [/home/amin/MT/srilm//bin/i686/nbest-pron-score] Error 1 (ignored)
> make[2]: [/home/amin/MT/srilm//bin/i686/segment] Error 1 (ignored)
> make[2]: [/home/amin/MT/srilm//bin/i686/segment-nbest] Error 1 (ignored)
> make[2]: [/home/amin/MT/srilm//bin/i686/hidden-ngram] Error 1 (ignored)
> make[2]: [/home/amin/MT/srilm//bin/i686/multi-ngram] Error 1 (ignored)
> make[2]: [/home/amin/MT/srilm//bin/i686/fngram-count] Error 1 (ignored)
> make[2]: [/home/amin/MT/srilm//bin/i686/fngram] Error 1 (ignored)
> make[2]: [/home/amin/MT/srilm//bin/i686/lattice-tool] Error 1 (ignored)
>
>
>
> what is wrong? As it passes the dependencies check level, I think that this
> problem is not from missed libraries. So what is wrong?
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://mailman.mit.edu/mailman/private/moses-support/attachments/20101005/22040548/attachment-0001.htm
>
> ------------------------------
>
> _______________________________________________
> Moses-support mailing list
> [email protected]
> http://mailman.mit.edu/mailman/listinfo/moses-support
>
>
> End of Moses-support Digest, Vol 48, Issue 3
> ********************************************
>
_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to