From: Ralf Wildenhues Date: Wed, 17 Nov 2004 17:46:50 +0000 (+0000) Subject: * doc/libtool.texi (Linking static libraries): Typo. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3af39925c2d5d33c0d4fd28b6e09b45c8fbe5fa4;p=thirdparty%2Flibtool.git * doc/libtool.texi (Linking static libraries): Typo. --- diff --git a/ChangeLog b/ChangeLog index 65fb8dffd..d87b4710a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2004-11-17 Ralf Wildenhues + * doc/libtool.texi (Linking static libraries): Typo. + * m4/libtool.m4 (_LT_LINKER_SHLIBS, _LT_LANG_CXX_CONFIG) [aix4/aix5 !ia64]: Set whole_archive_flag_spec to '$convenience' so convenience libs are really added to the link cmdline. diff --git a/doc/libtool.texi b/doc/libtool.texi index 42095e27f..ee77c6b96 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -1065,7 +1065,7 @@ directly or indirectly, into a single program or library, otherwise you may get errors about symbol redefinitions. The key is remembering that a convenience library contains @sc{pic} -objects, and can linked where a list of @sc{pic} objects makes sense; +objects, and can be linked where a list of @sc{pic} objects makes sense; i.e. into a shared library. A static convenience library contains non-@sc{pic} objects, so can be linked into an old static library, or a program.