This is the mail archive of the cygwin 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]
Other format: [Raw text]

ISC DHCPv6 Server?


Has anyone built the ISC DHCPv6 server on Cygwin?

I downloaded the latest source, dhcp-4.2.4-P2, saw that it contained
some checks for __CYGWIN__ and __CYGWIN32__ and tried "./configure"
and "make" but make failed with the following.

    make[2]: Entering directory `/usr/local/src/dhcp-4.2.4-P2/dhcp-4.2.4-P2/common'
    gcc -DHAVE_CONFIG_H -I. -I../includes  -I.. -DLOCALSTATEDIR='"/var"'    -g -O2  -Wall -Werror -fno-strict-aliasing -I../bind/include -MT alloc.o -MD -MP -MF .deps/alloc.Tpo -c -o alloc.o alloc.c
    In file included from alloc.c:35:
    ../includes/dhcpd.h:63:23: net/route.h: No such file or directory
    ../includes/dhcpd.h:64:24: net/if_arp.h: No such file or directory
    In file included from ../includes/dhcpd.h:105,
                     from alloc.c:35:
    ../includes/omapip/omapip_p.h:48:1: "fd_set" redefined
    In file included from ../includes/dhcpd.h:48,
                     from alloc.c:35:
    /usr/include/sys/types.h:238:1: this is the location of the previous definition
    Makefile:264: recipe for target `alloc.o' failed
    make[2]: *** [alloc.o] Error 1
    make[2]: Leaving directory `/usr/local/src/dhcp-4.2.4-P2/dhcp-4.2.4-P2/common'
    Makefile:329: recipe for target `all-recursive' failed
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/usr/local/src/dhcp-4.2.4-P2/dhcp-4.2.4-P2/common'
    Makefile:246: recipe for target `all-recursive' failed
    make: *** [all-recursive] Error 1

It is the end of the day so I have not yet investigated those
errors.  I was hoping more to find someone here who had already done
this than to get help with the make process.  For now.

Before downloading the ISC source, I searched the web to see if
anyone had built this on Cygwin, but the latest work I could find
was a patch to dhcp-3.0.1rc11, which does not support DHCPv6.

Regards,
Gary


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


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