Re: netinet/* in Cygwin

2019-09-06 Thread Achim Gratz
Lukasz Swierczewski writes: > I use Windows (Cygwin on Windows 7). > Code work well on Linux, but I have a problem ( Windows: > and ) The sources in question may be inherently unportable and Linux specific or someone pulled in these includes in order to get at some API that really is provided fro

Re: netinet/* in Cygwin

2019-09-06 Thread Brian Inglis
On 2019-09-05 00:49, Lukasz Swierczewski wrote: > W dniu 2019-09-04 18:34, Brian Inglis napisał(a): >> On 2019-09-04 00:36, Lukasz Swierczewski wrote: >>> I have question. >>> I need netinet/* in my C project. >>> For example: >>> #include >>> #include >>> #include >>> #include >>> Is this avai

Re: netinet/* in Cygwin

2019-09-05 Thread Lukasz Swierczewski
W dniu 2019-09-05 09:14, Csaba Raduly napisał(a): Hi Lukasz, Please don't top-post on this list. On Thu, Sep 5, 2019 at 8:49 AM Lukasz Swierczewski wrote: Thanks! It looks like it works ... You can tell where I can find: #include #include Have you tried a Linux system ? Csaba I use

Re: netinet/* in Cygwin

2019-09-05 Thread Csaba Raduly
Hi Lukasz, Please don't top-post on this list. On Thu, Sep 5, 2019 at 8:49 AM Lukasz Swierczewski wrote: > > Thanks! > > It looks like it works ... > > You can tell where I can find: > > #include > #include Have you tried a Linux system ? Csaba -- You can get very substantial performance im

Re: netinet/* in Cygwin

2019-09-04 Thread Lukasz Swierczewski
Thanks! It looks like it works ... You can tell where I can find: #include #include Any idea? ;) --- Best Regards Lukasz Swierczewski W dniu 2019-09-04 18:34, Brian Inglis napisał(a): On 2019-09-04 00:36, Lukasz Swierczewski wrote: I have question. I need netinet/* in my C project. For

Re: netinet/* in Cygwin

2019-09-04 Thread Brian Inglis
On 2019-09-04 00:36, Lukasz Swierczewski wrote: > I have question. > I need netinet/* in my C project. > For example: > #include > #include > #include > #include > Is this available in Cygwin? $ cygcheck -p usr/include/netinet/ Found 6 matches for usr/include/netinet/ cygwin-devel-3.0.6-1 - cy

netinet/* in Cygwin

2019-09-03 Thread Lukasz Swierczewski
Hello, I have question. I need netinet/* in my C project. For example: #include #include #include #include Is this available in Cygwin? There are problems as standard ... What do you need to do to compile with these libs? -- Best Regards Lukasz Swierczewski -- Problem reports: htt