From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Madritsch To: cygwin@cygwin.com Subject: Newsgroup? Date: Wed, 14 Feb 2001 12:48:00 -0000 Message-id: <3A8AEDAE.D92C0C26@datacomm.ch> X-SW-Source: 2001-02/msg00791.html Hello Is there a newsgroup, where I can post questions to cygwin? I have problems compiling code with cygwin, which can be compiled with djgpp without problems. The error messages looks like: timers.c: In function `alarmhandler': timers.c:538: `SIGALRM' undeclared (first use in this function) timers.c: In function `update_async': timers.c:546: storage size of `t' isn't known timers.c:553: `SIGALRM' undeclared (first use in this function) timers.c:555: `ITIMER_REAL' undeclared (first use in this function) timers.c:560: storage size of `t' isn't known It seems that the headers signal.h and time.h aren't included properly. I could add the following code extracted from signal.h and time.h to my source: #define SIGALRM 14 #define ITIMER_REAL 0 struct itimerval { struct timeval it_interval; struct timeval it_value; }t; But the binary created then doesn't work. btw. how can I generate binaries which don't use dll's from cygwin? Thanks a lot -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple