From owner-freebsd-hackers Thu Aug 10 13:18:43 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from gw.nectar.com (gw.nectar.com [208.42.49.153]) by hub.freebsd.org (Postfix) with ESMTP id 0615A37BABD for ; Thu, 10 Aug 2000 13:18:38 -0700 (PDT) (envelope-from nectar@nectar.com) Received: from hamlet.nectar.com (hamlet.nectar.com [10.0.1.102]) by gw.nectar.com (Postfix) with ESMTP id 35D721925E; Thu, 10 Aug 2000 15:18:35 -0500 (CDT) Received: (from nectar@localhost) by hamlet.nectar.com (8.9.3/8.9.3) id PAA79447; Thu, 10 Aug 2000 15:18:35 -0500 (CDT) (envelope-from nectar@spawn.nectar.com) Date: Thu, 10 Aug 2000 15:18:35 -0500 From: "Jacques A. Vidrine" To: James Housley Cc: hackers@FreeBSD.ORG Subject: Re: What exactly does this mean? (ld: size of symbol changed) Message-ID: <20000810151835.A79419@hamlet.nectar.com> References: <20000810150131.A79323@hamlet.nectar.com> <39930CA7.3D672027@thehousleys.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <39930CA7.3D672027@thehousleys.net>; from jim@thehousleys.net on Thu, Aug 10, 2000 at 04:12:23PM -0400 X-Url: http://www.nectar.com/ Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Aug 10, 2000 at 04:12:23PM -0400, James Housley wrote: > My guess is that you (or someone) have redefined the function warn(). Good guess, but no cigar :-) warn is defined once in libc, and once in errwarn.c. This is OK normally, but I've screwed up something in the build. > errwarn.c is dhclient. Are you compiling dhclient from > /usr/src/contrib/isc-dhcp instead of /usr/src/sbin/dhclient? The second > is the correct locaion. src/sbin/dhclient as I mentioned in my first message. Could `CFLAGS+= -I${.OBJDIR}' in src/lib/libc/net/Makefile.inc cause me to lose in this fashion? If so, how else might I get to a generated file (i.e. header output from yacc)? Thanks, -- Jacques Vidrine / n@nectar.com / jvidrine@verio.net / nectar@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message