site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com On 01 Dec 2009, at 23:22, Joel Reymont wrote:
Can -mdynamic-no-pic be used when building frameworks or bundles?
No.
Do frameworks and bundles fall under shared libraries, as per the description of -mdynamic-no-pic?
Yes. A framework is nothing but a shared library in a special directory structure. The difference between shared libraries and bundles used to be that you couldn't unload shared libraries but you could unload bundles, but that has long been fixed. I don't know what the difference still is these days (they use different startup code, so there has to be some difference). Jonas _______________________________________________ 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
participants (1)
-
Jonas Maebe