2004-11-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+ * 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.
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.