Date: Thu, 24 Jun 1999 09:42:37 -0500 (CDT) From: Bruce Burden <bruceb@austx.tandem.com> To: freebsd-current@freebsd.org Subject: Re: Make world doesn't get past dhclient Message-ID: <199906241442.JAA15122@panther.austx.tandem.com> In-Reply-To: <3771AB00.63F63721@MexComUSA.net> from "Edwin Culp" at Jun 23, 99 08:50:24 pm
next in thread | previous in thread | raw e-mail | index | archive | help
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 bruceb@isd.tandem.com Tandem Computers Inc.
512-432-8944 Network Verification 14231 Tandem Blvd.
Auto answer(4 rings) Austin, TX 78726
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906241442.JAA15122>
