Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
From: "Gerrit P. Haase" <gp@familiehaase.de>
Organization: Esse keine toten Tiere
To: "Atur Shah" <atur@vigorsoft.com>, <julie@MageNet.com>,
        <tolj@wapme-systems.de>, <cygwin@cygwin.com>
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@familiehaase.de
Message-ID: <3B878D9E.18107.B35E3BE@localhost>
In-reply-to: <A681442A2D510047A9859B110A28D0BE022377@coal.vigorsoft.com>
X-mailer: Pegasus Mail for Win32 (v3.12cDE)
X-Hops: 1
X-Sender: 320081107336-0001@t-dialin.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/

