Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/python/doc/v2/platforms.html @ 29

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

updated boost from 1_33_1 to 1_34_1

File size: 4.4 KB
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
3<!-- Copyright David Abrahams 2006. Distributed under the Boost -->
4<!-- Software License, Version 1.0. (See accompanying -->
5<!-- file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -->
6<html>
7  <head>
8    <meta name="generator" content=
9    "HTML Tidy for Windows (vers 1st August 2002), see www.w3.org">
10    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
11    <link rel="stylesheet" type="text/css" href="../boost.css">
12
13    <title>Boost.Python - Known Working Platforms and Compilers</title>
14  </head>
15
16  <body link="#0000ff" vlink="#800080">
17    <table border="0" cellpadding="7" cellspacing="0" width="100%" summary=
18    "header">
19      <tr>
20        <td valign="top" width="300">
21          <h3><a href="../../../../index.htm"><img height="86" width="277"
22          alt="C++ Boost" src="../../../../boost.png" border="0"></a></h3>
23        </td>
24
25        <td valign="top">
26          <h1 align="center"><a href="../index.html">Boost.Python</a></h1>
27
28          <h2 align="center">Known Working Platforms and Compilers</h2>
29        </td>
30      </tr>
31    </table>
32    <hr>
33    Please see
34    our <a
35    href="http://boost.sourceforge.net/regression-logs">regression
36    logs</a> for up-to-date information.  Note that logs not marked
37    otherwise reflect the CVS state, not the condition of the release.
38
39    <p>
40    Earlier versions of <b>Boost.Python</b> have been successfully
41    tested on the following platforms and compilers. 
42
43    <dl class="page-index">
44      <dt>Unix Platforms:</dt>
45
46      <dd>
47        <dl>
48          <dt>with Python <a href="http://www.python.org/2.2">2.2</a> and <a
49          href="http://www.python.org/2.2.2">2.2.2b1</a>:</dt>
50
51          <dd>
52            <dl>
53              <dt><a href="http://gcc.gnu.org">GCC</a> 2.95.3, 2.96, 3.0.4,
54              3.1, and 3.2 on <a href="http://www.redhat.com">RedHat Linux 7.3</a>
55              for Intel x86</dt>
56
57              <dt>Tru64 CXX 6.5.1 on OSF v. 5.1 for Dec/Compaq
58              Alpha</dt>
59
60              <dt>
61              MIPSPro 7.3.1.2m on <a href=
62              "http://www.sgi.com/software/irix6.5/">IRIX 6.5</a> for SGI
63              mips</dt>
64
65              <dt><a href="http://gcc.gnu.org">GCC 3.1</a> on SunOS 5.8</dt>
66            </dl>
67          </dd>
68
69          <dt>with Python <a href=
70          "http://www.python.org/2.2.1">2.2.1</a></dt>
71
72          <dd>
73            <dl>
74              <dt>KCC 3.4d on OSF v. 5.1 for Dec/Compaq Alpha</dt>
75
76              <dt>KCC 3.4d</a> on AIX</dt>
77            </dl>
78          </dd>
79        </dl>
80        <br>
81      </dd>
82
83      <dt>Microsoft Windows XP Professional with Python <a href=
84      "http://www.python.org/2.2">2.2</a>, <a href=
85      "http://www.python.org/2.2.1">2.2.1</a>, and <a href=
86      "http://www.python.org/2.2.2">2.2.2b1</a>:</dt>
87
88      <dd>
89        <dl>
90          <dt><a href=
91          "http://msdn.microsoft.com/visualc/default.asp">Microsoft Visual
92          C++</a> 6, 7, and 7.1 beta</dt>
93
94          <dt><a href=
95          "http://msdn.microsoft.com/visualc/default.asp">Microsoft Visual
96          C++ 6</a> with <a href="http://www.stlport.org">STLPort
97          4.5.3</a></dt>
98
99          <dt><a href=
100          "http://www.metrowerks.com/MW/Develop/Desktop/Windows/Professional/Default.htm">
101          Metrowerks CodeWarrior</a> 7.2, 8.0, 8.2 and 8.3 beta</dt>
102
103          <dt><a href=
104          "http://www.intel.com/software/products/compilers/c60/">Intel
105          C++</a> 5.0, 6.0, and 7.0 beta</dt>
106
107          <dt><a href=
108          "http://www.intel.com/software/products/compilers/c60/">Intel C++
109          5.0</a> with <a href="http://www.stlport.org">STLPort
110          4.5.3</a></dt>
111
112          <dt><a href="http://www.cygwin.com">Cygwin</a> <a href=
113          "http://gcc.gnu.org">GCC</a> 3.0.4 and 3.2</dt>
114
115          <dt><a href="http://www.mingw.org">MinGW-1.1</a> (<a href=
116          "http://gcc.gnu.org">GCC 2.95.3-5</a>)</dt>
117
118          <dt><a href="http://www.mingw.org">MinGW-2.0</a> (<a href=
119          "http://gcc.gnu.org">GCC 3.2</a>)</dt>
120        </dl>
121      </dd>
122    </dl>
123    <hr>
124
125    <p>Revised
126    <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->
127  13 November, 2002
128  <!--webbot bot="Timestamp" endspan i-checksum="39359" -->
129    </p>
130
131    <p><i>&copy; Copyright <a href=
132    "../../../../people/dave_abrahams.htm">Dave Abrahams</a> 2002.</i></p>
133  </body>
134</html>
135
Note: See TracBrowser for help on using the repository browser.