Re: modules dlopened from a library

2005-05-31 Thread Gary V. Vaughan
Hallo Simon, Dl{pre,}opening modules from libtool libraries is a new feature of yet-to-be-released libtool-2.0. Please try it and report back any problems (including insufficient documentation) to [EMAIL PROTECTED] If you want to see example code of the feature in use, take a look at CVS m4. HT

modules dlopened from a library

2005-05-30 Thread Simon Richter
Hi, I have a shared library that internally uses plugins that are dlopened (or dlpreopened). For this to work, I basically have the following options: - Have the application load the list of preloaded symbols. This means that the application programmer needs to be aware that my library uses ltdl