How to determine if an OS X dylib was linked with -flat_namespace

Posted by Josh Knauer on Stack Overflow See other posts from Stack Overflow or by Josh Knauer
Published on 2010-03-31T13:59:40Z Indexed on 2010/03/31 14:03 UTC
Read the original article Hit count: 316

Filed under:
|
|
|

I have a third party OS X dylib that I'm using in my app and don't have easy access to its creator. I'd like to determine if it was linked with -flat_namespace. Is that possible? If so, how?

© Stack Overflow or respective owner

Related posts about osx

Related posts about xcode