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

Re: [MiNT] Library Editojbc.slb under XAAES and Jinnee



> but still not working it does not load 0EDITOBJC.SLB (please see
> attachment).

I think this message is from FreeMiNT and not form Jinnee. When I 
look to slb.c#sys_s_lbopen the are some lines:
-------------------------------cut-------------------------------
if (r < 0L)
{
    ALERT (MSG_slb_couldnt_open, name);
    return(r); /* DEBUG info already written out */
}
-------------------------------cut-------------------------------

MSG_slb_couldnt_open is "Could not open shared library `%s'"

So FreeMiNT should changed and not Jinnee.

You can test it, if you set in the mint.cnf
DEBUG_LEVEL=0
If the DEBUG_LEVEL is >=1 then the alert will be displayed.

I don't know what the default is. In debug.c is set to 1 in 
init.c#init is set to 3.

Gerhard