gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [patch] corebase/pyobjc


From: Matt Rice
Subject: Re: [patch] corebase/pyobjc
Date: Mon, 29 Aug 2011 17:08:46 -0700

bah... so the __attribute__((constructor)) thing doesn't really
work.... it appears to have done _something_,

apparently i'm told constructor priorities aren't supposed to work
across shared library boundries...

and the effect that I got when using that priority was that it
inverted my constructor calling order relative to what it was
before...

thus: it matched what David/Ludvoic were using... but it is still link
order dependent.  This seems like a linker bug..

again, (irrelevent because of the shared library thing), but i'm told
that if constructors with priorities are supposed to be called before
constructors without priorities.

anyhow, you may just want to drop that portion of the patch and/or see
if it inverted David/Ludovic's call order in which case we're back to
square 1....

otherwise maybe there is a way to lazily initialize these values as
they are needed.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]