From: Jim Jagielski Date: Tue, 13 Oct 2009 18:43:51 +0000 (+0000) Subject: Note gcc42 and Darwin 10 build issues X-Git-Tag: 2.2.15~192 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65bf68367d642fc2487e53cef2cbaa9fc3ef0378;p=thirdparty%2Fapache%2Fhttpd.git Note gcc42 and Darwin 10 build issues git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@824876 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/README.platforms b/README.platforms index 36a5bc87b7a..bdc26e6ce2b 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