changeset 625:c51831e7eb46

merge
author Volker Grabsch <vog@notjusthosting.com>
date Sat, 26 Dec 2009 14:31:42 +0100
parents f1b3169dff0f (diff) 4b395bbd23b4 (current diff)
children 9aae691e9818
files doc/index.html
diffstat 1 files changed, 17 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/doc/index.html	Thu Dec 24 15:57:38 2009 +0100
+++ b/doc/index.html	Sat Dec 26 14:31:42 2009 +0100
@@ -279,7 +279,7 @@
     </p>
     <pre>make gtk lua libidn</pre>
     <p>
-    You'll always end up with a consistent cross compiler environment.
+    You'll always end up with a consistent cross compiling environment.
     </p>
 
     <p>
@@ -539,11 +539,22 @@
     <h3>MacOS 10.6</h3>
 
     <p>
-    As of September 2009,
-    <a href="http://lists.gnu.org/archive/html/mingw-cross-env-list/2009-09/msg00016.html">MacOS 10.6 fails to build a vanilla GCC</a>,
-    <a href="http://lists.gnu.org/archive/html/mingw-cross-env-list/2009-09/msg00013.html">let alone a GCC cross compiler</a>.
-    As long as this serious defect persists in MacOS,
-    mingw-cross-env will be completely unable to work there.
+    Install
+    <a href="http://developer.apple.com/TOOLS/xcode/">Xcode</a>
+    and
+    <a href="http://www.macports.org/">MacPorts</a>,
+    then run:
+    </p>
+    <pre>sudo port install gmake gsed scons wget gcc_select
+sudo gcc_select gcc40</pre>
+
+    <h3>Open Solaris 2009.06</h3>
+
+    <p>
+    Open Solaris seems to have a problem with Binutils 2.20.
+    It should work if you
+    downgrade mingw-cross-env's Binutils to 2.19 by hand.
+    A good solution needs yet to be found.
     </p>
 
     <h3>Solaris</h3>