guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [patch] conditional header inclusion


From: Lars J. Aas
Subject: Re: [patch] conditional header inclusion
Date: Thu, 16 Nov 2000 19:38:51 +0100
User-agent: Mutt/1.2.5i

On Thu, Nov 16, 2000 at 06:28:32PM -0000, Gary Houston wrote:
: > From: "Lars J. Aas" <address@hidden>
: > Date: Thu, 16 Nov 2000 10:26:26 +0100
: > 
: > The following headers aren't available on the Cygwin system (Cygwin 1.1,
: > NT 4.0, MSVC++) I'm trying to build Guile on:
: > 
: >   arpa/inet.h
: >   grp.h
: >   netdb.h
: >   netinet/in.h
: >   pwd.h
: >   sys/socket.h
: >   sys/utsname.h
: 
: This seems to imply that the cygwin system you're using doesn't have
: networking support.  Why not just configure with --disable-networking?

The Cygwin installation has networking support for gcc compilation, but
the /usr/include headers can't be used with MSVC++ which is what I'm
using.  I'm using winsock2.h instead.  Still got lots of unresolved
symbols (thirty-simething) when linking, but it's gradually decreasing...

: Could existing definitions be used for some of the other headers:
: HAVE_UNAME, HAVE_GETGROUPS?

I'll look into it.

  Lars J



reply via email to

[Prev in Thread] Current Thread [Next in Thread]