Re: pkg-conf and LD* variables

2018-10-28 Thread Bob Friesenhahn
On Sat, 27 Oct 2018, Harlan Stenn wrote: pkg-conf offers the following ways to get "link flags": --libs All link flags --libs-only-L The -L/-R stuff --libs-only-l The -l stuff --staticOutput ilbraries suitable for static linking and then says the union of -only-L and

Re: pkg-conf and LD* variables

2018-10-28 Thread Thomas Jahns
Hi, On 10/28/18 1:42 AM, Harlan Stenn wrote: pkg-conf offers the following ways to get "link flags": --libsAll link flags use the above and put it in the LIBS variable. No need to make this more complicated. --libs-only-L The -L/-R stuff --libs-only-l The -l stuff

pkg-conf and LD* variables

2018-10-27 Thread Harlan Stenn
pkg-conf offers the following ways to get "link flags": --libs All link flags --libs-only-L The -L/-R stuff --libs-only-l The -l stuff --static Output ilbraries suitable for static linking and then says the union of -only-L and -only-l may be smaller than the output of -libs