Hi Liling On Mon, Apr 4, 2016 at 11:28 PM, liling tan <[email protected]> wrote:
> > Is that the normal/expected behavior of the .bjam in compile.sh for Ubuntu? > Yes, without --static in the bjam command, static linking is not guaranteed. As this page: http://www.statmt.org/moses/?n=Development.GetStarted explains, the default linking method is static, but it will still fall back to shared in some cases. For instance, your libboost library was not linked statically the first time you've built moses. This is a problem especially if you move moses to another system after you've built it. @all In what circumstances does the build process fall back to "shared" with the default settings? Why is it not "--static" that is the default? Regards Mathias > > > Regards, > Liling > > _______________________________________________ > Moses-support mailing list > [email protected] > http://mailman.mit.edu/mailman/listinfo/moses-support > >
_______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
