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 :-). -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines