Statically linked plugins

Holger Weiß holger at zedat.fu-berlin.de
Tue Apr 10 11:23:00 CEST 2018


* Grant Hazelton <grant.hazelton at opsview.com> [2018-04-10 07:31]:
> I tried configure LDFLAGS="-static" && make, and I can see -static added
> to the libtool command line, but I still get a dynamically linked exe
> needing the same shared libraries.

You can't easily compile a fully static binary on today's Linux/glibc
systems:

https://sourceware.org/glibc/wiki/FAQ#Even_statically_linked_programs_need_some_shared_libraries_which_is_not_acceptable_for_me.__What_can_I_do.3F

Holger


More information about the Help mailing list