site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Here are some examples of how to use it: http://tlrobinson.net/blog/2007/12/21/overriding-library-functions-in-mac-os... --Amanda _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... On Oct 14, 2009, at 9:56 AM, Stéphane Corthésy wrote: That cannot work. As I wrote, the bundle (already weakly linked) has symbols that are not available on 10.6 (they were on 10.5), BUT though the symbols are not exported, the actual functions are available in 10.6, thus I'd like to create a bundle which would augment dyld symbol table and then load the other bundle with (previously unknown) symbols, and it would link well. You might be able to do this with DYLD_INSERT_LIBRARIES, though without knowing exactly how your application is structured it's a little difficult to tell. This email sent to site_archiver@lists.apple.com