Re: Private libraries incorrectly passed to command line when linking dynamically

Nick Wellnhofer <[email protected]> Thu, 27 Jun 2019 11:46:43 +0200
Newsgroups gmane.comp.gnome.lib.xslt
Message-ID <[email protected]>
On 26/06/2019 13:51, Hugh McMaster via xslt wrote:
> In xslt-config, Debian patches the source to add a new switch,
> --static, which combines with --libs to output the dependencies
> required for static linking. Private dependencies are not passed to
> the command line when --libs is invoked as normal.

This breaks users who are linking with a static libxslt library. The switch 
should probably be changed to `--dynamic` when linking dynamically.

Nick