changeset 610:7330ee3439c6

document the workaround for MacOS 10.6
author Volker Grabsch <vog@notjusthosting.com>
date Sat, 26 Dec 2009 11:24:44 +0100
parents 0f784708bc09
children 20f283c22597
files doc/index.html
diffstat 1 files changed, 7 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/doc/index.html	Wed Dec 23 10:37:37 2009 +0100
+++ b/doc/index.html	Sat Dec 26 11:24:44 2009 +0100
@@ -551,12 +551,14 @@
     <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>Solaris</h3>