Boost logo

Boost Testing :

From: David Abrahams (dave_at_[hidden])
Date: 2005-06-23 01:19:43


Martin Wille <mw8329_at_[hidden]> writes:

> My gcc-2.95.3-stlport-4.5.2-linux-tools.jam file reads:
>
> GCC_ROOT_DIRECTORY = /usr/local/gcc-2.95.3 ;
>
> STLPORT_VERSION = 4.5.3 ;
> STLPORT_VERSIONS = ;
> STLPORT_4.5.3_PATH = $(GCC_ROOT_DIRECTORY)/stlport-4.5.3 ;
> STLPORT_INCLUDE_DIRECTORY = include/stlport ;
> STLPORT_LIB_DIRECTORY = lib ;
>
> SPIRIT_ROOT = /boost/head-regression/spirit-only-1.6.1 ;
>
> include $(BOOST_ROOT)/tools/build/v1/gcc-stlport-tools.jam ;

The line above is the wrong way to go about things. Why aren't you
using

    extends-toolset gcc-stlport ;

all other such toolsets do? You may get away with it in this
case, but it's a hack.

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com

Boost-testing list run by mbergal at meta-comm.com