]> git.ipfire.org Git - thirdparty/libtool.git/log
thirdparty/libtool.git
26 years ago * ltconfig.in: re-enable deplibs
Toshio Kuratomi [Wed, 11 Nov 1998 01:47:02 +0000 (01:47 +0000)] 
* ltconfig.in: re-enable deplibs
* ltmain.in: support deplibs, at least for GNU/Linux/x86

26 years agoSecond try at relink warning message.
Gordon Matzigkeit [Tue, 10 Nov 1998 22:11:09 +0000 (22:11 +0000)] 
Second try at relink warning message.
CVS:
CVS:

26 years agoSoften the relink warning.
Gordon Matzigkeit [Tue, 10 Nov 1998 22:04:14 +0000 (22:04 +0000)] 
Soften the relink warning.
CVS:
CVS:

26 years agoUpdated instructions for anoncvs access.
William M. Perry [Mon, 9 Nov 1998 04:26:06 +0000 (04:26 +0000)] 
Updated instructions for anoncvs access.
CVS:
CVS:

26 years agoadded some interesting suggestions
William M. Perry [Sat, 7 Nov 1998 07:49:23 +0000 (07:49 +0000)] 
added some interesting suggestions

26 years ago * ltconfig.in (aix3, aix4): uniquify symbol names in archive_cmds
William M. Perry [Sat, 7 Nov 1998 07:19:18 +0000 (07:19 +0000)] 
* ltconfig.in (aix3, aix4): uniquify symbol names in archive_cmds

26 years ago * sh.test (test X): ensure that the double-quote supposed to be
Alexandre Oliva [Sat, 7 Nov 1998 07:08:49 +0000 (07:08 +0000)] 
* sh.test (test X): ensure that the double-quote supposed to be
reported is really reported

