summaryrefslogtreecommitdiff
path: root/README.platforms
diff options
context:
space:
mode:
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