> I'm trying to use your patch but it fails to apply patch.
> It results in:
>
> ecerejo# patch -uspl File to patch: patch-gmodule::gmodule-dl.c
> 4 out of 4 hunks failed--saving rejects to patch-gmodule::gmodule-dl.c.rej
>
>
OK, probably, it is because you did not put the module (the patch
On Tue, 11 Mar 2008 17:45:05 -0300
sergio lenzi <[EMAIL PROTECTED]> wrote:
> Hello all
>
> This week I have time to trace the problem with evolution that
> lasts too much time to start.
>
> The problem is that glib on function g_module_load, searchs for a symbol
> g_module_check_init, g_module_u
Hello all
This week I have time to trace the problem with evolution that
lasts too much time to start.
The problem is that glib on function g_module_load, searchs for a symbol
g_module_check_init, g_module_unload... by default.
It occurs that the evolution code, that will be loaded, does not hav