1999-03-30 20:40:22 +08:00
|
|
|
1999-03-30 Alexandre Oliva <oliva@dcc.unicamp.br>
|
|
|
|
|
|
|
|
* ltmain.in, ltconfig.in: reverted most of the quoting changes
|
|
|
|
from 1999-03-25; Gary's delay_variable_subst patch from 1999-02-19
|
|
|
|
obviates it. Keep only quoting of $PATH, for uniformity with
|
|
|
|
other systems that already did it
|
|
|
|
|
1999-03-29 21:40:01 +08:00
|
|
|
1999-03-29 Gary V. Vaughan <gary@gnu.org>
|
|
|
|
|
|
|
|
* libltdl/ltdl.c (lt_dladdsearchdir): Forgot to mallocate the
|
|
|
|
extra byte of memory for the teminating NUL, and forgot to
|
|
|
|
strcpy the original path in to the new memory before appending
|
|
|
|
the new path compononent.
|
|
|
|
|
* NEWS: updated
* README: updated (BeOS support, no longer shared libraries
support for AmigaOS), cleanups, we have now two mailing lists
* REAMDE-alpha: autogen -> bootstrap, we have now two mailing lists
* THANKS: added Xavier Pianet
* doc/PLATFORMS: BeOS works
* doc/libtool.texi: we have now to two mailing lists,
updated -dlopen self documentation, documented libltdl's license,
put each author in a separate line,
inter-library dependencies on uninstalled libtool libraries are
now supported, cleanups and minor corrections
* libltdl/COPYING.LIB: new file
* libltdl/ltdl.[ch]: added special exception to the LGPL license
* libtool.spec: removed, it was outdated
* Makefile.am: removed libtool.spec
* ltmain.in: use TMPDIR when possible, create a subdirectory
in the temporary directory, added -export-symbols-regex to the help,
1999-03-28 00:58:10 +08:00
|
|
|
1999-03-27 Thomas Tanner <tanner@gmx.de>
|
|
|
|
|
|
|
|
* NEWS: updated
|
|
|
|
* README: updated (BeOS support, no longer shared libraries
|
|
|
|
support for AmigaOS), cleanups, we have now two mailing lists
|
|
|
|
* REAMDE-alpha: autogen -> bootstrap, we have now two mailing lists
|
|
|
|
* THANKS: added Xavier Pianet
|
|
|
|
* doc/PLATFORMS: BeOS works
|
|
|
|
* doc/libtool.texi: we have now to two mailing lists,
|
|
|
|
updated -dlopen self documentation, documented libltdl's license,
|
|
|
|
put each author in a separate line,
|
|
|
|
inter-library dependencies on uninstalled libtool libraries are
|
|
|
|
now supported, cleanups and minor corrections
|
|
|
|
* libltdl/COPYING.LIB: new file
|
|
|
|
* libltdl/ltdl.[ch]: added special exception to the LGPL license
|
|
|
|
* libtool.spec: removed, it was outdated
|
|
|
|
* Makefile.am: removed libtool.spec
|
|
|
|
* ltmain.in: use TMPDIR when possible, create a subdirectory
|
|
|
|
in the temporary directory, added -export-symbols-regex to the help,
|
|
|
|
|
1999-03-26 07:00:13 +08:00
|
|
|
1999-03-25 Alexandre Oliva <oliva@dcc.unicamp.br>
|
|
|
|
|
1999-03-26 08:08:49 +08:00
|
|
|
* demo/Makefile.am: create a static library, link two libtool
|
|
|
|
archives with it, then link the program hell0 with both
|
|
|
|
* demo/hell1.c, demo/hell2.c: dummy files used to create the
|
|
|
|
libtool archives without introducing symbol conflicts
|
|
|
|
* tests/demo-exec.test, tests/demo-inst.test: run the new program
|
|
|
|
* ltconfig.in (irix5*, irix6*, deplibs_check_method): pass_all
|
|
|
|
|
1999-03-26 07:00:13 +08:00
|
|
|
* ltmain.in ($PATH): instead of modifying the PATH, better prevent
|
|
|
|
its expansion the first time *_cmds variables are eval'ed. Modify
|
|
|
|
$show within loops that eval them so as to expand variables
|
|
|
|
* ltconfig.in (*_cmds): quote $ so that they're not expanded by
|
|
|
|
the first eval
|
|
|
|
|
1999-03-25 16:58:47 +08:00
|
|
|
1999-03-25 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
|
|
|
|
|
|
|
|
* ltmain.in ($PATH): Expand any tildes in the users path to the
|
|
|
|
contents of $HOME to avoid problems with *_cmds splitting and
|
|
|
|
evaluation.
|
|
|
|
|
1999-03-25 06:42:59 +08:00
|
|
|
1999-03-24 Thomas Tanner <tanner@gmx.de>
|
|
|
|
|
|
|
|
* TODO: support -dlopen for libraries
|
|
|
|
* doc/PLATFORMS: Erez Zadok reported that libtool works on bsdi 4.0.1
|
|
|
|
* doc/libtool.texi (libltdl): libltdl supports BeOS
|
|
|
|
* libltdl/ltdl.c: shlib_ext was declared even if LTDL_SHLIB_EXT
|
|
|
|
didn't exist, partially reverted my previous patch: BeOS will
|
|
|
|
automatically search in ADDON_PATH
|
|
|
|
* ltmain.in: don't allow relative run-paths, fixed a typo in a warning,
|
|
|
|
ignore -dlopen self for libraries and objects,
|
|
|
|
only accept -L paths that exist, minor cleanups,
|
|
|
|
bugfix: add -lc for normal libraries, not convenicence libraries
|
|
|
|
removed offensive warnings/comments
|
|
|
|
|
1999-03-24 16:55:06 +08:00
|
|
|
1999-03-24 Alexandre Oliva <oliva@dcc.unicamp.br>
|
|
|
|
|
|
|
|
* ltconfig.in (ld_shlibs, amigaos*): disable shared libraries
|
|
|
|
|
1999-03-23 18:40:00 +08:00
|
|
|
1999-03-23 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
|
|
|
|
|
1999-03-23 20:55:43 +08:00
|
|
|
* libltdl/configure.in: the sed expression for finding the shared
|
|
|
|
library extension used to think the . in [.] for the cygwin
|
|
|
|
shared_library_names_spec was the start of the extension!! We now
|
|
|
|
remove anything in square brackets (assuming that the square
|
|
|
|
brackets delimit a sed or expr expression which is not part of the
|
|
|
|
extension) before looking for the extension.
|
|
|
|
|
|
|
|
* TODO (cygwin): food for thought re: mutually dependant dlls.
|
1999-03-23 18:40:00 +08:00
|
|
|
|
1999-03-21 17:40:56 +08:00
|
|
|
1999-03-21 Alexandre Oliva <oliva@dcc.unicamp.br>
|
|
|
|
|
1999-03-21 19:25:30 +08:00
|
|
|
* tests/build-relink.test: if we relink and have hardcode_direct,
|
|
|
|
removing an uninstalled library breaks an uninstalled program
|
|
|
|
|
1999-03-21 17:40:56 +08:00
|
|
|
* doc/libtool.texi: documented convenience libraries
|
|
|
|
* TODO: removed entry about it
|
|
|
|
|
1999-03-21 12:51:36 +08:00
|
|
|
* tests/*-unst.test: if directory is not configured, skip it
|
|
|
|
* tests/demo.test, tests/mdemo.test: unused, removed
|
|
|
|
* tests/depdemo.test: ditto
|
|
|
|
|
1999-03-21 05:59:15 +08:00
|
|
|
1999-03-20 Thomas Tanner <tanner@gmx.de>
|
|
|
|
|
|
|
|
* doc/libtool.texi (link mode): documentation for -module updated
|
|
|
|
* ltconfig.in: fast-install mode doesn't work for
|
|
|
|
hardcode_into_libs=yes
|
|
|
|
* ltmain.in: bugfix: "-dlopen self [-all]-static" wouldn't use
|
|
|
|
dlopen_self_static, automatically enable -export-dynamic when
|
|
|
|
using "-dlopen self", always make run-paths absolute,
|
|
|
|
ignore -lc only on platforms that don't have such a library,
|
|
|
|
cleanups in the ILD code, find even installed libtool libraries
|
|
|
|
that were moved, before generating the DLL-import library we need
|
|
|
|
to set libname, improved hardcoding of shlibpath for libraries,
|
|
|
|
don't generate an installable pseudo-library for convenience
|
|
|
|
libraries, bugfix: export_symbols would be removed immediately
|
|
|
|
before it is used
|
|
|
|
|
1999-03-20 08:27:33 +08:00
|
|
|
1999-03-19 Thomas Tanner <tanner@gmx.de>
|
|
|
|
|
|
|
|
* use the same header in all configure.in's and Makefile.am's
|
|
|
|
* NEWS: improved support for BeOS and Cygwin
|
|
|
|
* TODO: ILD branch was merged, all internal variables and macros
|
|
|
|
are now documented
|
|
|
|
* demo/Makefile.am: use $(LIBS) instead of -lm
|
|
|
|
* doc/libtool.texi: documented new variable hardcode_into_libs
|
|
|
|
and thread_safe_flag_spec, renamed all AM_ENABLE/DISABLE_* macros
|
|
|
|
to AC_*, documented AC_DISABLE_FAST_INSTALL and AC_LIBTOOL_DLOPEN
|
|
|
|
* libltdl/ltdl.c: added two new error messages (cannot_open_error,
|
|
|
|
cannot_close_error), use them where approriate,
|
|
|
|
BeOS support (thanks to Xavier Pianet), on BeOS search modules
|
|
|
|
additionally in ADDON_PATH
|
|
|
|
* libtool.m4: rewrote AC_CHECK_LIBM: BeOS and Cygwin don't have
|
|
|
|
libm and *-ncr-sysv4.3* requires libmw
|
|
|
|
* ltconfig.in: don't check for LoadLibrary, hardcode dlopen
|
|
|
|
configuration for BeOS and Cygwin
|
|
|
|
* ltmain.in: fix sourcing of .la files on Solaris
|
|
|
|
(patch by Raja R Harinath)
|
|
|
|
|
* ltconfig.in (sunos4*, with_gnu_ld, hardcode_minus_L): remove, we
have -rpath
(aix4*, without_gnu_ld, hardcode_shlibpath_var): unsupported is
default
(hpux9*, hpux10*, hpux11*, archive_cmds): drop +s, unneeded here
(hpux9*, hpux10*, hpux11*, hardcode_libdir_flag_spec): add +s
before +b
(hpux9*, hpux10*, hpux11*, shlibpath_overrides_runpath): since +s
appears before +b, set it to yes
(hardcode_shlibpath_var, hardcode_action): do not use
shlibpath_var to specify the compile-time search path; it loses,
and we may end up linking with pre-installed older versions of
libraries instead of yet-to-be-installed ones
(*, hardcode_direct, hardcode_minus_L): remove entries that set
them to no, that is default
1999-03-20 03:50:49 +08:00
|
|
|
1999-03-19 Alexandre Oliva <oliva@dcc.unicamp.br>
|
|
|
|
|
|
|
|
* ltconfig.in (sunos4*, with_gnu_ld, hardcode_minus_L): remove, we
|
|
|
|
have -rpath
|
|
|
|
(aix4*, without_gnu_ld, hardcode_shlibpath_var): unsupported is
|
|
|
|
default
|
|
|
|
(hpux9*, hpux10*, hpux11*, archive_cmds): drop +s, unneeded here
|
|
|
|
(hpux9*, hpux10*, hpux11*, hardcode_libdir_flag_spec): add +s
|
|
|
|
before +b
|
|
|
|
(hpux9*, hpux10*, hpux11*, shlibpath_overrides_runpath): since +s
|
|
|
|
appears before +b, set it to yes
|
|
|
|
(hardcode_shlibpath_var, hardcode_action): do not use
|
|
|
|
shlibpath_var to specify the compile-time search path; it loses,
|
|
|
|
and we may end up linking with pre-installed older versions of
|
|
|
|
libraries instead of yet-to-be-installed ones
|
|
|
|
(*, hardcode_direct, hardcode_minus_L): remove entries that set
|
|
|
|
them to no, that is default
|
|
|
|
|
1999-03-20 02:43:32 +08:00
|
|
|
* demo/Makefile.am (hc-direct, hc-libpath, hc-minusL): link with
|
|
|
|
$$hardcode_libdir_flag_spec, if available, with libdir=$(libdir),
|
|
|
|
to make sure the hardcode_* variables will produce the expected
|
|
|
|
results even in the presence of a hardcoding flag; depend on
|
|
|
|
libhello.la having been installed already
|
|
|
|
(hc-libflag): link with the installed library, but try to
|
|
|
|
hard-code the uninstalled one
|
|
|
|
* doc/libtool.texi: document the changes
|
|
|
|
|
1999-03-20 01:58:53 +08:00
|
|
|
* tests/*.test: when a test fails, skip tests that depend on it.
|
|
|
|
If a certain configuration is not supported, skip all its tests.
|
|
|
|
|
1999-03-20 01:30:18 +08:00
|
|
|
* doc/libtool.texi: reorder tests to reflect execution order
|
|
|
|
|
1999-03-20 00:54:29 +08:00
|
|
|
* tests/noinst-link.test: new test
|
|
|
|
* tests/Makefile.am (TESTS): added noinst-link.test
|
|
|
|
* doc/libtool.texi: document it
|
|
|
|
|
1999-03-19 18:18:39 +08:00
|
|
|
1999-03-19 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
|
|
|
|
|
|
|
|
* ltmain.in (dependency_libs): There is no reason to infer that
|
|
|
|
the pseudo library is invalid if dependency_libs='' at
|
|
|
|
install-time, or else libltdl/libltdl.la is invalid!!
|
|
|
|
|
* merged my inter-library dependencies code from the ILD branch:
* NEWS: inter-library dependencies are now supported
* configure.in: add the depdemo subdirectory
* depdemo/*: new demo to demonstrate inter-library dependencies
* tests/depdemo*: new tests for depdemo
* ltconfig.in: added hardcode_into_libs (whether library paths
should be hardcoded into the libraries),
it currently defaults to 'no'
* ltmain.in: new internal 'relink' mode to relink libraries
on platforms with hardcode_into_libs=yes, save command line
arguments in libtool_args, accept relative -L directories,
ignore -lm on BeOS and Cygwin, always ignore -lc,
handle -l, -L and .la arguments later, always make the library
installation directory (-rpath) absolute, in relink mode don't
delete the not-relinked library and exit immediately after relinking,
try to find already-installed libtool libraries that were specified
using -l, support hardcoding of library paths into libraries too,
export shlibpath before linking libraries, and a lot of other
big changes that I don't want to describe here... please read
the source.
* merged Gary's Win32 code from the ILD branch:
* NEWS: Win32 DLLs are now supported
* TODO: removed .a library namespace clash for win32. It is
now resolved.
* ltconfig.in (cygwin, library_names_spec): removed $libname.a.
Creating a dll with libtool no longer creates an import library.
* ltconfig.in (extract_expsyms_cmds): Create $objdir if it does
not exist -- i.e. we need to generate import an import library
in a directory which has no libs of its own.
* doc/libtool.texi (old_archive_from_expsyms_cmds,
extract_expsyms_cmds): documented these new variables.
* ltconfig.in (extract_expsyms_cmds): New variable. Commands to
extract the exported symbol list from a dll.
(old_archive_from_expsyms_cmds): New variable. Commands to build
an old archive from the extracted expsyms list.
* ltmain.in: run the cmds in extract_expsyms_cmds and
old_archive_from_expsyms_cmds as necessary.
* ltconfig.in (cygwin, old_archive_from_new_cmds): no longer
required.
* ltconfig.in (cygwin, shlibpath_overrides_runpath): I'm not even
sure whether win32 honours the runpath at all when searching for
a dll to load! Anyway, when set to yes this prevents a gratuitous
warning.
* ltmain.in (deplib): The cygwin environment doesn't actually have
-lm, and although the linker fakes having one, specifiying it to
libtool will break ILD, so we ignore it when generating
dependencies.
1999-03-19 05:57:08 +08:00
|
|
|
1999-03-18 Thomas Tanner <tanner@gmx.de>
|
|
|
|
|
|
|
|
* merged my inter-library dependencies code from the ILD branch:
|
|
|
|
* NEWS: inter-library dependencies are now supported
|
|
|
|
* configure.in: add the depdemo subdirectory
|
|
|
|
* depdemo/*: new demo to demonstrate inter-library dependencies
|
|
|
|
* tests/depdemo*: new tests for depdemo
|
|
|
|
* ltconfig.in: added hardcode_into_libs (whether library paths
|
|
|
|
should be hardcoded into the libraries),
|
|
|
|
it currently defaults to 'no'
|
|
|
|
* ltmain.in: new internal 'relink' mode to relink libraries
|
|
|
|
on platforms with hardcode_into_libs=yes, save command line
|
|
|
|
arguments in libtool_args, accept relative -L directories,
|
|
|
|
ignore -lm on BeOS and Cygwin, always ignore -lc,
|
|
|
|
handle -l, -L and .la arguments later, always make the library
|
|
|
|
installation directory (-rpath) absolute, in relink mode don't
|
|
|
|
delete the not-relinked library and exit immediately after relinking,
|
|
|
|
try to find already-installed libtool libraries that were specified
|
|
|
|
using -l, support hardcoding of library paths into libraries too,
|
|
|
|
export shlibpath before linking libraries, and a lot of other
|
|
|
|
big changes that I don't want to describe here... please read
|
|
|
|
the source.
|
|
|
|
|
|
|
|
* merged Gary's Win32 code from the ILD branch:
|
|
|
|
* NEWS: Win32 DLLs are now supported
|
|
|
|
* TODO: removed .a library namespace clash for win32. It is
|
|
|
|
now resolved.
|
|
|
|
* ltconfig.in (cygwin, library_names_spec): removed $libname.a.
|
|
|
|
Creating a dll with libtool no longer creates an import library.
|
|
|
|
* ltconfig.in (extract_expsyms_cmds): Create $objdir if it does
|
|
|
|
not exist -- i.e. we need to generate import an import library
|
|
|
|
in a directory which has no libs of its own.
|
|
|
|
* doc/libtool.texi (old_archive_from_expsyms_cmds,
|
|
|
|
extract_expsyms_cmds): documented these new variables.
|
|
|
|
* ltconfig.in (extract_expsyms_cmds): New variable. Commands to
|
|
|
|
extract the exported symbol list from a dll.
|
|
|
|
(old_archive_from_expsyms_cmds): New variable. Commands to build
|
|
|
|
an old archive from the extracted expsyms list.
|
|
|
|
* ltmain.in: run the cmds in extract_expsyms_cmds and
|
|
|
|
old_archive_from_expsyms_cmds as necessary.
|
|
|
|
* ltconfig.in (cygwin, old_archive_from_new_cmds): no longer
|
|
|
|
required.
|
|
|
|
* ltconfig.in (cygwin, shlibpath_overrides_runpath): I'm not even
|
|
|
|
sure whether win32 honours the runpath at all when searching for
|
|
|
|
a dll to load! Anyway, when set to yes this prevents a gratuitous
|
|
|
|
warning.
|
|
|
|
* ltmain.in (deplib): The cygwin environment doesn't actually have
|
|
|
|
-lm, and although the linker fakes having one, specifiying it to
|
|
|
|
libtool will break ILD, so we ignore it when generating
|
|
|
|
dependencies.
|
|
|
|
|
1999-03-17 23:10:58 +08:00
|
|
|
1999-03-17 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
|
|
|
|
|
|
|
|
* doc/PLATFORMS: Thanks to Alexandres changes below, both my
|
|
|
|
hp boxes pass the entire test suite.
|
|
|
|
|
1999-03-17 22:04:07 +08:00
|
|
|
1999-03-17 Alexandre Oliva <oliva@dcc.unicamp.br>
|
|
|
|
|
|
|
|
* ltconfig.in (hpux*, hardcode_minus_L): should be no, we have +b
|
|
|
|
(hpux*, hardcode_libdir_separator): set to colon
|
|
|
|
|
1999-03-17 23:10:58 +08:00
|
|
|
1999-03-17 Alexandre Oliva <oliva@dcc.unicamp.br>
|
|
|
|
|
1999-03-17 22:36:35 +08:00
|
|
|
* doc/PLATFORMS: egcs is gcc; updates from Erez Zadok
|
1999-03-17 14:48:31 +08:00
|
|
|
|
1999-03-17 06:48:24 +08:00
|
|
|
1999-03-16 Alexandre Oliva <oliva@dcc.unicamp.br>
|
|
|
|
|
1999-03-17 08:47:53 +08:00
|
|
|
* ltmain.in (deplibs, beos*): don't append -lc
|
|
|
|
Reported by Xavier Pianet <xavier@xingo.com>
|
|
|
|
|
1999-03-17 06:48:24 +08:00
|
|
|
* tests/build-relink.test (hardcode_action): when set to relink,
|
|
|
|
skip the test with lt-hell
|
|
|
|
|
1999-03-17 06:17:46 +08:00
|
|
|
* Makefile.am (EXTRA_DIST): add mkstamp
|
|
|
|
Reported by Xavier Pianet <xavier@xingo.com>
|
|
|
|
|
1999-03-17 05:04:50 +08:00
|
|
|
* Makefile.am (EXTRA_DIST): add ChangeLog.0
|
|
|
|
|
1999-03-16 23:41:53 +08:00
|
|
|
1999-03-16 Thomas Tanner <tanner@gmx.de>
|
|
|
|
|
1999-03-17 00:54:48 +08:00
|
|
|
* doc/libtool.texi: some minor corrections to the "-dlopen self"
|
|
|
|
documentation
|
|
|
|
* tests/Makefile.am: sorted by name, added assign.test
|
|
|
|
* ChangeLog: started new file
|
1999-02-20 23:07:54 +08:00
|
|
|
|
1999-03-17 00:54:48 +08:00
|
|
|
* ltconfig.in: some cosmetical changes
|
1999-02-13 23:43:04 +08:00
|
|
|
* ltmain.in: ditto
|
1999-01-22 20:21:05 +08:00
|
|
|
|
1999-03-17 05:04:50 +08:00
|
|
|
Continued in ChangeLog.0
|
|
|
|
|
1999-01-23 02:04:51 +08:00
|
|
|
$Revision$ $Date$
|