and then later I want to load a new library that has some of the same
symbol names but different functionality:
void *plib = dlopen( "NEWLIB.dylib", RTLD_LOCAL );
Running 'otool -h' on both libraries shows that twolevel_namespace is
enabled. I also see the above symbols are indeed in NEWLIB.dylib.
Anyone have any ideas why the binding is incorrect?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/darwin-dev/email@hidden