On Tue, Dec 06, 2005 at 08:24:05PM +1100, Carl Brewer wrote: > Good-o. Is there any easy way to tell what's linked to what, short > of running a lot of ldd's and parsing? You can see on what version of NetBSD a package was built using: pkg_info -B <pkg-name> | grep OS_VERSION Geert