@@ -29,26 +29,53 @@ <h2>Synopsis</h2>
2929< h2 > Supported Platforms</ h2 >
3030< p > Boost.Python is known to have been tested in the following configurations:
3131
32+
3233< ul >
33- < li > Against Python 2.0 using the following compiler/library combinations:
34+ < li > Against < a href ="http://www.python/org/2.2.1 "> Python 2.2.1</ a > using
35+ the following compilers (Note that pickling doesn't work with Python
36+ 2.2 due to a core language bug;
37+ < a href ="http://www.python/org/2.2.1 "> 2.2.1</ a > fixes that).
38+
3439< ul >
3540 < li > < a
36- href ="http://msdn.microsoft.com/vstudio/sp/vs6sp4/dnldoverview.asp "> MSVC++6sp4</ a >
37- with the native library.
41+ href ="http://msdn.microsoft.com/vstudio/downloads/updates/sp/vs6/sp5/default.asp "> MSVC++6sp5</ a > . All
42+ tests pass.
43+
44+ < li > < a href ="http://www.metrowerks.com/products/windows/ "> Metrowerks
45+ CodeWarrior Pro7.2 for Windows</ a > . All tests pass.
46+
47+ < li > < a href ="http://gcc.gnu.org "> GCC 3.0.4</ a > under < a
48+ href ="www.cygwin.com "> Cygwin</ a > . All tests pass.
3849
39- < li > An upcoming release of < a
40- href ="http:// www.metrowerks.com/products/windows/ " > Metrowerks
41- CodeWarrior Pro6 for Windows </ a > with the native library (the first
42- release has a bug that's fatal to Boost.Python)
50+ < li > < a href =" http://gcc.gnu.org " > GCC 2.95.2 </ a > under < a
51+ href ="www.mingw.org " > MinGW </ a > . Comprehensive test fails at
52+ runtime due to a compiler code-generation bug. Other tests seem to
53+ work.
4354
44- < li > < a
55+ < li > < a
56+ href ="http://developer.intel.com/software/products/compilers/c50/ "> Intel
57+ C++ 6.0</ a > beta: Comprehensive test fails to link due to a
58+ linker bug. Other tests seem to work.
59+
60+ < li > < a
4561 href ="http://developer.intel.com/software/products/compilers/c50/ "> Intel
46- C++ 5.0</ a > . Compilation succeeds, but tests < font
47- color ="#FF0000 "> < b > FAILED at runtime</ b > </ font > due to a bug in its
48- exception-handling implementation.
62+ C++ 5.0</ a > Comprehensive test fails at runtime due to an
63+ exception-handling bug. Other tests seem to work.
64+
65+ < li > < a href ="http://msdn.microsoft.com/visualc/ "> MSVC++7 (Visual
66+ Studio .NET)</ a > . Some tests fail to compile (comprehensive.cpp,
67+ ivect.cpp, dvect.cpp, noncopyable_export.cpp); others seem to work.
68+ </ ul >
69+
70+
71+ < li > Against Python 2.0 using the following compilers:
72+ < ul >
73+ < li > < a
74+ href ="http://msdn.microsoft.com/vstudio/sp/vs6sp4/dnldoverview.asp "> MSVC++6sp4</ a > .
75+
4976</ ul >
5077
51- < li > Against Python 1.5.2 using the following compiler/library:
78+ < li > Against Python 1.5.2 using the following compiler/library combinations :
5279
5380 < ul >
5481 < li > < a
0 commit comments