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
Hello Thomas,
* Thomas Koeller wrote on Tue, Jul 03, 2007 at 11:27:40AM CEST:
>
> 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.
Not if your p