Prebinding question
-
Is there any way to convert a non-prebound framework into a prebound
one without rebuilding it (since I don't have the source)
When I build, I get the following warning:
ld: warning prebinding disabled because dependent library ... is not
prebound.
.
It seems that linking against even one non-prebound framework prevents
prebinding to any framework, which can slow down launch times.
I figured there might be some magic with otool, nm and friends that
could correct the problem. -
On Wednesday, August 28, 2002, at 03:07 PM, Mike Laster wrote:
> Is there any way to convert a non-prebound framework into a prebound
> one without rebuilding it (since I don't have the source)
Nope.
matt. -
Am Donnerstag, 29.08.02 um 00:30 Uhr schrieb Matt Watson:
>
> On Wednesday, August 28, 2002, at 03:07 PM, Mike Laster wrote:
>
>> Is there any way to convert a non-prebound framework into a prebound
>> one without rebuilding it (since I don't have the source)
>
> Nope.
>
I think in theory one could disassemble the framework binary with otool
and then recompile/link it. Offhand I would guess though that otool
doesn't produce useable enough output.
Ciao
Nat!
Jedenfalls sind zehn Fehlstarts hintereinander [E. Fuchs]
ein sehr interessanter Beweis
fuer unsere Theorie
von der natuerlichen Ueberlegenheit des Dezimalsystems


