[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Documentation/pkgsrc/platforms.xml: 1.1 -> 1.2



以下のページの更新をしました。ツッコミをお願いします。

Documentation/pkgsrc/platforms.xml: 1.1 -> 1.2

月曜日までに異議がなければ、 commit します。

> revision 1.2
> date: 2004/06/07 21:30:29;  author: heinz;  state: Exp;  lines: +5 -2
> Warn about using old libtool with newly installed compiler on Solaris.
> Noted by Sean O'Neill ( sean at seanoneill info ).

以下、訳と原文の差分です。

--- Documentation/pkgsrc/platforms.xml.orig	2006-04-29 11:14:36.000000000 +0900
+++ Documentation/pkgsrc/platforms.xml	2006-04-29 11:14:36.000000000 +0900
@@ -1,6 +1,6 @@
-<!-- $NetBSD: platforms.xml,v 1.1 2004/06/06 13:31:54 grant Exp $ -->
+<!-- $NetBSD: platforms.xml,v 1.2 2004/06/07 21:30:29 heinz Exp $ -->
 <!-- Based on english version: -->
-<!-- NetBSD: platforms.xml,v 1.1 2004/06/06 13:31:54 grant Exp   -->
+<!-- NetBSD: platforms.xml,v 1.2 2004/06/07 21:30:29 heinz Exp   -->
 
 <chapter id="platforms">
   <title>&os; 以外のシステムで pkgsrc を使う</title>
@@ -318,7 +318,10 @@
 
 	<para>外部から導入した gcc を使うのはブートストラップの時だけにして、
 	  その後は gcc を<pkg>lang/gcc</pkg> から構築するかバイナリーパッケージをインストールして、
-	  ブートストラップで使った gcc は削除することをおすすめします。</para>
+	  ブートストラップで使った gcc は削除することをおすすめします。
+	  libtool を (sunfreeware または pkgsrc のいずれかから) インストールしている場合は、
+	  新しいコンパイラーとともに libtool を pkgsrc から再インストールすることをお忘れなく。
+	  新しいコンパイラーを古い libtool と一緒に使うと、おそらく問題を起こします。</para>
 
 	<para>gcc のバイナリーパッケージは、<ulink
 	    url="http://www.sun.com/bigadmin/common/freewareSearch.html">http://www.sun.com/bigadmin/common/freewareSearch.html</ulink> から辿れます。</para>
Index: Documentation/pkgsrc/platforms.xml
===================================================================
RCS file: /cvsroot/htdocs/Documentation/pkgsrc/Attic/platforms.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Documentation/pkgsrc/platforms.xml	6 Jun 2004 13:31:54 -0000	1.1
+++ Documentation/pkgsrc/platforms.xml	7 Jun 2004 21:30:29 -0000	1.2
@@ -1,4 +1,4 @@
-<!-- $NetBSD: platforms.xml,v 1.1 2004/06/06 13:31:54 grant Exp $ -->
+<!-- $NetBSD: platforms.xml,v 1.2 2004/06/07 21:30:29 heinz Exp $ -->
 
 <chapter id="platforms">
   <title>Using pkgsrc on systems other than &os;</title>
@@ -313,7 +313,10 @@
 
 	<para>It is recommended that an external gcc be used only for bootstrapping,
 	  then either build gcc from <pkg>lang/gcc</pkg> or install a binary gcc
-	  package, then remove gcc used during bootstrapping.</para>
+	  package, then remove gcc used during bootstrapping. If you had
+	  installed libtool (either from sunfreeware or pkgsrc) don't forget to
+	  reinstall it from pkgsrc with the new compiler. Using the new
+	  compiler with an old libtool will likely cause problems.</para>
 
 	<para>Binary packages of gcc can be found through <ulink
 	    url="http://www.sun.com/bigadmin/common/freewareSearch.html">http://www.sun.com/bigadmin/common/freewareSearch.html</ulink>.</para>