[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: C++ transition stumbling blocks?



On Thu, Jan 30, 2003 at 12:02:17PM -0500, Matt Zimmerman wrote:
> Speaking of which...is there any way to force building only a shared
> library, without using --disable-static?  flac, for example, builds both a
> normal shared library (shared and static versions) and a plugin (which makes
> no sense static, and would be a pain to link statically).  Currently, it
> uses separate libtools to build the two libraries, which seems silly.

I had a feeling, at one time, based on mailing list discussions or
something, that libtool has a special mode for plugins. 

Does the '-module' command line parameter help?

See the 'Building modules to dlopen' in the info documentation.
Also see the section 'Creating modules that can be `dlopen'ed'.

I am not really sure what this does though.
--
Brian May <bam@debian.org>



Reply to: