Hi all,

My first attempt at testing moses2 failed because CreateProbingPT2 could not be 
found...

On the last line of mosesdecoder/Jamroot, CreateProbingPT2 is created as a 
symlink to CreateProbingPT, but this is done in the $(TOP)/bin directory (same 
for moses_chart BTW). However, $(TOP) refers to the build directory, which may 
differ from the final install directory, namely when --prefix is used and set 
to something else than the current directory. In this case, the symlinks are 
indeed created, but in a directory from which the executables have already been 
moved out of...

Can somebody confirm that behavior? I'm a little surprised that this hasn't 
come up earlier... For me, replacing $(TOP) by $(PREFIX) in the last couple of 
lines of the Jamroot file did the trick both when using --prefix and when not 
using it, but maybe there is a better way to handle this.

Best,
Yves
_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to