Cliff McDiarmid wrote: > gcc -DHAVE_CONFIG_H -I. -I../includes -I.. -DLOCALSTATEDIR='"/var"' > -D_PATH_DHCLIENT_SCRIPT='"/sbin/dhclient-script"' > -D_PATH_DHCPD_CONF='"/etc/dhcp/dhcpd.conf"' -MT alloc.o -MD -MP -MF > .deps/alloc.Tpo -c -o alloc.o alloc.c
When using bind which comes with dhcp ./configure adds by default -I../bind/include to gcc flags. If you want to use and installed bind a correct path must be given to configure, for instance --with-libbind=/usr Pierre -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
