From owner-freebsd-questions@FreeBSD.ORG Sat Feb 26 06:16:19 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D04C16A4CE for ; Sat, 26 Feb 2005 06:16:19 +0000 (GMT) Received: from ms-smtp-02-eri0.southeast.rr.com (ms-smtp-02-lbl.southeast.rr.com [24.25.9.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3D4843D49 for ; Sat, 26 Feb 2005 06:16:18 +0000 (GMT) (envelope-from jason@ec.rr.com) Received: from BARTON (cpe-065-184-201-054.ec.rr.com [65.184.201.54]) j1Q6GGed006712; Sat, 26 Feb 2005 01:16:16 -0500 (EST) Date: Sat, 26 Feb 2005 06:24:54 +0000 From: Jason Henson To: "Jamie Ann P. Zamodio" References: <20050225235245.27465.qmail@web50304.mail.yahoo.com> In-Reply-To: <20050225235245.27465.qmail@web50304.mail.yahoo.com> (from japz20@yahoo.com on Fri Feb 25 18:52:44 2005) X-Mailer: Balsa 2.2.6 Message-Id: <1109399094l.42320l.2l@BARTON> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: freebsd-questions@freebsd.org Subject: Re: freebsd kernel 'make' failed : "undefined reference to..." X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Feb 2005 06:16:19 -0000 On 02/25/05 18:52:44, Jamie Ann P. Zamodio wrote: > Help! >=20 > I'm a UNIX newbie trying to compile a custom kernel > with modifications for TCP purposes. My system is > FreeBSD 4.3 running on i386. My 'make depend' works > fine, but when I geto to 'make', the following error > occurs: >=20 > tcp_usrreq.o: In function 'tcp6_connect': > /usr/src/sys/compile/MYKERNEL/../../netinet/tcp_usrreq.c(text+0xfa5): > undefined reference to 'tcpstat' >=20 > The error repeats for other tcp*.o files, like > tcp_output.o, tcp_subr.o, tcp_timer.o, and even > in6_proto.o. There are undefined references to > 'tcp_mssopt', 'tcp_delack_enabled', 'tcp_ccgen', > 'tcb', 'tcbinfo', 'M_TSEGQ', 'tcp_mss', and > 'tcp6_input'. Most are common to the tcp*.o files. >=20 > What should I do?? Googling gives me different answers > for this error, answers I don't even understand. > Anyway if you could help I would be really grateful. Thanks! > You are not trying to add anything from a newer release to your older =20 4.3 kernel conf file are you? Like pf or something?