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
