[Momonga-devel.ja:01800] Re: Fix and Update (subversion, elisp-gnuplot-mode, BZFlag)
- From: Tsutomu Yasuda <tom@xxxxxxxxxxxxxxxxx>
- Date: Tue, 24 Jun 2003 05:11:54 +0900
やすだです。
On Mon, 23 Jun 2003 10:13:02 +0900 (JST)
Masayuki SANO <sano@xxxxxxxxxxxxxxxxxxx> wrote:
> ・subversion-0.24.1-1m
>
> libtool: install: error: relink `libsvn_delta-1.la' with the above command before installing it
> とかそういう感じの多くのlibtoolがらみの?エラーでビルドできませんでし
> たが、specファイル冒頭の
> %define __libtoolize :
> を削除することでビルドできました。
subversion がすでに入っている環境では再現しないので気が付きませんでした。
単純に __libtoolize を生かすとビルドの途中で libtool のスクリプトを実行
する際に max_cmd_len が未定義になっていてエラーが表示されるので(ビルドは
継続しますが)、libtoolize, autoheader, autoconf を強制的に実行してビルド
するように変更しました。