From: Seiichi S. <ss...@sh...> - 2005-01-09 12:30:19
|
On Wed, Jan 05, 2005 at 07:28:59PM +0100, Mike FABIAN wrote: > 1st crash: > ========== > > If the plugin directory contains > > libim-kbd.so > libim-kbd.a > libim-kbd.la > libim-uim.so > libim-uim.a > libim-uim.la > > and not only the .so files, mlconfig will think the keyboard and uim > plugins exist 3 times and will paint 3 buttons for each. See this When loading plugins, mlconfig checks plugin extensions such as so, sl and dll using kik_dl_is_module() in kik_dlfcn_*.c. Therefore, mlconfig skips loading .a and/or .la files. Is kik_dl_is_module() correctly working on your environment? -- Seiichi |