From owner-freebsd-questions Wed Oct 11 11:26:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-27-149-77.mmcable.com [24.27.149.77]) by hub.freebsd.org (Postfix) with SMTP id 29AFD37B502 for ; Wed, 11 Oct 2000 11:26:47 -0700 (PDT) Received: (qmail 66084 invoked by uid 100); 11 Oct 2000 18:26:46 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14820.45286.764960.761514@guru.mired.org> Date: Wed, 11 Oct 2000 13:26:46 -0500 (CDT) To: "Doug Poland" Cc: questions@freebsd.org Subject: RE: kernel bloat In-Reply-To: <42248098@toto.iv> X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Doug Poland writes: > No, I didn't supply any -g switches on the command line. > What I usually do for a compile on such a slow machine > is > # make depend; make; make install; shutdown -r now > > and walk away. Perhaps something "went wrong" and I > never saw any messages on the console. Oh well, I'll > just recompile and see what happens. Try it this way next time: # make depend && make && make install && shutdown -r now That way, if something goes wrong, it'll stop at that point.