Re: curl and libtool and --libs, oh my!

2019-01-09 Thread Joshua Root
On 2019-1-10 16:25 , Eric A. Borisch wrote: > As discussed here [1] on GitHub, 'curl-config --libs' is returning > results like this: > > -L/opt/local/lib -lcurl -lidn2 -lpsl -lssl -lcrypto -lssl -lcrypto -lz > > while 'pkg-config --libs libcurl' gives this: > > -L/opt/local/lib -lcurl > > The

curl and libtool and --libs, oh my!

2019-01-09 Thread Eric A. Borisch
As discussed here [1] on GitHub, 'curl-config --libs' is returning results like this: -L/opt/local/lib -lcurl -lidn2 -lpsl -lssl -lcrypto -lssl -lcrypto -lz while 'pkg-config --libs libcurl' gives this: -L/opt/local/lib -lcurl The curl-config version results in lots of unnecessary libraries bei