]> granicus.if.org Git - apache/commitdiff
Note gcc42 and Darwin 10 issues
authorJim Jagielski <jim@apache.org>
Tue, 13 Oct 2009 18:43:18 +0000 (18:43 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 13 Oct 2009 18:43:18 +0000 (18:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@824875 13f79535-47bb-0310-9956-ffa450edef68

README.platforms

index 36a5bc87b7a08e240585df671f956123f00ab5ad..bdc26e6ce2b2da13b5422867816352551086c611 100644 (file)
    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