hello -- I want to use libMallocDebug on a software project, so I set:
setenv DYLD_INSERT_LIBRARIES /usr/lib/libMallocDebug.A.dylib
as discussed here:
http://developer.apple.com/mac/library/documentation/Performance/Conce...al/Mana
however, i'm using snow leopard 10.6. when I try this, I get the
error:
dyld: could not load inserted library: /usr/lib/libMallocDebug.A.dylib
is this a problem I can do something about?
thanks!