Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Date: Sun, 6 Oct 2002 11:42:15 +0200
From: "Gerrit P. Haase" <gp@familiehaase.de>
Reply-To: "Gerrit @ cygwin" <cygwin@cygwin.com>
Organization: Esse keine toten Tiere
X-Priority: 3 (Normal)
Message-ID: <100787003330.20021006114215@familiehaase.de>
To: Yu Wang <xianbird_cygwin@yahoo.com>
CC: cygwin@cygwin.com
Subject: Re: Question about Running GNU Utilities on Windows XP
In-Reply-To: <20021005195327.80133.qmail@web13114.mail.yahoo.com>
References: <20021005195327.80133.qmail@web13114.mail.yahoo.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/

