Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Message-Id: <5.1.0.14.1.20021231160423.03264520@pop.unchance.net> X-Sender: postmaster%unchance DOT net AT pop DOT unchance DOT net Date: Tue, 31 Dec 2002 16:05:17 -0500 To: cygwin AT cygwin DOT com From: Joseph Subject: prob with Tcl glob command under Cygwin Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" I have downloaded the Tcl/Tk 8.3.4 package which was released with patches to compile under the cygwin C compiler for Windows OS, available from http://cygwin.com/ported.html For the most part this works except it seems to work better using the init.tcl file that comes with the Scriptics Tk 8.3.4 binary for Windows However, one big problem is that the glob command does not seem to work. Whether I call it with a wildcard in the file name pattern or a pattern that is just the actual name of a single file, regardless of if it is POSIX style path or Windows style path or just the file name of a file in the current working directory, calling it from a program or the Tclsh command line, no matter what it just returns an error saying there are no files matching the pattern. All other file system commands, shell commands via exec, etc, work okay, just not glob. I wonder if anyone else has had this problem and how it can be fixed. Thanks for any help --- Joseph Rosenzweig -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/