On 2009/05/06 06:45, Andrej Elizarov wrote:
> First, to configure boost there is bootstrap.sh, which one compile bjam
> utility needed to compile boost.
> Some files in boost out-of-tar has no permissions for execution, so chmod is
> only way to build bjam.
> Don't know.. may be overwrite "extract" in Makefile and use combination
> (umask,tar -p)?
either chmod in pre-configure, or if it's only bootstrap.sh that's a
problem, do something like this in pre-configure or do-configure:
cd ${WRKDIR}; ${SH} bootstrap.sh
> Second, just weird situation, boost can't find bzlib.h while compiling. I
> have one of course in /usr/local/include.
it probably needs some -I${LOCALBASE}/include somewhere.