public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Newsgroup?
@ 2001-02-14 12:48 Andreas Madritsch
  2001-02-14 13:25 ` Newsgroup? Christopher Faylor
  0 siblings, 1 reply; 22+ messages in thread
From: Andreas Madritsch @ 2001-02-14 12:48 UTC (permalink / raw)
  To: cygwin

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

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2001-02-15 14:30 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-02-14 12:48 Newsgroup? Andreas Madritsch
2001-02-14 13:25 ` Newsgroup? Christopher Faylor
2001-02-14 14:32   ` Newsgroup? Andreas Madritsch
2001-02-14 18:23   ` cygwin and GPL (again) David Case
2001-02-14 18:55     ` Bradley Bell
2001-02-14 19:18       ` Charles Wilson
2001-02-14 19:51         ` Bradley Bell
2001-02-14 20:00           ` Christopher Faylor
2001-02-14 19:14     ` Dennis McCunney
2001-02-14 19:36       ` Christopher Faylor
2001-02-14 20:15         ` DJ Delorie
2001-02-14 20:25         ` Dennis McCunney
2001-02-14 20:29           ` Christopher Faylor
2001-02-14 20:50             ` Dennis McCunney
2001-02-14 21:00               ` Christopher Faylor
2001-02-14 21:34                 ` Dennis McCunney
2001-02-15 13:19                   ` Rank Newbie Qustion [Was: Re: cygwin and GPL (again)] David A. Cobb
2001-02-15 14:30                     ` Christopher Faylor
2001-02-15  1:27                 ` cygwin and GPL (again) Jesper Eskilson
2001-02-15  6:09                   ` Jonathan Kamens
2001-02-15  7:52                     ` DJ Delorie
2001-02-15  9:40                   ` Christopher Faylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).