diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2009-09-11 01:43:17 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2009-09-11 01:43:17 (GMT) |
commit | d811ae97b25d9607e6dbf0c6e37442f28b025a11 (patch) | |
tree | 93a394bd0d33220defda0398ba28e4345b6259b1 /doc/index.html | |
parent | 79a618cdfd62fb6c5c0b85a19a12008ba642067e (diff) | |
download | mxe-d811ae97b25d9607e6dbf0c6e37442f28b025a11.zip mxe-d811ae97b25d9607e6dbf0c6e37442f28b025a11.tar.gz mxe-d811ae97b25d9607e6dbf0c6e37442f28b025a11.tar.bz2 |
documentation of the issues with MacOS 10.6
Diffstat (limited to 'doc/index.html')
-rw-r--r-- | doc/index.html | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html index b4d3f65..47d7f4a 100644 --- a/doc/index.html +++ b/doc/index.html @@ -530,7 +530,7 @@ AR=$(CROSS)ar</pre> there are open issues with the NSIS package. </p> - <h3>MacOS X</h3> + <h3>MacOS X (≤ 10.5)</h3> <p> Install @@ -541,6 +541,16 @@ AR=$(CROSS)ar</pre> </p> <pre>sudo port install gmake gsed scons wget</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. + </p> + <h3>Solaris</h3> <p> |