From 68e55a71f7b631ad2d2cb8cf60e3bd5b1d2671d6 Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Tue, 13 Oct 2009 18:43:18 +0000 Subject: Note gcc42 and Darwin 10 issues git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@824875 13f79535-47bb-0310-9956-ffa450edef68 --- README.platforms | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.platforms') 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 -- cgit v1.2.3