]> granicus.if.org Git - apache/blobdiff - README.platforms
Do not use deprecated define.
[apache] / README.platforms
index 36a5bc87b7a08e240585df671f956123f00ab5ad..061a4e32c4fe96cc4d037765821eb34ac7919217 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
 
       -XO4 -xchip=generic
 
+================
+  Ubuntu:
+
+    You will need to ensure that you have either libtool 1.5.6
+    or 2.2.6b, or later. Expat 2.0.1 and PCRE 8.02 are also
+    recommended to be installed. If building PCRE from source,
+    you'll also need g++.