Commit Graph

331 Commits

Author SHA1 Message Date
Toshio Kuratomi
cfae038fa3 * ltconfig.in: re-enable deplibs
* ltmain.in: support deplibs, at least for GNU/Linux/x86
1998-11-11 01:47:02 +00:00
Gordon Matzigkeit
3c8bd8bf24 Second try at relink warning message.
CVS:
CVS:
1998-11-10 22:11:09 +00:00
Gordon Matzigkeit
516e84bd94 Soften the relink warning.
CVS:
CVS:
1998-11-10 22:04:14 +00:00
William M. Perry
7767c43b37 Updated instructions for anoncvs access.
CVS:
CVS:
1998-11-09 04:26:06 +00:00
William M. Perry
a027404613 added some interesting suggestions 1998-11-07 07:49:23 +00:00
William M. Perry
983f1cb8e3 * ltconfig.in (aix3, aix4): uniquify symbol names in archive_cmds 1998-11-07 07:19:18 +00:00
Alexandre Oliva
ab657f88f3 * sh.test (test X): ensure that the double-quote supposed to be
reported is really reported
1998-11-07 07:08:49 +00:00
Alexandre Oliva
69ef5488f6 * 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
1998-11-07 07:04:04 +00:00
Thomas Tanner
316ebb4d2d * mdemo/main.c: removed hardcoded library names; link against -lm
* tests/mdemo-exec, tests/mdemo-inst: pass the library names
	to the program
1998-11-07 04:33:47 +00:00
Marc J. Fraioli
986ef4cd72 * README: Added DG/UX
* doc/PLATFORMS: ditto
1998-11-07 04:28:37 +00:00
Michael Tiemann
70fb641af4 * ltconfig.in (irix6): it's a little bit different from irix5 1998-11-04 10:15:49 +00:00
Alexandre Oliva
78591bced5 installed 1998-11-04 10:15:05 +00:00
Alexandre Oliva
1dad8df880 fixed 1998-11-04 10:14:48 +00:00
Alexandre Oliva
f0e34e5a85 moved from aix to c++ 1998-11-04 10:13:38 +00:00
Alexandre Oliva
689181e7fe * THANKS: Added Thomas Tanner and Gary V. Vaughan 1998-11-04 09:56:08 +00:00
Alexandre Oliva
8c1f97e1be 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.
1998-11-04 09:43:29 +00:00
Alexandre Oliva
b9d0ec01b0 * ltconfig.in: On AIX, don't treat GNU ld specially. 1998-11-04 08:33:52 +00:00
Alexandre Oliva
960fc6f061 * libtool.m4 (sco): fix typo 1998-11-04 08:15:36 +00:00
Ian Lance Taylor
c785f1166c * ltconfig.in: On AIX, don't treat GNU ld specially. 1998-11-04 08:09:46 +00:00
Alexandre Oliva
0e6a6a08b7 * 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.
1998-11-04 07:36:59 +00:00
Alexandre Oliva
1168e3b550 * 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
1998-11-04 07:10:43 +00:00
Ian Lance Taylor
d96dbaa246 sh.test did not like `if -rpath' in a comment 1998-11-04 06:36:02 +00:00
Ian Lance Taylor
c6c2f3ad4a * 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.
1998-11-04 06:17:44 +00:00
Alexandre Oliva
c38e0eecc7 * THANKS: Added Marc J. Fraioli 1998-11-04 06:05:44 +00:00
Marc J. Fraioli
ab277a78f6 * ltconfig.in (uts4, dgux): new supported platforms 1998-11-04 05:56:45 +00:00
Alexandre Oliva
09a44649a3 * 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
1998-11-04 05:50:33 +00:00
Alexandre Oliva
2202f853e9 * THANKS: Added Eric Estievenart 1998-11-04 04:14:37 +00:00
Eric Estievenart
8747a04ff9 * 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
1998-11-04 04:13:03 +00:00
Alexandre Oliva
5791e6c05e added a suggestion of how to create shared libraries with undefined symbols 1998-11-04 03:54:09 +00:00
Alexandre Oliva
9175e38188 thou shalt not commit before make check :-) 1998-11-04 03:20:34 +00:00
Alexandre Oliva
d630d91159 * ltmain.in: correctly create libraries and programs with
directory components in their names
1998-11-04 02:09:16 +00:00
Eric Estievenart
b13aa06d7d * ltmain.in (output_obj): typo 1998-11-03 22:04:13 +00:00
Ian Lance Taylor
e816f5f319 fixed (I hope :-) 1998-11-02 23:09:01 +00:00
Ian Lance Taylor
2b891d56f4 * 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.
1998-11-02 23:05:42 +00:00
Alexandre Oliva
88ca2cd0f6 added a few extra headers for gnus 1998-11-02 19:30:15 +00:00
Alexandre Oliva
00342f45b1 * 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
1998-11-02 17:21:52 +00:00
Alexandre Oliva
dbdd1dde6b * AUTHORS: added myself as a co-maintainer
* THANKS: and removed my name from here
1998-11-02 08:37:48 +00:00
Alexandre Oliva
6188090832 * autogen: new script; run it to bootstrap libtool after checking
it out from CVS
1998-11-02 08:34:05 +00:00
Alexandre Oliva
c08264976c * libtool.m4 (CFLAGS): check whether -belf is needed on SCO, as
suggested by Robert Lipe <robertl@dgii.com>
1998-11-02 08:21:18 +00:00
Gordon Matzigkeit
b75bc47f18 * 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.
1998-10-31 02:11:47 +00:00
Alexandre Oliva
a8dfb4cd83 * demo/Makefile.am (objdir): there are no longer quotes around
objdir in the libtool script
1998-10-28 01:09:15 +00:00
Gordon Matzigkeit
d621c627d1 Added mail directory.
CVS:
CVS:
1998-10-27 16:30:31 +00:00
Gordon Matzigkeit
abbbed1983 Minor cosmetic fixe and CVS administrivia.
CVS:
CVS:
1998-10-27 16:09:56 +00:00
Gordon Matzigkeit
e09bc90b14 delete irrelevant files 1998-10-19 20:36:31 +00:00
Gordon Matzigkeit
9dab6cda97 *** empty log message *** 1998-10-16 21:24:54 +00:00
Gordon Matzigkeit
5e2689f67e *** empty log message *** 1998-10-16 21:24:45 +00:00
Gordon Matzigkeit
9c39e64470 *** empty log message *** 1998-10-16 21:24:33 +00:00
Gordon Matzigkeit
e33c0a59cd *** empty log message *** 1998-10-16 21:24:22 +00:00
Gordon Matzigkeit
1f299a5a4a *** empty log message *** 1998-10-16 21:24:10 +00:00
Gordon Matzigkeit
347f81580d *** empty log message *** 1998-10-16 21:24:00 +00:00