Hi. I'm trying to build grep 3.6. When I run mingw32-make, I get an error
saying "No rule to make 'dist-check.mk'". How can this be fixed?
From, Zane Post
On 2/24/22 10:02, Zane Asher Post wrote:
Hi. I'm trying to build grep 3.6. When I run mingw32-make, I get an error
saying "No rule to make 'dist-check.mk'". How can this be fixed?
I'm afraid you'll have to consult a MingW expert on that one - you might
ask on the relevant mailing lists. There'
On 2/23/22 23:11, Ulrich Eckhardt wrote:
Just for my understanding, grep stops reading
when it finds the first match and then the shell closes the output
stream of cat. That in turn causes cat to fail (exit code 141, meaning
SIGPIPE), because it can't write the rest of the data that it wants,
ri
I'll check it out. Thanks!
From, Zane Post
On Thu, Feb 24, 2022, 13:16 Paul Eggert wrote:
> On 2/24/22 10:02, Zane Asher Post wrote:
> > Hi. I'm trying to build grep 3.6. When I run mingw32-make, I get an error
> > saying "No rule to make 'dist-check.mk'". How can this be fixed?
>
> I'm afraid