Thank you all very much for pointing out what was wrong. It did lead to another question.
I solved the problem and got top working again when I finally erased /usr/include/sys and copied /usr/src/sys/sys to /usr/include/sys (after running cvsup on the source tree of course). I thought `cd /usr/src/sys; make install' would have copied /usr/sys/sys to /usr/include/sys, but it doesn't. Where in the build process does /usr/include/sys get created? Richard On 2004.01.07 23:24 Kris Kennaway wrote: > On Wed, Jan 07, 2004 at 10:33:53AM -0800, Richard Schilling wrote: > > I'm rebuilding top. What command do you use to build top? Judging on the > > contents of /usr/src/contrib/top, the BSD build of top may be slightly different > > that what's described in the INSTALL and README files. > > > > When I run the ./Configure command it seems to take forever and doesn't complete. > > the machine subdirectory is missing. > > > > Or, is there another way I should build top? > > The recommended way is 'make buildworld', but you can probably get > away with 'cd /usr/src/usr.bin/top; make all'. Building from contrib/ > is always wrong. > > Kris > _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"