plugin compilation ...

Mikael Magnusson mikma264 at gmail.com
Sun Jul 2 22:33:13 CEST 2006


Cesc wrote / skrev:
> Hi,
> 
> I was trying to build minisip statically ...
> set_global_configure_param(
> #                       'maintainer-mode' => 0,
>                        debug => 1,
>                        shared => 0,
>                        static => 1,
> #                       'test-suite' => 1,
>                );
> 
> When done this way, the plugins get built as *.a ... and the loader
> complains (basically, they can't be used). Shouldn't they always be
> built as shared libs?

I don't think it's possible to link dynamically loadable libtool modules 
against static libraries. It should be possible to link the minisip 
program against static plugin modules, but it's currently not implemented.

Mikael


More information about the Minisip-devel mailing list