[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Grep 2.5.3 on Cygwin
From: |
Tony Abou-Assaleh |
Subject: |
Re: Grep 2.5.3 on Cygwin |
Date: |
Wed, 2 Jan 2008 18:14:03 -0400 (AST) |
Hi Xavier,
Thanks for the bug report. We are aware of the problem. These are known
bugs in the -o -i combinations. 'make check' should pass in the next
release. We plan to exclude the failing tests from the release code and
describe them in the documentation instead.
Cheers,
TAA
--
Tony Abou-Assaleh
Email: address@hidden
Web site: http://tony.abou-assaleh.net
On Wed, 2 Jan 2008, Xavier Lepaul wrote:
> Hello,
> I tried to compile the latest version of grep (downloaded from
> ftp://mirror.cict.fr/gnu/grep/grep-2.5.3.tar.gz) in Cygwin, and I get
> some errors during 'make check'.
>
> Please find the output of configure, make and make check attached.
>
> Just for info, when testing './src/grep word -o -i' (with the word
> 'word' in lower-case), the given input (WordA/wordB/WORDC/) produces
> the expected result (Word/word/WORD/)
>
> > ../src/grep -io word
> WordA/wordB/WORDC/
> Word
> word
> WORD
>
> I can provide other details if needed.
> Hope it helps.
>
> --
> -- Xavier Lepaul
>