Boost logo

Boost :

From: Alkis Evlogimenos (alkis_at_[hidden])
Date: 2002-12-23 17:10:01


It seems that running the regression with multiple gcc toolsets has similar
issues with gcc as it had with intel-linux a couple of days ago. I am using:

$BOOST_BUILD_ROOT/tools/build/gcc2953-tools.jam
{
    local GCC_ROOT_DIRECTORY = /opt/gcc2 ;
    local GCC_STDLIB_DIRECTORY =
/opt/gcc2/lib/gcc-lib/i686-pc-linux-gnu/2.95.3/ ;
    extends-toolset gcc ;
}

$BOOST_BUILD_ROOT/tools/build/gcc2953-stlport-tools.jam
{
    local GCC_ROOT_DIRECTORY = /opt/gcc2 ;
    local GCC_STDLIB_DIRECTORY =
/opt/gcc2/lib/gcc-lib/i686-pc-linux-gnu/2.95.3/ ;
    local STLPORT_ROOT = /opt/gcc2 ;
    local STLPORT_INCLUDE_DIRECTORY = include/stlport ;
    extends-toolset gcc-stlport ;
}

And the command line:

bjam '-sTOOLS=gcc2953 gcc2953-stlport gcc'

is picking /opt/gcc2/bin/g++ as the compiler for the gcc toolset.

Any ideas?

Thanks,

-- 
Alkis

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