public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Brian Inglis <Brian.Inglis@SystematicSw.ab.ca>
To: cygwin@cygwin.com
Subject: Re: netinet/* in Cygwin
Date: Fri, 06 Sep 2019 17:39:00 -0000	[thread overview]
Message-ID: <90ea37e6-913d-87af-ed4f-8853fec79e29@SystematicSw.ab.ca> (raw)
In-Reply-To: <6cbe355551e6c6bdc6a55645b693fbcf@ithena.net>

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 <netinet/icmp6.h>
>>> #include <netinet/ip_icmp.h>
>>> #include <netinet/in.h>
>>> #include <netinet/ip6.h>
>>> Is this available in Cygwin?
>>
>> $ cygcheck -p usr/include/netinet/
>> Found 6 matches for usr/include/netinet/
>> cygwin-devel-3.0.6-1 - cygwin-devel: Core development files
>> cygwin-devel-3.0.7-1 - cygwin-devel: Core development files
>> cygwin-devel-3.1.0-0.3 - cygwin-devel: Core development files
>> cygwin32-2.10.0-1 - cygwin32: Cygwin 32bit toolchain
>> cygwin32-2.6.0-1 - cygwin32: Cygwin 32bit toolchain (installed binaries and
>> support files)
>> cygwin32-2.8.2-1 - cygwin32: Cygwin 32bit toolchain
>>
>> $ zfgrep netinet /etc/setup/cygwin-devel.lst.gz
>> usr/include/netinet/
>> usr/include/netinet/in.h
>> usr/include/netinet/in_systm.h
>> usr/include/netinet/ip.h
>> usr/include/netinet/ip6.h
>> usr/include/netinet/ip_icmp.h
>> usr/include/netinet/tcp.h
>> usr/include/netinet/udp.h
>>
>> Install cygwin-devel package.
>>
>>> There are problems as standard ...
>>> What do you need to do to compile with these libs?
>>
>> In many cases, nothing, as the functions are built into libc in the cygwin dll;
>> otherwise for other libraries, add -l... to your build command line as you would
>> on Unix.

> Thanks!
> It looks like it works ...
> You can tell where I can find:
> #include <linux/types.h>
> #include <linux/errqueue.h>
> Any idea? ;)

Unfortunately, system specific includes like linux/types.h and linux/errqueue.h
make no sense on other systems which do not have those features, although there
are lots of types to choose from on all systems:

$ find /usr/include/{asm,machine,sys} -name _default_types.h \
	-o -name _types.h -o -name types.h -o -name stddef.h \
	-o -name stdint.h -o -name _stdint.h ; \
    ls -1 /usr/include/{inttypes,stdint}.h \
	/lib/gcc/x86_64-pc-cygwin/*/include/std{def,int}.h
/usr/include/asm/types.h
/usr/include/machine/types.h
/usr/include/machine/_default_types.h
/usr/include/machine/_types.h
/usr/include/sys/types.h
/usr/include/sys/_stdint.h
/usr/include/sys/_types.h
/lib/gcc/x86_64-pc-cygwin/7.4.0/include/stddef.h
/lib/gcc/x86_64-pc-cygwin/7.4.0/include/stdint.h
/usr/include/inttypes.h
/usr/include/stdint.h

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.

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

      parent reply	other threads:[~2019-09-06 17:39 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-04  6:36 Lukasz Swierczewski
2019-09-04 16:34 ` Brian Inglis
2019-09-05  6:49   ` Lukasz Swierczewski
2019-09-05  7:15     ` Csaba Raduly
2019-09-05  9:37       ` Lukasz Swierczewski
2019-09-07  6:48         ` Achim Gratz
2019-09-06 17:39     ` Brian Inglis [this message]

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=90ea37e6-913d-87af-ed4f-8853fec79e29@SystematicSw.ab.ca \
    --to=brian.inglis@systematicsw.ab.ca \
    --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).