Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/tools/build/v1/intel-linux-tools.html @ 12

Last change on this file since 12 was 12, checked in by landauf, 17 years ago

added boost

File size: 2.9 KB
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
3<html>
4<head>
5  <title>Boost.Build - intel-linux toolset</title>
6  <meta name="generator" content=
7  "HTML Tidy for Linux/x86 (vers 1st September 2003), see www.w3.org">
8  <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
9  <link rel="stylesheet" type="text/css" href="../../../boost.css">
10</head>
11
12<body link="#0000FF" vlink="#800080">
13  <table border="0" cellpadding="7" cellspacing="0" width="100%" summary=
14  "header">
15    <tr>
16      <td valign="top" width="300">
17        <h3><a href="http://www.boost.org"><img height="86" width="277" alt=
18        "C++ Boost" src="../../../boost.png" border="0"></a></h3>
19      </td>
20
21      <td valign="top">
22        <h1 align="center">Boost.Build</h1>
23
24        <h2 align="center">intel-linux toolset</h2>
25      </td>
26    </tr>
27  </table>
28  <hr>
29
30  <h2>Introduction</h2>
31
32  <p>Boost.Build's intel-linux toolset supports the <a href=
33  "http://www.intel.com/software/products/compilers/clin/index.htm">Intel C++
34  Compiler for Linux</a>.</p>
35
36  <h2>Configuration Variables</h2>
37
38  <p>The intel-linux toolset responds to the following variables which can be
39  set in the environment or configured on the jam command-line using
40  <code>-s<i>VARIABLE_NAME</i>=</code><i>value</i>. If neither variable is
41  set but <code>iccvars.sh</code> can be found in the <code>PATH</code>, then
42  the version of the tools installed where <code>iccvars.sh</code> lives is
43  used.</p>
44
45  <table id="Table1" cellspacing="1" cellpadding="1" width="100%" border="1">
46    <tr>
47      <td><strong>Variable Name</strong></td>
48
49      <td><strong>Semantics</strong></td>
50
51      <td><strong>Defaults</strong></td>
52
53      <td><strong>Notes</strong></td>
54    </tr>
55
56    <tr>
57      <td><code>INTEL_VERSION</code></td>
58
59      <td>The version of the compiler to use.</td>
60
61      <td>80</td>
62
63      <td>If <code>INTEL_PATH</code> is set, this variable is ignored.</td>
64    </tr>
65
66    <tr>
67      <td>INTEL_PATH</td>
68
69      <td>The path to the compiler installation.</td>
70
71      <td>The default installation location for the version specified by
72      <code>INTEL_VERSION.</code></td>
73
74      <td></td>
75    </tr>
76
77    <tr>
78      <td>INTEL_CC</td>
79
80      <td>The name of the C compiler.</td>
81
82      <td>icc</td>
83
84      <td></td>
85    </tr>
86
87    <tr>
88      <td>INTEL_CXX</td>
89
90      <td>The name of the C++ compiler/linker.</td>
91
92      <td>icpc</td>
93
94      <td></td>
95    </tr>
96  </table>
97  <hr>
98
99  <p>Revised
100  <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->
101  01 Oct, 2004 <!--webbot bot="Timestamp" endspan i-checksum="39359" --></p>
102
103  <p>Copyright &copy; Dave Abrahams 2002-2003.</p>
104
105  <p><small>Distributed under the Boost Software License, Version 1.0. (See
106  accompanying file <a href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or
107  copy at <a href=
108  "http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</small></p>
109</body>
110</html>
Note: See TracBrowser for help on using the repository browser.