On Sat, Jun 1, 2013 at 4:42 PM, Kip Warner <k...@thevertigo.com> wrote:
>         $ pkg-config --libs zziplib
>         -Wl,-Bsymbolic-functions -Wl,-z,relro -lzzip -lz
>
>         $ pkg-config --static --libs zziplib
>         -Wl,-Bsymbolic-functions -Wl,-z,relro -lzzip -lz

Aw, foo.  I was under the misapprehention that --static would cause
pkgconfig to reference the .a files.  I've clearly been spending
too much time in cmake-land.

I don't suppose you've tried passing absolute paths to the .a files?
- Dan

Reply via email to