mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-18 14:16:00 +08:00
* doc/libtool.texi (Linking static libraries): Typo.
This commit is contained in:
parent
e080898fc4
commit
de11090898
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user