List:Commits« Previous MessageNext Message »
From:jon Date:December 5 2007 7:23pm
Subject:svn commit - mysqldoc@docsrva: r9128 - in trunk: refman-4.1 refman-5.0 refman-5.1 refman-6.0
View as plain text  
Author: jstephens
Date: 2007-12-05 20:23:29 +0100 (Wed, 05 Dec 2007)
New Revision: 9128

Log:

installing-source:

  Removed reference to MySQL 3.23.xx

  Added item about libtool version



Modified:
   trunk/refman-4.1/installing.xml
   trunk/refman-5.0/installing-cs-core.xml
   trunk/refman-5.1/installing-core.xml
   trunk/refman-6.0/installing-core.xml


Modified: trunk/refman-4.1/installing.xml
===================================================================
--- trunk/refman-4.1/installing.xml	2007-12-05 19:23:19 UTC (rev 9127)
+++ trunk/refman-4.1/installing.xml	2007-12-05 19:23:29 UTC (rev 9128)
Changed blocks: 2, Lines Added: 9, Lines Deleted: 6; 1035 bytes

@@ -7408,13 +7408,9 @@
           <command>gcc</command> to be able to compile MySQL.
           <command>gcc</command> 2.8.1 is also known to have problems on
           some platforms, so it should be avoided if a new compiler
-          exists for the platform.
+          exists for the platform. <command>gcc</command> 2.95.2 or
+          later is recommended.
         </para>
-
-        <para>
-          <command>gcc</command> 2.95.2 or later is recommended when
-          compiling MySQL 3.23.x.
-        </para>
       </listitem>
 
       <listitem>

@@ -7428,6 +7424,13 @@
         </para>
       </listitem>
 
+      <listitem>
+        <para>
+          <command>libtool</command> 1.5.24 or later is also
+          recommended.
+        </para>
+      </listitem>
+
     </itemizedlist>
 
     <para>


Modified: trunk/refman-5.0/installing-cs-core.xml
===================================================================
--- trunk/refman-5.0/installing-cs-core.xml	2007-12-05 19:23:19 UTC (rev 9127)
+++ trunk/refman-5.0/installing-cs-core.xml	2007-12-05 19:23:29 UTC (rev 9128)
Changed blocks: 2, Lines Added: 10, Lines Deleted: 7; 1192 bytes

@@ -7710,14 +7710,10 @@
           <command>gcc</command> 2.7.x, you must upgrade your
           <command>gcc</command> to be able to compile MySQL.
           <command>gcc</command> 2.8.1 is also known to have problems on
-          some platforms, so it should be avoided if a new compiler
-          exists for the platform.
+          some platforms, so it should be avoided if a newer compiler
+          exists for the platform. <command>gcc</command> 2.95.2 or
+          later is recommended.
         </para>
-
-        <para>
-          <command>gcc</command> 2.95.2 or later is recommended when
-          compiling MySQL 3.23.x.
-        </para>
       </listitem>
 
       <listitem>

@@ -7731,6 +7727,13 @@
         </para>
       </listitem>
 
+      <listitem>
+        <para>
+          <command>libtool</command> 1.5.24 or later is also
+          recommended.
+        </para>
+      </listitem>
+
     </itemizedlist>
 
     <para>


Modified: trunk/refman-5.1/installing-core.xml
===================================================================
--- trunk/refman-5.1/installing-core.xml	2007-12-05 19:23:19 UTC (rev 9127)
+++ trunk/refman-5.1/installing-core.xml	2007-12-05 19:23:29 UTC (rev 9128)
Changed blocks: 2, Lines Added: 10, Lines Deleted: 7; 1183 bytes

@@ -7199,14 +7199,10 @@
           <command>gcc</command> 2.7.x, you must upgrade your
           <command>gcc</command> to be able to compile MySQL.
           <command>gcc</command> 2.8.1 is also known to have problems on
-          some platforms, so it should be avoided if a new compiler
-          exists for the platform.
+          some platforms, so it should be avoided if a newer compiler
+          exists for the platform. <command>gcc</command> 2.95.2 or
+          later is recommended.
         </para>
-
-        <para>
-          <command>gcc</command> 2.95.2 or later is recommended when
-          compiling MySQL 3.23.x.
-        </para>
       </listitem>
 
       <listitem>

@@ -7220,6 +7216,13 @@
         </para>
       </listitem>
 
+      <listitem>
+        <para>
+          <command>libtool</command> 1.5.24 or later is also
+          recommended.
+        </para>
+      </listitem>
+
     </itemizedlist>
 
     <para>


Modified: trunk/refman-6.0/installing-core.xml
===================================================================
--- trunk/refman-6.0/installing-core.xml	2007-12-05 19:23:19 UTC (rev 9127)
+++ trunk/refman-6.0/installing-core.xml	2007-12-05 19:23:29 UTC (rev 9128)
Changed blocks: 2, Lines Added: 9, Lines Deleted: 6; 1050 bytes

@@ -7146,13 +7146,9 @@
           <command>gcc</command> to be able to compile MySQL.
           <command>gcc</command> 2.8.1 is also known to have problems on
           some platforms, so it should be avoided if a new compiler
-          exists for the platform.
+          exists for the platform. <command>gcc</command> 2.95.2 or
+          later is recommended.
         </para>
-
-        <para>
-          <command>gcc</command> 2.95.2 or later is recommended when
-          compiling MySQL 3.23.x.
-        </para>
       </listitem>
 
       <listitem>

@@ -7166,6 +7162,13 @@
         </para>
       </listitem>
 
+      <listitem>
+        <para>
+          <command>libtool</command> 1.5.24 or later is also
+          recommended.
+        </para>
+      </listitem>
+
     </itemizedlist>
 
     <para>


Thread
svn commit - mysqldoc@docsrva: r9128 - in trunk: refman-4.1 refman-5.0 refman-5.1 refman-6.0jon5 Dec