This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


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

signal support


Howdy Folks,

I'm trying to port the RWhois package from UNIX to NT.
Check out http://www.rwhois.net

Todays problem is that the Cygnus GNU-Win32 B19 appears to not include
signal support.

The following are the messages from make:

daemon.c
daemon.c: In function `sigchld_handler':
daemon.c:99: `siginfo_t' undeclared (first use this function)
daemon.c:99: (Each undeclared identifier is reported only once
daemon.c:99: for each function it appears in.)
daemon.c:99: parse error before `info'
daemon.c:103: `P_ALL' undeclared (first use this function)
daemon.c:103: `info' undeclared (first use this function)
daemon.c:103: `WEXITED' undeclared (first use this function)
daemon.c:103: `WTRAPPED' undeclared (first use this function)
make[1]: *** [daemon.o] Error 1

Has anyone had to deal with UNIX signals to handle "fork()" and "child
processes"?

Thanks * Bruce Hooker * bruceh@dis.wa.gov
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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