I add the BINDIR to the environment variable,but the problem still exists. my ubuntu 8.04 is under VM ,time in ubuntu and VM is incorrect,is it the case? so It can not create the correct scripts file.
在2009-01-12,"Francis Tyers" <[email protected]> 写道: El lun, 12-01-2009 a las 09:31 +0000, xinghua dong escribió: > I got : > All files that need compilation were compiled > Please specify a BINDIR. > > The BINDIR directory must contain GIZA++, snt2cooc.out and mkcls > executables. > These are available from http://www.fjoch.com/GIZA++.html and > http://www-i6.informatik.rwth-aachen.de/Colleagues/och/software/mkcls.html . > make: *** [release] error 1 > But I can see contain GIZA++, snt2cooc.out and mkcls in the bin folder > and the > path is right .what is wrong ? > thanks for your reply. It wants an environment variable. Do: $ echo $BINDIR If nothing comes out, then do: $ export BINDIR=/path/to/your/bin/directory Fran
_______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
