Re: -all_load for selected archives
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:content-type:mime-version :subject:from:in-reply-to:date:content-transfer-encoding:message-id :references:to:x-mailer; bh=KsQZElDBs0ojdnC4Rdkk1ZJ26E3rVYkHdy0fB/AEblw=; b=Z/HUASvBD+g8ihMiz/Ki6AhFDhaCAvlK7ll9KYHW5OWV45HjwniGc32e1TO5mxfI0P IqRhlMyz0nBr4r0hZA4Xr85hUoRlXj40zBYtOxOYkOl+aF2GsZLSNxzI/qTZnqX+qobD 9V27d2W4WipIdn6wccU/1a4YMJ8brxeJhaJsk= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; b=XOaXX/2tEESvPV8pu4Ya4Lmi3IMg/PXMiOnfdVVVTfhV6OxVEoPqh0QPaoPjlNjzv7 4vLdERncXVBDMx4Zb4gmYF/t/a/ltjzS2SYm7xh/ppvCrA6pkPwgvCaFEXhZ10vGzfy8 3jCkDb9viKUChKoXCt/QwI3bvk440E1g3tWIs= Ignore me, please, I discovered -force_load. Happy New Year! On Dec 30, 2009, at 3:49 PM, Joel Reymont wrote:
Is there a way to turn all_load on for selected archives?
I need all symbols from just a single library since a dylib compiled with '-undefined dynamic_lookup' will be using these symbols down the road.
I tried -all_load -lmylib -noall_load but disabling all_load does not seem to take effect.
--- Mac hacker with a performance bent http://www.linkedin.com/in/joelreymont _______________________________________________ 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)
-
Joel Reymont