[pypy-svn] r41464 - pypy/dist/pypy/doc

antocuni at codespeak.net antocuni at codespeak.net
Tue Mar 27 13:55:36 CEST 2007


Author: antocuni
Date: Tue Mar 27 13:55:35 2007
New Revision: 41464

Modified:
   pypy/dist/pypy/doc/getting-started.txt
Log:
Mention that you need Mono <= 1.17.1.2 to be able to run pypy-cli interactively 



Modified: pypy/dist/pypy/doc/getting-started.txt
==============================================================================
--- pypy/dist/pypy/doc/getting-started.txt	(original)
+++ pypy/dist/pypy/doc/getting-started.txt	Tue Mar 27 13:55:35 2007
@@ -708,12 +708,16 @@
    2
    >>>>
 
-Unfortunately, at the moment it's not possible to do the full
-translation using only the tools provided by the Microsoft .NET SDK,
-since ``ilasm`` crashes when trying to assemble the pypy-cli code due
-to its size.  Microsoft .NET SDK 2.0.50727.42 is affected by this bug;
-other version could be affected as well: if you find a version of the
-SDK that works, please tell us.
+Unfortunately the interactive interpreter will not work with Mono
+versions older than 1.1.17.2 due to a Mono bug. Everything else will
+work fine, but not the interactive shell.
+
+Moreover, at the moment it's not possible to do the full translation
+using only the tools provided by the Microsoft .NET SDK, since
+``ilasm`` crashes when trying to assemble the pypy-cli code due to its
+size.  Microsoft .NET SDK 2.0.50727.42 is affected by this bug; other
+version could be affected as well: if you find a version of the SDK
+that works, please tell us.
 
 Windows users that want to compile their own pypy-cli can install
 Mono_: if a Mono installation is detected the translation toolchain



More information about the Pypy-commit mailing list