From 2a51373367964d0e5d9af9cd6261c4f270a41de3 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Mon, 11 Jan 1999 16:29:45 +0000 Subject: [PATCH] documented old_archive_from_new_cmds --- ChangeLog | 7 ++++++- doc/libtool.texi | 9 ++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index dc211c04..15560e83 100644 --- a/ChangeLog +++ b/ChangeLog @@ -80,10 +80,15 @@ non-libtool modules, dlopen with the flags GLOBAL and NOW * mdemo/main.c: report the error using lt_dlerror() +1999-01-08 Gary V. Vaughan + + * doc/libtool.texi (old_archive_from_new_commands): Documented + this ltcofig variable. + 1999-01-07 Gary V. Vaughan * ltmain.sh (cygwin, allow_undefined): Unfortunately, there are - problems with the above when trying to make a dll which has + problems with this variable when trying to make a dll which has undefined symbols, in which case not even a static library is built. For now, we need to specify -no-undefined on the libtool link line when we can be certain that all symbols are satisfied, diff --git a/doc/libtool.texi b/doc/libtool.texi index 2aed99c7..0d4268af 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -3044,7 +3044,14 @@ aren't defined in that library. @defvarx archive_sym_cmds @defvarx old_archive_cmds Commands used to create shared and static libraries, respectively. -archive_sym_cmds is used when -export-symbols was defined. +@samp{archive_sym_cmds} is used when -export-symbols was defined. +@end defvar + +@defvar old_archive_from_new_cmds +If the shared library depends on a static library, +@samp{old_archive_from_new_cmds} contains the commands used to create that +static library. If this variable is not empty, @samp{old_archive_cmds} is +not used. @end defvar @defvar build_libtool_libs