Re: Help with static linking

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, Jun 1, 2013 at 4:42 PM, Kip Warner <kip@xxxxxxxxxxxxxx> 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

_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
https://lists.gnu.org/mailman/listinfo/autoconf




[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux