[PHP-users 10672] cygwin に cli 版を install するには?

Osamu Shigematsu php-users@php.gr.jp
Wed, 9 Oct 2002 05:53:16 +0900


重松です。こんにちは。

cygwin に cli 版の php 4.2.3 を install したいのですが、うまくいっていません。

./configure --enable-mbstring --enable-mbregex --enable-mbstr-enctrans \
--enable-cli --enable-ftp

creating cache ./config.cache
checking for Cygwin environment... no
checking for mingw32 environment... no
checking host system type... i686-pc-cygwin
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes

のように、「Cygwin environment... no」となっていることが、
原因ではないかと推測しています。

configure はできても、最終的に make の段階で、

make[2]: *** [php] Error 1
make[2]: Leaving directory `/home/m5issige/php-4.2.3/sapi/cli'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/m5issige/php-4.2.3/sapi/cli'
make: *** [all-recursive] Error 1

となり、停止してしまいます。

確認すべき事項など、アドバイス頂ければ幸いです。

環境:
SONY VAIO ノート (PCG-FX77Z/BP)
Windows XP Home Edition (Windows Update 済み)
CYGWIN_NT-5.1 MPC2338 1.3.12(0.54/3/2) 2002-07-06 02:16 i686 unknown

-- 
Osamu Shigematsu