X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=0.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_THEBAT,KHOP_THREADED,SPF_SOFTFAIL,TW_LV,TW_PH X-Spam-Check-By: sourceware.org Date: Sat, 14 Jul 2012 05:50:54 +0400 From: Andrey Repin Reply-To: Andrey Repin Message-ID: <1715516860.20120714055054@mtu-net.ru> To: Paul Keir , cygwin AT cygwin DOT com Subject: Re: test -f //dot In-Reply-To: <500008DB.9030604@codeplay.com> References: <500008DB DOT 9030604 AT codeplay DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 Greetings, Paul Keir! > 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 Use empty base prefix to specify filesystem root. > ...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.) This sounds like a bad idea. -- WBR, Andrey Repin (anrdaemon AT freemail DOT ru) 14.07.2012, <05:49> Sorry for my terrible english... -- 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