X-Recipient: archive-cygwin AT delorie DOT 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 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 AT cygwin DOT com Subject: test -f //dot Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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