On Aug 2, 2006, at 12:35 , Sherm Pendley wrote:

You can pass multiple file names to otool, so you can actually get a quick list of everything all your modules are linked against like this:

find /Library/Perl/5.8.6 -name '*.bundle' -print0 | xargs -0 otool -L

I can imagine I'll find that useful in future debugging. Thanks again for your help. I learned quite a bit today!

Michael Glaesemann
grzm seespotcode net



Reply via email to