$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Reed Kotler (reedkotler_at_[hidden])
Date: 2005-11-29 14:20:05
there is a bug in build.sh for jam for solaris
"change: to build.sh
if test -r /opt/SUNWspro/bin/cc ; then
BOOST_JAM_TOOLSET_ROOT=/opt/SUNWspro/
fi
if test -r $BOOST_JAM_TOOLSET_ROOT/bin/cc ; then
PATH=$BOOST_JAM_TOOLSET_ROOT/bin:$PATH
export PATH
fi