From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 130146 invoked by alias); 30 May 2017 20:47:51 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 130132 invoked by uid 89); 30 May 2017 20:47:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=rio X-HELO: mail-yw0-f172.google.com Received: from mail-yw0-f172.google.com (HELO mail-yw0-f172.google.com) (209.85.161.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 30 May 2017 20:47:49 +0000 Received: by mail-yw0-f172.google.com with SMTP id l14so45605444ywk.1 for ; Tue, 30 May 2017 13:47:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=qraGkIyUs/ntyjR87vNU2DT/OwbMXjBgEW7Qj29I3ww=; b=VjMMdDqZSjr9pcDjR98HPiIEZmz6eCdtHtDrYwyxVPEJ5fb+QN2moAUSjexR0nfg5H soz02b4zX03doRKcWCbkLYutpd82rFzT4sEJyJPbK9iyRgFY6/VgEW+CE/LplvBFWnv+ nEgBZa2iBJk4zOD2jAn0uhDcZlQXdSvhPuwnDevbM3OoKd1XIWYEBCWl6aAK7JMHlq7W vYp5qN0nSAS+4vdeDZzeJBc9/eIW809JYWyt3B0ecNPlaNTkBLnb+aUORXvyyOwYg15L TiYmHQEd3jafxmhCjuXtbCg1BCUL0vBoD2fA3sm+s5jEQW2IuSK6Cg6SO3lMCtSh+A0O C9RQ== X-Gm-Message-State: AODbwcC5iB/dBmMNiBA0nNyW8NST+G+im0Xk2wMfUaV3uUCpjsctWJ0a gTlqqkMlba69JfozRVVhR1jw2YqmcYyPOcI= X-Received: by 10.129.81.140 with SMTP id f134mr16949275ywb.332.1496177271341; Tue, 30 May 2017 13:47:51 -0700 (PDT) MIME-Version: 1.0 Received: by 10.83.0.20 with HTTP; Tue, 30 May 2017 13:47:50 -0700 (PDT) From: Cary Lewis Date: Wed, 31 May 2017 01:28:00 -0000 Message-ID: Subject: Is is possible to compile / run ntp utilities in cygwin To: cygwin@cygwin.com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2017-05/txt/msg00503.txt.bz2 it possible to build ntp under cygwin? I am getting errors compiling: make[3]: Entering directory '/home/clewis/ntp-4.2.8p10/libntp' CC iosignal.o iosignal.c: In function =E2=80=98init_clock_sig=E2=80=99: iosignal.c:87:22: error: =E2=80=98I_SETSIG=E2=80=99 undeclared (first use i= n this function) if (ioctl(rio->fd, I_SETSIG, S_INPUT) < 0) ^ iosignal.c:87:22: note: each undeclared identifier is reported only once for each function it appears in iosignal.c:87:32: error: =E2=80=98S_INPUT=E2=80=99 undeclared (first use in= this function) if (ioctl(rio->fd, I_SETSIG, S_INPUT) < 0) -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple