From: Christine.Pourcelot@inria.fr (Chris)
Subject: Re: un.h
10 Dec 1998 20:18:27 -0800
Message-ID: <366FBEAB.B645FE98.cygnus.gnu-win32@inria.fr>
References: <3676bd14.14469816@smtp.saunalahti.fi>
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
To: "Mika Löf" <mlof@kotilo.saunalahti.fi>,
        "gnu-win32@cygnus.com" <gnu-win32@cygnus.com>

Hi,
I had that kind of problem while porting some code using Sockets...
In "un.h" you will find definitions for Unix ipc domain (sockaddr_un structure)
If your code is handling sockets, you'll have to add :
#define Win32_Winsock
#include <windows.h>
and put <include un.h> in comments
and add -lwsock32 to your gcc command line.
Hope this help ;-)
Christine

Mika Löf wrote:

>  I compiled the GNU inetutils-1.3a (with Sergey's diffs applied) package but
> syslogd didn't compile, error referring to missing un.h headers. What do these
> headers consist of? Why is un.h missing from cygwin32? Are they intentionally
> left out because of some missing feature (as I am guessing)
>  What should un.h look like on my machine?
> Running CygWin b20 (the full.exe package with updated 20.1 cygwin.dll)
>  I don't know much about C programming, however I've compiled a few of my own
> *simple* Linux programs on CygWin :-)
>
> "The only stupid question is the unasked one."
> -
> For help on using this list (especially unsubscribing), send a message to
> "gnu-win32-request@cygnus.com" with one line of text: "help".



--
Christine Pourcelot
stagiaire projet CODES (INRIA ROCQUENCOURT)
Christine.Pourcelot@inria.fr
tel : 01 39 63 57 70



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