site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=f/4FZ+Hd//7GPftFv3p/eb/ZeTtyETHCL/IZsc0Azy3X0FzhOYL9EgIeRWtd5J4mg2YkYzfgDbQrUxKnmabmhDYJCeWu2SVK8qZqs4L0Wa9pSrzbKB5g5LZvwZ1oCC3dtn9qslz56Ni2XCapBTbDrzclaykW7sJEFidpHcPR3P4=
I'm a bit confused here. On Darwin, if you build a .dylib you can dynamically link against it or, if you haven't linked against it, load it dynamically at runtime. Are you looking for some other functionality? I was under the impression that this wasn't possible on Darwin. From what I understand, you can either create a module which you can dynamically load (.bundle) or one which you can dynamically link (.dylib), but not both. Is it possible after all? Also, will Darwin properly deal with modules that are both dynamically linked against other modules and dynamically loaded? -:sigma.SB
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... This email sent to site_archiver@lists.apple.com