Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

added boost

File size: 2.6 KB
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
3<html>
4<head>
5  <meta name="generator" content=
6  "HTML Tidy for Linux/x86 (vers 1st August 2004), see www.w3.org">
7  <meta name="generator" content="Microsoft FrontPage 4.0">
8  <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
9  <link rel="stylesheet" type="text/css" href="../../../boost.css">
10
11  <title>Boost.Build - tru64cxx and tru64cxx65 toolset</title>
12</head>
13
14<body link="#0000FF" vlink="#800080">
15  <table border="0" cellpadding="7" cellspacing="0" width="100%" summary=
16  "header">
17    <tr>
18      <td valign="top" width="300">
19        <h3><a href="http://www.boost.org"><img height="86" width="277" alt=
20        "C++ Boost" src="../../../boost.png" border="0"></a></h3>
21      </td>
22
23      <td valign="top">
24        <h1 align="center">Boost.Build</h1>
25
26        <h2 align="center">tru64cxx and tru64cxx65 toolset</h2>
27      </td>
28    </tr>
29  </table>
30  <hr>
31
32  <h2>Introduction</h2>
33
34  <p>Boost.Build's <a href=
35  "http://www.tru64unix.compaq.com/cplus/">tru64cxx</a> toolset supports the
36  Compaq C++ Compiler for True64 UNIX. There are two parallel toolsets for
37  this compiler. The <code>tru64cxx</code> supports versions prior to 6.5.
38  And the <code>tru64cxx65</code> supports versions from 6.5 onward.</p>
39
40  <p>Please note that the toolset <code>tru64cxx65</code> uses <i>ansi</i> as
41  the default object model which is different from the default object model
42  of the compiler. This choice has been made because of limitations in the
43  <i>arm</i> object model which is the default object model used by the
44  compiler. If you need to use the old object model, you can do so by
45  explicitly specifying <code>"-sBUILD=&lt;object-model&gt;arm"</code> on the
46  command line when building the boost libraries. For further information on
47  this topic, please refer to the <code>-model</code> option in the
48  <code>cxx</code> manual page.</p>
49
50  <h2>Configuration Variables</h2>There currently are no user configurable
51  variables used for these toolsets. This requires that the tools be
52  available in the executable path.
53  <hr>
54
55  <p>Revised
56  <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->26
57  August, 2004 <!--webbot bot="Timestamp" endspan i-CheckSum="34546" --></p>
58
59  <p>Copyright &copy; Dave Abrahams 2002.</p>
60
61  <p><small>Distributed under the Boost Software License, Version 1.0. (See
62  accompanying file <a href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or
63  copy at <a href=
64  "http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</small></p>
65</body>
66</html>
Note: See TracBrowser for help on using the repository browser.