Re: Private libraries incorrectly passed to command line when linking dynamically
Roumen Petrov <[email protected]> Wed, 26 Jun 2019 19:03:19 +0300
| Newsgroups | gmane.comp.gnome.lib.xslt |
|---|---|
| Message-ID | <[email protected]> |
Hugh McMaster via xslt wrote: > Hi, > > [SNIP] > 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. Very interesting. Taking into account that build produces static and shared libraries at once by default. Without other words such scenario broke all projects that use libtool. > [SNIP] Regards, Roumen