You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2009/10/13 20:43:52 UTC

svn commit: r824876 - /httpd/httpd/branches/2.2.x/README.platforms

Author: jim
Date: Tue Oct 13 18:43:51 2009
New Revision: 824876

URL: http://svn.apache.org/viewvc?rev=824876&view=rev
Log:
Note gcc42 and Darwin 10 build issues 

Modified:
    httpd/httpd/branches/2.2.x/README.platforms

Modified: httpd/httpd/branches/2.2.x/README.platforms
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/README.platforms?rev=824876&r1=824875&r2=824876&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/README.platforms (original)
+++ httpd/httpd/branches/2.2.x/README.platforms Tue Oct 13 18:43:51 2009
@@ -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