simple "make check" failure
Andreas Jaeger
aj@suse.de
Wed Jul 12 10:42:00 GMT 2000
>>>>> 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>
Andreas
> 2000-07-12 Bruno Haible <haible@clisp.cons.org>
> * Examples/ex8.c: Include <sys/wait.h>, not <wait.h>.
> *** glibc-20000706/linuxthreads/Examples/ex8.c.bak Mon May 29 00:13:47 2000
> --- glibc-20000706/linuxthreads/Examples/ex8.c Wed Jul 12 00:50:46 2000
> ***************
> *** 22,28 ****
> #include <stdlib.h>
> #include <pthread.h>
> #include <unistd.h>
> ! #include <wait.h>
> enum
> {
> --- 22,28 ----
> #include <stdlib.h>
> #include <pthread.h>
> #include <unistd.h>
> ! #include <sys/wait.h>
> enum
> {
--
Andreas Jaeger
SuSE Labs aj@suse.de
private aj@arthur.inka.de
More information about the Libc-alpha
mailing list