bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

3.81beta3 build error on HP-UX 10.20


From: Peter Fales
Subject: 3.81beta3 build error on HP-UX 10.20
Date: Wed, 23 Nov 2005 10:27:37 -0600
User-agent: Mutt/1.4.2.1i

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: address@hidden          Naperville, IL 60566-7033
                                  work: (630) 979-8031




reply via email to

[Prev in Thread] Current Thread [Next in Thread]