[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: problem with make check
From: |
Jim Meyering |
Subject: |
Re: problem with make check |
Date: |
Tue, 20 Apr 2010 15:18:45 +0200 |
Aharon Robbins wrote:
> I just did a completely fresh git pull of grep. I then did
pull?
or clone?
> ./bootstrap
> ./configure && make
> make check
running bootstrap should create gnulib-tests/c-ctype.h.
> make[4]: Entering directory `/d/local/src/Gnu/grep/gnulib-tests'
> CC c-strcasecmp.o
> c-strcasecmp.c:27:21: error: c-ctype.h: No such file or directory
> make[4]: *** [c-strcasecmp.o] Error 1
I've just confirmed that with the above sequence of
commands, run from a just-cloned directory, all succeed.