# HG changeset patch # User Volker Grabsch # Date 1261823084 -3600 # Node ID 7330ee3439c672b78cb9c75fa1a3b1321b15d2ac # Parent 0f784708bc09eae888e24c94f4ec9f38247d6678 document the workaround for MacOS 10.6 diff -r 0f784708bc09 -r 7330ee3439c6 doc/index.html --- 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 @@

MacOS 10.6

- As of September 2009, - MacOS 10.6 fails to build a vanilla GCC, - let alone a GCC cross compiler. - As long as this serious defect persists in MacOS, - mingw-cross-env will be completely unable to work there. + Install + Xcode + and + MacPorts, + then run:

+
sudo port install gmake gsed scons wget gcc_select
+sudo gcc_select gcc40

Solaris