This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

test -f //dot


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]