diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2009-12-26 10:24:44 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2009-12-26 10:24:44 (GMT) |
commit | 98396e721aa94c2c4fa99b15262a1d8bf1c64b5a (patch) | |
tree | 1cd872b0918258f15c8c7436db51133755339780 /doc | |
parent | 01e4a5b7e37852841b01b84117f4f26bbdbaf2d4 (diff) | |
download | mxe-98396e721aa94c2c4fa99b15262a1d8bf1c64b5a.zip mxe-98396e721aa94c2c4fa99b15262a1d8bf1c64b5a.tar.gz mxe-98396e721aa94c2c4fa99b15262a1d8bf1c64b5a.tar.bz2 |
document the workaround for MacOS 10.6
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/index.html b/doc/index.html index 83d756c..ee42bdc 100644 --- a/doc/index.html +++ b/doc/index.html @@ -551,12 +551,14 @@ AR=$(CROSS)ar</pre> <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> |