Hi<br><br>As far as I can tell, BOOST_ROOT is only for packages which require the boost sources (not just the library or development installation)<br><br>So whatever they are trying to build doesn&#39;t depend on liboost, it depends on the boost source package.
<br>e.g.<br>$ cd /usr/local/src<br>$ apt-get source boost<br><br>Then they can set BOOST_ROOT to wherever they installed the source package (e.g. /usr/local/src)<br><br>Am I correct? <br><br>Cheers<br>Karl<br><br>