Hi Ed,
>
> cc -nostdinc -O -pipe
> -I/usr/src/sbin/dhclient/../../contrib/isc-dhcp/includes
> -I/usr/src/sbin/dhclient/../../contrib/isc-dhcp
> -I/usr/obj/usr/src/tmp/usr/include -static -o dhclient clparse.o
> dhclient.o alloc.o bpf.o conflex.o convert.o dispatch.o errwarn.o hash.o
> icmp.o inet.o inet_addr.o memory.o nit.o options.o packet.o parse.o
> print.o raw.o socket.o tables.o tree.o upf.o
> packet.o: In function `assemble_hw_header':
> packet.o(.text+0x8c): undefined reference to `assemble_ethernet_header'
> packet.o: In function `decode_hw_header':
> packet.o(.text+0x1b4): undefined reference to `decode_ethernet_header'
> *** Error code 1
>
> Stop.
> *** Error code 1
>
I just had this problem. I got around it by adding
"ethernet.c" to the sources line in the file:
/usr/src/sbin/dhclient/Makefile
All of the code is there, Make just doesn't know to make it...
Bruce
--
-------------------------------------------------------------------------------
Bruce Burden [EMAIL PROTECTED] Tandem Computers Inc.
512-432-8944 Network Verification 14231 Tandem Blvd.
Auto answer(4 rings) Austin, TX 78726
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message