From owner-freebsd-questions Mon Dec 18 9: 2: 0 2000 From owner-freebsd-questions@FreeBSD.ORG Mon Dec 18 09:01:57 2000 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id CA77837B400 for ; Mon, 18 Dec 2000 09:01:57 -0800 (PST) Received: from rfx-64-6-211-149.users.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Mon, 18 Dec 2000 09:00:16 -0800 Received: (from cjc@localhost) by rfx-64-6-211-149.users.reflexcom.com (8.11.0/8.11.0) id eBIH1ap17682; Mon, 18 Dec 2000 09:01:36 -0800 (PST) (envelope-from cjc) Date: Mon, 18 Dec 2000 09:01:36 -0800 From: "Crist J. Clark" To: Moses Backman III Cc: "Don O'Neil" , "Walter W . Hop" , Kenneth Wayne Culver , Quetstions FreeBSD Subject: Re: ip aliasing Message-ID: <20001218090136.A96105@149.211.6.64.reflexcom.com> Reply-To: cjclark@alum.mit.edu References: <20001217201453.A674@cg22413-a.adubn1.nj.home.com> <20001217215215.Q96105@149.211.6.64.reflexcom.com> <20001218084409.A402@cg22413-a.adubn1.nj.home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20001218084409.A402@cg22413-a.adubn1.nj.home.com>; from penguinjedi@home.com on Mon, Dec 18, 2000 at 08:44:09AM +0000 Sender: cjc@rfx-64-6-211-149.users.reflexcom.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Dec 18, 2000 at 08:44:09AM +0000, Moses Backman III wrote: > > On 2000.12.18 05:52:15 +0000 Crist J. Clark wrote: [snip] > > Anyway, on to the compile problem. Please humor me. Go to the build > > diretory and try, > > > > # make clean depend all > > > > Again. If you get that error, please send your kernel config file to > > the list. As well as the error message including the few lines leading > > up to it. Where did you get your source tree? > > -- > > Crist J. Clark cjclark@alum.mit.edu > > > > > THAT WAS IT!!!!!!!!!!!!!!!!!!!!! IT WORKS NOW. THANKS A BILLION > I LOVE THIS CRAP!!!!!! > > just one more question... make clean depend all starts the build from > scratch ? if so, i could have danced around last night if i had just > renamed my kernel, huh? It depends. I have the feeling, although I could not tell for sure, that you got the error you did in your other build attempts because you were skipping the 'make depend' step. If that is so, nothing would have worked until you did that. The 'make clean' just eliminates some other possible problems, but in theory, is not needed. 'make' should be able to figure out what targets need updating. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message