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? uname -a output: FreeBSD hostname.not.included 4.9-STABLE FreeBSD 4.9-STABLE #3: Sun Nov 16 08:32:18 GMT 2003 root@hostname.not.included:/usr/obj/usr/src/sys/DEVELOPMENT i386
Richard Schilling <rschi@rsmba.biz> writes:> 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?cd /usr/src/usr.bin/top && make> uname -a output: > > FreeBSD hostname.not.included 4.9-STABLE FreeBSD 4.9-STABLE #3: Sun Nov 16 08:32:18 GMT 2003 root@hostname.not.included:/usr/obj/usr/src/sys/DEVELOPMENT i386
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 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20040107/a7fb2a36/attachment.bin