F11: Static linking now impossible?

Tom Horsley tom.horsley at att.net
Fri Jun 26 18:20:17 UTC 2009


On Fri, 26 Jun 2009 13:13:22 -0500
Chris Adams wrote:

> Static linking doesn't guarantee a binary that doesn't look for dynamic
> libraries at run-time and doesn't get sub-arch specific code (among
> other reasons), so it is discouraged.
> 
> Why are you trying to link statically?

Thee are fantastic numbers of reasons to link statically such
as reducing the memory footprint of dedicated apps that are
destined to be locked in memory or provide apps that will
run stand-alone on target systems that may or may not have the
shared libs you need, however in this case, the only reason
I was linking static was to see if static linking worked :-).




More information about the fedora-list mailing list