C++ Boost

Boost.Build

como toolset


Introduction

Boost.Build's como toolset supports the Comeau.Computing C/C++ Compiler.

Configuration Variables

The como toolset responds to the following variables which can be set in the environment or configured on the jam command-line using -sVARIABLE_NAME=value:
Variable Name Semantics Default Notes
COMO_PATH Path to installation of compiler tools. (none) If not set tools must be available in the executable path.
COMO_BASE Path to installation of compiler tools. $(COMO_PATH) This is a backward compatability alternate for COMO_PATH.
COMO_BIN_PATH Path to bin directory of compiler excutables. $(COMO_PATH)/bin/  
COMO_INCLUDE_PATH Path to libcomo headers. $(COMO_PATH)/libcomo $(COMO_INCLUDE_PATH)/cnames is automatically added.
COMO_STDLIB_PATH Path to built libcomo object. $(COMO_PATH)/libcomo  

Revised 07 May, 2002

© Copyright Dave Abrahams 2002. All Rights Reserved.