From owner-freebsd-questions Mon Sep 18 16:51:24 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA11017 for questions-outgoing; Mon, 18 Sep 1995 16:51:24 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id QAA11006 for ; Mon, 18 Sep 1995 16:51:21 -0700 Received: from corbin.Root.COM (corbin [198.145.90.34]) by Root.COM (8.6.12/8.6.5) with ESMTP id QAA19148; Mon, 18 Sep 1995 16:50:06 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.12/8.6.5) with SMTP id QAA03806; Mon, 18 Sep 1995 16:52:26 -0700 Message-Id: <199509182352.QAA03806@corbin.Root.COM> To: The Man in Black cc: questions@freebsd.org In-reply-to: Your message of "Mon, 18 Sep 95 13:29:49 -0000." From: David Greenman Reply-To: davidg@Root.COM Date: Mon, 18 Sep 1995 16:52:25 -0700 Sender: owner-questions@freebsd.org Precedence: bulk >I updated today to the latest STABLE version via SUP and now a few of my >applications wont run. For example Xperfmon++, I get this error - > >xperfmon++: undefined symbols:_total > >Any advice on how to correct this? "total" hasn't been implemented in FreeBSD for nearly a year. There is a different data structure that keeps these statistics now. The only recent change was to eliminate the declaration of the data structure (none of the fields were updated in it anyway!). Xperfmon++ will need to be updated to use the proper data structures. If Xperfmon++ was useful to you before, one quick hack might be to just rip out any reference to 'total'. Sorry I can't be more specific - I haven't seen the Xperfmon++ code. -DG