This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Please, help me - Unix network programming


Jan Tomasek wrote:
> 
> Hi,
> I start reading of book "Unix network programming" written by
> W. Richard Stevens. I try to complile examples from this book
> but I get error - un.h is missing. And realy it is missing on
> my Cygwin system? So I transport it from my Linux system,
> than compiler require next files ... completly I transport this
> files:
>         ./linux/un.h -> ./sys/un.h
>         ./arpa/nameser.h
>         ./sys/bitypes.h
>         ./resolv.h
> With it this I was able to compile basic libs and then compile
> first example - DateTimeClinet, but not server - recv/sendmsg
> is missing. I look at Debian/Linux man pages and I thing that I
> can emulate recvmsg by recv.
> 
> Thing which I want to ask is if this is "normal" or if I do
> something wrong.
> 
> Please, can someone help me to fix this problem(s)?

The file un.h is for connections of family AF_UNIX.
This isn't supported under cygwin yet. You only are
able to use AF_INET family.

Bye,
Corinna
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]