RE: libltdl examples

2005-12-30 Thread Bob Friesenhahn
On Fri, 30 Dec 2005, Eric Lemings wrote: I'm writing a library (or collection of libraries really) that has a "front end" interface library and several "back end" implementation libraries. The front end basically has a single point of entry: a factory method that accepts a string that identifie

RE: libltdl examples

2005-12-30 Thread Eric Lemings
> -Original Message- > From: Bob Friesenhahn [mailto:[EMAIL PROTECTED] > Sent: Friday, December 30, 2005 1:33 PM > To: Eric Lemings > Cc: 'libtool@gnu.org' > Subject: RE: libltdl examples > > > On Fri, 30 Dec 2005, Eric Lemings wrote: > >

RE: libltdl examples

2005-12-30 Thread Bob Friesenhahn
On Fri, 30 Dec 2005, Eric Lemings wrote: Do any of these use C++ as their primary language? And does libltdl work the same even if the package is configured with --disable-shared? The main issues with C++ are platform limitations with C++ static initialization and the usefulness of exporting

RE: libltdl examples

2005-12-30 Thread Eric Lemings
> -Original Message- > From: Bob Friesenhahn [mailto:[EMAIL PROTECTED] > Sent: Friday, December 30, 2005 1:01 PM > To: Eric Lemings > Cc: 'libtool@gnu.org' > Subject: RE: libltdl examples > > > On Fri, 30 Dec 2005, Eric Lemings wrote: > >

RE: libltdl examples

2005-12-30 Thread Bob Friesenhahn
On Fri, 30 Dec 2005, Eric Lemings wrote: Do any of these use C++ as their primary language? And does libltdl work the same even if the package is configured with --disable-shared? The main issues with C++ are platform limitations with C++ static initialization and the usefulness of exporting

RE: libltdl examples

2005-12-30 Thread Eric Lemings
> -Original Message- > From: Kurt Roeckx [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 29, 2005 1:03 PM > To: Eric Lemings > Cc: 'libtool@gnu.org' > Subject: Re: libltdl examples > > > On Thu, Dec 29, 2005 at 09:44:33AM -0700, Eric Lemings

Re: libltdl examples

2005-12-29 Thread Kurt Roeckx
On Thu, Dec 29, 2005 at 09:44:33AM -0700, Eric Lemings wrote: > Hi, > > I'm looking for software distributions that use libltdl, especially packages > that use libltdl in libraries (as opposed to executables) to load other > libraries. > > Please post or send me a link if you know of any. On D

Re: libltdl examples

2005-12-29 Thread Dalibor Topic
Ralf Wildenhues wrote: Kaffe uses libltdl to load native (JNI/KNI) libraries on demand (System.loadLibrary). The functionality is wrapped around by a abstraction header to work on systems without libtool support, That would be DROPS/L4Env, MACH style shared libs, NeXTStep, right? Why not add

Re: libltdl examples

2005-12-29 Thread Bob Friesenhahn
On Thu, 29 Dec 2005, Ralf Wildenhues wrote: I'm looking for software distributions that use libltdl, especially packages that use libltdl in libraries (as opposed to executables) to load other libraries. GNU m4, GraphicsMagick, OpenMPI. GraphicsMagick uses libltdl to load simple modules. It

Re: libltdl examples

2005-12-29 Thread Ralf Wildenhues
Hi Eric, Dalibor, * Dalibor Topic wrote on Thu, Dec 29, 2005 at 06:53:14PM CET: > Eric Lemings wrote: > > > > I'm looking for software distributions that use libltdl, especially > > packages that use libltdl in libraries (as opposed to executables) to > > load other libraries. GNU m4, GraphicsM

Re: libltdl examples

2005-12-29 Thread Howard Chu
Eric Lemings wrote: Hi, I'm looking for software distributions that use libltdl, especially packages that use libltdl in libraries (as opposed to executables) to load other libraries. Please post or send me a link if you know of any. www.openldap.org ... servers/slapd/module.c uses libltd

Re: libltdl examples

2005-12-29 Thread Dalibor Topic
Eric Lemings wrote: > Hi, > > I'm looking for software distributions that use libltdl, especially > packages that use libltdl in libraries (as opposed to executables) to > load other libraries. > > Please post or send me a link if you know of any. > Kaffe uses libltdl to load native (JNI/KNI

libltdl examples

2005-12-29 Thread Eric Lemings
Title: Message Hi,   I'm looking for software distributions that use libltdl, especially packages that use libltdl in libraries (as opposed to executables) to load other libraries.   Please post or send me a link if you know of any.   Thanks, Eric.   _