* doc/libtool.texi (Linking static libraries): Typo.

This commit is contained in:
Ralf Wildenhues 2004-11-17 17:47:22 +00:00
parent e080898fc4
commit de11090898
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
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.

View File

@ -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.