Namazu-devel-ja(旧)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Solaris/gettext (was: Road to 2.0.5)
On Fri, 22 Sep 2000 15:33:10 +0900 (JST)
Motoyuki Kasahara <m-kasahr@xxxxxxxxx> wrote:
> 特定のバージョンを別のディレクトリに入れておきたいということもあ
> ります。特に gettext の最新バージョンがシステムの glibc2 のバー
> ジョンよりも新しいという状況がありえたなら、邪魔を承知でインストー
> ルする人は珍しくないでしょう。
なるほど。確かにそういう状況はありえますね。
> それと、推測するに make まではいつも通りに動くけれども make
> install だけはさせないというのも変で、この点を見るにやはり仕様と
> いうよりバグではないでしょうか。どうしてもユーザに注意を促したけ
> れば configure の時点で警告すれば済むことです。
intl/Makefile.inには
: # We must not install the libintl.h/libintl.a files if we are on a
: # system which has the gettext() function in its C library or in a
: # separate library or use the catgets interface. A special case is
: # where configure found a previously installed GNU gettext library.
: # If you want to use the one which comes with this version of the
: # package, you have to use `configure --with-included-gettext'.
などと書かれているのでやはり仕様なのでしょう。だったらintl
以下のソースをcompileするのはやめてくれ、と言いたくもなり
ますが。
かと思えば、src以下のコマンド群はlibcのgettext()ではなく、
intl/libintl.aをリンクして使っているし...
A A
= . . =
V
end
Ryuji Abe