From owner-freebsd-current Thu Jun 24 7:43:23 1999 Delivered-To: freebsd-current@freebsd.org Received: from Tandem.com (suntan.tandem.com [192.216.221.8]) by hub.freebsd.org (Postfix) with ESMTP id E24FF15173 for ; Thu, 24 Jun 1999 07:43:17 -0700 (PDT) (envelope-from bruceb@panther.austx.tandem.com) Received: from fedex.austx.tandem.com (fedex.austx.tandem.com [131.124.250.27]) by Tandem.com (8.9.3/2.0.1) with ESMTP id HAA01352 for ; Thu, 24 Jun 1999 07:43:14 -0700 (PDT) Received: from panther.austx.tandem.com (panther.austx.tandem.com [131.124.4.106]) by fedex.austx.tandem.com (8.9.0/8.9.0) with ESMTP id JAA12140 for ; Thu, 24 Jun 1999 09:43:13 -0500 (CDT) Received: (from bruceb@localhost) by panther.austx.tandem.com (8.8.5/8.7.1) id JAA15122 for freebsd-current@freebsd.org; Thu, 24 Jun 1999 09:42:38 -0500 (CDT) From: Bruce Burden Message-Id: <199906241442.JAA15122@panther.austx.tandem.com> Subject: Re: Make world doesn't get past dhclient To: freebsd-current@freebsd.org Date: Thu, 24 Jun 1999 09:42:37 -0500 (CDT) Reply-To: bruceb@austx.tandem.com In-Reply-To: <3771AB00.63F63721@MexComUSA.net> from "Edwin Culp" at Jun 23, 99 08:50:24 pm X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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