I'm running on Centos 5, and as such have an older version of boost 1.39 in /usr/include, with the boost libraries in /usr/lib64.
In older versions of Moses, I was able to compile Moses with boost by providing a flag to configure --with-boost-libdir=/usr/lib64. This option is no longer present in trunk. In the current version of trunk, the only relevant option seems to be --with-boost. When I run configure without this option, configure correctly finds the headers in /usr/include, but make fails to find the libraries in /usr/lib64. When I run configure with --with-boost=/usr/lib64, configure fails to find the headers (presumably because it's looking for them in /usr/lib64!). The old way of being able to specify just the libdir for boost was exactly what I needed. Does anyone know why this option disappeared? Or know of a current way to compile in this situation? Thanks, Lane
_______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
