Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com From: "Gerrit P. Haase" Organization: Esse keine toten Tiere To: "Atur Shah" , , , Date: Sat, 25 Aug 2001 11:35:58 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Error while compiling PHP on Cygwin Reply-to: gp AT familiehaase DOT de Message-ID: <3B878D9E.18107.B35E3BE@localhost> In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.12cDE) X-Hops: 1 X-Sender: 320081107336-0001 AT t-dialin DOT net Atur Shah schrieb am 2001-08-25, 8:55: > >Hi, > >I am facing some errors on trying to installing PHP on fresh cygwin. > >Error while trying to buildconf PHP on cygwin.. > >cygwin$ cd /usr/src/php-4.0.6 >cygwin$ ./buildconf >buildconf: checking installation... >buildconf: autoconf version 2.13 (ok) >buildconf: automake not found. > You need automake version 1.4 or newer installed > to build PHP from CVS. You need autoconf installed. Autoconf needs perl. First line in autoconf need to point to the perl interpreter: #!/usr/bin/perl or #!/bin/perl Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/