delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2018/09/20/04:44:26

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:subject:to:references:from:message-id:date
:mime-version:in-reply-to:content-type
:content-transfer-encoding; q=dns; s=default; b=K/2rFkOSRaBRqeaw
Zyx0A+XfYfC7dqA9jVZj3krRC015E8I/+FfpY7SpXQrTdmVjj2RgapI3DFXf9csN
55MXHJ3ahrrUnSErfNj6qbJT6UWR53pTRst0jorDalloPFJbG/jWvNosw8QsVPCO
O95gR8k0JvM/HA6z2bvBx9H2zj4=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:subject:to:references:from:message-id:date
:mime-version:in-reply-to:content-type
:content-transfer-encoding; s=default; bh=5YC5aIha1OlnXL4c1LAvnW
gruzY=; b=mEkRVWGUK8Hz1PXhMWsEd+EfiL1AZ5mqBYDSQ8NTOPC77LYa1dSu+F
QJ4gnP98aqkleeFBsaU49x2dEbaxsSN4t11Bn6WBChqXKtDH9K1g8Rp6Vs5ghiFQ
d5gNsW9kTgp1mEOybqWj2QmtLUOcRgrpv5yrJa846ArBGIwcJwk2o=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=0.5 required=5.0 tests=BAYES_05,FOREIGN_BODY,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=diese, E-Mail, EMail, Hx-languages-length:1278
X-HELO: mail-wr1-f54.google.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=71G2RaQx1mh7GKCjS8v/HgnYjhY/FScqc+IG163DtDs=; b=G9JiF70Ar22Agl4dOVj5sIAcjVQMHhDEaJoMeirG0jeDRKv7yfCMUhYh7bS5ugCeoM AbOkvJv6Buz1I6A4yt66cH1aJWBzohl1mcEX7M9zMD/y2kdugHOZ//tpx/O778YwHE/v TXpYZ5vIzsuPD4KlVOpb3NCBE9PpeCWt2dcuLGjTbFFQ3Gfbgkjb3isB+420VIsJa9E6 b1Klnc0CQjfTLv3yKCiQdctcEe6JJIlTCRxDFC99wRw8hiC3mVldBLCHydy8we4YPhb8 WJ8S+Lq5fOHCXw2DGlMr6bx8nvG9NTHZ/ztmYirq76cZjnV+RY+xIXjj4Wvv6mHl3Q5K TQzw==
Subject: Re: CROSS PLATFORM APP AND DAEMON PROC.
To: cygwin AT cygwin DOT com
References: <CALvTUjjefEb+e3BKkjox6bS=_axqnw=S06dOzSUBMn+hRc=CKA AT mail DOT gmail DOT com> <1965509142 DOT 20180919171612 AT yandex DOT ru> <CALvTUjhMtt-4b80b_nDY74GMnsCgxihu6EpVufWkyb3fYFgcOg AT mail DOT gmail DOT com>
From: Marco Atzeri <marco DOT atzeri AT gmail DOT com>
Message-ID: <06deb9f6-7820-0b1e-8d82-a7bc2c82f0ae@gmail.com>
Date: Thu, 20 Sep 2018 10:44:11 +0200
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1
MIME-Version: 1.0
In-Reply-To: <CALvTUjhMtt-4b80b_nDY74GMnsCgxihu6EpVufWkyb3fYFgcOg@mail.gmail.com>
X-IsSubscribed: yes
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id w8K8iP8j023997

Am 20.09.2018 um 08:59 schrieb Onur GURSOY:
> Hello Andrey Repin Yes,
>   I did. I learned something such as cygwin is not native API etc. But I
> wonder one think,  have app that is sing bind DNS server, cygwin has a bind
> DNS server and Linux has a bind DNS server , my app is communicating via
> posix message queue
> Assume that we completely running program like this on Linux , how can I do
> this in windows via cygwin , development environment, required package on
> client pc side or development pc side, etc.
>
> Many thanks for your reply,
> My Best Regards,
> Onur.

Dear Onur,
on this mailing list we use bottom post.

To run a program on cygwin, it must be compiled on cygwin.
In general the same step and tool used for building on linux,
can be replicated on cygwin.
Programs that requires access to internal Linux API, can
not be compiled of course, everything else usually works.

The list of packages available on cygwin is here
https://cygwin.com/packages/package_list.html

The user guide and the ist of available system calls are
https://cygwin.com/cygwin-ug-net/cygwin-ug-net.html
https://cygwin.com/cygwin-api/

---
Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft.
https://www.avast.com/antivirus


--
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


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019