Our HP-UX 10.20 machine does not have sys_siglist.  As a result the
generated config.h includes:

/* Define to 1 if you have the declaration of `sys_siglist', and to 0
if you   don't. */
#define HAVE_DECL_SYS_SIGLIST 0

So far, so good.   However, signame.c contains:

#if !defined(HAVE_DECL_SYS_SIGLIST)

Since HAVE_DECL_SYS_SIGLIST is defined (but with value 0), the code
is skipped even though it's needed on this platform.

-- 
Peter Fales                       Lucent Technologies, Room 1C-436
N9IYJ                             2000 Lucent Ln, PO Box 3033
internet: [EMAIL PROTECTED]       Naperville, IL 60566-7033
                                  work: (630) 979-8031


_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to