Date: Mon, 18 Sep 1995 16:52:25 -0700 From: David Greenman <davidg@Root.COM> To: The Man in Black <samz@support.cyberspace.com> Cc: questions@freebsd.org Message-ID: <199509182352.QAA03806@corbin.Root.COM> In-Reply-To: Your message of "Mon, 18 Sep 95 13:29:49 -0000." <Pine.BSF.3.91.950918132901.812A-100000@support.cyberspace.com>
next in thread | previous in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509182352.QAA03806>