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 _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost