This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: simple "make check" failure


Andreas Jaeger <aj@suse.de> writes:

|> >>>>> H J Lu writes:
|> 
|> HJ> 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>
|> >> 
|> 
|> HJ> "make check" should not use any files created by "make install". In fact, it
|> HJ> may run before "make install". Please do a grep on *.d and kill any things
|> HJ> like /usr/include except for kernel header files.
|> 
|> The fix is right - the alternative is to add a file include/wait.h in
|> glibc which does an include of <sys/wait.h>.

IMHO it should actually include <posix/wait.h>.

Andreas.

-- 
Andreas Schwab                                  "And now for something
SuSE Labs                                        completely different."
Andreas.Schwab@suse.de
SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]