building dynamically loaded modules

2007-07-03 Thread Thomas Koeller
Hi, when building a shared object to serve as a loadable module that is dlopen'ed by some program, there is little reason to build a static version even if --enable-static has been given to configure. Only a shared object should be built in this case, regardless of enable_shared and enable_stat

Re: building dynamically loaded modules

2007-07-05 Thread Thomas Koeller
On Tuesday 03 July 2007 12:17, Ralf Wildenhues wrote: > Well, you can just not build the module in this case. If you're using > Automake, you can use a conditional > > based on $enable_shared and just not build the module if it is not