OK - rather than using -rdynamic, which as you rightly point out means
that we clobber some other parts of the namespace, here's a slightly
different approach, this time we look up the struct in the library and
then assign it's parts to that of the real config object at the point of
library load.
d
On Sat, Aug 11, 2007 at 05:54:32PM +0100, Brett Parker wrote:
> The attached patch fixes the config structure when dynamic backends are
> used - the basic issue is that when the backend was loaded, it wouldn't
> (neccessarily) share the config structure with the program that called
> it (and had th
The attached patch fixes the config structure when dynamic backends are
used - the basic issue is that when the backend was loaded, it wouldn't
(neccessarily) share the config structure with the program that called
it (and had therefore read the config).
Cheers,
Brett Parker
--- onak-0.3.3/Makefil
3 matches
Mail list logo