Re: Experience with OpenOffice 1.1.0 under Debian?

2004-09-17 Thread Micha Feigin
On Thu, Sep 16, 2004 at 07:56:08PM -0400, Alfredo Daniel Rezinovsky wrote: > El jue, 16-09-2004 a las 04:04, Orna Agmon escribi?: > > On Tue, 14 Sep 2004, Omer Zak wrote: > > > > > Date: Tue, 14 Sep 2004 15:49:40 +0300 > > > From: Omer Zak <[EMAIL PROTECTED]> > > > To: Linux-IL mailing list <[EMAI

Re: detecting the right library to be linked

2004-09-17 Thread guy keren
On Fri, 17 Sep 2004, ik wrote: > Hello list, > > How can I know which library contains the functions I'm using in order to link it to > the program I'm > writing ? you need to read the documentation. if there are several libraries implementing the same APIs, there is no way to distinguish them,

detecting the right library to be linked

2004-09-17 Thread ik
Hello list, How can I know which library contains the functions I'm using in order to link it to the program I'm writing ? In this case it's about the XKB xlib extension, but I would like to find a good way to know this type of things (where there are several libraries for the same API that I'm