Re: dlopen from dlopend library question

2005-08-08 Thread Gleb Natapov
On Mon, Aug 08, 2005 at 11:39:09AM +0200, Ralf Wildenhues wrote: > * Gleb Natapov wrote on Mon, Aug 08, 2005 at 11:20:51AM CEST: > > On Mon, Aug 08, 2005 at 11:10:08AM +0200, Ralf Wildenhues wrote: > > > > > - Quoting 'info gcc Link\ Options': > > > |

Re: dlopen from dlopend library question

2005-08-08 Thread Gleb Natapov
On Mon, Aug 08, 2005 at 11:10:08AM +0200, Ralf Wildenhues wrote: > Hi Gleb, > > * Gleb Natapov wrote on Sun, Aug 07, 2005 at 11:31:54AM CEST: > > > > Program 'prog' calls dlopen(liba.so, RTLD_GLOBAL), in constructor > > > > liba.so > > >

Re: dlopen from dlopend library question

2005-08-07 Thread Gleb Natapov
On Tue, Aug 02, 2005 at 03:44:05PM +0200, Ralf Wildenhues wrote: > * Gleb Natapov wrote on Mon, Aug 01, 2005 at 04:58:03PM CEST: > > On Mon, Aug 01, 2005 at 03:42:17PM +0200, Ralf Wildenhues wrote: > > > * Gleb Natapov wrote on Sun, Jul 17, 2005 at 11:39:34AM CEST: > > >

Re: dlopen from dlopend library question

2005-08-01 Thread Gleb Natapov
On Mon, Aug 01, 2005 at 03:42:17PM +0200, Ralf Wildenhues wrote: > Hi Gleb, > > Sorry for the late response, > Thank you for you response! > * Gleb Natapov wrote on Sun, Jul 17, 2005 at 11:39:34AM CEST: > > > > I have library (lets say liba.so) that on startup che

dlopen from dlopend library question

2005-07-17 Thread Gleb Natapov
Hello, Not sure this is the right place to ask, but anyway... I have library (lets say liba.so) that on startup checks available hardware and loads appropriate plugin (say plugin.so) to drive the hardware. plugin.so uses symbols from liba.so. Everything works OK if liba.so linked with applicat