summaryrefslogtreecommitdiff
path: root/README.platforms
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2009-10-13 18:43:18 +0000
committerJim Jagielski <jim@apache.org>2009-10-13 18:43:18 +0000
commit68e55a71f7b631ad2d2cb8cf60e3bd5b1d2671d6 (patch)
tree450c894fb5c0d9dafdc985c4d3dc1caba05c0109 /README.platforms
parent85b4a8cb1c2f65bca29ab989adc52e8d901a6da3 (diff)
downloadhttpd-68e55a71f7b631ad2d2cb8cf60e3bd5b1d2671d6.tar.gz
Note gcc42 and Darwin 10 issues
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@824875 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README.platforms')
-rw-r--r--README.platforms6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.platforms b/README.platforms
index 36a5bc87b7..bdc26e6ce2 100644
--- a/README.platforms
+++ b/README.platforms
@@ -56,6 +56,12 @@
This is a known issue and will be fixed in a later version of the
autoconf suite. These errors can be safely ignored.
+ With Darwin 10, the default C compiler (gcc) will try to build
+ multi-architecture bundles. This causes problems with APR, which
+ needs to know various data-type sizes which it assumes are universal
+ for platforms. Until this is fully fixed, we recommend using the
+ '-arch i386' gcc option when building both Apache and APR.
+
==========
FreeBSD:
autoconf 2.52 creates scripts that are incompatible with the Posix