From owner-freebsd-questions Fri Mar 14 02:39:14 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA12340 for questions-outgoing; Fri, 14 Mar 1997 02:39:14 -0800 (PST) Received: from tulpi.interconnect.com.au (root@tulpi.interconnect.com.au [192.189.54.18]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA12335 for ; Fri, 14 Mar 1997 02:39:10 -0800 (PST) Received: from solsbury-hill.home (acc4-ppp10.mel.interconnect.com.au [210.8.0.74]) by tulpi.interconnect.com.au with ESMTP id VAA14690 (8.7.6/IDA-1.6); Fri, 14 Mar 1997 21:38:59 +1100 (EST) Received: from solsbury-hill.home (localhost.home [127.0.0.1]) by solsbury-hill.home (8.7.5/8.7.3) with ESMTP id PAA00937; Fri, 14 Mar 1997 15:06:13 +1100 (EST) Message-Id: <199703140406.PAA00937@solsbury-hill.home> X-Mailer: exmh version 2.0beta 12/23/96 From: Joel Sutton To: Doug White cc: questions@freebsd.org Subject: Re: Problems with ps and top In-reply-to: Your message of "Tue, 11 Mar 1997 11:49:37 -0800." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 14 Mar 1997 15:06:13 +1100 Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Doug, > > I am having problems with ps and top (and other similar utils). > > your ps and top are out of date from your kernel, or the kernel structures > have been modified. I've reinstalled the sources and recompiled. Everything works fine now. I finally remembered that I applied some patches to my kernel source to get doscmd work. Just goes to show that I should paid more attention to that patch. :-> > if you need gcc 2.7.*, upgrade to 2.2-GAMMA (or shortly, -RELEASE). We > did the hard work for you. :) Great. The reason I tried to get it going was that GNU Pascal requires it to be able to build. Do you know if there is any plan to include GNU Pascal in 2.2 or later? Thanks for your assistance. Best regards, Joel...