Re: Private libraries incorrectly passed to command line when linking dynamically
Hugh McMaster via xslt <[email protected]> Fri, 28 Jun 2019 22:48:15 +1000
| Newsgroups | gmane.comp.gnome.lib.xslt |
|---|---|
| Message-ID | <CAN9Bcduk31k4zxY04WMQv5y4Xnk213zJ5DVBd+ZzMWqQc4p0WA@mail.gmail.com> |
Hi Nick, On Thu, 27 Jun 2019 at 19:46, Nick Wellnhofer via xslt wrote: > This breaks users who are linking with a static libxslt library. The switch > should probably be changed to `--dynamic` when linking dynamically. Can I just confirm that: (1) The behaviour of `--libs` should remain as is (i.e. passing libraries for static linking) (2) But calling `--libs --dynamic` outputs the libraries for dynamic linking only? Thank you, Hugh