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: michael-ring AT t-online DOT de (Michael Ring) To: cygwin AT sourceware DOT cygnus DOT com Cc: "McDermott, Alastair" Subject: Re: Problems building autoconf Date: Mon, 10 Jul 2000 19:17:37 +0200 Message-ID: References: In-Reply-To: X-Mailer: Forte Agent 1.8/32.548 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Sender: 320032306730-0001 AT t-dialin DOT net Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id NAA30057 On Mon, 10 Jul 2000 18:47:52 +0200, you wrote: >On Mon, 10 Jul 2000 18:32:39 +0200, you wrote: > >>Hi all, >> >>I have been having problems building autoscan. The autoconf ./configure >>script does not seem to be detecting my perl installation (the log is pasted >>below). Is this just a configuration problem or something more serious? >>Apologies if the former but I have tried the archives and rtfm'd :) >> >>bash-2.04$ pwd > >the contents of config.log are more interesting than the output of >configure. > Based on the output I looked in the configure - script. You can override the configure mechanism by setting and exporting an environment var named PERL. PERL=/usr/local/bin/perl export PERL ./configure --prefix=/usr should now work. But something seems to be wrong with your path. What configure does is, that it looks for perl everywhere in the path and uses this information. It normally should find your perl :-( Michael -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com