From: stefan
Date: December 19 2005 2:22pm
Subject: svn commit - mysqldoc@docsrva: r594 - in trunk: refman-4.1 refman-5.0 refman-5.1
List-Archive: http://lists.mysql.com/commits/253
Message-Id: <200512191422.jBJEMTui017991@docsrva.mysql.com>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: shinz
Date: 2005-12-19 15:22:28 +0100 (Mon, 19 Dec 2005)
New Revision: 594
Log:
Remove ancient gcc compiler advice as per TimS
Modified:
trunk/refman-4.1/installing.xml
trunk/refman-5.0/installing.xml
trunk/refman-5.1/installing.xml
Modified: trunk/refman-4.1/installing.xml
===================================================================
--- trunk/refman-4.1/installing.xml 2005-12-19 14:13:35 UTC (rev 593)
+++ trunk/refman-4.1/installing.xml 2005-12-19 14:22:28 UTC (rev 594)
@@ -9045,23 +9045,6 @@
- If you get an error message like this, you need to upgrade
- your gcc compiler:
-
-
-
-client/libmysql.c:273: parse error before `__attribute__'
-
-
-
- gcc 2.8.1 is known to work, but we
- recommend using gcc 2.95.2 or
- egcs 1.0.3a instead.
-
-
-
-
-
If you get errors such as those shown here when compiling
mysqld, configure did
not correctly detect the type of the last argument to
Modified: trunk/refman-5.0/installing.xml
===================================================================
--- trunk/refman-5.0/installing.xml 2005-12-19 14:13:35 UTC (rev 593)
+++ trunk/refman-5.0/installing.xml 2005-12-19 14:22:28 UTC (rev 594)
@@ -8998,23 +8998,6 @@
- If you get an error message like this, you need to upgrade
- your gcc compiler:
-
-
-
-client/libmysql.c:273: parse error before `__attribute__'
-
-
-
- gcc 2.8.1 is known to work, but we
- recommend using gcc 2.95.2 or
- egcs 1.0.3a instead.
-
-
-
-
-
If you get errors such as those shown here when compiling
mysqld, configure did
not correctly detect the type of the last argument to
Modified: trunk/refman-5.1/installing.xml
===================================================================
--- trunk/refman-5.1/installing.xml 2005-12-19 14:13:35 UTC (rev 593)
+++ trunk/refman-5.1/installing.xml 2005-12-19 14:22:28 UTC (rev 594)
@@ -9000,23 +9000,6 @@
- If you get an error message like this, you need to upgrade
- your gcc compiler:
-
-
-
-client/libmysql.c:273: parse error before `__attribute__'
-
-
-
- gcc 2.8.1 is known to work, but we
- recommend using gcc 2.95.2 or
- egcs 1.0.3a instead.
-
-
-
-
-
If you get errors such as those shown here when compiling
mysqld, configure did
not correctly detect the type of the last argument to