Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of boost. Click here for the latest Boost documentation.

C++ Boost

Boost.Build

gcc-stlport toolset


Introduction

Boost.Build's gcc-stlport toolset supports the GNU GCC compiler using STLport as a replacement to the GNU libg++.

Configuration Variables

The gcc-stlport toolset responds to the following variables which can be set in the environment or configured on the jam command-line using -sVARIABLE_NAME=value. This toolset is an extension to the gcc toolset and therefore responds to all of the GCC configuration variables in addition to those listed below.
Variable Name Semantics Default Notes
STLPORT_ROOT Path to installation of STLport. (none) It is customary to set this in your "Jamrules" file.
STLPORT_INCLUDE_DIRECTORY The name of the directory within the STLport installation containing the header files. stlport  
STLPORT_LIB_DIRECTORY The name of the directory withint the STLport installation containing the built libraries. lib  

Revised 09 May, 2002

Copyright © Dave Abrahams 2002.

Use, modification, and distribution are subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at www.boost.org/LICENSE_1_0.txt)