site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=j0kyrc8Gs/Z4q0GngcqlES6q35g91HVczC1/aT9ET3zdXrOSUJSIGPvzjAmqz+M0KT5/b1+Bqb63k4rKfilXTEsjHfixG5rxknZkH37qzNftpxVjydX5qmL+GHL2tHGH934YQ+9am+6php2Db3IcSNtUb56ckK6zEGYnCsPmpWM= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=toCkpcESMLQC5jyo4yRwx9/5TFdVAPi3WciJ4Fpua+jIwDSx/Lbu9ZMV5OV1YLuAyX78IYb5Ydh3A0CSwyDk/0q+/eyWjLrqoRLmtqlRHUhPAmnLEP9UbH0oHC1iJ/aVmGP3Cvm6RhcsQgRiZE8DUcs8T18wrDgdCePykO3GtOY= On May 14, 2007, at 12:26 AM, Jason Rusoff wrote: _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... I recently built top-17.4 (<http://www.opensource.apple.com/ darwinsource/tarballs/apsl/top-17.4.tar.gz>) from the command line using make with no problems, just a few warnings. The included Xcode project does appear to be broken, though. It is missing some framework (CoreFoundation, IOKit) and other dynamic (panel, curses) libraries. If you add those, it should be fine. The make command needs to be run as root (sudo make), because it sets the final binary's owner to root, as well as the set-user-id-on- execution bit. So if you build the executable via xCode you will still have to do those last two steps manually afaik. Has anyone built the top command line tool? I downloaded it and tried to build from the command line and in a new XCode command line tool project, and both fail. There seem to be quite a few undefined symbols. Is there some other file that defines a bunch of symbols for lots of tools? I don't know how else to tackle this, and running top in the debugger seems to be the most sensible way to follow how it gets and displays info on process memory usage. Getting the memory usage for a process is turning out to be a royal pain in the butt. Jason This email sent to site_archiver@lists.apple.com