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 Date: Sun, 6 Oct 2002 11:42:15 +0200 From: "Gerrit P. Haase" Reply-To: "Gerrit @ cygwin" Organization: Esse keine toten Tiere X-Priority: 3 (Normal) Message-ID: <100787003330.20021006114215@familiehaase.de> To: Yu Wang CC: cygwin AT cygwin DOT com Subject: Re: Question about Running GNU Utilities on Windows XP In-Reply-To: <20021005195327.80133.qmail@web13114.mail.yahoo.com> References: <20021005195327 DOT 80133 DOT qmail AT web13114 DOT mail DOT yahoo DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hallo Yu, Am Samstag, 5. Oktober 2002 um 21:53 schriebst du: > Hi, > We are running into a problem using the GNU utilities, > (specifically TAIL.EXE) on Windows XP when we run them > against names that are not in the 8.3 format. > For example: > The command: tail paratestdatalog.out > produces a 'No file or directory' error > The command: tail paratestdatalog.gold > produces a 'No file or directory' error > The command: tail parate~1.gold > produces a 'No file or directory' error > The command: tail parate~1.out > works > Is there is an update or do we need to recompile or > something? Check your PATH settings, probably you're not using Cygwin's /usr/bin/tail.exe $ tail CPANTEST.RPT ld='ld2', ldflags =' -s -L/usr/local/lib' libpth=/usr/local/lib /usr/lib /lib libs=-lgdbm -lcrypt -lutil perllibs=-lcrypt -lutil libc=/usr/lib/libc.a, so=dll, useshrplib=true, libperl=libperl.a gnulibc_version='' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' -s' cccdlflags=' ', lddlflags=' -s -L/usr/local/lib' $ cp CPANTEST.RPT CPANTEST.RPTnot8.3.format $ tail CPANTEST.RPTnot8.3.format ld='ld2', ldflags =' -s -L/usr/local/lib' libpth=/usr/local/lib /usr/lib /lib libs=-lgdbm -lcrypt -lutil perllibs=-lcrypt -lutil libc=/usr/lib/libc.a, so=dll, useshrplib=true, libperl=libperl.a gnulibc_version='' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' -s' cccdlflags=' ', lddlflags=' -s -L/usr/local/lib' Gerrit -- =^..^= -- 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/