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

intel-linux toolset


Introduction

Boost.Build's intel-linux toolset supports the Intel C++ Compiler for Linux.

Configuration Variables

The intel-linux toolset responds to the following variables which can be set in the environment or configured on the jam command-line using -sVARIABLE_NAME=value. If neither variable is set but iccvars.sh can be found in the PATH, then the version of the tools installed where iccvars.sh lives is used.
Variable Name Semantics Default Notes
INTEL_VERSION The version of the compiler to use. 70 If INTEL_PATH is set, this variable is ignored.
INTEL_PATH The path to the compiler installation. The default installation location for the version specified by INTEL_VERSION

Revised 3 Jan, 2004

Copyright © Dave Abrahams 2002-2003.

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)