problem in strsignal.c

Andrew Crabtree andrewc@typhoon.rose.hp.com
Mon Jan 12 10:18:00 GMT 1998


I've run into a problem trying to build a cross-compiler from
hpux to DJGPP.  In strsignal.c at about line 246 
the following code appears

static int sys_nsig = NSIG;
extern const char * const sys_siglist[];

DJGPP does not define NSIG nor does it have a sys_siglist.  This 
code is conditionally compiled based on 

#ifdef NEED_sys_siglist

I assume the configure process is improperly detecting this and 
failed to set this define.  If anybody wants to point me to where 
to look and fix things I'm game to try.

Andy

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




More information about the Gcc mailing list