KHTML Thai Word Break patchc

David Faure faure at kde.org
Thu May 6 17:15:24 BST 2004


On Thursday 06 May 2004 18:01, Pattara Kiatisevi wrote:
> I have tested your code, there is some problems with the:
> 
>  KLibrary *lib = loader->library("libthai");
> 
> I have to change this "libthai" to "libthai.so.0" to make it work but I'm not 
> sure it is a good idea to do that. A symlink /usr/lib/libthai.so 
> -->  /usr/lib/libthai.so.0 didn't help.

I suppose this is because there is no libthai.la (libtool file), right?
In that case, giving "libthai.so" or "libthai.so.0" to KLibLoader is the only way indeed.
Given that ".so" files are for development and not for runtime, giving "libthai.so.0" sounds
correct to me.

-- 
David Faure, faure at kde.org, sponsored by Trolltech to work on KDE,
Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).




More information about the kfm-devel mailing list