From owner-freebsd-hackers Thu Dec 28 14:37:33 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA05296 for hackers-outgoing; Thu, 28 Dec 1995 14:37:33 -0800 (PST) Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id OAA05291 for ; Thu, 28 Dec 1995 14:37:22 -0800 (PST) Received: from corbin.Root.COM (corbin [198.145.90.50]) by Root.COM (8.6.12/8.6.5) with ESMTP id OAA12483; Thu, 28 Dec 1995 14:37:20 -0800 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.7.3/8.6.5) with SMTP id OAA00130; Thu, 28 Dec 1995 14:37:20 -0800 (PST) Message-Id: <199512282237.OAA00130@corbin.Root.COM> To: Daniel Leeds cc: hackers@freebsd.org Subject: Re: kernel compile woes In-reply-to: Your message of "Thu, 28 Dec 95 17:02:17 GMT." <199512281702.RAA13047@sponsor.octet.com> From: David Greenman Reply-To: davidg@Root.COM Date: Thu, 28 Dec 1995 14:37:19 -0800 Sender: owner-hackers@freebsd.org Precedence: bulk >The following is my kernel config and the errors I get at compile. I am >not new to this, and have been compiling kernels since 1.0.2, right now >I am confused as to what is wrong...thanks. > >******ERROR GIVEN*********** >loading kernel >if_ethersubr.o: Undefined symbol `_looutput' referenced from text segment >if_ether.o: Undefined symbol `_loif' referenced from text segment >igmp.o: Undefined symbol `_loif' referenced from text segment >ip_output.o: Undefined symbol `_looutput' referenced from text segment >*** Error code 1 > >Stop. You removed 'pseudo-device loop'...add it back. -DG