Re: ltdl dlpreopen behavior

2005-08-04 Thread Albert Chin
On Thu, Aug 04, 2005 at 11:39:41PM +1000, David Collett wrote: > I hoped that dlpreopening could be used for this purpose and i > modified configure.in to support either -dlopen or -dlpreopen per > module depending on configure args. The problem is that dlpreopen does > not cause the objects to be

ltdl dlpreopen behavior

2005-08-04 Thread David Collett
Hi all, I am a little confused by dlpreopening in ltdl, it isnt doing quite what I expected. My requirements are something like this: I have a basic program which supports dynamically loaded modules (using ltdl). I use auto* to configure it and at configure time select which modules to build. This