This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Re: problem in strsignal.c


 
> I would suggest looking at config.log to see if it provides a clue as
> to why it can't probably define NEED_sys_siglist.
Which directory for the config.log? There isn't one in libiberty.
Perhaps it is finding the NSIG or sys_siglist 
declaration that HPUX provides, and assuming that is the case for
that target as well.

> There are cases where 
> configure can't do it correctly -- eg., 
Shouldn't it be possible to try to compile a test program like 

static int sys_nsig = NSIG;

and see if it fails compilation?  

Andy

--
_______       ___________________________________________________________
           /                       	                  Andrew Crabtree 
          /                          	      Workgroup Networks Division 
         ____       ___  /                                Hewlett-Packard 
        /     /    /    /   		                    Roseville, CA 
     __/   __/    _____/                                     916/785-1675
                 /                           andrewc@rosemail.rose.hp.com
___________   __/   _____________________________________________________



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