*-Darren Benham <[EMAIL PROTECTED]> | | In the package I'm building (from scratch) Is there an easy way of checking | what libraries the package would need (for the depends line) ... say, maybe | looking for a -l line in the Make file?
If I understand your intentions, you should probably look at 'ldd' or 'dpkg-shlibdeps'. -- .elOle.

