[PHP-users 8674] Re: php-dynのコンパイル

Naomasa Numajiri php-users@php.gr.jp
Tue, 16 Jul 2002 13:02:03 +0900


こんにちは、

同じ状況になったとき、僕がやるであろう内容をここに書きます。
参考になれば

; ./configure
; ---省略---
; checking for BSD-compatible nm... /usr/bin/nm -B
; checking whether ln -s works... yes
; loading cache /dev/null within ltconfig
; ltconfig: you must specify a host type if you use `--no-verify'
; Try `ltconfig --help' for more information.
; configure: error: libtool configure failed

1. configureスクリプトと上記の表示内容をにらめっこする。
2. 上記エラーメッセージを出している箇所を特定する。
3. 表示内容がどのような条件の元で発生するのか解析する。
4. 表示場所が別のコマンドの実行結果なら、そのコマンドについて
   「man xxx」で調べながら、とりあえず単体で実行して同じ
   エラーを出してみる。
5. 4.の内容を踏まえて、単体でエラーが発生しない方法を探す。
6. 5.の内容をconfigureスクリプトに対して適用する。
7. うまく行くように祈る。
こんな感じかな?


でわでわ

-- 沼