2009-06-14 18:03:31 +08:00
|
|
|
# versioning.at -- test libtool versioning -*- Autotest -*-
|
|
|
|
#
|
2024-01-12 14:35:32 +08:00
|
|
|
# Copyright (C) 2009-2019, 2021-2024 Free Software Foundation, Inc.
|
2009-06-14 18:03:31 +08:00
|
|
|
#
|
|
|
|
# This file is part of GNU Libtool.
|
|
|
|
#
|
|
|
|
# GNU Libtool is free software; you can redistribute it and/or
|
|
|
|
# modify it under the terms of the GNU General Public License as
|
|
|
|
# published by the Free Software Foundation; either version 2 of
|
|
|
|
# the License, or (at your option) any later version.
|
|
|
|
#
|
|
|
|
# GNU Libtool is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU General Public License for more details.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU General Public License
|
libtool: FSF office address replaced by URL
* AUTHORS, HACKING, Makefile.am, bootstrap.conf, build-aux/edit-readme-alpha,
build-aux/no-bogus-m4-defines, cfg.mk, configure.ac, libltdl/configure.ac,
libltdl/libltdl/lt__alloc.h, libltdl/libltdl/lt__argz_.h,
libltdl/libltdl/lt__dirent.h, libltdl/libltdl/lt__glibc.h,
libltdl/libltdl/lt__private.h, libltdl/libltdl/lt__strl.h,
libltdl/libltdl/lt_dlloader.h, libltdl/libltdl/lt_error.h,
libltdl/libltdl/lt_system.h, libltdl/libltdl/slist.h,
libltdl/loaders/dld_link.c, libltdl/loaders/dlopen.c,
libltdl/loaders/dyld.c, libltdl/loaders/load_add_on.c,
libltdl/loaders/loadlibrary.c, libltdl/loaders/preopen.c,
libltdl/loaders/shl_load.c, libltdl/lt__alloc.c, libltdl/lt__argz.c,
libltdl/lt__dirent.c, libltdl/lt__strl.c, libltdl/lt_dlloader.c,
libltdl/lt_error.c, libltdl/ltdl.c, libltdl/ltdl.h, libltdl/ltdl.mk,
libltdl/slist.c, tests/am-subdir.at, tests/archive-in-archive.at,
tests/bindir.at, tests/bug_62343.at, tests/cdemo.at, tests/cmdline_wrap.at,
tests/configure-funcs.at, tests/configure-iface.at, tests/convenience.at,
tests/ctor.at, tests/cwrapper.at, tests/darwin.at, tests/demo.at,
tests/depdemo.at, tests/deplib-in-subdir.at, tests/deplibs-ident.at,
tests/deplibs-mingw.at, tests/destdir.at, tests/dlloader-api.at,
tests/dumpbin-symbols.at, tests/duplicate_conv.at, tests/duplicate_deps.at,
tests/duplicate_members.at, tests/early-libtool.at, tests/exceptions.at,
tests/execute-mode.at, tests/exeext.at, tests/export-def.at,
tests/export.at, tests/f77demo.at, tests/fail.at, tests/fcdemo.at,
tests/flags.at, tests/help.at, tests/indirect_deps.at, tests/infer-tag.at,
tests/inherited_flags.at, tests/install.at, tests/lalib-syntax.at,
tests/libtool.at, tests/libtoolize.at, tests/link-order.at,
tests/link-order2.at, tests/loadlibrary.at, tests/localization.at,
tests/lt_dladvise.at, tests/lt_dlexit.at, tests/lt_dlopen.at,
tests/lt_dlopen_a.at, tests/lt_dlopenext.at, tests/ltdl-api.at,
tests/ltdl-libdir.at, tests/mdemo.at, tests/need_lib_prefix.at,
tests/no-executables.at, tests/nocase.at, tests/nonrecursive.at,
tests/old-m4-iface.at, tests/pic_flag.at, tests/recursive.at,
tests/resident.at, tests/runpath-in-lalib.at, tests/search-path.at,
tests/shlibpath.at, tests/slist.at, tests/standalone.at, tests/static.at,
tests/stresstest.at, tests/subproject.at, tests/sysroot.at, tests/tagdemo.at,
tests/template.at, tests/testsuite.at, tests/versioning.at,
tests/with-pic.at: Replace FSF address in each file's license block with
a URL that points to licenses online hosted by GNU.
2024-09-03 23:02:46 +08:00
|
|
|
# along with GNU Libtool. If not, see <https://www.gnu.org/licenses/>.
|
2009-06-14 18:03:31 +08:00
|
|
|
####
|
|
|
|
|
|
|
|
AT_SETUP([versioning])
|
|
|
|
AT_KEYWORDS([libtool])
|
|
|
|
|
libtool: optional filename-based shlib versioning on aix.
Support filename-based shared library versioning on AIX with the
lib.so library filename extension, which is used with runtime
linking only. Runtime linking is enabled by the -brtl linker
flag for executables and the -G linker flag for Shared Objects.
The behaviour is similar to Linux/SVR4 DT_SONAME, hence the name
"aix-soname=svr4".
* Makefile.am (TESTS_ENVIRONMENT): Pass with_aix_soname value
via lt_cv_with_aix_soname into testsuite.
* configure.ac: AC_SUBST with_aix_soname for testsuite.
* libltdl/loaders/dlopen.c (vm_open): Use RTLD_MEMBER flag for
dlopen when the filename does specify an archive member between
"()". Otherways, retry with appending LT_SHARED_LIB_MEMBER when
loading fails without but archive file seems to exist.
* m4/libtool.m4 (dynamic_linker): Describe configured shared
library versioning variant according to with_aix_soname and
runtime linking.
(soname_spec, library_names_spec, shlibpath_overrides_runpath)
(postinstall_cmds, postuninstall_cmds, hardcode_direct)
(hardcode_direct_absolute, no_undefined_flag)
(allow_undefined_flag): Set according to with_aix_soname and
runtime linking configuration.
(export_symbols_cmds): Decorate symbols with the weak keyword.
(archive_expsym_cmds): Create both shared libraries according to
with_aix_soname and runtime linking configuration. Filter -brtl
linker flag from compiler_flags for shared libraries due to its
side effects.
(enable_static): Respect with_aix_soname for disabling as well.
* m4/ltdl.m4 (LT_SHARED_LIB_MEMBER): Define, set based on the
value of the shared_archive_member_spec libtool variable.
* m4/ltoptions.m4 (_LT_WITH_AIX_SONAME): New. Provides
commandline option --with-aix-soname=aix|svr4|both. Declares
$shared_archive_member_spec as libtool variable.
(_LT_SET_OPTIONS): Define LT_INIT options "aix-soname=aix",
"aix-soname=svr4", "aix-soname=both". Default is
"aix-soname=aix".
* doc/libtool.texi (LT_INIT): Document new options.
* tests/deplibs-ident.at: To define whether this test should
XFAIL, use hardcode_action, hardcode_direct,
hardcode_direct_absolute configuration settings instead of
platforms aix, bitrig, hppa-hpux, interix or openbsd.
* tests/versioning.at: When shared_archive_member_spec is defined
and LDFLAGS contain -brtl, we can run the versioning check.
* NEWS: Update.
Signed-off-by: Gary V. Vaughan <gary@gnu.org>
2014-11-29 23:05:05 +08:00
|
|
|
eval "`$LIBTOOL --config | $EGREP '^(objdir|host_os|shared_archive_member_spec)='`"
|
2009-06-14 18:03:31 +08:00
|
|
|
|
|
|
|
# Setup some library and program sources:
|
|
|
|
# a library (a1), a new revision (a2), a compatible update (a3),
|
|
|
|
# an incompatible update (a4).
|
|
|
|
# Another library (libb) using liba, and a couple of programs,
|
|
|
|
# using liba directly and indirectly through libb.
|
|
|
|
|
|
|
|
AT_DATA([liba1.c], [[
|
|
|
|
int a (void)
|
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
]])
|
|
|
|
|
|
|
|
AT_DATA([liba2.c], [[
|
|
|
|
/* The internal detail should be static. It isn't static in this test,
|
|
|
|
so we can later find out that it's this revision of the library. */
|
|
|
|
int internal_detail = 42;
|
|
|
|
int a (void)
|
|
|
|
{
|
|
|
|
return internal_detail - 42;
|
|
|
|
}
|
|
|
|
]])
|
|
|
|
|
|
|
|
AT_DATA([liba3.c], [[
|
|
|
|
int a (void)
|
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
int aa (void)
|
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
]])
|
|
|
|
|
|
|
|
AT_DATA([liba4.c], [[
|
|
|
|
int aa (void)
|
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
]])
|
|
|
|
|
|
|
|
AT_DATA([libb.c], [[
|
|
|
|
extern int a (void);
|
|
|
|
int b (void)
|
|
|
|
{
|
|
|
|
return a ();
|
|
|
|
}
|
|
|
|
]])
|
|
|
|
|
|
|
|
AT_DATA([prog1.c], [[
|
|
|
|
extern int a (void);
|
|
|
|
int main (void)
|
|
|
|
{
|
|
|
|
return a ();
|
|
|
|
}
|
|
|
|
]])
|
|
|
|
|
|
|
|
AT_DATA([prog2.c], [[
|
|
|
|
extern int b (void);
|
|
|
|
int main (void)
|
|
|
|
{
|
|
|
|
return b ();
|
|
|
|
}
|
|
|
|
]])
|
|
|
|
|
|
|
|
|
|
|
|
inst=`pwd`/inst
|
|
|
|
libdir=$inst/lib
|
|
|
|
bindir=$inst/bin
|
2010-06-08 04:32:26 +08:00
|
|
|
LDFLAGS="$LDFLAGS -no-undefined"
|
2009-06-14 18:03:31 +08:00
|
|
|
mkdir $inst $libdir $bindir
|
|
|
|
|
|
|
|
for file in liba1.c liba2.c liba3.c liba4.c libb.c; do
|
|
|
|
$LIBTOOL --mode=compile $CC $CPPFLAGS $CFLAGS -c $file
|
|
|
|
done
|
2010-08-07 05:45:23 +08:00
|
|
|
for file in prog1.c prog2.c; do
|
2009-06-14 18:03:31 +08:00
|
|
|
$CC $CPPFLAGS $CFLAGS -c $file
|
|
|
|
done
|
|
|
|
|
|
|
|
# Setup is finished here.
|
|
|
|
|
|
|
|
# Hypothesis: -version-info is ignored for convenience archives.
|
|
|
|
AT_CHECK([$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o liba.la liba1.lo ]dnl
|
|
|
|
[-version-info 0:0:0], [], [ignore], [stderr])
|
tests: use $GREP throughout.
Trust the user, and use $GREP from TESTS_EVVIRONMENT uniformly.
* Makefile.am (TESTS_ENVIRONMENT): Add GREP setting.
* tests/am-subdir.at, tests/archive-in-archive.at, tests/bindir.at,
tests/configure-iface.at, tests/cwrapper.at, tests/darwin.at,
tests/demo.at, tests/destdir.at, tests/dumpbin-symbols.at,
tests/early-libtool.at, tests/execute-mode.at, tests/export-def.at,
tests/export.at, tests/f77demo.at, tests/fcdemo.at, tests/flags.at,
tests/help.at, tests/inherited_flags.at, tests/install.at,
tests/lalib-syntax.at, tests/libtool.at, tests/libtoolize.at,
tests/localization.at, tests/lt_dladvise.at, tests/lt_dlopen.at,
tests/lt_dlopenext.at, tests/ltdl-api.at, tests/ltdl-libdir.at,
tests/mdemo.at, tests/old-m4-iface.at, tests/pic_flag.at,
tests/resident.at, tests/runpath-in-lalib.at, tests/search-path.at,
tests/static.at, tests/sysroot.at, tests/template.at,
tests/testsuite.at, tests/versioning.at: Replace all hardcoded grep
invocations with $GREP.
Signed-off-by: Gary V. Vaughan <gary@gnu.org>
2013-10-30 12:39:06 +08:00
|
|
|
AT_CHECK([$GREP 'version-info.*ignored for convenience' stderr], [], [ignore])
|
2009-06-14 18:03:31 +08:00
|
|
|
|
|
|
|
# Hypothesis: the deprecated -version-number works.
|
|
|
|
# Be sure not to use zero here, it's not portable.
|
|
|
|
for version_number in 1 1:1 2:1 1:1:1 3:2:1; do
|
|
|
|
AT_CHECK([$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o liba.la liba1.lo ]dnl
|
|
|
|
[-version-number $version_number -rpath $libdir], [], [ignore], [ignore])
|
|
|
|
done
|
|
|
|
|
|
|
|
# Hypothesis: -version-info can be passed kinds of values, esp. zero ones
|
|
|
|
# and large ones.
|
|
|
|
# TODO: check something like 1001:2419:189 after fixing issues
|
syntax-check: fix violations and implement sc_old_style_quoting.
Modern GNU ASCII quoting in output and comments is done
'like this'.
* cfg.mk (sc_old_style_quoting): Try to catch most instances
of `old style quoting' so that it is not accidentally re-
introduced to the code.
* HACKING, Makefile.am, NEWS, PORTING, README, TODO, bootstrap,
bootstrap.conf, build-aux/edit-readme-alpha,
build-aux/git-hooks/commit-msg, build-aux/ltmain.in,
doc/libtool.texi, gl/build-aux/bootstrap.in,
gl/build-aux/extract-trace, gl/build-aux/funclib.sh,
gl/build-aux/inline-source, gl/build-aux/options-parser,
libltdl/libltdl/slist.h, libltdl/loaders/loadlibrary.c,
libltdl/ltdl.c, libltdl/slist.c, libtoolize.in, m4/argz.m4,
m4/libtool.m4, m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4,
tests/cmdline_wrap.at, tests/configure-iface.at, tests/demo.at,
tests/depdemo.at, tests/deplib-in-subdir.at,
tests/deplibs-mingw.at, tests/destdir.at, tests/execute-mode.at,
tests/f77demo.at, tests/fail.at, tests/inherited_flags.at,
tests/libtool.at, tests/libtoolize.at, tests/lt_dladvise.at,
tests/lt_dlexit.at, tests/mdemo.at, tests/need_lib_prefix.at,
tests/old-ltdl-iface.at, tests/old-m4-iface.at, tests/static.at,
tests/stresstest.at, tests/testsuite.at, tests/versioning.at:
Convert to upright quotes.
Signed-off-by: Gary V. Vaughan <gary@gnu.org>
2012-10-22 00:41:07 +08:00
|
|
|
# for 'version_type's of 'irix', 'nonstopux', or 'osf'.
|
2009-06-14 18:03:31 +08:00
|
|
|
for version_info in 1 1:2 0:0:0 1:1:1 13:241:7; do
|
|
|
|
AT_CHECK([$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o liba.la liba1.lo ]dnl
|
|
|
|
[-version-info $version_info -rpath $libdir], [], [ignore], [ignore])
|
|
|
|
done
|
|
|
|
|
|
|
|
# Hypothesis: we diagnose when AGE is higher than CURRENT.
|
|
|
|
AT_CHECK([$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o liba.la liba1.lo ]dnl
|
|
|
|
[-version-info 1:3:2 -rpath $libdir], [1], [ignore], [stderr])
|
tests: use $GREP throughout.
Trust the user, and use $GREP from TESTS_EVVIRONMENT uniformly.
* Makefile.am (TESTS_ENVIRONMENT): Add GREP setting.
* tests/am-subdir.at, tests/archive-in-archive.at, tests/bindir.at,
tests/configure-iface.at, tests/cwrapper.at, tests/darwin.at,
tests/demo.at, tests/destdir.at, tests/dumpbin-symbols.at,
tests/early-libtool.at, tests/execute-mode.at, tests/export-def.at,
tests/export.at, tests/f77demo.at, tests/fcdemo.at, tests/flags.at,
tests/help.at, tests/inherited_flags.at, tests/install.at,
tests/lalib-syntax.at, tests/libtool.at, tests/libtoolize.at,
tests/localization.at, tests/lt_dladvise.at, tests/lt_dlopen.at,
tests/lt_dlopenext.at, tests/ltdl-api.at, tests/ltdl-libdir.at,
tests/mdemo.at, tests/old-m4-iface.at, tests/pic_flag.at,
tests/resident.at, tests/runpath-in-lalib.at, tests/search-path.at,
tests/static.at, tests/sysroot.at, tests/template.at,
tests/testsuite.at, tests/versioning.at: Replace all hardcoded grep
invocations with $GREP.
Signed-off-by: Gary V. Vaughan <gary@gnu.org>
2013-10-30 12:39:06 +08:00
|
|
|
AT_CHECK([$GREP 'AGE.*is greater than' stderr], [], [ignore])
|
2009-06-14 18:03:31 +08:00
|
|
|
|
|
|
|
# Hypothesis: we diagnose invalid values.
|
|
|
|
for version_info in 1:2:3:4 -1 0:-1 0:0:-1; do
|
|
|
|
AT_CHECK([$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o liba.la liba1.lo ]dnl
|
|
|
|
[-version-info $version_info -rpath $libdir], [1], [ignore], [ignore])
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
|
|
# Now, create an original version of the library and associated users.
|
|
|
|
# This setup will be reused for further hypotheses below, and these
|
|
|
|
# functions will be used to test working programs.
|
|
|
|
|
|
|
|
test_uninstalled ()
|
|
|
|
{
|
|
|
|
# temporarily move installed libraries out of the way in order to avoid
|
|
|
|
# skewing test results:
|
2010-06-08 04:32:26 +08:00
|
|
|
mv $libdir temp-lib
|
|
|
|
mv $bindir temp-bin
|
2009-06-14 18:03:31 +08:00
|
|
|
LT_AT_EXEC_CHECK([./prog1])
|
|
|
|
LT_AT_EXEC_CHECK([./prog2])
|
2010-06-08 04:32:26 +08:00
|
|
|
mv temp-lib $libdir
|
|
|
|
mv temp-bin $bindir
|
2009-06-14 18:03:31 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
test_installed ()
|
|
|
|
{
|
|
|
|
# temporarily move uninstalled libraries out of the way in order to avoid
|
|
|
|
# skewing test results:
|
|
|
|
mv $objdir temp
|
|
|
|
LT_AT_EXEC_CHECK([$bindir/prog1])
|
|
|
|
LT_AT_EXEC_CHECK([$bindir/prog2])
|
|
|
|
mv temp $objdir
|
|
|
|
}
|
|
|
|
|
|
|
|
AT_CHECK([$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o liba.la liba1.lo ]dnl
|
|
|
|
[-version-info 0:0:0 -rpath $libdir], [], [ignore], [ignore])
|
|
|
|
AT_CHECK([$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o libb.la libb.lo liba.la ]dnl
|
|
|
|
[-version-info 0:0:0 -rpath $libdir], [], [ignore], [ignore])
|
|
|
|
AT_CHECK([$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o prog1$EXEEXT prog1.$OBJEXT ]dnl
|
|
|
|
[liba.la], [], [ignore], [ignore])
|
|
|
|
AT_CHECK([$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o prog2$EXEEXT prog2.$OBJEXT ]dnl
|
|
|
|
[libb.la], [], [ignore], [ignore])
|
|
|
|
test_uninstalled
|
|
|
|
AT_CHECK([$LIBTOOL --mode=install cp liba.la libb.la $libdir],
|
|
|
|
[], [ignore], [ignore])
|
|
|
|
AT_CHECK([$LIBTOOL --mode=install cp prog1$EXEEXT prog2$EXEEXT $bindir],
|
|
|
|
[], [ignore], [ignore])
|
|
|
|
AT_CHECK([$LIBTOOL --mode=clean rm -f liba.la], [], [ignore], [ignore])
|
|
|
|
test_installed
|
|
|
|
AT_CHECK([$LIBTOOL --mode=uninstall rm -f $libdir/liba.la], [], [ignore], [ignore])
|
|
|
|
|
|
|
|
|
|
|
|
# Hypothesis: library revision updates do not require (uninstalled
|
2010-06-08 04:30:44 +08:00
|
|
|
# nor installed) programs or libraries to be relinked.
|
2009-06-14 18:03:31 +08:00
|
|
|
AT_CHECK([$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o liba.la liba2.lo ]dnl
|
|
|
|
[-version-info 0:1:0 -rpath $libdir], [], [ignore], [ignore])
|
|
|
|
test_uninstalled
|
2010-06-08 04:30:44 +08:00
|
|
|
AT_CHECK([$LIBTOOL --mode=install cp liba.la $libdir], [], [ignore], [ignore])
|
2009-06-14 18:03:31 +08:00
|
|
|
AT_CHECK([$LIBTOOL --mode=clean rm -f liba.la], [], [ignore], [ignore])
|
|
|
|
test_installed
|
|
|
|
# do not uninstall here: the library may be reused in the next test.
|
|
|
|
|
|
|
|
# Hypothesis: backward compatible library updates do not require
|
2010-06-08 04:30:44 +08:00
|
|
|
# (uninstalled nor installed) programs or libraries to be relinked.
|
2009-06-14 18:03:31 +08:00
|
|
|
# This can have one of several reasons:
|
|
|
|
# - the soname is the difference between $current and $age, thus
|
|
|
|
# unchanged; in this case, the newly installed library will be used,
|
|
|
|
# - the soname is only $current, or we are linking statically, in which case
|
|
|
|
# the old installed library code will be used,
|
|
|
|
# - the numbers are not encoded at all, in which case the newly installed
|
|
|
|
# library will be used.
|
|
|
|
AT_CHECK([$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o liba.la liba3.lo ]dnl
|
|
|
|
[-version-info 1:0:1 -rpath $libdir], [], [ignore], [ignore])
|
|
|
|
# Do not test the uninstalled program, it may be broken (in the second case).
|
2010-06-08 04:30:44 +08:00
|
|
|
AT_CHECK([$LIBTOOL --mode=install cp liba.la $libdir], [], [ignore], [ignore])
|
2009-06-14 18:03:31 +08:00
|
|
|
AT_CHECK([$LIBTOOL --mode=clean rm -f liba.la], [], [ignore], [ignore])
|
|
|
|
test_installed
|
|
|
|
# do not uninstall here: the library may be reused in the next test.
|
|
|
|
|
|
|
|
|
|
|
|
# Hypothesis: with shared libraries, incompatible library updates
|
2010-06-08 04:30:44 +08:00
|
|
|
# will not cause old installed programs or libraries (linked against the old
|
2009-06-14 18:03:31 +08:00
|
|
|
# library version) to break.
|
|
|
|
# This can have one of several reasons:
|
|
|
|
# - the soname has changed, so the old installed library will still be
|
|
|
|
# available,
|
|
|
|
# - we are linking statically, so the old library code will still be used.
|
2010-06-08 04:30:44 +08:00
|
|
|
# In order to be sure we are still linking against the old library version,
|
|
|
|
# we must ensure that libb is not relinked, so we must not reinstall libb here.
|
2009-06-14 18:03:31 +08:00
|
|
|
AT_CHECK([$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o liba.la liba4.lo ]dnl
|
|
|
|
[-version-info 2:0:0 -rpath $libdir], [], [ignore], [ignore])
|
|
|
|
# We do not guarantee that old versions of an uninstalled library are still
|
|
|
|
# available, so test_uninstalled will not necessarily work here any more.
|
2010-06-08 04:30:44 +08:00
|
|
|
AT_CHECK([$LIBTOOL --mode=install cp liba.la $libdir], [], [ignore], [ignore])
|
2009-06-14 18:03:31 +08:00
|
|
|
AT_CHECK([$LIBTOOL --mode=clean rm -f liba.la], [], [ignore], [ignore])
|
2010-08-07 06:23:22 +08:00
|
|
|
|
libtool: optional filename-based shlib versioning on aix.
Support filename-based shared library versioning on AIX with the
lib.so library filename extension, which is used with runtime
linking only. Runtime linking is enabled by the -brtl linker
flag for executables and the -G linker flag for Shared Objects.
The behaviour is similar to Linux/SVR4 DT_SONAME, hence the name
"aix-soname=svr4".
* Makefile.am (TESTS_ENVIRONMENT): Pass with_aix_soname value
via lt_cv_with_aix_soname into testsuite.
* configure.ac: AC_SUBST with_aix_soname for testsuite.
* libltdl/loaders/dlopen.c (vm_open): Use RTLD_MEMBER flag for
dlopen when the filename does specify an archive member between
"()". Otherways, retry with appending LT_SHARED_LIB_MEMBER when
loading fails without but archive file seems to exist.
* m4/libtool.m4 (dynamic_linker): Describe configured shared
library versioning variant according to with_aix_soname and
runtime linking.
(soname_spec, library_names_spec, shlibpath_overrides_runpath)
(postinstall_cmds, postuninstall_cmds, hardcode_direct)
(hardcode_direct_absolute, no_undefined_flag)
(allow_undefined_flag): Set according to with_aix_soname and
runtime linking configuration.
(export_symbols_cmds): Decorate symbols with the weak keyword.
(archive_expsym_cmds): Create both shared libraries according to
with_aix_soname and runtime linking configuration. Filter -brtl
linker flag from compiler_flags for shared libraries due to its
side effects.
(enable_static): Respect with_aix_soname for disabling as well.
* m4/ltdl.m4 (LT_SHARED_LIB_MEMBER): Define, set based on the
value of the shared_archive_member_spec libtool variable.
* m4/ltoptions.m4 (_LT_WITH_AIX_SONAME): New. Provides
commandline option --with-aix-soname=aix|svr4|both. Declares
$shared_archive_member_spec as libtool variable.
(_LT_SET_OPTIONS): Define LT_INIT options "aix-soname=aix",
"aix-soname=svr4", "aix-soname=both". Default is
"aix-soname=aix".
* doc/libtool.texi (LT_INIT): Document new options.
* tests/deplibs-ident.at: To define whether this test should
XFAIL, use hardcode_action, hardcode_direct,
hardcode_direct_absolute configuration settings instead of
platforms aix, bitrig, hppa-hpux, interix or openbsd.
* tests/versioning.at: When shared_archive_member_spec is defined
and LDFLAGS contain -brtl, we can run the versioning check.
* NEWS: Update.
Signed-off-by: Gary V. Vaughan <gary@gnu.org>
2014-11-29 23:05:05 +08:00
|
|
|
# On AIX, this test only works when the 'aix-soname' feature is enabled and
|
|
|
|
# active, which is reflected in shared_archive_member_spec being set and LDFLAGS
|
|
|
|
# containing -brtl. Otherwise, even with runtime linking, the linker always
|
|
|
|
# records the unversioned name as dependency.
|
|
|
|
AT_CHECK([:; case $host_os,$shared_archive_member_spec,$LDFLAGS in
|
|
|
|
aix*,,*) exit 77 ;;
|
|
|
|
aix*,*,*-brtl*) ;;
|
|
|
|
aix*,*) exit 77 ;;
|
|
|
|
esac])
|
2010-08-07 06:23:22 +08:00
|
|
|
|
2009-06-14 18:03:31 +08:00
|
|
|
test_installed
|
|
|
|
|
|
|
|
|
|
|
|
AT_CLEANUP
|