From owner-freebsd-current Sat Feb 6 06:36:21 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA14804 for freebsd-current-outgoing; Sat, 6 Feb 1999 06:36:21 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from janus.syracuse.net (janus.syracuse.net [205.232.47.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA14799 for ; Sat, 6 Feb 1999 06:36:19 -0800 (PST) (envelope-from green@unixhelp.org) Received: from localhost (green@localhost) by janus.syracuse.net (8.8.8/8.8.7) with ESMTP id JAA22645; Sat, 6 Feb 1999 09:36:09 -0500 (EST) Date: Sat, 6 Feb 1999 09:36:08 -0500 (EST) From: Brian Feldman X-Sender: green@janus.syracuse.net To: Matthew Dillon cc: William Woods , FreeBSD Current Subject: Re: Problem with "top" on current ? In-Reply-To: <199902060418.UAA02533@apollo.backplane.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 5 Feb 1999, Matthew Dillon wrote: > > : > :Ahhh...not sure what you mean here....... > : > :On 06-Feb-99 Brian Feldman wrote: > :> On Fri, 5 Feb 1999, William Woods wrote: > :>> Floating point exception > :... > :> > :> Try "kvm_mkdb" yet? > :> > :---------------------------------- > :E-Mail: William Woods > > Try this: > > cd /usr/src/lib/libkvm > make; make install; make clean > cd /usr/src/usr.bin/top > make; make install; make clean > kvm_mkdb > In case anyone wants to rebuild everything with a kvm dependency, I made a little something (maybe it's a time for a make kvmdepend target, or something) #cd /usr/src cd lib/libkvm make all install clean cd - for dir in bin sbin usr.bin usr.sbin; do cd $dir for file in *; do if [ -f $file/Makefile ] && grep lkvm $file/Makefile; then (cd $file; make all install clean) fi done cd .. done > > -Matt > > Matthew Dillon > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > Brian Feldman _ __ ___ ___ ___ green@unixhelp.org _ __ ___ | _ ) __| \ http://www.freebsd.org/ _ __ ___ ____ | _ \__ \ |) | FreeBSD: The Power to Serve! _ __ ___ ____ _____ |___/___/___/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message