OK, here goes. I'm running ./configure, make and sudo make install.
First, ./configure...

./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for AIX... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for ranlib... ranlib
checking whether byte ordering is bigendian... no
checking for prefix by checking for dhcpd... no
-n checking for dhcpd.leases location...
/var/db/dhcpd.leases
-n checking for dhcpd6.leases location...
/var/db/dhcpd6.leases
-n checking for dhclient.leases location...
/var/db/dhclient.leases
-n checking for dhclient6.leases location...
/var/db/dhclient6.leases
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for u_int8_t... yes
checking for u_int16_t... yes
checking for u_int32_t... yes
checking ifaddrs.h usability... yes
checking ifaddrs.h presence... yes
checking for ifaddrs.h... yes
checking linux/types.h usability... no
checking linux/types.h presence... no
checking for linux/types.h... no
checking for linux/filter.h... no
checking sys/dlpi.h usability... no
checking sys/dlpi.h presence... no
checking for sys/dlpi.h... no
checking net/bpf.h usability... yes
checking net/bpf.h presence... yes
checking for net/bpf.h... yes
checking for struct lifnum... no
checking for struct if_laddrconf... no
checking for struct if_laddrreq... no
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking net/if_dl.h usability... yes
checking net/if_dl.h presence... yes
checking for net/if_dl.h... yes
checking net/if6.h usability... no
checking net/if6.h presence... no
checking for net/if6.h... no
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking for library containing MD5_Init... -lcrypto
checking for library containing MD5Init... no
checking for library containing socket... none required
checking for library containing inet_ntoa... none required
checking for library containing inet_aton... none required
checking for library containing regcomp... none required
checking for library containing if_nametoindex... none required
checking for /dev/random... yes
checking for struct sockaddr.sa_len... yes
checking for struct iaddr *... yes
checking size of struct iaddr *... 4
checking for struct msghdr.msg_control... yes
checking for flexible array members... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating client/Makefile
config.status: creating common/Makefile
config.status: creating common/tests/Makefile
config.status: creating dhcpctl/Makefile
config.status: creating dst/Makefile
config.status: creating includes/Makefile
config.status: creating omapip/Makefile
config.status: creating relay/Makefile
config.status: creating server/Makefile
config.status: creating tests/Makefile
config.status: creating includes/config.h
config.status: includes/config.h is unchanged
config.status: executing depfiles commands


And for make:

