simple "make check" failure
H . J . Lu
hjl@lucon.org
Wed Jul 12 11:03:00 GMT 2000
On Wed, Jul 12, 2000 at 07:36:04PM +0200, Andreas Jaeger wrote:
> >>>>> Bruno Haible writes:
>
> > After installing glibc on Linux, "make check" failed: gcc complained
> > that <wait.h> does not exist. Fix:
>
> Strange. wait.h should be installed by make install. The contents is
> just:
> #include <sys/wait.h>
>
"make check" should not use any files created by "make install". In fact, it
may run before "make install". Please do a grep on *.d and kill any things
like /usr/include except for kernel header files.
H.J.
More information about the Libc-alpha
mailing list