Re: CROSS PLATFORM APP AND DAEMON PROC.

2018-09-20 Thread Marco Atzeri

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



Re: CROSS PLATFORM APP AND DAEMON PROC.

2018-09-20 Thread 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.

On Wed, Sep 19, 2018, 17:20 Andrey Repin  wrote:

> Greetings, Onur GURSOY!
>
> > For example : I have Linux process which is bind DNS server , and also
> > cygwin has a bind DNS server.
> > We imagene I have app which is use bind DNS server via shell command and
> > Linux file system,
> > I wonder one thing , the same program run on windows via cygwin ?
> > İf yes , so how ?
> > Else, what can I do for running ?
>
> Did you read the very first page of http://cygwin.com/ ?
>
>
> --
> With best regards,
> Andrey Repin
> Wednesday, September 19, 2018 17:15:38
>
> Sorry for my terrible english...

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



Re: CROSS PLATFORM APP AND DAEMON PROC.

2018-09-19 Thread Andrey Repin
Greetings, Onur GURSOY!

> For example : I have Linux process which is bind DNS server , and also
> cygwin has a bind DNS server.
> We imagene I have app which is use bind DNS server via shell command and
> Linux file system,
> I wonder one thing , the same program run on windows via cygwin ?
> İf yes , so how ?
> Else, what can I do for running ?

Did you read the very first page of http://cygwin.com/ ?


-- 
With best regards,
Andrey Repin
Wednesday, September 19, 2018 17:15:38

Sorry for my terrible english...
--
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