make
Making all in bind
bind-9.7.1 already unpacked...
Configuring BIND Export libraries for DHCP.
Building BIND Export libraries - this takes some time.
building in /ort/dhcp-4.2.0-P2/bind/bind-9.7.1/lib/export
ranlib: file: libisc.a(condition.o) has no symbols
ranlib: file: libisc.a(mutex.o) has no symbols
ranlib: file: libisc.a(condition.o) has no symbols
ranlib: file: libisc.a(mutex.o) has no symbols
../../../lib/dns/nsec3.c: In function ‘dns_nsec3_addnsec3’:
../../../lib/dns/nsec3.c:560: warning: ‘exists’ may be used
uninitialized in this function
ranlib: file: libdns.a(openssl_link.o) has no symbols
ranlib: file: libdns.a(openssldh_link.o) has no symbols
ranlib: file: libdns.a(openssldsa_link.o) has no symbols
ranlib: file: libdns.a(opensslrsa_link.o) has no symbols
ranlib: file: libdns.a(openssl_link.o) has no symbols
ranlib: file: libdns.a(openssldh_link.o) has no symbols
ranlib: file: libdns.a(openssldsa_link.o) has no symbols
ranlib: file: libdns.a(opensslrsa_link.o) has no symbols
Installing BIND Export libraries to /ort/dhcp-4.2.0-P2/bind.
Making all in includes
make  all-am
Making all in tests
make[1]: Nothing to be done for `all'.
Making all in common
Making all in tests
make[2]: Nothing to be done for `all'.
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
mv -f .deps/alloc.Tpo .deps/alloc.Po
gcc -DHAVE_CONFIG_H -I. -I../includes  -I.. -DLOCALSTATEDIR='"/var"'
-g -O2  -Wall -Werror -fno-strict-aliasing -I../bind/include -MT bpf.o
-MD -MP -MF .deps/bpf.Tpo -c -o bpf.o bpf.c
mv -f .deps/bpf.Tpo .deps/bpf.Po
gcc -DHAVE_CONFIG_H -I. -I../includes  -I.. -DLOCALSTATEDIR='"/var"'
-g -O2  -Wall -Werror -fno-strict-aliasing -I../bind/include -MT
comapi.o -MD -MP -MF .deps/comapi.Tpo -c -o comapi.o comapi.c
mv -f .deps/comapi.Tpo .deps/comapi.Po
gcc -DHAVE_CONFIG_H -I. -I../includes  -I.. -DLOCALSTATEDIR='"/var"'
-g -O2  -Wall -Werror -fno-strict-aliasing -I../bind/include -MT
conflex.o -MD -MP -MF .deps/conflex.Tpo -c -o conflex.o conflex.c
mv -f .deps/conflex.Tpo .deps/conflex.Po
gcc -DHAVE_CONFIG_H -I. -I../includes  -I.. -DLOCALSTATEDIR='"/var"'
-g -O2  -Wall -Werror -fno-strict-aliasing -I../bind/include -MT
ctrace.o -MD -MP -MF .deps/ctrace.Tpo -c -o ctrace.o ctrace.c
mv -f .deps/ctrace.Tpo .deps/ctrace.Po
gcc -DHAVE_CONFIG_H -I. -I../includes  -I.. -DLOCALSTATEDIR='"/var"'
-g -O2  -Wall -Werror -fno-strict-aliasing -I../bind/include -MT
discover.o -MD -MP -MF .deps/discover.Tpo -c -o discover.o discover.c
mv -f .deps/discover.Tpo .deps/discover.Po
gcc -DHAVE_CONFIG_H -I. -I../includes  -I.. -DLOCALSTATEDIR='"/var"'
-g -O2  -Wall -Werror -fno-strict-aliasing -I../bind/include -MT
dispatch.o -MD -MP -MF .deps/dispatch.Tpo -c -o dispatch.o dispatch.c
mv -f .deps/dispatch.Tpo .deps/dispatch.Po
gcc -DHAVE_CONFIG_H -I. -I../includes  -I.. -DLOCALSTATEDIR='"/var"'
-g -O2  -Wall -Werror -fno-strict-aliasing -I../bind/include -MT
dlpi.o -MD -MP -MF .deps/dlpi.Tpo -c -o dlpi.o dlpi.c
mv -f .deps/dlpi.Tpo .deps/dlpi.Po
gcc -DHAVE_CONFIG_H -I. -I../includes  -I.. -DLOCALSTATEDIR='"/var"'
-g -O2  -Wall -Werror -fno-strict-aliasing -I../bind/include -MT dns.o
-MD -MP -MF .deps/dns.Tpo -c -o dns.o dns.c
mv -f .deps/dns.Tpo .deps/dns.Po
gcc -DHAVE_CONFIG_H -I. -I../includes  -I.. -DLOCALSTATEDIR='"/var"'
-g -O2  -Wall -Werror -fno-strict-aliasing -I../bind/include -MT
ethernet.o -MD -MP -MF .deps/ethernet.Tpo -c -o ethernet.o ethernet.c
mv -f .deps/ethernet.Tpo .deps/ethernet.Po
gcc -DHAVE_CONFIG_H -I. -I../includes  -I.. -DLOCALSTATEDIR='"/var"'
-g -O2  -Wall -Werror -fno-strict-aliasing -I../bind/include -MT
execute.o -MD -MP -MF .deps/execute.Tpo -c -o execute.o execute.c
mv -f .deps/execute.Tpo .deps/execute.Po
gcc -DHAVE_CONFIG_H -I. -I../includes  -I.. -DLOCALSTATEDIR='"/var"'
-g -O2  -Wall -Werror -fno-strict-aliasing -I../bind/include -MT
fddi.o -MD -MP -MF .deps/fddi.Tpo -c -o fddi.o fddi.c
mv -f .deps/fddi.Tpo .deps/fddi.Po
gcc -DHAVE_CONFIG_H -I. -I../includes  -I.. -DLOCALSTATEDIR='"/var"'
-g -O2  -Wall -Werror -fno-strict-aliasing -I../bind/include -MT
icmp.o -MD -MP -MF .deps/icmp.Tpo -c -o icmp.o icmp.c
mv -f .deps/icmp.Tpo .deps/icmp.Po
gcc -DHAVE_CONFIG_H -I. -I../includes  -I.. -DLOCALSTATEDIR='"/var"'
-g -O2  -Wall -Werror -fno-strict-aliasing -I../bind/include -MT
inet.o -MD -MP -MF .deps/inet.Tpo -c -o inet.o inet.c
mv -f .deps/inet.Tpo .deps/inet.Po
gcc -DHAVE_CONFIG_H -I. -I../includes  -I.. -DLOCALSTATEDIR='"/var"'
-g -O2  -Wall -Werror -fno-strict-aliasing -I../bind/include -MT lpf.o
-MD -MP -MF .deps/lpf.Tpo -c -o lpf.o lpf.c
mv -f .deps/lpf.Tpo .deps/lpf.Po
gcc -DHAVE_CONFIG_H -I. -I../includes  -I.. -DLOCALSTATEDIR='"/var"'
-g -O2  -Wall -Werror -fno-strict-aliasing -I../bind/include -MT
memory.o -MD -MP -MF .deps/memory.Tpo -c -o memory.o memory.c
mv -f .deps/memory.Tpo .deps/memory.Po
gcc -DHAVE_CONFIG_H -I. -I../includes  -I.. -DLOCALSTATEDIR='"/var"'
-g -O2  -Wall -Werror -fno-strict-aliasing -I../bind/include -MT nit.o
-MD -MP -MF .deps/nit.Tpo -c -o nit.o nit.c
mv -f .deps/nit.Tpo .deps/nit.Po
gcc -DHAVE_CONFIG_H -I. -I../includes  -I.. -DLOCALSTATEDIR='"/var"'
-g -O2  -Wall -Werror -fno-strict-aliasing -I../bind/include -MT
options.o -MD -MP -MF .deps/options.Tpo -c -o options.o options.c
mv -f .deps/options.Tpo .deps/options.Po
gcc -DHAVE_CONFIG_H -I. -I../includes  -I.. -DLOCALSTATEDIR='"/var"'
-g -O2  -Wall -Werror -fno-strict-aliasing -I../bind/include -MT
packet.o -MD -MP -MF .deps/packet.Tpo -c -o packet.o packet.c
mv -f .deps/packet.Tpo .deps/packet.Po
gcc -DHAVE_CONFIG_H -I. -I../includes  -I.. -DLOCALSTATEDIR='"/var"'
-g -O2  -Wall -Werror -fno-strict-aliasing -I../bind/include -MT
parse.o -MD -MP -MF .deps/parse.Tpo -c -o parse.o parse.c
mv -f .deps/parse.Tpo .deps/parse.Po
gcc -DHAVE_CONFIG_H -I. -I../includes  -I.. -DLOCALSTATEDIR='"/var"'
-g -O2  -Wall -Werror -fno-strict-aliasing -I../bind/include -MT
print.o -MD -MP -MF .deps/print.Tpo -c -o print.o print.c
mv -f .deps/print.Tpo .deps/print.Po
gcc -DHAVE_CONFIG_H -I. -I../includes  -I.. -DLOCALSTATEDIR='"/var"'
-g -O2  -Wall -Werror -fno-strict-aliasing -I../bind/include -MT raw.o
-MD -MP -MF .deps/raw.Tpo -c -o raw.o raw.c
mv -f .deps/raw.Tpo .deps/raw.Po
gcc -DHAVE_CONFIG_H -I. -I../includes  -I.. -DLOCALSTATEDIR='"/var"'
-g -O2  -Wall -Werror -fno-strict-aliasing -I../bind/include -MT
resolv.o -MD -MP -MF .deps/resolv.Tpo -c -o resolv.o resolv.c
mv -f .deps/resolv.Tpo .deps/resolv.Po
gcc -DHAVE_CONFIG_H -I. -I../includes  -I.. -DLOCALSTATEDIR='"/var"'
-g -O2  -Wall -Werror -fno-strict-aliasing -I../bind/include -MT
socket.o -MD -MP -MF .deps/socket.Tpo -c -o socket.o socket.c
mv -f .deps/socket.Tpo .deps/socket.Po
gcc -DHAVE_CONFIG_H -I. -I../includes  -I.. -DLOCALSTATEDIR='"/var"'
-g -O2  -Wall -Werror -fno-strict-aliasing -I../bind/include -MT
tables.o -MD -MP -MF .deps/tables.Tpo -c -o tables.o tables.c
mv -f .deps/tables.Tpo .deps/tables.Po
gcc -DHAVE_CONFIG_H -I. -I../includes  -I.. -DLOCALSTATEDIR='"/var"'
-g -O2  -Wall -Werror -fno-strict-aliasing -I../bind/include -MT tr.o -
MD -MP -MF .deps/tr.Tpo -c -o tr.o tr.c
mv -f .deps/tr.Tpo .deps/tr.Po
gcc -DHAVE_CONFIG_H -I. -I../includes  -I.. -DLOCALSTATEDIR='"/var"'
-g -O2  -Wall -Werror -fno-strict-aliasing -I../bind/include -MT
tree.o -MD -MP -MF .deps/tree.Tpo -c -o tree.o tree.c
mv -f .deps/tree.Tpo .deps/tree.Po
gcc -DHAVE_CONFIG_H -I. -I../includes  -I.. -DLOCALSTATEDIR='"/var"'
-g -O2  -Wall -Werror -fno-strict-aliasing -I../bind/include -MT upf.o
-MD -MP -MF .deps/upf.Tpo -c -o upf.o upf.c
mv -f .deps/upf.Tpo .deps/upf.Po
rm -f libdhcp.a
ar cru libdhcp.a alloc.o bpf.o comapi.o conflex.o ctrace.o discover.o
dispatch.o dlpi.o dns.o ethernet.o execute.o fddi.o icmp.o inet.o
lpf.o memory.o nit.o ns_name.o options.o packet.o parse.o print.o
raw.o resolv.o socket.o tables.o tr.o tree.o upf.o
ranlib libdhcp.a
Making all in dst
gcc -DHAVE_CONFIG_H -I. -I../includes  -DMINIRES_LIB -DHMAC_MD5   -g -
O2  -Wall -Werror -fno-strict-aliasing -I../bind/include -MT
dst_support.o -MD -MP -MF .deps/dst_support.Tpo -c -o dst_support.o
dst_support.c
cc1: warnings being treated as errors
In file included from dst_support.c:33:
../includes/arpa/nameser.h:113: warning: type defaults to ‘int’ in
declaration of ‘u_int8_t’
../includes/arpa/nameser.h:113: warning: no semicolon at end of struct
or union
../includes/arpa/nameser.h:113: error: syntax error before ‘*’ token
../includes/arpa/nameser.h:114: warning: type defaults to ‘int’ in
declaration of ‘_id’
../includes/arpa/nameser.h:114: warning: type defaults to ‘int’ in
declaration of ‘_flags’
../includes/arpa/nameser.h:114: warning: type defaults to ‘int’ in
declaration of ‘_counts’
../includes/arpa/nameser.h:114: warning: data definition has no type
or storage class
../includes/arpa/nameser.h:115: error: syntax error before ‘*’ token
../includes/arpa/nameser.h:115: warning: type defaults to ‘int’ in
declaration of ‘_sections’
../includes/arpa/nameser.h:115: warning: data definition has no type
or storage class
../includes/arpa/nameser.h:118: error: syntax error before ‘*’ token
../includes/arpa/nameser.h:118: warning: type defaults to ‘int’ in
declaration of ‘_ptr’
../includes/arpa/nameser.h:118: warning: data definition has no type
or storage class
../includes/arpa/nameser.h:119: error: syntax error before ‘}’ token
../includes/arpa/nameser.h:119: warning: type defaults to ‘int’ in
declaration of ‘ns_msg’
../includes/arpa/nameser.h:119: warning: data definition has no type
or storage class
../includes/arpa/nameser.h:141: error: syntax error before ‘u_int16_t’
../includes/arpa/nameser.h:141: warning: no semicolon at end of struct
or union
../includes/arpa/nameser.h:142: warning: type defaults to ‘int’ in
declaration of ‘rr_class’
../includes/arpa/nameser.h:142: warning: data definition has no type
or storage class
../includes/arpa/nameser.h:143: error: syntax error before ‘ttl’
../includes/arpa/nameser.h:143: warning: type defaults to ‘int’ in
declaration of ‘ttl’
../includes/arpa/nameser.h:143: warning: data definition has no type
or storage class
../includes/arpa/nameser.h:144: error: syntax error before ‘rdlength’
../includes/arpa/nameser.h:144: warning: type defaults to ‘int’ in
declaration of ‘rdlength’
../includes/arpa/nameser.h:144: warning: data definition has no type
or storage class
../includes/arpa/nameser.h:145: error: syntax error before ‘*’ token
../includes/arpa/nameser.h:145: warning: type defaults to ‘int’ in
declaration of ‘rdata’
../includes/arpa/nameser.h:145: warning: data definition has no type
or storage class
../includes/arpa/nameser.h:146: error: syntax error before ‘}’ token
../includes/arpa/nameser.h:146: warning: type defaults to ‘int’ in
declaration of ‘ns_rr’
../includes/arpa/nameser.h:146: warning: data definition has no type
or storage class
make[1]: *** [dst_support.o] Error 1
make: *** [all-recursive] Error 1

