Boost logo

Boost :

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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk