Rainer Orth
fadbda341d
* ltconfig.in: No known version of Solaris 2 hardcoded -L paths.
1999-01-20 21:59:03 +00:00
Andrey Slepuhin
bf5399d059
1999-01-20 Andrey Slepuhin <pooh@msu.ru>
...
* ltconfig.in (aix4*): check for reworked collect2, always pass
-bnoentry option to linker when building a shared library
1999-01-20 20:35:54 +00:00
Alexandre Oliva
a58e998b44
* ltconfig.in (linux*, solaris*, bsdi4*, sys_lib_search_path):
...
remove expansion of $LD_LIBRARY_PATH
* ltmain.in (lib_search_path): append the expansion of $shlibpath_var
* doc/libtool.texi: document it
1999-01-20 19:48:44 +00:00
Alexandre Oliva
8fbb1535e6
* THANKS: Added Steven Schultz
...
1999-01-20 Steven M. Schultz <sms@wlv.iipo.gtegsc.com>
* ltconfig.in (bsdi4*, check_shared_deplibs_method): file_magic
(bsdi4*, sys_lib_search_path): add /shlib and other dirs
1999-01-20 19:30:13 +00:00
Alexandre Oliva
6935dcde62
* ltconfig.in (global_symbol_pipe): #define const to nothing if
...
not __STDC__
1999-01-20 18:10:18 +00:00
Alexandre Oliva
8d22e74b08
* ltconfig.in (sunos4*, without_gnu_ld, with_gcc, archive_cmds):
...
add -fPIC, because libgcc is multilibbed, and we want the PIC
version of it for shared libraries, otherwise ld complains
1999-01-20 17:47:48 +00:00
Gary V. Vaughan
2d957688f4
freebsd-elf deplibs port
1999-01-20 12:15:35 +00:00
Alexandre Oliva
2a98311f7b
* ltconfig.in (bsdi4*, netbsd*, uts4*, library_names_spec,
...
soname_spec): removed duplicate dot before $major
Reported by Steven M. Schultz <sms@wlv.iipo.gtegsc.com> (bsdi4*)
1999-01-20 10:07:04 +00:00
Alexandre Oliva
3f48b18b50
* THANKS: added Manfred Weichel
...
* ltconfig.in (sysv5*): same as sysv4.3*
1999-01-20 09:47:57 +00:00
Gary V. Vaughan
e66dd53d15
track deplibs for hardcode_action switch
1999-01-19 14:04:16 +00:00
Thomas Tanner
6b7c38b36c
*** empty log message ***
1999-01-17 11:19:40 +00:00
Alexandre Oliva
9f6e865761
* ltconfig.in (wlarc): set to either '${wl}' or an empty string,
...
depending on whether archive_cmds runs CC or LD
(gnu_ld=yes, whole_archive_flag_spec): "$wlarc" instead of '${wl}'
1999-01-17 09:18:54 +00:00
Alexandre Oliva
458a451208
* ltconfig.in (need_lib_prefix, need_version,
...
deplibs_check_method): default to unknown, so that we're
remembered that this needs porting; unknown is interpreted as yes,
yes and none, respectively
(freebsd2*, freebsd3*, sunos4*, need_version): set to yes
(freebsd2*, freebsd3*, library_names_spec): libraries without a
version number are not used by `ld'; add $versuffix;
Reported by Ben Jackson <ben@ben.com>
* ltmain.in (deplibs_check_method): alias unknown to none
(need_version): if vinfo was not provided and release info was,
zero out versuffix only if we don't need_version.
* doc/libtool.texi: document what `unknown' means
1999-01-17 04:21:52 +00:00
Gary V. Vaughan
b5a58b449a
improved aix support
1999-01-15 12:31:10 +00:00
Thomas Tanner
031bd5cb38
*** empty log message ***
1999-01-14 20:07:09 +00:00
Gary V. Vaughan
3611ad0c44
don't hardcode the UNIX ; PATH separator
1999-01-14 13:05:21 +00:00
Thomas Tanner
94cfa949e2
*** empty log message ***
1999-01-13 21:39:14 +00:00
Alexandre Oliva
d9bc7946f9
* ltconfig.in (solaris): define `need_version' to no
...
1999-01-13 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* ltconfig.in (solaris): Define `deplibs_check_method',
`file_magic_command', `need_lib_prefix' and `sys_lib_search_path'
* ltmain.in (file_magic_regex): Add space before matching pattern,
such that it works on solaris (solaris has a tab between the
library name (including the colon) and the `ELF' and such the
`ELF' will never be matched).
1999-01-13 20:48:54 +00:00
Edouard G. Parmelan
2e68bf5aec
* ltconfig.in (NM): PATH search was not updated like in
...
libtool.m4, in last Alexandre Oliva's change to it
(sysv4*, ncr): pass all library dependencies
* ltmain.in (dependency_libs, -R): use `dep' instead of `arg' to
iterate, otherwise we'd overwrite `arg'
(convenience, old_libs): if --disable-shared, convenience
libraries are just old archives, as .lo's are of no use
* tests/cdemo-static.test: print --disable-shared here
1999-01-13 20:27:17 +00:00
Alexandre Oliva
f9370ed9c2
* libtool.m4, ltconfig.in (NM): search for NM in PATH before
...
/usr/ccs/bin, /usr/ucb and /bin. However, if the found one isn't
BSD-compat keep searching. If no BSD-compat is found, use the
first we found.
1999-01-13 10:38:45 +00:00
Manish Singh
43ef0cc11d
* ltconfig.in (osf3*, osf4*, irix6*): include
...
${libname}{release}.so for library_names_spec
1999-01-13 08:31:00 +00:00
Alexandre Oliva
f956b65fc4
* configure.in (AC_CONFIG_SUBDIRS): added cdemo
...
* Makefile.am (DIST_SUBDIRS): ditto
(ACINCLUDE_M4_LIST): ditto
* tests/Makefile.am (TESTS): added cdemo-shared.test
* tests/cdemo-static.test: disable shared libraries here
* tests/cdemo-shared.test: disable static libraries here
* doc/libtool.texi (Test descriptions): added cdemo tests
* THANKS: added Edouard G. Parmelan
1999-01-13 Edouard G. Parmelan <Edouard.Parmelan@France.NCR.COM>
* ltmain.in: fix convenience libraries when static libraries
are disables.
* cdemo/README, cdemo/Makefile.am, cdemo/configure.in, cdemo/foo.h,
cdemo/foo1.c, cdemo/main.c, cdemo/.cvsignore, test/cdemo-conf.test,
test/cdemo-make.test, test/cdemo-exec.test, test/cdemo-static.test:
new tests for convenience libraries.
* autogen, Makefile.am, test/Makefile.am: ditto.
* ltconfig.in, doc/PLATFORMS: Added support for NCR MP-RAS
(i586-ncr-sysv4.3*) with native compiler.
* README, doc/libtool.texi: Added note for NCR MP-RAS compiler.
1999-01-13 08:28:35 +00:00
Alexandre Oliva
24b3c755d8
* ltconfig.in (symxfrm): don't print $pipe_works twice, once for
...
each $ac_symprfx
Reported by Godmar Back <gback@cs.utah.edu>
1999-01-11 06:33:33 +00:00
Alexandre Oliva
35f45d7e2e
* libtool.m4 (AM_SYS_NM_PARSE): need for underscore prefix is now
...
auto-detected, by trying first without, then with it
* ltconfig.in: ditto
1999-01-11 04:20:25 +00:00
Gary V. Vaughan
50fe45818e
revert yesterdays cygwin -dll.a change
1999-01-06 17:29:45 +00:00
Alexandre Oliva
9a1c15d7cf
* ltconfig.in (cygwin, archive_cmds, archive_sym_cmds): Moved
...
ltdll.c into ltmain.in, to avoid its duplication, and added a sed
script to extract it. Also, create def and base files in $objdir,
and don't remove them after the compilation.
(cygwin, library_names_spec): Create static part of the dll with
suffix -dll.a, to avoid conflicts with actual static libraries.
* ltmain.in: Added ltdll.c, as commented out text
1999-01-05 08:51:02 +00:00
Thomas Tanner
ec45a29680
*** empty log message ***
1999-01-01 20:01:09 +00:00
Thomas Tanner
48218d83e7
*** empty log message ***
1998-12-31 11:25:57 +00:00
Thomas Tanner
05fe12aeda
*** empty log message ***
1998-12-30 11:36:22 +00:00
Thomas Tanner
34e91b88c1
*** empty log message ***
1998-12-29 14:40:13 +00:00
Thomas Tanner
f55fd32f91
*** empty log message ***
1998-12-27 20:04:12 +00:00
Gary V. Vaughan
aa4ae3b112
more improvements for the win32 port
1998-12-23 17:30:12 +00:00
Thomas Tanner
f772ee7a8e
*** empty log message ***
1998-12-23 13:28:28 +00:00
Thomas Tanner
1d6e1de8a8
*** empty log message ***
1998-12-21 17:30:48 +00:00
Gary V. Vaughan
7fe8f5c785
misc win32 cleanups
1998-12-21 13:04:14 +00:00
Thomas Tanner
23d413543d
*** empty log message ***
1998-12-18 22:23:51 +00:00
Gary V. Vaughan
5962995c46
fixed archive_cmds for cygwin32
1998-12-14 15:14:47 +00:00
Thomas Tanner
f906af718a
*** empty log message ***
1998-12-08 13:12:10 +00:00
Alexandre Oliva
312845d704
* ltconfig.in (solaris): do not use $CC for linking if GNU ld is
...
not available
1998-12-04 21:43:21 +00:00
Manfred Weichel
f14ddcdf3b
* ltconfig.in: Port to SCO UnixWare 7.x.
1998-12-04 20:32:36 +00:00
Thomas Tanner
c23e0a74db
*** empty log message ***
1998-12-03 20:49:31 +00:00
Thomas Tanner
3ce33a45f6
*** empty log message ***
1998-12-01 22:35:00 +00:00
Gary V. Vaughan
62eb32d68c
Update the dll generation shell code for cygwin32.
1998-12-01 18:45:30 +00:00
Gary V. Vaughan
ad3e928936
require AC_CANONICAL_HOST for path canonicalization
1998-11-27 18:42:12 +00:00
Gary V. Vaughan
0e672b6be3
Added LD path canonicalization.
1998-11-27 16:52:37 +00:00
Gary V. Vaughan
2a86145cbf
Fixed archive_cmd for cygwin32, mingw32, aix3 and aix4.
1998-11-27 15:17:21 +00:00
Alexandre Oliva
752bc3a36a
* ltconfig.in (echo): avoid shell error messages when we're
...
testing for large command line support
Reported by Axel Thimm <Axel.Thimm@physik.fu-berlin.de>
1998-11-25 02:28:38 +00:00
Alexandre Oliva
3a823c4709
* doc/PLATFORMS: updated last-tested release for platforms I've
...
got access to
* THANKS: added Chris P. Ross
* ltconfig.in: added recognition of the dynamic linker on BSD/OS 4.x
* README: added BSD/OS 4.x to the list of supported platforms
* doc/PLATFORMS: added BSD/OS 4.x support for various host id's
1998-11-25 01:20:59 +00:00
Alexandre Oliva
02424f059f
* ltconfig.in (archive_cmds, osf3, osf4, solaris, sunos4): create
...
libraries with gcc -shared if using gcc without GNU ld.
* ltconfig.in: replaced occurrences of solaris2 with solaris, to
prepare for Solaris 7
1998-11-21 06:42:36 +00:00
Alexandre Oliva
6ac0b9a144
* ltconfig.in (echo_test_string): the whole ltconfig script was
...
too much for DU4.0's ksh, but the first 50 lines will be enough.
1998-11-19 20:28:01 +00:00