26 years ago * ltconfig.in: add --falback-echo, to be used if everything else
Alexandre Oliva [Sat, 7 Nov 1998 07:04:04 +0000 (07:04 +0000)] 
* ltconfig.in: add --falback-echo, to be used if everything else
  fails.  The tests now check the behavior of $echo for very large
  strings, because some echo commands would just core dump (e.g.,
  Solaris' printf).  If too large strings fail, smaller ones are
  tested.
(ltecho): arrange that, if the --fallback-echo method is selected,
echo will be defined in the libtool script so as to re-run itself,
not ltconfig
* ltmain.in: add --fallback-echo
(qecho) ensure that, if --falback-echo is being used, qecho is
defined with the full pathname of the libtool script

26 years ago * mdemo/main.c: removed hardcoded library names; link against -lm
Thomas Tanner [Sat, 7 Nov 1998 04:33:47 +0000 (04:33 +0000)] 
* mdemo/main.c: removed hardcoded library names; link against -lm
* tests/mdemo-exec, tests/mdemo-inst: pass the library names
to the program

26 years ago * README: Added DG/UX
Marc J. Fraioli [Sat, 7 Nov 1998 04:28:37 +0000 (04:28 +0000)] 
* README: Added DG/UX
* doc/PLATFORMS: ditto

26 years ago * ltconfig.in (irix6): it's a little bit different from irix5
Michael Tiemann [Wed, 4 Nov 1998 10:15:49 +0000 (10:15 +0000)] 
* ltconfig.in (irix6): it's a little bit different from irix5

26 years agoinstalled
Alexandre Oliva [Wed, 4 Nov 1998 10:15:05 +0000 (10:15 +0000)] 
installed

26 years agofixed
Alexandre Oliva [Wed, 4 Nov 1998 10:14:48 +0000 (10:14 +0000)] 
fixed

26 years agomoved from aix to c++
Alexandre Oliva [Wed, 4 Nov 1998 10:13:38 +0000 (10:13 +0000)] 
moved from aix to c++

26 years ago * THANKS: Added Thomas Tanner and Gary V. Vaughan
Alexandre Oliva [Wed, 4 Nov 1998 09:56:08 +0000 (09:56 +0000)] 
* THANKS: Added Thomas Tanner and Gary V. Vaughan

26 years ago1998-11-04 Alexandre Oliva <oliva@dcc.unicamp.br>
Alexandre Oliva [Wed, 4 Nov 1998 09:43:29 +0000 (09:43 +0000)] 
1998-11-04  Alexandre Oliva  <oliva@dcc.unicamp.br>

* ltconfig.in, ltmain.in: updated and fixed the patches below

1998-11-04  Thomas Tanner  <tanner@gmx.de>

* mdemo/*: added new demo to demonstrate building of dlopenend
modules
* tests/Makefile.am, tests/mdemo*: added some tests for mdemo

1998-11-04  Gary V. Vaughan  <gvaughan@oranda.demon.co.uk>

* demo/configure.in: added AC_EXEEXT macro so that the tests can
  work on cywin32/mingw32 hosts.  This requires the current CVS
  autoconf

1998-11-04  Thomas Tanner  <tanner@gmx.de>

* ltmain.in: New flag -export-symbols; new dlpreopen system
* demo/dlmain.c: removed dld_preloaded_symbol_count

1998-11-04  Ian Lance Taylor  <ian@cygnus.com>

* ltmain.in: On installation, don't get confused if the same name
appears more than once in the list of library names.

1998-11-04  Ian Lance Taylor  <ian@cygnus.com>

* ltconfig.in: Add objext and libext variables.  Check for object
suffix.  Check for mingw32* as well as cygwin32*.  Use objext when
testing compiler.  Add support for Visual C++ on cygwin32 when not
using gcc.  Add objext, libext, and fix_srcfile_path to generated
libtool script.
* ltmain.in: Use .${objext} rather than .o.  Use fix_srcfile_path
if it is set.  Check for .obj as well as for .o, and for .lib as
well as for .a.  Use .${libext} rather than .a when creating old
libraries.
* libtoolize.in: Change initial /bin/sh to @SHELL@.
* libtool.m4 (AM_PROG_LIBTOOL): Add AC_REQUIRE for
AC_CANONICAL_BUILD, so that autoconf doesn't get mixed up by the
AC_REQUIRE in AC_CHECK_TOOL.

1998-11-04  Ian Lance Taylor  <ian@cygnus.com>

* ltconfig.in: Look in the right directory for libtool.c in
archive_cmds for cygwin32.

1998-11-04  Ian Lance Taylor  <ian@cygnus.com>

* ltconfig.in: Fix cygwin32 support to avoid using a double
extension, to delete the def file, to set version_type to windows,
and to include versuffix in the DLL name.
* ltmain.in: Add support for a version_type of windows.

1998-11-04  Ian Lance Taylor  <ian@cygnus.com>

* ltconfig.in: Add cygwin32 support.
* libtool.m4 (AM_PROG_LIBTOOL): Call AM_SYS_LIBTOOL_CYGWIN32 on a
cygwin32 host.  Pass DLLTOOL and AS to ltconfig.
(AM_SYS_LIBTOOL_CYGWIN32): New macro.

26 years ago * ltconfig.in: On AIX, don't treat GNU ld specially.
Alexandre Oliva [Wed, 4 Nov 1998 08:33:52 +0000 (08:33 +0000)] 
* ltconfig.in: On AIX, don't treat GNU ld specially.

26 years ago * libtool.m4 (sco): fix typo
Alexandre Oliva [Wed, 4 Nov 1998 08:15:36 +0000 (08:15 +0000)] 
* libtool.m4 (sco): fix typo

26 years ago * ltconfig.in: On AIX, don't treat GNU ld specially.
Ian Lance Taylor [Wed, 4 Nov 1998 08:09:46 +0000 (08:09 +0000)] 
* ltconfig.in: On AIX, don't treat GNU ld specially.

26 years ago * ltconfig.in (hardcode_minus_L): Revert Ian's patch for
Alexandre Oliva [Wed, 4 Nov 1998 07:36:59 +0000 (07:36 +0000)] 
* ltconfig.in (hardcode_minus_L): Revert Ian's patch for
ltconfig.in.  Although -L hardcoding is not used with GNU ld, it
does happen, so hardcode_minus_L must be set to yes.

26 years ago * ltconfig.in (compiler_o_lo): check whether we can write directly
Alexandre Oliva [Wed, 4 Nov 1998 07:10:43 +0000 (07:10 +0000)] 
* ltconfig.in (compiler_o_lo): check whether we can write directly
to a .lo
* ltmain.in (compiler_o_lo): if not, write to .o and rename it

26 years agosh.test did not like `if -rpath' in a comment
Ian Lance Taylor [Wed, 4 Nov 1998 06:36:02 +0000 (06:36 +0000)] 
sh.test did not like `if -rpath' in a comment

26 years ago * ltconfig.in: For sunos4 using GNU ld, set hardcode_minus_L to
Ian Lance Taylor [Wed, 4 Nov 1998 06:17:44 +0000 (06:17 +0000)] 
* ltconfig.in: For sunos4 using GNU ld, set hardcode_minus_L to
no.
* ltmain.in: Add some hacks to make SunOS --enable-shared work
when using GNU ld.

26 years ago * THANKS: Added Marc J. Fraioli
Alexandre Oliva [Wed, 4 Nov 1998 06:05:44 +0000 (06:05 +0000)] 
* THANKS: Added Marc J. Fraioli

26 years ago * ltconfig.in (uts4, dgux): new supported platforms
Marc J. Fraioli [Wed, 4 Nov 1998 05:56:45 +0000 (05:56 +0000)] 
* ltconfig.in (uts4, dgux): new supported platforms

26 years ago * ltconfig.in (need_locks): if neither `-c -o' nor hard links are
Alexandre Oliva [Wed, 4 Nov 1998 05:50:33 +0000 (05:50 +0000)] 
* ltconfig.in (need_locks): if neither `-c -o' nor hard links are
  available, fallback to not so safe mechanism, by setting
need_locks to warn
* ltmain.in (need_locks): when need_locks is set to warn, use the
lockfile to try to fail in case of incorrect concurrent builds

26 years ago * THANKS: Added Eric Estievenart
Alexandre Oliva [Wed, 4 Nov 1998 04:14:37 +0000 (04:14 +0000)] 
* THANKS: Added Eric Estievenart

26 years ago * doc/libtool.texi (Compile mode): Document that -o is fully
Eric Estievenart [Wed, 4 Nov 1998 04:13:03 +0000 (04:13 +0000)] 
* doc/libtool.texi (Compile mode): Document that -o is fully
supported.

* libtool.m4 (libtool-lock): new ARG_ENABLE; sets (need_locks)
* ltconfig.in (disable-lock): control need_locks
(hard_links): check whether hard-links can be used for locking
* ltmain.in (need_locks): use $output_obj.lock for locking

26 years agoadded a suggestion of how to create shared libraries with undefined symbols
Alexandre Oliva [Wed, 4 Nov 1998 03:54:09 +0000 (03:54 +0000)] 
added a suggestion of how to create shared libraries with undefined symbols

26 years agothou shalt not commit before make check :-)
Alexandre Oliva [Wed, 4 Nov 1998 03:20:34 +0000 (03:20 +0000)] 
thou shalt not commit before make check :-)

26 years ago * ltmain.in: correctly create libraries and programs with
Alexandre Oliva [Wed, 4 Nov 1998 02:09:16 +0000 (02:09 +0000)] 
* ltmain.in: correctly create libraries and programs with
  directory components in their names

26 years ago * ltmain.in (output_obj): typo
Eric Estievenart [Tue, 3 Nov 1998 22:04:13 +0000 (22:04 +0000)] 
* ltmain.in (output_obj): typo

26 years agofixed (I hope :-)
Ian Lance Taylor [Mon, 2 Nov 1998 23:09:01 +0000 (23:09 +0000)] 
fixed (I hope :-)

26 years ago * ltconfig.in: For sunos4, add ${libname}.so$versuffix to
Ian Lance Taylor [Mon, 2 Nov 1998 23:05:42 +0000 (23:05 +0000)] 
* ltconfig.in: For sunos4, add ${libname}.so$versuffix to
library_names_spec.
* ltmain.in: For version_type of sunos, set versuffix even if
-version-info was not used.

26 years agoadded a few extra headers for gnus
Alexandre Oliva [Mon, 2 Nov 1998 19:30:15 +0000 (19:30 +0000)] 
added a few extra headers for gnus

26 years ago * ltmain.in (libobj): default value must not contain directory
Alexandre Oliva [Mon, 2 Nov 1998 17:21:52 +0000 (17:21 +0000)] 
* ltmain.in (libobj): default value must not contain directory
  components

* ltconfig.in (compiler): detect if the compiler supports
-c and -o flags, create a variable compiler_c_o. Also issue
a big warning if it is not supported

* ltmain.in (compile): enable the -o option as input for libtool.
The objects are not moved if the compiler supports -o with -c.
Sources and objects can contain relative directories.
(link): enable the linking of executables into relative directories

26 years ago * AUTHORS: added myself as a co-maintainer
Alexandre Oliva [Mon, 2 Nov 1998 08:37:48 +0000 (08:37 +0000)] 
* AUTHORS: added myself as a co-maintainer
* THANKS: and removed my name from here

26 years ago * autogen: new script; run it to bootstrap libtool after checking
Alexandre Oliva [Mon, 2 Nov 1998 08:34:05 +0000 (08:34 +0000)] 
* autogen: new script; run it to bootstrap libtool after checking
it out from CVS

26 years ago * libtool.m4 (CFLAGS): check whether -belf is needed on SCO, as
Alexandre Oliva [Mon, 2 Nov 1998 08:21:18 +0000 (08:21 +0000)] 
* libtool.m4 (CFLAGS): check whether -belf is needed on SCO, as
suggested by Robert Lipe <robertl@dgii.com>

26 years ago * demo/Makefile.am (hc-libpath): Use parameters from the libtool
Gordon Matzigkeit [Sat, 31 Oct 1998 02:11:47 +0000 (02:11 +0000)] 
* demo/Makefile.am (hc-libpath): Use parameters from the libtool
in the top build directory, since the one in the demo directory is
not guaranteed to exist.

26 years ago * demo/Makefile.am (objdir): there are no longer quotes around
Alexandre Oliva [Wed, 28 Oct 1998 01:09:15 +0000 (01:09 +0000)] 
* demo/Makefile.am (objdir): there are no longer quotes around
objdir in the libtool script

26 years agoAdded mail directory.
Gordon Matzigkeit [Tue, 27 Oct 1998 16:30:31 +0000 (16:30 +0000)] 
Added mail directory.
CVS:
CVS:

26 years agoMinor cosmetic fixe and CVS administrivia.
Gordon Matzigkeit [Tue, 27 Oct 1998 16:09:56 +0000 (16:09 +0000)] 
Minor cosmetic fixe and CVS administrivia.
CVS:
CVS:

26 years agodelete irrelevant files
Gordon Matzigkeit [Mon, 19 Oct 1998 20:36:31 +0000 (20:36 +0000)] 
delete irrelevant files

26 years ago*** empty log message *** release-0-6b release-0-6c release-0-6d release-0-6e release-0-7 release-0-7a release-0-7b release-0-7c release-0-8 release-0-9 release-0-99 release-0-9b release-0-9c release-0-9d release-0-9e release-0-9f release-0-9g release-0-9h release-0-9i release-1-0d release-1-0e release-1-0f release-1-0g release-1-0h release-1-0i release-1-0j release-1-1 release-1-1a release-1-2 release-1-2a release-1-2b release-1-2c
Gordon Matzigkeit [Fri, 16 Oct 1998 21:24:54 +0000 (21:24 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:24:45 +0000 (21:24 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:24:33 +0000 (21:24 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:24:22 +0000 (21:24 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:24:10 +0000 (21:24 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:24:00 +0000 (21:24 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:23:52 +0000 (21:23 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:23:42 +0000 (21:23 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:23:31 +0000 (21:23 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:23:20 +0000 (21:23 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:23:10 +0000 (21:23 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:22:58 +0000 (21:22 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:22:47 +0000 (21:22 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:22:38 +0000 (21:22 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:22:28 +0000 (21:22 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:22:17 +0000 (21:22 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:22:06 +0000 (21:22 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:21:54 +0000 (21:21 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:21:43 +0000 (21:21 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:21:32 +0000 (21:21 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:21:21 +0000 (21:21 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:21:11 +0000 (21:21 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:21:02 +0000 (21:21 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:20:53 +0000 (21:20 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:20:44 +0000 (21:20 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:20:34 +0000 (21:20 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:20:24 +0000 (21:20 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:20:15 +0000 (21:20 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:20:04 +0000 (21:20 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:19:52 +0000 (21:19 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:19:42 +0000 (21:19 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:19:32 +0000 (21:19 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:19:22 +0000 (21:19 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:19:11 +0000 (21:19 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:19:03 +0000 (21:19 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:18:53 +0000 (21:18 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:18:43 +0000 (21:18 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:18:33 +0000 (21:18 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:18:27 +0000 (21:18 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:18:19 +0000 (21:18 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:18:13 +0000 (21:18 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:18:03 +0000 (21:18 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:17:54 +0000 (21:17 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:17:45 +0000 (21:17 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:17:36 +0000 (21:17 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:17:26 +0000 (21:17 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:17:18 +0000 (21:17 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:17:09 +0000 (21:17 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:17:03 +0000 (21:17 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:16:56 +0000 (21:16 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:16:49 +0000 (21:16 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:16:41 +0000 (21:16 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:16:34 +0000 (21:16 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:16:25 +0000 (21:16 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:16:17 +0000 (21:16 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:16:08 +0000 (21:16 +0000)] 
*** empty log message ***