Now, sudo make install:

sudo make install
Password:
Making install in bind
make[1]: Nothing to be done for `install'.
Making install in includes
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/include" || .././install-sh -c -d "/usr/local/
include"
 /bin/sh /ort/dhcp-4.2.0-P2/install-sh -c -m 644 'omapip/alloc.h' '/
usr/local/include/omapip/alloc.h'
 /bin/sh /ort/dhcp-4.2.0-P2/install-sh -c -m 644 'omapip/buffer.h' '/
usr/local/include/omapip/buffer.h'
 /bin/sh /ort/dhcp-4.2.0-P2/install-sh -c -m 644 'omapip/convert.h' '/
usr/local/include/omapip/convert.h'
 /bin/sh /ort/dhcp-4.2.0-P2/install-sh -c -m 644 'omapip/hash.h' '/usr/
local/include/omapip/hash.h'
 /bin/sh /ort/dhcp-4.2.0-P2/install-sh -c -m 644 'omapip/isclib.h' '/
usr/local/include/omapip/isclib.h'
 /bin/sh /ort/dhcp-4.2.0-P2/install-sh -c -m 644 'omapip/omapip.h' '/
usr/local/include/omapip/omapip.h'
 /bin/sh /ort/dhcp-4.2.0-P2/install-sh -c -m 644 'omapip/omapip_p.h' '/
usr/local/include/omapip/omapip_p.h'
 /bin/sh /ort/dhcp-4.2.0-P2/install-sh -c -m 644 'omapip/result.h' '/
usr/local/include/omapip/result.h'
 /bin/sh /ort/dhcp-4.2.0-P2/install-sh -c -m 644 'omapip/trace.h' '/
usr/local/include/omapip/trace.h'
 /bin/sh /ort/dhcp-4.2.0-P2/install-sh -c -m 644 'isc-dhcp/dst.h' '/
usr/local/include/isc-dhcp/dst.h'
Making install in tests
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Making install in common
Making install in tests
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/man/man5" || .././install-sh -c -d "/usr/
local/share/man/man5"
 /usr/bin/install -c -m 644 './dhcp-eval.5' '/usr/local/share/man/man5/
dhcp-eval.5'
 /usr/bin/install -c -m 644 './dhcp-options.5' '/usr/local/share/man/
man5/dhcp-options.5'
Making install in dst
gcc -DHAVE_CONFIG_H -I. -I../includes  -DMINIRES_LIB -DHMAC_MD5   -g -
O2  -Wall -Werror -fno-strict-aliasing -I../bind/include -MT
dst_support.o -MD -MP -MF .deps/dst_support.Tpo -c -o dst_support.o
dst_support.c
cc1: warnings being treated as errors
In file included from dst_support.c:33:
../includes/arpa/nameser.h:113: warning: type defaults to ‘int’ in
declaration of ‘u_int8_t’
../includes/arpa/nameser.h:113: warning: no semicolon at end of struct
or union
../includes/arpa/nameser.h:113: error: syntax error before ‘*’ token
../includes/arpa/nameser.h:114: warning: type defaults to ‘int’ in
declaration of ‘_id’
../includes/arpa/nameser.h:114: warning: type defaults to ‘int’ in
declaration of ‘_flags’
../includes/arpa/nameser.h:114: warning: type defaults to ‘int’ in
declaration of ‘_counts’
../includes/arpa/nameser.h:114: warning: data definition has no type
or storage class
../includes/arpa/nameser.h:115: error: syntax error before ‘*’ token
../includes/arpa/nameser.h:115: warning: type defaults to ‘int’ in
declaration of ‘_sections’
../includes/arpa/nameser.h:115: warning: data definition has no type
or storage class
../includes/arpa/nameser.h:118: error: syntax error before ‘*’ token
../includes/arpa/nameser.h:118: warning: type defaults to ‘int’ in
declaration of ‘_ptr’
../includes/arpa/nameser.h:118: warning: data definition has no type
or storage class
../includes/arpa/nameser.h:119: error: syntax error before ‘}’ token
../includes/arpa/nameser.h:119: warning: type defaults to ‘int’ in
declaration of ‘ns_msg’
../includes/arpa/nameser.h:119: warning: data definition has no type
or storage class
../includes/arpa/nameser.h:141: error: syntax error before ‘u_int16_t’
../includes/arpa/nameser.h:141: warning: no semicolon at end of struct
or union
../includes/arpa/nameser.h:142: warning: type defaults to ‘int’ in
declaration of ‘rr_class’
../includes/arpa/nameser.h:142: warning: data definition has no type
or storage class
../includes/arpa/nameser.h:143: error: syntax error before ‘ttl’
../includes/arpa/nameser.h:143: warning: type defaults to ‘int’ in
declaration of ‘ttl’
../includes/arpa/nameser.h:143: warning: data definition has no type
or storage class
../includes/arpa/nameser.h:144: error: syntax error before ‘rdlength’
../includes/arpa/nameser.h:144: warning: type defaults to ‘int’ in
declaration of ‘rdlength’
../includes/arpa/nameser.h:144: warning: data definition has no type
or storage class
../includes/arpa/nameser.h:145: error: syntax error before ‘*’ token
../includes/arpa/nameser.h:145: warning: type defaults to ‘int’ in
declaration of ‘rdata’
../includes/arpa/nameser.h:145: warning: data definition has no type
or storage class
../includes/arpa/nameser.h:146: error: syntax error before ‘}’ token
../includes/arpa/nameser.h:146: warning: type defaults to ‘int’ in
declaration of ‘ns_rr’
../includes/arpa/nameser.h:146: warning: data definition has no type
or storage class
make[1]: *** [dst_support.o] Error 1
make: *** [install-recursive] Error 1

There it is.


On Feb 13, 10:25 pm, Clark Martin <cm...@sonic.net> wrote:
> On Feb 13, 2011, at 12:25 PM, Dan Ziegler wrote:
>
> > Yes I did both the ./configure and make steps. The build directory is
> > "/ort/dhcp-4.2.0-P2" . I'm not sure what the errors mean it's throwing-
> > should I post them?
>
> go for it.
>
> Clark Martin
> Redwood City, CA, USA
> Macintosh / Internet Consulting
>
> "I'm a designated driver on the Information Super Highway"

-- 
You received this message because you are a member of G-Group, a group for 
those using G3, G4, and G5 desktop Macs - with a particular focus on Power Macs.
The list FAQ is at http://lowendmac.com/lists/g-list.shtml and our netiquette 
guide is at http://www.lowendmac.com/lists/netiquette.shtml
To post to this group, send email to g3-5-list@googlegroups.com
For more options, visit this group at http://groups.google.com/group/g3-5-list

Reply via email to