public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Andreas Madritsch <amadritsch@datacomm.ch>
To: cygwin@cygwin.com
Subject: Newsgroup?
Date: Wed, 14 Feb 2001 12:48:00 -0000	[thread overview]
Message-ID: <3A8AEDAE.D92C0C26@datacomm.ch> (raw)

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

             reply	other threads:[~2001-02-14 12:48 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-02-14 12:48 Andreas Madritsch [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3A8AEDAE.D92C0C26@datacomm.ch \
    --to=amadritsch@datacomm.ch \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).