X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=1.7 required=5.0	tests=AWL,BAYES_00,KHOP_DYNAMIC2,RDNS_DYNAMIC,TVD_RCVD_IP,TW_LV,TW_PH
X-Spam-Check-By: sourceware.org
Message-ID: <500008DB.9030604@codeplay.com>
Date: Fri, 13 Jul 2012 12:39:07 +0100
From: Paul Keir <paul@codeplay.com>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120614 Thunderbird/13.0.1
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: test -f //dot
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

Hi,

While running configure on llvm I get a hang on:

...
checking for Graphviz... echo Graphviz
checking for dot...

The configure script has a line starting:
if { test -f "$as_dir/$ac_word$ac_exec_ext" && ...

The problem occurs when $as_dir is /

test -f //dot

...also hangs (at least 15 mins.). I tested it on Linux and another 
cygwin machine, and test returns promptly there.

(I *had* introduced / to the PATH by adding cygwin's install dir to my 
Windows PATH; to ease access to cygwin.bat.)

Thanks,
Paul

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

