Boost logo

Boost :

From: Rene Rivera (grafik666_at_[hidden])
Date: 2002-12-23 17:33:32


[2002-12-23] Alkis Evlogimenos wrote:

>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?

Yes ;-) ... It's now fixed in CVS.

>Thanks,

Your'e welcome.

-- grafik - Don't Assume Anything
-- rrivera_at_[hidden] - grafik_at_[hidden]
-- 102708583_at_icq


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