3742 lines
162 KiB
Text
3742 lines
162 KiB
Text
--- admin/libtool.m4.in Wed Nov 30 11:31:32 2005
|
|
+++ admin/libtool.m4.in Sun Dec 18 22:53:17 2005
|
|
@@ -1,28 +1,13 @@
|
|
# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
|
|
-## Copyright 1996, 1997, 1998, 1999, 2000, 2001
|
|
+## Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005
|
|
## Free Software Foundation, Inc.
|
|
## Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
|
|
##
|
|
-## This program 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.
|
|
-##
|
|
-## This program 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
|
|
-## along with this program; if not, write to the Free Software
|
|
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
-##
|
|
-## As a special exception to the GNU General Public License, if you
|
|
-## distribute this file as part of a program that contains a
|
|
-## configuration script generated by Autoconf, you may include it under
|
|
-## the same distribution terms that you use for the rest of that program.
|
|
+## This file is free software; the Free Software Foundation gives
|
|
+## unlimited permission to copy and/or distribute it, with or without
|
|
+## modifications, as long as this notice is preserved.
|
|
|
|
-# serial 47 AC_PROG_LIBTOOL
|
|
+# serial 48 AC_PROG_LIBTOOL
|
|
|
|
|
|
# AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
|
|
@@ -82,7 +67,7 @@
|
|
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
|
|
|
# Always use our own libtool.
|
|
-LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent'
|
|
+LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
|
AC_SUBST(LIBTOOL)dnl
|
|
|
|
# Prevent multiple expansion
|
|
@@ -132,7 +117,7 @@
|
|
|
|
# Sed substitution that helps us do robust quoting. It backslashifies
|
|
# metacharacters that are still active within double-quoted strings.
|
|
-Xsed='sed -e s/^X//'
|
|
+Xsed='sed -e 1s/^X//'
|
|
[sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g']
|
|
|
|
# Same as above, but do not quote variable references.
|
|
@@ -152,7 +137,7 @@
|
|
default_ofile=libtool
|
|
can_build_shared=yes
|
|
|
|
-# All known linkers require a `.a' archive for static linking (except M$VC,
|
|
+# All known linkers require a `.a' archive for static linking (except MSVC,
|
|
# which needs '.lib').
|
|
libext=a
|
|
ltmain="$ac_aux_dir/ltmain.sh"
|
|
@@ -172,6 +157,7 @@
|
|
test -z "$AS" && AS=as
|
|
test -z "$CC" && CC=cc
|
|
test -z "$LTCC" && LTCC=$CC
|
|
+test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
|
|
test -z "$DLLTOOL" && DLLTOOL=dlltool
|
|
test -z "$LD" && LD=ld
|
|
test -z "$LN_S" && LN_S="ln -s"
|
|
@@ -191,15 +177,17 @@
|
|
if test -n "$RANLIB"; then
|
|
case $host_os in
|
|
openbsd*)
|
|
- old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds"
|
|
+ old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
|
|
;;
|
|
*)
|
|
- old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
|
|
+ old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
|
|
;;
|
|
esac
|
|
old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
|
|
fi
|
|
|
|
+_LT_CC_BASENAME([$compiler])
|
|
+
|
|
# Only perform the check for file, if the check method requires it
|
|
case $deplibs_check_method in
|
|
file_magic*)
|
|
@@ -240,11 +228,56 @@
|
|
# If no C compiler was specified, use CC.
|
|
LTCC=${LTCC-"$CC"}
|
|
|
|
+# If no C compiler flags were specified, use CFLAGS.
|
|
+LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
|
|
+
|
|
# Allow CC to be a program name with arguments.
|
|
compiler=$CC
|
|
])# _LT_AC_SYS_COMPILER
|
|
|
|
|
|
+# _LT_CC_BASENAME(CC)
|
|
+# -------------------
|
|
+# Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
|
|
+AC_DEFUN([_LT_CC_BASENAME],
|
|
+[for cc_temp in $1""; do
|
|
+ case $cc_temp in
|
|
+ compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
|
|
+ distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
|
|
+ \-*) ;;
|
|
+ *) break;;
|
|
+ esac
|
|
+done
|
|
+cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
|
|
+])
|
|
+
|
|
+
|
|
+# _LT_COMPILER_BOILERPLATE
|
|
+# ------------------------
|
|
+# Check for compiler boilerplate output or warnings with
|
|
+# the simple compiler test code.
|
|
+AC_DEFUN([_LT_COMPILER_BOILERPLATE],
|
|
+[ac_outfile=conftest.$ac_objext
|
|
+printf "$lt_simple_compile_test_code" >conftest.$ac_ext
|
|
+eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
|
|
+_lt_compiler_boilerplate=`cat conftest.err`
|
|
+$rm conftest*
|
|
+])# _LT_COMPILER_BOILERPLATE
|
|
+
|
|
+
|
|
+# _LT_LINKER_BOILERPLATE
|
|
+# ----------------------
|
|
+# Check for linker boilerplate output or warnings with
|
|
+# the simple link test code.
|
|
+AC_DEFUN([_LT_LINKER_BOILERPLATE],
|
|
+[ac_outfile=conftest.$ac_objext
|
|
+printf "$lt_simple_link_test_code" >conftest.$ac_ext
|
|
+eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
|
|
+_lt_linker_boilerplate=`cat conftest.err`
|
|
+$rm conftest*
|
|
+])# _LT_LINKER_BOILERPLATE
|
|
+
|
|
+
|
|
# _LT_AC_SYS_LIBPATH_AIX
|
|
# ----------------------
|
|
# Links a minimal program and checks the executable
|
|
@@ -317,15 +350,15 @@
|
|
|
|
# The HP-UX ksh and POSIX shell print the target directory to stdout
|
|
# if CDPATH is set.
|
|
-if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
|
|
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
|
|
|
|
if test -z "$ECHO"; then
|
|
if test "X${echo_test_string+set}" != Xset; then
|
|
# find a string as large as possible, as long as the shell can cope with it
|
|
for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
|
|
# expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
|
|
- if (echo_test_string="`eval $cmd`") 2>/dev/null &&
|
|
- echo_test_string="`eval $cmd`" &&
|
|
+ if (echo_test_string=`eval $cmd`) 2>/dev/null &&
|
|
+ echo_test_string=`eval $cmd` &&
|
|
(test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
|
|
then
|
|
break
|
|
@@ -494,14 +527,13 @@
|
|
# Find out which ABI we are using.
|
|
echo 'int i;' > conftest.$ac_ext
|
|
if AC_TRY_EVAL(ac_compile); then
|
|
- case "`/usr/bin/file conftest.o`" in
|
|
+ case `/usr/bin/file conftest.o` in
|
|
*32-bit*)
|
|
- LINUX_64_MODE="32"
|
|
case $host in
|
|
x86_64-*linux*)
|
|
LD="${LD-ld} -m elf_i386"
|
|
;;
|
|
- ppc64-*linux*)
|
|
+ ppc64-*linux*|powerpc64-*linux*)
|
|
LD="${LD-ld} -m elf32ppclinux"
|
|
;;
|
|
s390x-*linux*)
|
|
@@ -513,7 +545,6 @@
|
|
esac
|
|
;;
|
|
*64-bit*)
|
|
- LINUX_64_MODE="64"
|
|
case $host in
|
|
x86_64-*linux*)
|
|
LD="${LD-ld} -m elf_x86_64"
|
|
@@ -547,6 +578,22 @@
|
|
CFLAGS="$SAVE_CFLAGS"
|
|
fi
|
|
;;
|
|
+sparc*-*solaris*)
|
|
+ # Find out which ABI we are using.
|
|
+ echo 'int i;' > conftest.$ac_ext
|
|
+ if AC_TRY_EVAL(ac_compile); then
|
|
+ case `/usr/bin/file conftest.o` in
|
|
+ *64-bit*)
|
|
+ case $lt_cv_prog_gnu_ld in
|
|
+ yes*) LD="${LD-ld} -m elf64_sparc" ;;
|
|
+ *) LD="${LD-ld} -64" ;;
|
|
+ esac
|
|
+ ;;
|
|
+ esac
|
|
+ fi
|
|
+ rm -rf conftest*
|
|
+ ;;
|
|
+
|
|
AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
|
|
[*-*-cygwin* | *-*-mingw* | *-*-pw32*)
|
|
AC_CHECK_TOOL(DLLTOOL, dlltool, false)
|
|
@@ -578,7 +625,7 @@
|
|
# with a dollar sign (not a hyphen), so the echo should work correctly.
|
|
# The option is referenced via a variable to avoid confusing sed.
|
|
lt_compile=`echo "$ac_compile" | $SED \
|
|
- -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
|
|
+ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
|
-e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
|
|
-e 's:$: $lt_compiler_flag:'`
|
|
(eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
|
|
@@ -588,8 +635,10 @@
|
|
echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
|
|
if (exit $ac_status) && test -s "$ac_outfile"; then
|
|
# The compiler can only warn and ignore the option if not recognized
|
|
- # So say no if there are warnings
|
|
- if test ! -s conftest.err; then
|
|
+ # So say no if there are warnings other than the usual output.
|
|
+ $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
|
|
+ $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
|
|
+ if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
|
|
$2=yes
|
|
fi
|
|
fi
|
|
@@ -615,11 +664,16 @@
|
|
LDFLAGS="$LDFLAGS $3"
|
|
printf "$lt_simple_link_test_code" > conftest.$ac_ext
|
|
if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
|
|
- # The compiler can only warn and ignore the option if not recognized
|
|
+ # The linker can only warn and ignore the option if not recognized
|
|
# So say no if there are warnings
|
|
if test -s conftest.err; then
|
|
# Append any errors to the config.log.
|
|
cat conftest.err 1>&AS_MESSAGE_LOG_FD
|
|
+ $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
|
|
+ $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
|
|
+ if diff conftest.exp conftest.er2 >/dev/null; then
|
|
+ $2=yes
|
|
+ fi
|
|
else
|
|
$2=yes
|
|
fi
|
|
@@ -643,7 +697,7 @@
|
|
AC_MSG_CHECKING([the maximum length of command line arguments])
|
|
AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
|
|
i=0
|
|
- testring="ABCD"
|
|
+ teststring="ABCD"
|
|
|
|
case $build_os in
|
|
msdosdjgpp*)
|
|
@@ -672,20 +726,70 @@
|
|
lt_cv_sys_max_cmd_len=8192;
|
|
;;
|
|
|
|
- *)
|
|
+ amigaos*)
|
|
+ # On AmigaOS with pdksh, this test takes hours, literally.
|
|
+ # So we just punt and use a minimum line length of 8192.
|
|
+ lt_cv_sys_max_cmd_len=8192;
|
|
+ ;;
|
|
+
|
|
+ netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
|
|
+ # This has been around since 386BSD, at least. Likely further.
|
|
+ if test -x /sbin/sysctl; then
|
|
+ lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
|
|
+ elif test -x /usr/sbin/sysctl; then
|
|
+ lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
|
|
+ else
|
|
+ lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
|
|
+ fi
|
|
+ # And add a safety zone
|
|
+ lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
|
|
+ lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
|
|
+ ;;
|
|
+
|
|
+ interix*)
|
|
+ # We know the value 262144 and hardcode it with a safety zone (like BSD)
|
|
+ lt_cv_sys_max_cmd_len=196608
|
|
+ ;;
|
|
+
|
|
+ osf*)
|
|
+ # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
|
|
+ # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
|
|
+ # nice to cause kernel panics so lets avoid the loop below.
|
|
+ # First set a reasonable default.
|
|
+ lt_cv_sys_max_cmd_len=16384
|
|
+ #
|
|
+ if test -x /sbin/sysconfig; then
|
|
+ case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
|
|
+ *1*) lt_cv_sys_max_cmd_len=-1 ;;
|
|
+ esac
|
|
+ fi
|
|
+ ;;
|
|
+ sco3.2v5*)
|
|
+ lt_cv_sys_max_cmd_len=102400
|
|
+ ;;
|
|
+ sysv5* | sco5v6* | sysv4.2uw2*)
|
|
+ kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
|
|
+ if test -n "$kargmax"; then
|
|
+ lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'`
|
|
+ else
|
|
+ lt_cv_sys_max_cmd_len=32768
|
|
+ fi
|
|
+ ;;
|
|
+ *)
|
|
# If test is not a shell built-in, we'll probably end up computing a
|
|
# maximum length that is only half of the actual maximum length, but
|
|
# we can't tell.
|
|
- while (test "X"`$CONFIG_SHELL [$]0 --fallback-echo "X$testring" 2>/dev/null` \
|
|
- = "XX$testring") >/dev/null 2>&1 &&
|
|
- new_result=`expr "X$testring" : ".*" 2>&1` &&
|
|
+ SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
|
|
+ while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \
|
|
+ = "XX$teststring") >/dev/null 2>&1 &&
|
|
+ new_result=`expr "X$teststring" : ".*" 2>&1` &&
|
|
lt_cv_sys_max_cmd_len=$new_result &&
|
|
test $i != 17 # 1/2 MB should be enough
|
|
do
|
|
i=`expr $i + 1`
|
|
- testring=$testring$testring
|
|
+ teststring=$teststring$teststring
|
|
done
|
|
- testring=
|
|
+ teststring=
|
|
# Add a significant safety factor because C++ compilers can tack on massive
|
|
# amounts of additional arguments before passing them to the linker.
|
|
# It appears as though 1/2 is a usable value.
|
|
@@ -702,7 +806,7 @@
|
|
|
|
|
|
# _LT_AC_CHECK_DLFCN
|
|
-# --------------------
|
|
+# ------------------
|
|
AC_DEFUN([_LT_AC_CHECK_DLFCN],
|
|
[AC_CHECK_HEADERS(dlfcn.h)dnl
|
|
])# _LT_AC_CHECK_DLFCN
|
|
@@ -710,7 +814,7 @@
|
|
|
|
# _LT_AC_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
|
|
# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
|
|
-# ------------------------------------------------------------------
|
|
+# ---------------------------------------------------------------------
|
|
AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF],
|
|
[AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
|
|
if test "$cross_compiling" = yes; then :
|
|
@@ -776,17 +880,19 @@
|
|
else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
|
|
/* dlclose (self); */
|
|
}
|
|
+ else
|
|
+ puts (dlerror ());
|
|
|
|
exit (status);
|
|
}]
|
|
EOF
|
|
if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
|
|
- (./conftest; exit; ) 2>/dev/null
|
|
+ (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
|
|
lt_status=$?
|
|
case x$lt_status in
|
|
x$lt_dlno_uscore) $1 ;;
|
|
x$lt_dlneed_uscore) $2 ;;
|
|
- x$lt_unknown|x*) $3 ;;
|
|
+ x$lt_dlunknown|x*) $3 ;;
|
|
esac
|
|
else :
|
|
# compilation failed
|
|
@@ -798,7 +904,7 @@
|
|
|
|
|
|
# AC_LIBTOOL_DLOPEN_SELF
|
|
-# -------------------
|
|
+# ----------------------
|
|
AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF],
|
|
[AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
|
|
if test "x$enable_dlopen" != xyes; then
|
|
@@ -835,7 +941,7 @@
|
|
lt_cv_dlopen_self=yes
|
|
])
|
|
;;
|
|
-
|
|
+
|
|
*)
|
|
AC_CHECK_FUNC([shl_load],
|
|
[lt_cv_dlopen="shl_load"],
|
|
@@ -869,7 +975,7 @@
|
|
test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
|
|
|
|
save_LDFLAGS="$LDFLAGS"
|
|
- eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
|
|
+ wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
|
|
|
|
save_LIBS="$LIBS"
|
|
LIBS="$lt_cv_dlopen_libs $LIBS"
|
|
@@ -882,7 +988,7 @@
|
|
])
|
|
|
|
if test "x$lt_cv_dlopen_self" = xyes; then
|
|
- LDFLAGS="$LDFLAGS $link_static_flag"
|
|
+ wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
|
|
AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
|
|
lt_cv_dlopen_self_static, [dnl
|
|
_LT_AC_TRY_DLOPEN_SELF(
|
|
@@ -924,20 +1030,13 @@
|
|
mkdir out
|
|
printf "$lt_simple_compile_test_code" > conftest.$ac_ext
|
|
|
|
- # According to Tom Tromey, Ian Lance Taylor reported there are C compilers
|
|
- # that will create temporary files in the current directory regardless of
|
|
- # the output directory. Thus, making CWD read-only will cause this test
|
|
- # to fail, enabling locking or at least warning the user not to do parallel
|
|
- # builds.
|
|
- chmod -w .
|
|
-
|
|
lt_compiler_flag="-o out/conftest2.$ac_objext"
|
|
# Insert the option either (1) after the last *FLAGS variable, or
|
|
# (2) before a word containing "conftest.", or (3) at the end.
|
|
# Note that $ac_compile itself does not contain backslashes and begins
|
|
# with a dollar sign (not a hyphen), so the echo should work correctly.
|
|
lt_compile=`echo "$ac_compile" | $SED \
|
|
- -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
|
|
+ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
|
-e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
|
|
-e 's:$: $lt_compiler_flag:'`
|
|
(eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
|
|
@@ -949,13 +1048,18 @@
|
|
then
|
|
# The compiler can only warn and ignore the option if not recognized
|
|
# So say no if there are warnings
|
|
- if test ! -s out/conftest.err; then
|
|
+ $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
|
|
+ $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
|
|
+ if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
|
|
_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
|
|
fi
|
|
fi
|
|
- chmod u+w .
|
|
- $rm conftest* out/*
|
|
- rmdir out
|
|
+ chmod u+w . 2>&AS_MESSAGE_LOG_FD
|
|
+ $rm conftest*
|
|
+ # SGI C++ compiler will create directory out/ii_files/ for
|
|
+ # template instantiation
|
|
+ test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
|
|
+ $rm out/* && rmdir out
|
|
cd ..
|
|
rmdir conftest
|
|
$rm conftest*
|
|
@@ -1014,8 +1118,8 @@
|
|
[AC_MSG_CHECKING([how to hardcode library paths into programs])
|
|
_LT_AC_TAGVAR(hardcode_action, $1)=
|
|
if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \
|
|
- test -n "$_LT_AC_TAGVAR(runpath_var $1)" || \
|
|
- test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)"="Xyes" ; then
|
|
+ test -n "$_LT_AC_TAGVAR(runpath_var, $1)" || \
|
|
+ test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then
|
|
|
|
# We can hardcode non-existant directories.
|
|
if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no &&
|
|
@@ -1072,7 +1176,7 @@
|
|
*)
|
|
AC_MSG_RESULT([no])
|
|
;;
|
|
- esac
|
|
+ esac
|
|
fi
|
|
])# AC_LIBTOOL_SYS_LIB_STRIP
|
|
|
|
@@ -1085,7 +1189,7 @@
|
|
library_names_spec=
|
|
libname_spec='lib$name'
|
|
soname_spec=
|
|
-shrext=".so"
|
|
+shrext_cmds=".so"
|
|
postinstall_cmds=
|
|
postuninstall_cmds=
|
|
finish_cmds=
|
|
@@ -1095,7 +1199,20 @@
|
|
version_type=none
|
|
dynamic_linker="$host_os ld.so"
|
|
sys_lib_dlsearch_path_spec="/lib /usr/lib"
|
|
-sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
|
|
+if test "$GCC" = yes; then
|
|
+ sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
|
|
+ if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
|
|
+ # if the path contains ";" then we assume it to be the separator
|
|
+ # otherwise default to the standard path separator (i.e. ":") - it is
|
|
+ # assumed that no part of a normal pathname contains ";" but that should
|
|
+ # okay in the real world where ";" in dirpaths is itself problematic.
|
|
+ sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
|
|
+ else
|
|
+ sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
|
|
+ fi
|
|
+else
|
|
+ sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
|
|
+fi
|
|
need_lib_prefix=unknown
|
|
hardcode_into_libs=no
|
|
|
|
@@ -1160,7 +1277,7 @@
|
|
amigaos*)
|
|
library_names_spec='$libname.ixlibrary $libname.a'
|
|
# Create ${libname}_ixlibrary.a entries in /sys/libs.
|
|
- finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done'
|
|
+ finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
|
|
;;
|
|
|
|
beos*)
|
|
@@ -1169,7 +1286,7 @@
|
|
shlibpath_var=LIBRARY_PATH
|
|
;;
|
|
|
|
-bsdi4*)
|
|
+bsdi[[45]]*)
|
|
version_type=linux
|
|
need_version=no
|
|
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
|
@@ -1185,7 +1302,7 @@
|
|
|
|
cygwin* | mingw* | pw32*)
|
|
version_type=windows
|
|
- shrext=".dll"
|
|
+ shrext_cmds=".dll"
|
|
need_version=no
|
|
need_lib_prefix=no
|
|
|
|
@@ -1197,7 +1314,8 @@
|
|
dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
|
|
dldir=$destdir/`dirname \$dlpath`~
|
|
test -d \$dldir || mkdir -p \$dldir~
|
|
- $install_prog $dir/$dlname \$dldir/$dlname'
|
|
+ $install_prog $dir/$dlname \$dldir/$dlname~
|
|
+ chmod a+x \$dldir/$dlname'
|
|
postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
|
|
dlpath=$dir/\$dldll~
|
|
$rm \$dlpath'
|
|
@@ -1227,7 +1345,7 @@
|
|
;;
|
|
pw32*)
|
|
# pw32 DLLs use 'pw' prefix rather than 'lib'
|
|
- library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
|
|
+ library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
|
|
;;
|
|
esac
|
|
;;
|
|
@@ -1250,7 +1368,7 @@
|
|
soname_spec='${libname}${release}${major}$shared_ext'
|
|
shlibpath_overrides_runpath=yes
|
|
shlibpath_var=DYLD_LIBRARY_PATH
|
|
- shrext='$(test .$module = .yes && echo .so || echo .dylib)'
|
|
+ shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
|
|
# Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
|
|
if test "$GCC" = yes; then
|
|
sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
|
|
@@ -1273,7 +1391,7 @@
|
|
dynamic_linker=no
|
|
;;
|
|
|
|
-kfreebsd*-gnu*)
|
|
+kfreebsd*-gnu)
|
|
version_type=linux
|
|
need_lib_prefix=no
|
|
need_version=no
|
|
@@ -1285,8 +1403,17 @@
|
|
dynamic_linker='GNU ld.so'
|
|
;;
|
|
|
|
-freebsd*)
|
|
- objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
|
|
+freebsd* | dragonfly*)
|
|
+ # DragonFly does not have aout. When/if they implement a new
|
|
+ # versioning mechanism, adjust this.
|
|
+ if test -x /usr/bin/objformat; then
|
|
+ objformat=`/usr/bin/objformat`
|
|
+ else
|
|
+ case $host_os in
|
|
+ freebsd[[123]]*) objformat=aout ;;
|
|
+ *) objformat=elf ;;
|
|
+ esac
|
|
+ fi
|
|
version_type=freebsd-$objformat
|
|
case $version_type in
|
|
freebsd-elf*)
|
|
@@ -1304,14 +1431,19 @@
|
|
freebsd2*)
|
|
shlibpath_overrides_runpath=yes
|
|
;;
|
|
- freebsd3.[01]* | freebsdelf3.[01]*)
|
|
+ freebsd3.[[01]]* | freebsdelf3.[[01]]*)
|
|
shlibpath_overrides_runpath=yes
|
|
hardcode_into_libs=yes
|
|
;;
|
|
- *) # from 3.2 on
|
|
+ freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \
|
|
+ freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1)
|
|
shlibpath_overrides_runpath=no
|
|
hardcode_into_libs=yes
|
|
;;
|
|
+ freebsd*) # from 4.6 on
|
|
+ shlibpath_overrides_runpath=yes
|
|
+ hardcode_into_libs=yes
|
|
+ ;;
|
|
esac
|
|
;;
|
|
|
|
@@ -1331,9 +1463,9 @@
|
|
version_type=sunos
|
|
need_lib_prefix=no
|
|
need_version=no
|
|
- case "$host_cpu" in
|
|
+ case $host_cpu in
|
|
ia64*)
|
|
- shrext='.so'
|
|
+ shrext_cmds='.so'
|
|
hardcode_into_libs=yes
|
|
dynamic_linker="$host_os dld.so"
|
|
shlibpath_var=LD_LIBRARY_PATH
|
|
@@ -1348,7 +1480,7 @@
|
|
sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
|
|
;;
|
|
hppa*64*)
|
|
- shrext='.sl'
|
|
+ shrext_cmds='.sl'
|
|
hardcode_into_libs=yes
|
|
dynamic_linker="$host_os dld.sl"
|
|
shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
|
|
@@ -1359,7 +1491,7 @@
|
|
sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
|
|
;;
|
|
*)
|
|
- shrext='.sl'
|
|
+ shrext_cmds='.sl'
|
|
dynamic_linker="$host_os dld.sl"
|
|
shlibpath_var=SHLIB_PATH
|
|
shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
|
|
@@ -1371,6 +1503,18 @@
|
|
postinstall_cmds='chmod 555 $lib'
|
|
;;
|
|
|
|
+interix3*)
|
|
+ version_type=linux
|
|
+ need_lib_prefix=no
|
|
+ need_version=no
|
|
+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
|
|
+ soname_spec='${libname}${release}${shared_ext}$major'
|
|
+ dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
|
|
+ shlibpath_var=LD_LIBRARY_PATH
|
|
+ shlibpath_overrides_runpath=no
|
|
+ hardcode_into_libs=yes
|
|
+ ;;
|
|
+
|
|
irix5* | irix6* | nonstopux*)
|
|
case $host_os in
|
|
nonstopux*) version_type=nonstopux ;;
|
|
@@ -1421,22 +1565,19 @@
|
|
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
|
soname_spec='${libname}${release}${shared_ext}$major'
|
|
finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
|
|
- libsuff=
|
|
- if test "x$LINUX_64_MODE" = x64; then
|
|
- # Some platforms are per default 64-bit, so there's no /lib64
|
|
- if test -d /lib64; then
|
|
- libsuff=64
|
|
- fi
|
|
- fi
|
|
shlibpath_var=LD_LIBRARY_PATH
|
|
shlibpath_overrides_runpath=no
|
|
- sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}"
|
|
- sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
|
|
# This implies no fast_install, which is unacceptable.
|
|
# Some rework will be needed to allow for fast_install
|
|
# before this can be enabled.
|
|
hardcode_into_libs=yes
|
|
|
|
+ # Append ld.so.conf contents to the search path
|
|
+ if test -f /etc/ld.so.conf; then
|
|
+ lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
|
|
+ sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
|
|
+ fi
|
|
+
|
|
# We used to test for /lib/ld.so.1 and disable shared libraries on
|
|
# powerpc, because MkLinux only supported shared libraries with the
|
|
# GNU dynamic linker. Since this was broken with cross compilers,
|
|
@@ -1446,6 +1587,18 @@
|
|
dynamic_linker='GNU/Linux ld.so'
|
|
;;
|
|
|
|
+knetbsd*-gnu)
|
|
+ version_type=linux
|
|
+ need_lib_prefix=no
|
|
+ need_version=no
|
|
+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
|
|
+ soname_spec='${libname}${release}${shared_ext}$major'
|
|
+ shlibpath_var=LD_LIBRARY_PATH
|
|
+ shlibpath_overrides_runpath=no
|
|
+ hardcode_into_libs=yes
|
|
+ dynamic_linker='GNU ld.so'
|
|
+ ;;
|
|
+
|
|
netbsd*)
|
|
version_type=sunos
|
|
need_lib_prefix=no
|
|
@@ -1455,7 +1608,7 @@
|
|
finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
|
|
dynamic_linker='NetBSD (a.out) ld.so'
|
|
else
|
|
- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}'
|
|
+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
|
|
soname_spec='${libname}${release}${shared_ext}$major'
|
|
dynamic_linker='NetBSD ld.elf_so'
|
|
fi
|
|
@@ -1483,8 +1636,13 @@
|
|
|
|
openbsd*)
|
|
version_type=sunos
|
|
+ sys_lib_dlsearch_path_spec="/usr/lib"
|
|
need_lib_prefix=no
|
|
- need_version=no
|
|
+ # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
|
|
+ case $host_os in
|
|
+ openbsd3.3 | openbsd3.3.*) need_version=yes ;;
|
|
+ *) need_version=no ;;
|
|
+ esac
|
|
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
|
|
finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
|
|
shlibpath_var=LD_LIBRARY_PATH
|
|
@@ -1504,7 +1662,7 @@
|
|
|
|
os2*)
|
|
libname_spec='$name'
|
|
- shrext=".dll"
|
|
+ shrext_cmds=".dll"
|
|
need_lib_prefix=no
|
|
library_names_spec='$libname${shared_ext} $libname.a'
|
|
dynamic_linker='OS/2 ld.exe'
|
|
@@ -1522,13 +1680,6 @@
|
|
sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
|
|
;;
|
|
|
|
-sco3.2v5*)
|
|
- version_type=osf
|
|
- soname_spec='${libname}${release}${shared_ext}$major'
|
|
- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
|
- shlibpath_var=LD_LIBRARY_PATH
|
|
- ;;
|
|
-
|
|
solaris*)
|
|
version_type=linux
|
|
need_lib_prefix=no
|
|
@@ -1554,7 +1705,7 @@
|
|
need_version=yes
|
|
;;
|
|
|
|
-sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
|
|
+sysv4 | sysv4.3*)
|
|
version_type=linux
|
|
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
|
soname_spec='${libname}${release}${shared_ext}$major'
|
|
@@ -1587,6 +1738,29 @@
|
|
fi
|
|
;;
|
|
|
|
+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
|
|
+ version_type=freebsd-elf
|
|
+ need_lib_prefix=no
|
|
+ need_version=no
|
|
+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
|
|
+ soname_spec='${libname}${release}${shared_ext}$major'
|
|
+ shlibpath_var=LD_LIBRARY_PATH
|
|
+ hardcode_into_libs=yes
|
|
+ if test "$with_gnu_ld" = yes; then
|
|
+ sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
|
|
+ shlibpath_overrides_runpath=no
|
|
+ else
|
|
+ sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
|
|
+ shlibpath_overrides_runpath=yes
|
|
+ case $host_os in
|
|
+ sco3.2v5*)
|
|
+ sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
|
|
+ ;;
|
|
+ esac
|
|
+ fi
|
|
+ sys_lib_dlsearch_path_spec='/usr/lib'
|
|
+ ;;
|
|
+
|
|
uts4*)
|
|
version_type=linux
|
|
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
|
@@ -1600,6 +1774,11 @@
|
|
esac
|
|
AC_MSG_RESULT([$dynamic_linker])
|
|
test "$dynamic_linker" = no && can_build_shared=no
|
|
+
|
|
+variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
|
|
+if test "$GCC" = yes; then
|
|
+ variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
|
|
+fi
|
|
])# AC_LIBTOOL_SYS_DYNAMIC_LINKER
|
|
|
|
|
|
@@ -1624,6 +1803,9 @@
|
|
AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
|
|
fi
|
|
fi
|
|
+ if test -z "$LTCFLAGS"; then
|
|
+ eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
|
|
+ fi
|
|
|
|
# Extract list of available tagged configurations in $ofile.
|
|
# Note that this assumes the entire list is on one line.
|
|
@@ -1650,7 +1832,9 @@
|
|
|
|
case $tagname in
|
|
CXX)
|
|
- if test -n "$CXX" && test "X$CXX" != "Xno"; then
|
|
+ if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
|
|
+ ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
|
|
+ (test "X$CXX" != "Xg++"))) ; then
|
|
AC_LIBTOOL_LANG_CXX_CONFIG
|
|
else
|
|
tagname=""
|
|
@@ -1712,7 +1896,7 @@
|
|
|
|
# AC_LIBTOOL_WIN32_DLL
|
|
# --------------------
|
|
-# declare package support for building win32 dll's
|
|
+# declare package support for building win32 DLLs
|
|
AC_DEFUN([AC_LIBTOOL_WIN32_DLL],
|
|
[AC_BEFORE([$0], [AC_LIBTOOL_SETUP])
|
|
])# AC_LIBTOOL_WIN32_DLL
|
|
@@ -1750,7 +1934,7 @@
|
|
|
|
# AC_DISABLE_SHARED
|
|
# -----------------
|
|
-#- set the default shared flag to --disable-shared
|
|
+# set the default shared flag to --disable-shared
|
|
AC_DEFUN([AC_DISABLE_SHARED],
|
|
[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
|
|
AC_ENABLE_SHARED(no)
|
|
@@ -1886,7 +2070,7 @@
|
|
if test -n "$file_magic_test_file"; then
|
|
case $deplibs_check_method in
|
|
"file_magic "*)
|
|
- file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
|
|
+ file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
|
|
MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
|
|
if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
|
|
$EGREP "$file_magic_regex" > /dev/null; then
|
|
@@ -1996,7 +2180,7 @@
|
|
if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
|
|
lt_cv_path_LD="$ac_dir/$ac_prog"
|
|
# Check to see if the program is GNU ld. I'd rather use --version,
|
|
- # but apparently some GNU ld's only accept -v.
|
|
+ # but apparently some variants of GNU ld only accept -v.
|
|
# Break only if it was the GNU/non-GNU ld that we prefer.
|
|
case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
|
|
*GNU* | *'with BFD'*)
|
|
@@ -2028,7 +2212,7 @@
|
|
AC_DEFUN([AC_PROG_LD_GNU],
|
|
[AC_REQUIRE([AC_PROG_EGREP])dnl
|
|
AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
|
|
-[# I'd rather use --version here, but apparently some GNU ld's only accept -v.
|
|
+[# I'd rather use --version here, but apparently some GNU lds only accept -v.
|
|
case `$LD -v 2>&1 </dev/null` in
|
|
*GNU* | *'with BFD'*)
|
|
lt_cv_prog_gnu_ld=yes
|
|
@@ -2055,6 +2239,15 @@
|
|
*) reload_flag=" $reload_flag" ;;
|
|
esac
|
|
reload_cmds='$LD$reload_flag -o $output$reload_objs'
|
|
+case $host_os in
|
|
+ darwin*)
|
|
+ if test "$GCC" = yes; then
|
|
+ reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
|
|
+ else
|
|
+ reload_cmds='$LD$reload_flag -o $output$reload_objs'
|
|
+ fi
|
|
+ ;;
|
|
+esac
|
|
])# AC_PROG_LD_RELOAD_FLAG
|
|
|
|
|
|
@@ -2088,44 +2281,36 @@
|
|
lt_cv_deplibs_check_method=pass_all
|
|
;;
|
|
|
|
-bsdi4*)
|
|
+bsdi[[45]]*)
|
|
lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
|
|
lt_cv_file_magic_cmd='/usr/bin/file -L'
|
|
lt_cv_file_magic_test_file=/shlib/libc.so
|
|
;;
|
|
|
|
cygwin*)
|
|
- lt_cv_deplibs_check_method=pass_all
|
|
+ # func_win32_libid is a shell function defined in ltmain.sh
|
|
+ lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
|
|
+ lt_cv_file_magic_cmd='func_win32_libid'
|
|
;;
|
|
-
|
|
+
|
|
mingw* | pw32*)
|
|
- # win32_libid is a shell function defined in ltmain.sh
|
|
- lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
|
|
- lt_cv_file_magic_cmd='win32_libid'
|
|
+ # Base MSYS/MinGW do not provide the 'file' command needed by
|
|
+ # func_win32_libid shell function, so use a weaker test based on 'objdump'.
|
|
+ lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
|
|
+ lt_cv_file_magic_cmd='$OBJDUMP -f'
|
|
;;
|
|
|
|
darwin* | rhapsody*)
|
|
- # this will be overwritten by pass_all, but leave it in just in case
|
|
- lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
|
|
- lt_cv_file_magic_cmd='/usr/bin/file -L'
|
|
- case "$host_os" in
|
|
- rhapsody* | darwin1.[[012]])
|
|
- lt_cv_file_magic_test_file=`/System/Library/Frameworks/System.framework/System`
|
|
- ;;
|
|
- *) # Darwin 1.3 on
|
|
- lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib'
|
|
- ;;
|
|
- esac
|
|
lt_cv_deplibs_check_method=pass_all
|
|
;;
|
|
|
|
-freebsd* | kfreebsd*-gnu)
|
|
+freebsd* | kfreebsd*-gnu | dragonfly*)
|
|
if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
|
|
case $host_cpu in
|
|
i*86 )
|
|
# Not sure whether the presence of OpenBSD here was a mistake.
|
|
# Let's accept both of them until this is cleared up.
|
|
- lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[[3-9]]86 (compact )?demand paged shared library'
|
|
+ lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library'
|
|
lt_cv_file_magic_cmd=/usr/bin/file
|
|
lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
|
|
;;
|
|
@@ -2141,7 +2326,7 @@
|
|
|
|
hpux10.20* | hpux11*)
|
|
lt_cv_file_magic_cmd=/usr/bin/file
|
|
- case "$host_cpu" in
|
|
+ case $host_cpu in
|
|
ia64*)
|
|
lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
|
|
lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
|
|
@@ -2157,40 +2342,24 @@
|
|
esac
|
|
;;
|
|
|
|
+interix3*)
|
|
+ # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
|
|
+ lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$'
|
|
+ ;;
|
|
+
|
|
irix5* | irix6* | nonstopux*)
|
|
- case $host_os in
|
|
- irix5* | nonstopux*)
|
|
- # this will be overridden with pass_all, but let us keep it just in case
|
|
- lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
|
|
- ;;
|
|
- *)
|
|
- case $LD in
|
|
- *-32|*"-32 ") libmagic=32-bit;;
|
|
- *-n32|*"-n32 ") libmagic=N32;;
|
|
- *-64|*"-64 ") libmagic=64-bit;;
|
|
- *) libmagic=never-match;;
|
|
- esac
|
|
- # this will be overridden with pass_all, but let us keep it just in case
|
|
- lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[[1234]] dynamic lib MIPS - version 1"
|
|
- ;;
|
|
+ case $LD in
|
|
+ *-32|*"-32 ") libmagic=32-bit;;
|
|
+ *-n32|*"-n32 ") libmagic=N32;;
|
|
+ *-64|*"-64 ") libmagic=64-bit;;
|
|
+ *) libmagic=never-match;;
|
|
esac
|
|
- lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
|
|
lt_cv_deplibs_check_method=pass_all
|
|
;;
|
|
|
|
# This must be Linux ELF.
|
|
linux*)
|
|
- case $host_cpu in
|
|
- alpha* | hppa* | i*86 | ia64* | m68* | mips* | powerpc* | sparc* | s390* | sh* | x86_64* )
|
|
- lt_cv_deplibs_check_method=pass_all ;;
|
|
- # the debian people say, arm and glibc 2.3.1 works for them with pass_all
|
|
- arm* )
|
|
- lt_cv_deplibs_check_method=pass_all ;;
|
|
- *)
|
|
- # glibc up to 2.1.1 does not perform some relocations on ARM
|
|
- lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' ;;
|
|
- esac
|
|
- lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
|
|
+ lt_cv_deplibs_check_method=pass_all
|
|
;;
|
|
|
|
netbsd*)
|
|
@@ -2212,32 +2381,22 @@
|
|
;;
|
|
|
|
openbsd*)
|
|
- lt_cv_file_magic_cmd=/usr/bin/file
|
|
- lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
|
|
if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
|
|
- lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB shared object'
|
|
+ lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
|
|
else
|
|
- lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library'
|
|
+ lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
|
|
fi
|
|
;;
|
|
|
|
osf3* | osf4* | osf5*)
|
|
- # this will be overridden with pass_all, but let us keep it just in case
|
|
- lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
|
|
- lt_cv_file_magic_test_file=/shlib/libc.so
|
|
- lt_cv_deplibs_check_method=pass_all
|
|
- ;;
|
|
-
|
|
-sco3.2v5*)
|
|
lt_cv_deplibs_check_method=pass_all
|
|
;;
|
|
|
|
solaris*)
|
|
lt_cv_deplibs_check_method=pass_all
|
|
- lt_cv_file_magic_test_file=/lib/libc.so
|
|
;;
|
|
|
|
-sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
|
|
+sysv4 | sysv4.3*)
|
|
case $host_vendor in
|
|
motorola)
|
|
lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]'
|
|
@@ -2258,10 +2417,13 @@
|
|
siemens)
|
|
lt_cv_deplibs_check_method=pass_all
|
|
;;
|
|
+ pc)
|
|
+ lt_cv_deplibs_check_method=pass_all
|
|
+ ;;
|
|
esac
|
|
;;
|
|
|
|
-sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7* | sysv4*uw2*)
|
|
+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
|
|
lt_cv_deplibs_check_method=pass_all
|
|
;;
|
|
esac
|
|
@@ -2281,36 +2443,43 @@
|
|
# Let the user override the test.
|
|
lt_cv_path_NM="$NM"
|
|
else
|
|
- lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
|
|
- for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
|
|
- IFS="$lt_save_ifs"
|
|
- test -z "$ac_dir" && ac_dir=.
|
|
- tmp_nm="$ac_dir/${ac_tool_prefix}nm"
|
|
- if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
|
|
- # Check to see if the nm accepts a BSD-compat flag.
|
|
- # Adding the `sed 1q' prevents false positives on HP-UX, which says:
|
|
- # nm: unknown option "B" ignored
|
|
- # Tru64's nm complains that /dev/null is an invalid object file
|
|
- case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
|
|
- */dev/null* | *'Invalid file or object type'*)
|
|
- lt_cv_path_NM="$tmp_nm -B"
|
|
- break
|
|
- ;;
|
|
- *)
|
|
- case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
|
|
- */dev/null*)
|
|
- lt_cv_path_NM="$tmp_nm -p"
|
|
+ lt_nm_to_check="${ac_tool_prefix}nm"
|
|
+ if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
|
|
+ lt_nm_to_check="$lt_nm_to_check nm"
|
|
+ fi
|
|
+ for lt_tmp_nm in $lt_nm_to_check; do
|
|
+ lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
|
|
+ for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
|
|
+ IFS="$lt_save_ifs"
|
|
+ test -z "$ac_dir" && ac_dir=.
|
|
+ tmp_nm="$ac_dir/$lt_tmp_nm"
|
|
+ if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
|
|
+ # Check to see if the nm accepts a BSD-compat flag.
|
|
+ # Adding the `sed 1q' prevents false positives on HP-UX, which says:
|
|
+ # nm: unknown option "B" ignored
|
|
+ # Tru64's nm complains that /dev/null is an invalid object file
|
|
+ case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
|
|
+ */dev/null* | *'Invalid file or object type'*)
|
|
+ lt_cv_path_NM="$tmp_nm -B"
|
|
break
|
|
;;
|
|
*)
|
|
- lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
|
|
- continue # so that we can try to find one that supports BSD flags
|
|
+ case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
|
|
+ */dev/null*)
|
|
+ lt_cv_path_NM="$tmp_nm -p"
|
|
+ break
|
|
+ ;;
|
|
+ *)
|
|
+ lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
|
|
+ continue # so that we can try to find one that supports BSD flags
|
|
+ ;;
|
|
+ esac
|
|
;;
|
|
esac
|
|
- esac
|
|
- fi
|
|
+ fi
|
|
+ done
|
|
+ IFS="$lt_save_ifs"
|
|
done
|
|
- IFS="$lt_save_ifs"
|
|
test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
|
|
fi])
|
|
NM="$lt_cv_path_NM"
|
|
@@ -2342,13 +2511,13 @@
|
|
# -----------------------------------
|
|
# sets LIBLTDL to the link flags for the libltdl convenience library and
|
|
# LTDLINCL to the include flags for the libltdl header and adds
|
|
-# --enable-ltdl-convenience to the configure arguments. Note that LIBLTDL
|
|
-# and LTDLINCL are not AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called. If
|
|
-# DIRECTORY is not provided, it is assumed to be `libltdl'. LIBLTDL will
|
|
-# be prefixed with '${top_builddir}/' and LTDLINCL will be prefixed with
|
|
-# '${top_srcdir}/' (note the single quotes!). If your package is not
|
|
-# flat and you're not using automake, define top_builddir and
|
|
-# top_srcdir appropriately in the Makefiles.
|
|
+# --enable-ltdl-convenience to the configure arguments. Note that
|
|
+# AC_CONFIG_SUBDIRS is not called here. If DIRECTORY is not provided,
|
|
+# it is assumed to be `libltdl'. LIBLTDL will be prefixed with
|
|
+# '${top_builddir}/' and LTDLINCL will be prefixed with '${top_srcdir}/'
|
|
+# (note the single quotes!). If your package is not flat and you're not
|
|
+# using automake, define top_builddir and top_srcdir appropriately in
|
|
+# the Makefiles.
|
|
AC_DEFUN([AC_LIBLTDL_CONVENIENCE],
|
|
[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
|
|
case $enable_ltdl_convenience in
|
|
@@ -2367,13 +2536,13 @@
|
|
# -----------------------------------
|
|
# sets LIBLTDL to the link flags for the libltdl installable library and
|
|
# LTDLINCL to the include flags for the libltdl header and adds
|
|
-# --enable-ltdl-install to the configure arguments. Note that LIBLTDL
|
|
-# and LTDLINCL are not AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called. If
|
|
-# DIRECTORY is not provided and an installed libltdl is not found, it is
|
|
-# assumed to be `libltdl'. LIBLTDL will be prefixed with '${top_builddir}/'
|
|
-# and LTDLINCL will be prefixed with '${top_srcdir}/' (note the single
|
|
-# quotes!). If your package is not flat and you're not using automake,
|
|
-# define top_builddir and top_srcdir appropriately in the Makefiles.
|
|
+# --enable-ltdl-install to the configure arguments. Note that
|
|
+# AC_CONFIG_SUBDIRS is not called here. If DIRECTORY is not provided,
|
|
+# and an installed libltdl is not found, it is assumed to be `libltdl'.
|
|
+# LIBLTDL will be prefixed with '${top_builddir}/'# and LTDLINCL with
|
|
+# '${top_srcdir}/' (note the single quotes!). If your package is not
|
|
+# flat and you're not using automake, define top_builddir and top_srcdir
|
|
+# appropriately in the Makefiles.
|
|
# In the future, this macro may have to be called after AC_PROG_LIBTOOL.
|
|
AC_DEFUN([AC_LIBLTDL_INSTALLABLE],
|
|
[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
|
|
@@ -2411,10 +2580,21 @@
|
|
# ---------------
|
|
AC_DEFUN([_LT_AC_LANG_CXX],
|
|
[AC_REQUIRE([AC_PROG_CXX])
|
|
-AC_REQUIRE([AC_PROG_CXXCPP])
|
|
+AC_REQUIRE([_LT_AC_PROG_CXXCPP])
|
|
_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
|
|
])# _LT_AC_LANG_CXX
|
|
|
|
+# _LT_AC_PROG_CXXCPP
|
|
+# ------------------
|
|
+AC_DEFUN([_LT_AC_PROG_CXXCPP],
|
|
+[
|
|
+AC_REQUIRE([AC_PROG_CXX])
|
|
+if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
|
|
+ ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
|
|
+ (test "X$CXX" != "Xg++"))) ; then
|
|
+ AC_PROG_CXXCPP
|
|
+fi
|
|
+])# _LT_AC_PROG_CXXCPP
|
|
|
|
# AC_LIBTOOL_F77
|
|
# --------------
|
|
@@ -2454,7 +2634,7 @@
|
|
|
|
|
|
# AC_LIBTOOL_RC
|
|
-# --------------
|
|
+# -------------
|
|
# enable support for Windows resource files
|
|
AC_DEFUN([AC_LIBTOOL_RC],
|
|
[AC_REQUIRE([LT_AC_PROG_RC])
|
|
@@ -2487,36 +2667,9 @@
|
|
|
|
_LT_AC_SYS_COMPILER
|
|
|
|
-#
|
|
-# Check for any special shared library compilation flags.
|
|
-#
|
|
-_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)=
|
|
-if test "$GCC" = no; then
|
|
- case $host_os in
|
|
- sco3.2v5*)
|
|
- _LT_AC_TAGVAR(lt_prog_cc_shlib, $1)='-belf'
|
|
- ;;
|
|
- esac
|
|
-fi
|
|
-if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then
|
|
- AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries])
|
|
- if echo "$old_CC $old_CFLAGS " | grep "[[ ]]$]_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[[ ]]" >/dev/null; then :
|
|
- else
|
|
- AC_MSG_WARN([add `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to the CC or CFLAGS env variable and reconfigure])
|
|
- _LT_AC_TAGVAR(lt_cv_prog_cc_can_build_shared, $1)=no
|
|
- fi
|
|
-fi
|
|
-
|
|
-
|
|
-#
|
|
-# Check to make sure the static flag actually works.
|
|
-#
|
|
-AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $_LT_AC_TAGVAR(lt_prog_compiler_static, $1) works],
|
|
- _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1),
|
|
- $_LT_AC_TAGVAR(lt_prog_compiler_static, $1),
|
|
- [],
|
|
- [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
|
|
-
|
|
+# save warnings/boilerplate of simple test code
|
|
+_LT_COMPILER_BOILERPLATE
|
|
+_LT_LINKER_BOILERPLATE
|
|
|
|
## CAVEAT EMPTOR:
|
|
## There is no encapsulation within the following macros, do not change
|
|
@@ -2530,9 +2683,9 @@
|
|
AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
|
|
AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
|
|
AC_LIBTOOL_SYS_LIB_STRIP
|
|
-AC_LIBTOOL_DLOPEN_SELF($1)
|
|
+AC_LIBTOOL_DLOPEN_SELF
|
|
|
|
-# Report which librarie types wil actually be built
|
|
+# Report which library types will actually be built
|
|
AC_MSG_CHECKING([if libtool supports shared libraries])
|
|
AC_MSG_RESULT([$can_build_shared])
|
|
|
|
@@ -2541,7 +2694,7 @@
|
|
|
|
# On AIX, shared libraries and static libraries use the same namespace, and
|
|
# are all built from PIC.
|
|
-case "$host_os" in
|
|
+case $host_os in
|
|
aix3*)
|
|
test "$enable_shared" = yes && enable_static=no
|
|
if test -n "$RANLIB"; then
|
|
@@ -2550,48 +2703,11 @@
|
|
fi
|
|
;;
|
|
|
|
-aix4*)
|
|
+aix4* | aix5*)
|
|
if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
|
|
test "$enable_shared" = yes && enable_static=no
|
|
fi
|
|
- ;;
|
|
- darwin* | rhapsody*)
|
|
- if test "$GCC" = yes; then
|
|
- _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
|
|
- case "$host_os" in
|
|
- rhapsody* | darwin1.[[012]])
|
|
- _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,suppress'
|
|
- ;;
|
|
- *) # Darwin 1.3 on
|
|
- if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
|
|
- _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
|
|
- else
|
|
- case ${MACOSX_DEPLOYMENT_TARGET} in
|
|
- 10.[012])
|
|
- _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
|
|
- ;;
|
|
- 10.*)
|
|
- _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,dynamic_lookup'
|
|
- ;;
|
|
- esac
|
|
- fi
|
|
- ;;
|
|
- esac
|
|
- output_verbose_link_cmd='echo'
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
|
|
- _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
|
|
- # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
|
|
- _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
|
|
- _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
|
|
- _LT_AC_TAGVAR(hardcode_direct, $1)=no
|
|
- _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
|
|
- _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
|
|
- _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
|
|
- _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
|
|
- else
|
|
- _LT_AC_TAGVAR(ld_shlibs, $1)=no
|
|
- fi
|
|
- ;;
|
|
+ ;;
|
|
esac
|
|
AC_MSG_RESULT([$enable_shared])
|
|
|
|
@@ -2616,7 +2732,7 @@
|
|
AC_DEFUN([_LT_AC_LANG_CXX_CONFIG],
|
|
[AC_LANG_PUSH(C++)
|
|
AC_REQUIRE([AC_PROG_CXX])
|
|
-AC_REQUIRE([AC_PROG_CXXCPP])
|
|
+AC_REQUIRE([_LT_AC_PROG_CXXCPP])
|
|
|
|
_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
|
|
_LT_AC_TAGVAR(allow_undefined_flag, $1)=
|
|
@@ -2628,6 +2744,7 @@
|
|
_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
|
|
_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
|
|
_LT_AC_TAGVAR(hardcode_minus_L, $1)=no
|
|
+_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
|
|
_LT_AC_TAGVAR(hardcode_automatic, $1)=no
|
|
_LT_AC_TAGVAR(module_cmds, $1)=
|
|
_LT_AC_TAGVAR(module_expsym_cmds, $1)=
|
|
@@ -2645,7 +2762,7 @@
|
|
_LT_AC_TAGVAR(compiler_lib_search_path, $1)=
|
|
|
|
# Source file extension for C++ test sources.
|
|
-ac_ext=cc
|
|
+ac_ext=cpp
|
|
|
|
# Object file extension for compiled C++ test sources.
|
|
objext=o
|
|
@@ -2655,11 +2772,15 @@
|
|
lt_simple_compile_test_code="int some_variable = 0;\n"
|
|
|
|
# Code to be used in simple link tests
|
|
-lt_simple_link_test_code='int main(int, char *[]) { return(0); }\n'
|
|
+lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }\n'
|
|
|
|
# ltmain only uses $CC for tagged configurations so make sure $CC is set.
|
|
_LT_AC_SYS_COMPILER
|
|
|
|
+# save warnings/boilerplate of simple test code
|
|
+_LT_COMPILER_BOILERPLATE
|
|
+_LT_LINKER_BOILERPLATE
|
|
+
|
|
# Allow CC to be a program name with arguments.
|
|
lt_save_CC=$CC
|
|
lt_save_LD=$LD
|
|
@@ -2670,18 +2791,18 @@
|
|
if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
|
|
lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
|
|
else
|
|
- unset lt_cv_prog_gnu_ld
|
|
+ $as_unset lt_cv_prog_gnu_ld
|
|
fi
|
|
if test -n "${lt_cv_path_LDCXX+set}"; then
|
|
lt_cv_path_LD=$lt_cv_path_LDCXX
|
|
else
|
|
- unset lt_cv_path_LD
|
|
+ $as_unset lt_cv_path_LD
|
|
fi
|
|
test -z "${LDCXX+set}" || LD=$LDCXX
|
|
CC=${CXX-"c++"}
|
|
compiler=$CC
|
|
_LT_AC_TAGVAR(compiler, $1)=$CC
|
|
-cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
|
|
+_LT_CC_BASENAME([$compiler])
|
|
|
|
# We don't want -fno-exception wen compiling C++ code, so set the
|
|
# no_builtin_flag separately
|
|
@@ -2699,8 +2820,8 @@
|
|
# Check if GNU C++ uses GNU ld as the underlying linker, since the
|
|
# archiving commands below assume that GNU ld is being used.
|
|
if test "$with_gnu_ld" = yes; then
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib'
|
|
- _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
|
+ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
|
|
|
|
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
|
|
_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
|
|
@@ -2726,7 +2847,7 @@
|
|
# linker, instead of GNU ld. If possible, this setting should
|
|
# overridden to take advantage of the native linker features on
|
|
# the platform it is being used on.
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -o $lib'
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
|
|
fi
|
|
|
|
# Commands to make compiler produce verbose output that lists
|
|
@@ -2756,8 +2877,23 @@
|
|
exp_sym_flag='-Bexport'
|
|
no_entry_flag=""
|
|
else
|
|
- # KDE requires run time linking. Make it the default.
|
|
- aix_use_runtimelinking=yes
|
|
+ aix_use_runtimelinking=no
|
|
+
|
|
+ # Test if we are trying to use run time linking or normal
|
|
+ # AIX style linking. If -brtl is somewhere in LDFLAGS, we
|
|
+ # need to do runtime linking.
|
|
+ case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
|
|
+ for ld_flag in $LDFLAGS; do
|
|
+ case $ld_flag in
|
|
+ *-brtl*)
|
|
+ aix_use_runtimelinking=yes
|
|
+ break
|
|
+ ;;
|
|
+ esac
|
|
+ done
|
|
+ ;;
|
|
+ esac
|
|
+
|
|
exp_sym_flag='-bexport'
|
|
no_entry_flag='-bnoentry'
|
|
fi
|
|
@@ -2774,7 +2910,7 @@
|
|
_LT_AC_TAGVAR(link_all_deplibs, $1)=yes
|
|
|
|
if test "$GXX" = yes; then
|
|
- case $host_os in aix4.[012]|aix4.[012].*)
|
|
+ case $host_os in aix4.[[012]]|aix4.[[012]].*)
|
|
# We only want to do this on AIX 4.2 and lower, the check
|
|
# below for broken collect2 doesn't work under 4.3+
|
|
collect2name=`${CC} -print-prog-name=collect2`
|
|
@@ -2793,8 +2929,12 @@
|
|
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
|
|
_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
|
|
fi
|
|
+ ;;
|
|
esac
|
|
shared_flag='-shared'
|
|
+ if test "$aix_use_runtimelinking" = yes; then
|
|
+ shared_flag="$shared_flag "'${wl}-G'
|
|
+ fi
|
|
else
|
|
# not using gcc
|
|
if test "$host_cpu" = ia64; then
|
|
@@ -2803,15 +2943,16 @@
|
|
shared_flag='-G'
|
|
else
|
|
if test "$aix_use_runtimelinking" = yes; then
|
|
- shared_flag='-qmkshrobj ${wl}-G'
|
|
+ shared_flag='${wl}-G'
|
|
else
|
|
- shared_flag='-qmkshrobj'
|
|
+ shared_flag='${wl}-bM:SRE'
|
|
fi
|
|
fi
|
|
fi
|
|
|
|
- # Let the compiler handle the export list.
|
|
- _LT_AC_TAGVAR(always_export_symbols, $1)=no
|
|
+ # It seems that -bexpall does not export symbols beginning with
|
|
+ # underscore (_), so it is better to generate a list of symbols to export.
|
|
+ _LT_AC_TAGVAR(always_export_symbols, $1)=yes
|
|
if test "$aix_use_runtimelinking" = yes; then
|
|
# Warning - without using the other runtime loading flags (-brtl),
|
|
# -berok will link without error, but may produce a broken library.
|
|
@@ -2820,13 +2961,12 @@
|
|
_LT_AC_SYS_LIBPATH_AIX
|
|
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
|
|
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
|
|
- _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
|
|
+ _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
|
|
else
|
|
if test "$host_cpu" = ia64; then
|
|
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
|
|
_LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
|
|
- _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
|
|
+ _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
|
|
else
|
|
# Determine the default libpath from the value encoded in an empty executable.
|
|
_LT_AC_SYS_LIBPATH_AIX
|
|
@@ -2835,16 +2975,26 @@
|
|
# -berok will link without error, but may produce a broken library.
|
|
_LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
|
|
_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
|
|
- # -bexpall does not export symbols beginning with underscore (_)
|
|
- _LT_AC_TAGVAR(always_export_symbols, $1)=yes
|
|
# Exported symbols can be pulled into shared objects from archives
|
|
- _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '
|
|
+ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
|
|
_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
|
|
- # This is similar to how AIX traditionally builds it's shared libraries.
|
|
- _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
|
|
+ # This is similar to how AIX traditionally builds its shared libraries.
|
|
+ _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
|
|
fi
|
|
fi
|
|
;;
|
|
+
|
|
+ beos*)
|
|
+ if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
|
|
+ _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
|
|
+ # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
|
|
+ # support --undefined. This deserves some investigation. FIXME
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
|
+ else
|
|
+ _LT_AC_TAGVAR(ld_shlibs, $1)=no
|
|
+ fi
|
|
+ ;;
|
|
+
|
|
chorus*)
|
|
case $cc_basename in
|
|
*)
|
|
@@ -2858,12 +3008,12 @@
|
|
# _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
|
|
# as there is no search path for DLLs.
|
|
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
|
|
- _LT_AC_TAGVAR(allow_undefined_flag, $1)=no
|
|
+ _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
|
|
_LT_AC_TAGVAR(always_export_symbols, $1)=no
|
|
_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
|
|
|
|
if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
|
|
# If the export-symbols file already is a .def file (1st line
|
|
# is EXPORTS), use it as is; otherwise, prepend...
|
|
_LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
|
|
@@ -2872,70 +3022,81 @@
|
|
echo EXPORTS > $output_objdir/$soname.def;
|
|
cat $export_symbols >> $output_objdir/$soname.def;
|
|
fi~
|
|
- $CC -shared -nostdlib $output_objdir/$soname.def $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
|
|
+ $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
|
|
else
|
|
_LT_AC_TAGVAR(ld_shlibs, $1)=no
|
|
fi
|
|
;;
|
|
+ darwin* | rhapsody*)
|
|
+ case $host_os in
|
|
+ rhapsody* | darwin1.[[012]])
|
|
+ _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
|
|
+ ;;
|
|
+ *) # Darwin 1.3 on
|
|
+ if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
|
|
+ _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
|
|
+ else
|
|
+ case ${MACOSX_DEPLOYMENT_TARGET} in
|
|
+ 10.[[012]])
|
|
+ _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
|
|
+ ;;
|
|
+ 10.*)
|
|
+ _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
|
|
+ ;;
|
|
+ esac
|
|
+ fi
|
|
+ ;;
|
|
+ esac
|
|
+ _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
|
|
+ _LT_AC_TAGVAR(hardcode_direct, $1)=no
|
|
+ _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
|
|
+ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
|
|
+ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
|
|
+ _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
|
|
|
|
- darwin* | rhapsody*)
|
|
- if test "$GXX" = yes; then
|
|
- _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
|
|
- case "$host_os" in
|
|
- rhapsody* | darwin1.[[012]])
|
|
- _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,suppress'
|
|
- ;;
|
|
- *) # Darwin 1.3 on
|
|
- if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
|
|
- _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
|
|
- else
|
|
- case ${MACOSX_DEPLOYMENT_TARGET} in
|
|
- 10.[012])
|
|
- _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
|
|
- ;;
|
|
- 10.*)
|
|
- _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,dynamic_lookup'
|
|
- ;;
|
|
- esac
|
|
+ if test "$GXX" = yes ; then
|
|
+ lt_int_apple_cc_single_mod=no
|
|
+ output_verbose_link_cmd='echo'
|
|
+ if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then
|
|
+ lt_int_apple_cc_single_mod=yes
|
|
fi
|
|
- ;;
|
|
- esac
|
|
- lt_int_apple_cc_single_mod=no
|
|
- output_verbose_link_cmd='echo'
|
|
- if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
|
|
- lt_int_apple_cc_single_mod=yes
|
|
- fi
|
|
- if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
|
|
- else
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring'
|
|
- fi
|
|
- _LT_AC_TAGVAR(module_cmds, $1)='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
|
|
-
|
|
- # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
|
|
- if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
|
|
- _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
|
|
- else
|
|
- _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
|
|
- fi
|
|
- _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
|
|
- _LT_AC_TAGVAR(hardcode_direct, $1)=no
|
|
- _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
|
|
- _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
|
|
- _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
|
|
- _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
|
|
- else
|
|
- _LT_AC_TAGVAR(ld_shlibs, $1)=no
|
|
- fi
|
|
- ;;
|
|
+ if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
|
|
+ else
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
|
|
+ fi
|
|
+ _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
|
|
+ # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
|
|
+ if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
|
|
+ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
|
|
+ else
|
|
+ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
|
|
+ fi
|
|
+ _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
|
|
+ else
|
|
+ case $cc_basename in
|
|
+ xlc*)
|
|
+ output_verbose_link_cmd='echo'
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
|
|
+ _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
|
|
+ # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
|
|
+ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
|
|
+ _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
|
|
+ ;;
|
|
+ *)
|
|
+ _LT_AC_TAGVAR(ld_shlibs, $1)=no
|
|
+ ;;
|
|
+ esac
|
|
+ fi
|
|
+ ;;
|
|
|
|
dgux*)
|
|
case $cc_basename in
|
|
- ec++)
|
|
+ ec++*)
|
|
# FIXME: insert proper C++ library support
|
|
_LT_AC_TAGVAR(ld_shlibs, $1)=no
|
|
;;
|
|
- ghcx)
|
|
+ ghcx*)
|
|
# Green Hills C++ Compiler
|
|
# FIXME: insert proper C++ library support
|
|
_LT_AC_TAGVAR(ld_shlibs, $1)=no
|
|
@@ -2946,14 +3107,14 @@
|
|
;;
|
|
esac
|
|
;;
|
|
- freebsd[12]*)
|
|
+ freebsd[[12]]*)
|
|
# C++ shared libraries reported to be fairly broken before switch to ELF
|
|
_LT_AC_TAGVAR(ld_shlibs, $1)=no
|
|
;;
|
|
freebsd-elf*)
|
|
_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
|
|
;;
|
|
- freebsd* | kfreebsd*-gnu)
|
|
+ freebsd* | kfreebsd*-gnu | dragonfly*)
|
|
# FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
|
|
# conventions
|
|
_LT_AC_TAGVAR(ld_shlibs, $1)=yes
|
|
@@ -2970,12 +3131,12 @@
|
|
# location of the library.
|
|
|
|
case $cc_basename in
|
|
- CC)
|
|
+ CC*)
|
|
# FIXME: insert proper C++ library support
|
|
_LT_AC_TAGVAR(ld_shlibs, $1)=no
|
|
;;
|
|
- aCC)
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
|
|
+ aCC*)
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
|
|
# Commands to make compiler produce verbose output that lists
|
|
# what "hidden" libraries, object files and flags are used when
|
|
# linking a shared library.
|
|
@@ -2984,11 +3145,11 @@
|
|
# explicitly linking system object files so we need to strip them
|
|
# from the output so that they don't get included in the library
|
|
# dependencies.
|
|
- output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | egrep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
|
|
+ output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[[-]]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
|
|
;;
|
|
*)
|
|
if test "$GXX" = yes; then
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
|
|
else
|
|
# FIXME: insert proper C++ library support
|
|
_LT_AC_TAGVAR(ld_shlibs, $1)=no
|
|
@@ -2998,33 +3159,22 @@
|
|
;;
|
|
hpux10*|hpux11*)
|
|
if test $with_gnu_ld = no; then
|
|
- case "$host_cpu" in
|
|
- hppa*64*)
|
|
- _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
|
|
+ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
|
|
+ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
|
|
+
|
|
+ case $host_cpu in
|
|
+ hppa*64*|ia64*)
|
|
_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
|
|
- _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
|
|
- ;;
|
|
- ia64*)
|
|
- _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
|
|
;;
|
|
*)
|
|
- _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
|
|
- _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
|
|
_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
|
|
;;
|
|
esac
|
|
fi
|
|
- case "$host_cpu" in
|
|
- hppa*64*)
|
|
- _LT_AC_TAGVAR(hardcode_direct, $1)=no
|
|
- _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
|
|
- ;;
|
|
- ia64*)
|
|
+ case $host_cpu in
|
|
+ hppa*64*|ia64*)
|
|
_LT_AC_TAGVAR(hardcode_direct, $1)=no
|
|
_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
|
|
- _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
|
|
- # but as the default
|
|
- # location of the library.
|
|
;;
|
|
*)
|
|
_LT_AC_TAGVAR(hardcode_direct, $1)=yes
|
|
@@ -3035,17 +3185,20 @@
|
|
esac
|
|
|
|
case $cc_basename in
|
|
- CC)
|
|
+ CC*)
|
|
# FIXME: insert proper C++ library support
|
|
_LT_AC_TAGVAR(ld_shlibs, $1)=no
|
|
;;
|
|
- aCC)
|
|
- case "$host_cpu" in
|
|
- hppa*64*|ia64*)
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
|
|
+ aCC*)
|
|
+ case $host_cpu in
|
|
+ hppa*64*)
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
|
|
+ ;;
|
|
+ ia64*)
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
|
|
;;
|
|
*)
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects'
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
|
|
;;
|
|
esac
|
|
# Commands to make compiler produce verbose output that lists
|
|
@@ -3061,12 +3214,15 @@
|
|
*)
|
|
if test "$GXX" = yes; then
|
|
if test $with_gnu_ld = no; then
|
|
- case "$host_cpu" in
|
|
- ia64*|hppa*64*)
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
|
|
+ case $host_cpu in
|
|
+ hppa*64*)
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
|
|
+ ;;
|
|
+ ia64*)
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
|
|
;;
|
|
*)
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects'
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
|
|
;;
|
|
esac
|
|
fi
|
|
@@ -3077,11 +3233,25 @@
|
|
;;
|
|
esac
|
|
;;
|
|
+ interix3*)
|
|
+ _LT_AC_TAGVAR(hardcode_direct, $1)=no
|
|
+ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
|
|
+ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
|
|
+ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
|
|
+ # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
|
|
+ # Instead, shared libraries are loaded at an image base (0x10000000 by
|
|
+ # default) and relocated if they conflict, which is a slow very memory
|
|
+ # consuming and fragmenting process. To avoid this, we pick a random,
|
|
+ # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
|
|
+ # time. Moving up from 0x10000000 also allows more sbrk(2) space.
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
|
|
+ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
|
|
+ ;;
|
|
irix5* | irix6*)
|
|
case $cc_basename in
|
|
- CC)
|
|
+ CC*)
|
|
# SGI C++
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
|
|
|
|
# Archives containing C++ object files must be created using
|
|
# "CC -ar", where "CC" is the IRIX C++ compiler. This is
|
|
@@ -3092,9 +3262,9 @@
|
|
*)
|
|
if test "$GXX" = yes; then
|
|
if test "$with_gnu_ld" = no; then
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
|
|
else
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
|
|
fi
|
|
fi
|
|
_LT_AC_TAGVAR(link_all_deplibs, $1)=yes
|
|
@@ -3105,14 +3275,14 @@
|
|
;;
|
|
linux*)
|
|
case $cc_basename in
|
|
- KCC)
|
|
+ KCC*)
|
|
# Kuck and Associates, Inc. (KAI) C++ Compiler
|
|
|
|
# KCC will only create a shared library if the output file
|
|
# ends with ".so" (or ".sl" for HP-UX), so rename the library
|
|
# to its proper name (with version) after linking.
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib; mv \$templib $lib'
|
|
- _LT_AC_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
|
|
+ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
|
|
# Commands to make compiler produce verbose output that lists
|
|
# what "hidden" libraries, object files and flags are used when
|
|
# linking a shared library.
|
|
@@ -3130,20 +3300,44 @@
|
|
# "CC -Bstatic", where "CC" is the KAI C++ compiler.
|
|
_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
|
|
;;
|
|
- icpc)
|
|
+ icpc*)
|
|
# Intel C++
|
|
with_gnu_ld=yes
|
|
+ # version 8.0 and above of icpc choke on multiply defined symbols
|
|
+ # if we add $predep_objects and $postdep_objects, however 7.1 and
|
|
+ # earlier do not add the objects themselves.
|
|
+ case `$CC -V 2>&1` in
|
|
+ *"Version 7."*)
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
|
+ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
|
|
+ ;;
|
|
+ *) # Version 8.0 or newer
|
|
+ tmp_idyn=
|
|
+ case $host_cpu in
|
|
+ ia64*) tmp_idyn=' -i_dynamic';;
|
|
+ esac
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
|
+ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
|
|
+ ;;
|
|
+ esac
|
|
_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib'
|
|
- _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
|
|
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
|
|
_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
|
|
_LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
|
|
;;
|
|
- cxx)
|
|
+ pgCC*)
|
|
+ # Portland Group C++ compiler
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
|
|
+ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
|
|
+
|
|
+ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
|
|
+ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
|
|
+ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
|
|
+ ;;
|
|
+ cxx*)
|
|
# Compaq C++
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib'
|
|
- _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
|
+ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
|
|
|
|
runpath_var=LD_RUN_PATH
|
|
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
|
|
@@ -3171,7 +3365,7 @@
|
|
;;
|
|
mvs*)
|
|
case $cc_basename in
|
|
- cxx)
|
|
+ cxx*)
|
|
# FIXME: insert proper C++ library support
|
|
_LT_AC_TAGVAR(ld_shlibs, $1)=no
|
|
;;
|
|
@@ -3192,15 +3386,31 @@
|
|
# Workaround some broken pre-1.5 toolchains
|
|
output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
|
|
;;
|
|
+ openbsd2*)
|
|
+ # C++ shared libraries are fairly broken
|
|
+ _LT_AC_TAGVAR(ld_shlibs, $1)=no
|
|
+ ;;
|
|
+ openbsd*)
|
|
+ _LT_AC_TAGVAR(hardcode_direct, $1)=yes
|
|
+ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
|
|
+ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
|
|
+ if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
|
|
+ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
|
|
+ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
|
|
+ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
|
|
+ fi
|
|
+ output_verbose_link_cmd='echo'
|
|
+ ;;
|
|
osf3*)
|
|
case $cc_basename in
|
|
- KCC)
|
|
+ KCC*)
|
|
# Kuck and Associates, Inc. (KAI) C++ Compiler
|
|
|
|
# KCC will only create a shared library if the output file
|
|
# ends with ".so" (or ".sl" for HP-UX), so rename the library
|
|
# to its proper name (with version) after linking.
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib; mv \$templib $lib'
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
|
|
|
|
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
|
|
_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
|
|
@@ -3210,14 +3420,14 @@
|
|
_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
|
|
|
|
;;
|
|
- RCC)
|
|
+ RCC*)
|
|
# Rational C++ 2.4.1
|
|
# FIXME: insert proper C++ library support
|
|
_LT_AC_TAGVAR(ld_shlibs, $1)=no
|
|
;;
|
|
- cxx)
|
|
+ cxx*)
|
|
_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
|
|
|
|
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
|
|
_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
|
|
@@ -3235,7 +3445,7 @@
|
|
*)
|
|
if test "$GXX" = yes && test "$with_gnu_ld" = no; then
|
|
_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
|
|
|
|
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
|
|
_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
|
|
@@ -3254,13 +3464,13 @@
|
|
;;
|
|
osf4* | osf5*)
|
|
case $cc_basename in
|
|
- KCC)
|
|
+ KCC*)
|
|
# Kuck and Associates, Inc. (KAI) C++ Compiler
|
|
|
|
# KCC will only create a shared library if the output file
|
|
# ends with ".so" (or ".sl" for HP-UX), so rename the library
|
|
# to its proper name (with version) after linking.
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib; mv \$templib $lib'
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
|
|
|
|
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
|
|
_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
|
|
@@ -3269,17 +3479,17 @@
|
|
# the KAI C++ compiler.
|
|
_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs'
|
|
;;
|
|
- RCC)
|
|
+ RCC*)
|
|
# Rational C++ 2.4.1
|
|
# FIXME: insert proper C++ library support
|
|
_LT_AC_TAGVAR(ld_shlibs, $1)=no
|
|
;;
|
|
- cxx)
|
|
+ cxx*)
|
|
_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
|
|
_LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
|
|
echo "-hidden">> $lib.exp~
|
|
- $CC -shared$allow_undefined_flag $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -msym -soname $soname -Wl,-input -Wl,$lib.exp `test -n "$verstring" && echo -set_version $verstring` -update_registry $objdir/so_locations -o $lib~
|
|
+ $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~
|
|
$rm $lib.exp'
|
|
|
|
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
|
|
@@ -3298,7 +3508,7 @@
|
|
*)
|
|
if test "$GXX" = yes && test "$with_gnu_ld" = no; then
|
|
_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
|
|
|
|
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
|
|
_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
|
|
@@ -3319,27 +3529,14 @@
|
|
# FIXME: insert proper C++ library support
|
|
_LT_AC_TAGVAR(ld_shlibs, $1)=no
|
|
;;
|
|
- sco*)
|
|
- _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
|
|
- case $cc_basename in
|
|
- CC)
|
|
- # FIXME: insert proper C++ library support
|
|
- _LT_AC_TAGVAR(ld_shlibs, $1)=no
|
|
- ;;
|
|
- *)
|
|
- # FIXME: insert proper C++ library support
|
|
- _LT_AC_TAGVAR(ld_shlibs, $1)=no
|
|
- ;;
|
|
- esac
|
|
- ;;
|
|
sunos4*)
|
|
case $cc_basename in
|
|
- CC)
|
|
+ CC*)
|
|
# Sun C++ 4.x
|
|
# FIXME: insert proper C++ library support
|
|
_LT_AC_TAGVAR(ld_shlibs, $1)=no
|
|
;;
|
|
- lcc)
|
|
+ lcc*)
|
|
# Lucid
|
|
# FIXME: insert proper C++ library support
|
|
_LT_AC_TAGVAR(ld_shlibs, $1)=no
|
|
@@ -3352,36 +3549,33 @@
|
|
;;
|
|
solaris*)
|
|
case $cc_basename in
|
|
- CC)
|
|
+ CC*)
|
|
# Sun C++ 4.2, 5.x and Centerline C++
|
|
+ _LT_AC_TAGVAR(archive_cmds_need_lc,$1)=yes
|
|
_LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -nolib -h$soname -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects'
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
|
|
_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
|
|
- $CC -G${allow_undefined_flag} -nolib ${wl}-M ${wl}$lib.exp -h$soname -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~$rm $lib.exp'
|
|
+ $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
|
|
|
|
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
|
|
_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
|
|
case $host_os in
|
|
- solaris2.[0-5] | solaris2.[0-5].*) ;;
|
|
+ solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
|
|
*)
|
|
# The C++ compiler is used as linker so we must use $wl
|
|
# flag to pass the commands to the underlying system
|
|
- # linker.
|
|
+ # linker. We must also pass each convience library through
|
|
+ # to the system linker between allextract/defaultextract.
|
|
+ # The C++ compiler will combine linker options so we
|
|
+ # cannot just pass the convience library names through
|
|
+ # without $wl.
|
|
# Supported since Solaris 2.6 (maybe 2.5.1?)
|
|
- _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
|
|
+ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract'
|
|
;;
|
|
esac
|
|
_LT_AC_TAGVAR(link_all_deplibs, $1)=yes
|
|
|
|
- # Commands to make compiler produce verbose output that lists
|
|
- # what "hidden" libraries, object files and flags are used when
|
|
- # linking a shared library.
|
|
- #
|
|
- # There doesn't appear to be a way to prevent this compiler from
|
|
- # explicitly linking system object files so we need to strip them
|
|
- # from the output so that they don't get included in the library
|
|
- # dependencies.
|
|
- output_verbose_link_cmd='templist=`$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep "\-[[LR]]"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
|
|
+ output_verbose_link_cmd='echo'
|
|
|
|
# Archives containing C++ object files must be created using
|
|
# "CC -xar", where "CC" is the Sun C++ compiler. This is
|
|
@@ -3389,9 +3583,9 @@
|
|
# in the archive.
|
|
_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
|
|
;;
|
|
- gcx)
|
|
+ gcx*)
|
|
# Green Hills C++ Compiler
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib'
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
|
|
|
|
# The C++ compiler must be used to create the archive.
|
|
_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
|
|
@@ -3401,9 +3595,9 @@
|
|
if test "$GXX" = yes && test "$with_gnu_ld" = no; then
|
|
_LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
|
|
if $CC --version | grep -v '^2\.7' > /dev/null; then
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib'
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
|
|
_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
|
|
- $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~$rm $lib.exp'
|
|
+ $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
|
|
|
|
# Commands to make compiler produce verbose output that lists
|
|
# what "hidden" libraries, object files and flags are used when
|
|
@@ -3412,9 +3606,9 @@
|
|
else
|
|
# g++ 2.7 appears to require `-G' NOT `-shared' on this
|
|
# platform.
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib'
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
|
|
_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
|
|
- $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~$rm $lib.exp'
|
|
+ $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
|
|
|
|
# Commands to make compiler produce verbose output that lists
|
|
# what "hidden" libraries, object files and flags are used when
|
|
@@ -3427,12 +3621,63 @@
|
|
;;
|
|
esac
|
|
;;
|
|
- sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7*)
|
|
+ sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
|
|
+ _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
|
|
+ _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
|
|
+ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
|
|
+ runpath_var='LD_RUN_PATH'
|
|
+
|
|
+ case $cc_basename in
|
|
+ CC*)
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
|
+ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
|
+ ;;
|
|
+ *)
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
|
+ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
|
+ ;;
|
|
+ esac
|
|
+ ;;
|
|
+ sysv5* | sco3.2v5* | sco5v6*)
|
|
+ # Note: We can NOT use -z defs as we might desire, because we do not
|
|
+ # link with -lc, and that would cause any symbols used from libc to
|
|
+ # always be unresolved, which means just about no library would
|
|
+ # ever link correctly. If we're not using GNU ld we use -z text
|
|
+ # though, which does catch some bad symbols but isn't as heavy-handed
|
|
+ # as -z defs.
|
|
+ # For security reasons, it is highly recommended that you always
|
|
+ # use absolute paths for naming shared libraries, and exclude the
|
|
+ # DT_RUNPATH tag from executables and libraries. But doing so
|
|
+ # requires that you compile everything twice, which is a pain.
|
|
+ # So that behaviour is only enabled if SCOABSPATH is set to a
|
|
+ # non-empty value in the environment. Most likely only useful for
|
|
+ # creating official distributions of packages.
|
|
+ # This is a hack until libtool officially supports absolute path
|
|
+ # names for shared libraries.
|
|
+ _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
|
|
+ _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
|
|
_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
|
|
+ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
|
|
+ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
|
|
+ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
|
|
+ _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
|
|
+ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
|
|
+ runpath_var='LD_RUN_PATH'
|
|
+
|
|
+ case $cc_basename in
|
|
+ CC*)
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
|
|
+ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
|
|
+ ;;
|
|
+ *)
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
|
|
+ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
|
|
+ ;;
|
|
+ esac
|
|
;;
|
|
tandem*)
|
|
case $cc_basename in
|
|
- NCC)
|
|
+ NCC*)
|
|
# NonStop-UX NCC 3.20
|
|
# FIXME: insert proper C++ library support
|
|
_LT_AC_TAGVAR(ld_shlibs, $1)=no
|
|
@@ -3469,8 +3714,6 @@
|
|
AC_LIBTOOL_PROG_LD_SHLIBS($1)
|
|
AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
|
|
AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
|
|
-AC_LIBTOOL_SYS_LIB_STRIP
|
|
-AC_LIBTOOL_DLOPEN_SELF($1)
|
|
|
|
AC_LIBTOOL_CONFIG($1)
|
|
|
|
@@ -3488,7 +3731,7 @@
|
|
])# AC_LIBTOOL_LANG_CXX_CONFIG
|
|
|
|
# AC_LIBTOOL_POSTDEP_PREDEP([TAGNAME])
|
|
-# ------------------------
|
|
+# ------------------------------------
|
|
# Figure out "hidden" library dependencies from verbose
|
|
# compiler output when linking a shared library.
|
|
# Parse the compiler output and extract the necessary
|
|
@@ -3542,7 +3785,7 @@
|
|
# The `*' in the case matches for architectures that use `case' in
|
|
# $output_verbose_cmd can trigger glob expansion during the loop
|
|
# eval without this substitution.
|
|
- output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`"
|
|
+ output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
|
|
|
|
for p in `eval $output_verbose_link_cmd`; do
|
|
case $p in
|
|
@@ -3582,7 +3825,7 @@
|
|
fi
|
|
;;
|
|
|
|
- *.$objext|*.$libext)
|
|
+ *.$objext)
|
|
# This assumes that the test object file only shows up
|
|
# once in the compiler output.
|
|
if test "$p" = "conftest.$objext"; then
|
|
@@ -3618,13 +3861,37 @@
|
|
|
|
$rm -f confest.$objext
|
|
|
|
+# PORTME: override above test on systems where it is broken
|
|
+ifelse([$1],[CXX],
|
|
+[case $host_os in
|
|
+interix3*)
|
|
+ # Interix 3.5 installs completely hosed .la files for C++, so rather than
|
|
+ # hack all around it, let's just trust "g++" to DTRT.
|
|
+ _LT_AC_TAGVAR(predep_objects,$1)=
|
|
+ _LT_AC_TAGVAR(postdep_objects,$1)=
|
|
+ _LT_AC_TAGVAR(postdeps,$1)=
|
|
+ ;;
|
|
+
|
|
+solaris*)
|
|
+ case $cc_basename in
|
|
+ CC*)
|
|
+ # Adding this requires a known-good setup of shared libraries for
|
|
+ # Sun compiler versions before 5.6, else PIC objects from an old
|
|
+ # archive will be linked into the output, leading to subtle bugs.
|
|
+ _LT_AC_TAGVAR(postdeps,$1)='-lCstd -lCrun'
|
|
+ ;;
|
|
+ esac
|
|
+ ;;
|
|
+esac
|
|
+])
|
|
+
|
|
case " $_LT_AC_TAGVAR(postdeps, $1) " in
|
|
*" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;;
|
|
esac
|
|
])# AC_LIBTOOL_POSTDEP_PREDEP
|
|
|
|
# AC_LIBTOOL_LANG_F77_CONFIG
|
|
-# ------------------------
|
|
+# --------------------------
|
|
# Ensure that the configuration vars for the C compiler are
|
|
# suitably defined. Those variables are subsequently used by
|
|
# AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
|
|
@@ -3668,12 +3935,16 @@
|
|
# ltmain only uses $CC for tagged configurations so make sure $CC is set.
|
|
_LT_AC_SYS_COMPILER
|
|
|
|
+# save warnings/boilerplate of simple test code
|
|
+_LT_COMPILER_BOILERPLATE
|
|
+_LT_LINKER_BOILERPLATE
|
|
+
|
|
# Allow CC to be a program name with arguments.
|
|
lt_save_CC="$CC"
|
|
CC=${F77-"f77"}
|
|
compiler=$CC
|
|
_LT_AC_TAGVAR(compiler, $1)=$CC
|
|
-cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
|
|
+_LT_CC_BASENAME([$compiler])
|
|
|
|
AC_MSG_CHECKING([if libtool supports shared libraries])
|
|
AC_MSG_RESULT([$can_build_shared])
|
|
@@ -3683,7 +3954,7 @@
|
|
|
|
# On AIX, shared libraries and static libraries use the same namespace, and
|
|
# are all built from PIC.
|
|
-case "$host_os" in
|
|
+case $host_os in
|
|
aix3*)
|
|
test "$enable_shared" = yes && enable_static=no
|
|
if test -n "$RANLIB"; then
|
|
@@ -3691,8 +3962,10 @@
|
|
postinstall_cmds='$RANLIB $lib'
|
|
fi
|
|
;;
|
|
-aix4*)
|
|
- test "$enable_shared" = yes && enable_static=no
|
|
+aix4* | aix5*)
|
|
+ if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
|
|
+ test "$enable_shared" = yes && enable_static=no
|
|
+ fi
|
|
;;
|
|
esac
|
|
AC_MSG_RESULT([$enable_shared])
|
|
@@ -3702,8 +3975,6 @@
|
|
test "$enable_shared" = yes || enable_static=yes
|
|
AC_MSG_RESULT([$enable_static])
|
|
|
|
-test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
|
|
-
|
|
_LT_AC_TAGVAR(GCC, $1)="$G77"
|
|
_LT_AC_TAGVAR(LD, $1)="$LD"
|
|
|
|
@@ -3713,8 +3984,6 @@
|
|
AC_LIBTOOL_PROG_LD_SHLIBS($1)
|
|
AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
|
|
AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
|
|
-AC_LIBTOOL_SYS_LIB_STRIP
|
|
-
|
|
|
|
AC_LIBTOOL_CONFIG($1)
|
|
|
|
@@ -3743,20 +4012,27 @@
|
|
lt_simple_compile_test_code="class foo {}\n"
|
|
|
|
# Code to be used in simple link tests
|
|
-lt_simple_link_test_code='public class conftest { public static void main(String[] argv) {}; }\n'
|
|
+lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }\n'
|
|
|
|
# ltmain only uses $CC for tagged configurations so make sure $CC is set.
|
|
_LT_AC_SYS_COMPILER
|
|
|
|
+# save warnings/boilerplate of simple test code
|
|
+_LT_COMPILER_BOILERPLATE
|
|
+_LT_LINKER_BOILERPLATE
|
|
+
|
|
# Allow CC to be a program name with arguments.
|
|
lt_save_CC="$CC"
|
|
CC=${GCJ-"gcj"}
|
|
compiler=$CC
|
|
_LT_AC_TAGVAR(compiler, $1)=$CC
|
|
+_LT_CC_BASENAME([$compiler])
|
|
|
|
# GCJ did not exist at the time GCC didn't implicitly link libc in.
|
|
_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
|
|
|
|
+_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
|
|
+
|
|
## CAVEAT EMPTOR:
|
|
## There is no encapsulation within the following macros, do not change
|
|
## the running order or otherwise move them around unless you know exactly
|
|
@@ -3768,8 +4044,6 @@
|
|
AC_LIBTOOL_PROG_LD_SHLIBS($1)
|
|
AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
|
|
AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
|
|
-AC_LIBTOOL_SYS_LIB_STRIP
|
|
-AC_LIBTOOL_DLOPEN_SELF($1)
|
|
|
|
AC_LIBTOOL_CONFIG($1)
|
|
|
|
@@ -3779,7 +4053,7 @@
|
|
|
|
|
|
# AC_LIBTOOL_LANG_RC_CONFIG
|
|
-# --------------------------
|
|
+# -------------------------
|
|
# Ensure that the configuration vars for the Windows resource compiler are
|
|
# suitably defined. Those variables are subsequently used by
|
|
# AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
|
|
@@ -3803,11 +4077,16 @@
|
|
# ltmain only uses $CC for tagged configurations so make sure $CC is set.
|
|
_LT_AC_SYS_COMPILER
|
|
|
|
+# save warnings/boilerplate of simple test code
|
|
+_LT_COMPILER_BOILERPLATE
|
|
+_LT_LINKER_BOILERPLATE
|
|
+
|
|
# Allow CC to be a program name with arguments.
|
|
lt_save_CC="$CC"
|
|
CC=${RC-"windres"}
|
|
compiler=$CC
|
|
_LT_AC_TAGVAR(compiler, $1)=$CC
|
|
+_LT_CC_BASENAME([$compiler])
|
|
_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
|
|
|
|
AC_LIBTOOL_CONFIG($1)
|
|
@@ -3833,11 +4112,12 @@
|
|
# without removal of \ escapes.
|
|
if test -n "${ZSH_VERSION+set}" ; then
|
|
setopt NO_GLOB_SUBST
|
|
- fi
|
|
+ fi
|
|
# Now quote all the things that may contain metacharacters while being
|
|
# careful not to overquote the AC_SUBSTed values. We take copies of the
|
|
# variables and quote the copies for generation of the libtool script.
|
|
- for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \
|
|
+ for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
|
|
+ SED SHELL STRIP \
|
|
libname_spec library_names_spec soname_spec extract_expsyms_cmds \
|
|
old_striplib striplib file_magic_cmd finish_cmds finish_eval \
|
|
deplibs_check_method reload_flag reload_cmds need_locks \
|
|
@@ -3887,7 +4167,7 @@
|
|
_LT_AC_TAGVAR(archive_cmds, $1) | \
|
|
_LT_AC_TAGVAR(archive_expsym_cmds, $1) | \
|
|
_LT_AC_TAGVAR(module_cmds, $1) | \
|
|
- _LT_AC_TAGVAR(module_expsym_cmds, $1) | \
|
|
+ _LT_AC_TAGVAR(module_expsym_cmds, $1) | \
|
|
_LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) | \
|
|
_LT_AC_TAGVAR(export_symbols_cmds, $1) | \
|
|
extract_expsyms_cmds | reload_cmds | finish_cmds | \
|
|
@@ -3953,11 +4233,11 @@
|
|
SED=$lt_SED
|
|
|
|
# Sed that helps us avoid accidentally triggering echo(1) options like -n.
|
|
-Xsed="$SED -e s/^X//"
|
|
+Xsed="$SED -e 1s/^X//"
|
|
|
|
# The HP-UX ksh and POSIX shell print the target directory to stdout
|
|
# if CDPATH is set.
|
|
-if test "X\${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
|
|
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
|
|
|
|
# The names of the tagged configurations supported by this script.
|
|
available_tags=
|
|
@@ -3988,6 +4268,12 @@
|
|
# The host system.
|
|
host_alias=$host_alias
|
|
host=$host
|
|
+host_os=$host_os
|
|
+
|
|
+# The build system.
|
|
+build_alias=$build_alias
|
|
+build=$build
|
|
+build_os=$build_os
|
|
|
|
# An echo program that does not interpret backslashes.
|
|
echo=$lt_echo
|
|
@@ -3999,6 +4285,9 @@
|
|
# A C compiler.
|
|
LTCC=$lt_LTCC
|
|
|
|
+# LTCC compiler flags.
|
|
+LTCFLAGS=$lt_LTCFLAGS
|
|
+
|
|
# A language-specific compiler.
|
|
CC=$lt_[]_LT_AC_TAGVAR(compiler, $1)
|
|
|
|
@@ -4018,7 +4307,7 @@
|
|
NM=$lt_NM
|
|
|
|
# A symbol stripping program
|
|
-STRIP=$STRIP
|
|
+STRIP=$lt_STRIP
|
|
|
|
# Used to examine libraries when file_magic_cmd begins "file"
|
|
MAGIC_CMD=$MAGIC_CMD
|
|
@@ -4049,7 +4338,7 @@
|
|
libext="$libext"
|
|
|
|
# Shared library suffix (normally ".so").
|
|
-shrext='$shrext'
|
|
+shrext_cmds='$shrext_cmds'
|
|
|
|
# Executable file suffix (normally "").
|
|
exeext="$exeext"
|
|
@@ -4064,7 +4353,7 @@
|
|
# Does compiler simultaneously support -c and -o options?
|
|
compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)
|
|
|
|
-# Must we lock files when doing compilation ?
|
|
+# Must we lock files when doing compilation?
|
|
need_locks=$lt_need_locks
|
|
|
|
# Do we need the lib prefix for modules?
|
|
@@ -4293,7 +4582,10 @@
|
|
# If there is no Makefile yet, we rely on a make rule to execute
|
|
# `config.status --recheck' to rerun these tests and create the
|
|
# libtool script then.
|
|
- test -f Makefile && make "$ltmain"
|
|
+ ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
|
|
+ if test -f "$ltmain_in"; then
|
|
+ test -f Makefile && make "$ltmain"
|
|
+ fi
|
|
fi
|
|
])# AC_LIBTOOL_CONFIG
|
|
|
|
@@ -4335,9 +4627,6 @@
|
|
# Regexp to match symbols that can be accessed directly from C.
|
|
sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
|
|
|
|
-# Transform the above into a raw symbol and a C symbol.
|
|
-symxfrm='\1 \2\3 \3'
|
|
-
|
|
# Transform an extracted symbol line into a proper C declaration
|
|
lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
|
|
|
|
@@ -4359,14 +4648,30 @@
|
|
lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
|
|
lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'"
|
|
;;
|
|
+linux*)
|
|
+ if test "$host_cpu" = ia64; then
|
|
+ symcode='[[ABCDGIRSTW]]'
|
|
+ lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
|
|
+ lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'"
|
|
+ fi
|
|
+ ;;
|
|
irix* | nonstopux*)
|
|
symcode='[[BCDEGRST]]'
|
|
;;
|
|
osf*)
|
|
symcode='[[BCDEGQRST]]'
|
|
;;
|
|
-solaris* | sysv5*)
|
|
- symcode='[[BDT]]'
|
|
+solaris*)
|
|
+ symcode='[[BDRT]]'
|
|
+ ;;
|
|
+sco3.2v5*)
|
|
+ symcode='[[DT]]'
|
|
+ ;;
|
|
+sysv4.2uw2*)
|
|
+ symcode='[[DT]]'
|
|
+ ;;
|
|
+sysv5* | sco5v6* | unixware* | OpenUNIX*)
|
|
+ symcode='[[ABDT]]'
|
|
;;
|
|
sysv4)
|
|
symcode='[[DFNSTU]]'
|
|
@@ -4384,14 +4689,17 @@
|
|
# If we're using GNU nm, then use its standard symbol codes.
|
|
case `$NM -V 2>&1` in
|
|
*GNU* | *'with BFD'*)
|
|
- symcode='[[ABCDGISTW]]' ;;
|
|
+ symcode='[[ABCDGIRSTW]]' ;;
|
|
esac
|
|
|
|
# Try without a prefix undercore, then with it.
|
|
for ac_symprfx in "" "_"; do
|
|
|
|
+ # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
|
|
+ symxfrm="\\1 $ac_symprfx\\2 \\2"
|
|
+
|
|
# Write the raw and C identifiers.
|
|
- lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*\($ac_symprfx\)$sympat$opt_cr$/$symxfrm/p'"
|
|
+ lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
|
|
|
|
# Check to see that the pipe works correctly.
|
|
pipe_works=no
|
|
@@ -4547,6 +4855,10 @@
|
|
# DJGPP does not support shared libraries at all
|
|
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
|
|
;;
|
|
+ interix3*)
|
|
+ # Interix 3.x gcc -fpic/-fPIC options generate broken code.
|
|
+ # Instead, we relocate shared libraries at runtime.
|
|
+ ;;
|
|
sysv4*MP*)
|
|
if test -d /usr/nec; then
|
|
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
|
|
@@ -4555,7 +4867,7 @@
|
|
hpux*)
|
|
# PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
|
|
# not for PA HP-UX.
|
|
- case "$host_cpu" in
|
|
+ case $host_cpu in
|
|
hppa*64*|ia64*)
|
|
;;
|
|
*)
|
|
@@ -4580,18 +4892,28 @@
|
|
;;
|
|
chorus*)
|
|
case $cc_basename in
|
|
- cxch68)
|
|
+ cxch68*)
|
|
# Green Hills C++ Compiler
|
|
# _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
|
|
;;
|
|
esac
|
|
;;
|
|
+ darwin*)
|
|
+ # PIC is the default on this platform
|
|
+ # Common symbols not allowed in MH_DYLIB files
|
|
+ case $cc_basename in
|
|
+ xlc*)
|
|
+ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
|
|
+ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
|
+ ;;
|
|
+ esac
|
|
+ ;;
|
|
dgux*)
|
|
case $cc_basename in
|
|
- ec++)
|
|
+ ec++*)
|
|
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
|
|
;;
|
|
- ghcx)
|
|
+ ghcx*)
|
|
# Green Hills C++ Compiler
|
|
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
|
|
;;
|
|
@@ -4599,22 +4921,22 @@
|
|
;;
|
|
esac
|
|
;;
|
|
- freebsd* | kfreebsd*-gnu)
|
|
+ freebsd* | kfreebsd*-gnu | dragonfly*)
|
|
# FreeBSD uses GNU C++
|
|
;;
|
|
hpux9* | hpux10* | hpux11*)
|
|
case $cc_basename in
|
|
- CC)
|
|
+ CC*)
|
|
_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
|
- _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
|
|
+ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
|
|
if test "$host_cpu" != ia64; then
|
|
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
|
|
fi
|
|
;;
|
|
- aCC)
|
|
+ aCC*)
|
|
_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
|
- _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
|
|
- case "$host_cpu" in
|
|
+ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
|
|
+ case $host_cpu in
|
|
hppa*64*|ia64*)
|
|
# +Z the default
|
|
;;
|
|
@@ -4627,9 +4949,13 @@
|
|
;;
|
|
esac
|
|
;;
|
|
+ interix*)
|
|
+ # This is c89, which is MS Visual C++ (no shared libs)
|
|
+ # Anyone wants to do a port?
|
|
+ ;;
|
|
irix5* | irix6* | nonstopux*)
|
|
case $cc_basename in
|
|
- CC)
|
|
+ CC*)
|
|
_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
|
_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
|
|
# CC pic flag -KPIC is the default.
|
|
@@ -4640,18 +4966,24 @@
|
|
;;
|
|
linux*)
|
|
case $cc_basename in
|
|
- KCC)
|
|
+ KCC*)
|
|
# KAI C++ Compiler
|
|
_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
|
|
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
|
|
;;
|
|
- icpc)
|
|
+ icpc* | ecpc*)
|
|
# Intel C++
|
|
_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
|
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
|
|
_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
|
|
- ;;
|
|
- cxx)
|
|
+ ;;
|
|
+ pgCC*)
|
|
+ # Portland Group C++ compiler.
|
|
+ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
|
+ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
|
|
+ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
|
+ ;;
|
|
+ cxx*)
|
|
# Compaq C++
|
|
# Make sure the PIC flag is empty. It appears that all Alpha
|
|
# Linux and Compaq Tru64 Unix objects are PIC.
|
|
@@ -4668,7 +5000,7 @@
|
|
;;
|
|
mvs*)
|
|
case $cc_basename in
|
|
- cxx)
|
|
+ cxx*)
|
|
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
|
|
;;
|
|
*)
|
|
@@ -4679,14 +5011,14 @@
|
|
;;
|
|
osf3* | osf4* | osf5*)
|
|
case $cc_basename in
|
|
- KCC)
|
|
+ KCC*)
|
|
_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
|
|
;;
|
|
- RCC)
|
|
+ RCC*)
|
|
# Rational C++ 2.4.1
|
|
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
|
|
;;
|
|
- cxx)
|
|
+ cxx*)
|
|
# Digital/Compaq C++
|
|
_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
|
# Make sure the PIC flag is empty. It appears that all Alpha
|
|
@@ -4700,24 +5032,15 @@
|
|
;;
|
|
psos*)
|
|
;;
|
|
- sco*)
|
|
- case $cc_basename in
|
|
- CC)
|
|
- _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
|
|
- ;;
|
|
- *)
|
|
- ;;
|
|
- esac
|
|
- ;;
|
|
solaris*)
|
|
case $cc_basename in
|
|
- CC)
|
|
+ CC*)
|
|
# Sun C++ 4.2, 5.x and Centerline C++
|
|
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
|
|
_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
|
_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
|
|
;;
|
|
- gcx)
|
|
+ gcx*)
|
|
# Green Hills C++ Compiler
|
|
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
|
|
;;
|
|
@@ -4727,12 +5050,12 @@
|
|
;;
|
|
sunos4*)
|
|
case $cc_basename in
|
|
- CC)
|
|
+ CC*)
|
|
# Sun C++ 4.x
|
|
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
|
|
_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
|
;;
|
|
- lcc)
|
|
+ lcc*)
|
|
# Lucid
|
|
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
|
|
;;
|
|
@@ -4742,7 +5065,7 @@
|
|
;;
|
|
tandem*)
|
|
case $cc_basename in
|
|
- NCC)
|
|
+ NCC*)
|
|
# NonStop-UX NCC 3.20
|
|
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
|
|
;;
|
|
@@ -4750,7 +5073,14 @@
|
|
;;
|
|
esac
|
|
;;
|
|
- unixware*)
|
|
+ sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
|
|
+ case $cc_basename in
|
|
+ CC*)
|
|
+ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
|
+ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
|
|
+ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
|
+ ;;
|
|
+ esac
|
|
;;
|
|
vxworks*)
|
|
;;
|
|
@@ -4797,6 +5127,11 @@
|
|
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
|
|
;;
|
|
|
|
+ interix3*)
|
|
+ # Interix 3.x gcc -fpic/-fPIC options generate broken code.
|
|
+ # Instead, we relocate shared libraries at runtime.
|
|
+ ;;
|
|
+
|
|
msdosdjgpp*)
|
|
# Just because we use GCC doesn't mean we suddenly get shared libraries
|
|
# on systems that don't support them.
|
|
@@ -4813,7 +5148,7 @@
|
|
hpux*)
|
|
# PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
|
|
# not for PA HP-UX.
|
|
- case "$host_cpu" in
|
|
+ case $host_cpu in
|
|
hppa*64*|ia64*)
|
|
# +Z the default
|
|
;;
|
|
@@ -4839,6 +5174,16 @@
|
|
_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
|
|
fi
|
|
;;
|
|
+ darwin*)
|
|
+ # PIC is the default on this platform
|
|
+ # Common symbols not allowed in MH_DYLIB files
|
|
+ case $cc_basename in
|
|
+ xlc*)
|
|
+ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
|
|
+ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
|
+ ;;
|
|
+ esac
|
|
+ ;;
|
|
|
|
mingw* | pw32* | os2*)
|
|
# This hack is so that the source file can tell whether it is being
|
|
@@ -4850,7 +5195,7 @@
|
|
_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
|
# PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
|
|
# not for PA HP-UX.
|
|
- case "$host_cpu" in
|
|
+ case $host_cpu in
|
|
hppa*64*|ia64*)
|
|
# +Z the default
|
|
;;
|
|
@@ -4874,12 +5219,19 @@
|
|
;;
|
|
|
|
linux*)
|
|
- case $CC in
|
|
+ case $cc_basename in
|
|
icc* | ecc*)
|
|
_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
|
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
|
|
_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
|
|
;;
|
|
+ pgcc* | pgf77* | pgf90* | pgf95*)
|
|
+ # Portland Group compilers (*not* the Pentium gcc compiler,
|
|
+ # which looks to be a dead project)
|
|
+ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
|
+ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
|
|
+ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
|
+ ;;
|
|
ccc*)
|
|
_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
|
# All Alpha code is PIC.
|
|
@@ -4894,15 +5246,15 @@
|
|
_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
|
|
;;
|
|
|
|
- sco3.2v5*)
|
|
- _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kpic'
|
|
- _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-dn'
|
|
- ;;
|
|
-
|
|
solaris*)
|
|
- _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
|
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
|
|
_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
|
+ case $cc_basename in
|
|
+ f77* | f90* | f95*)
|
|
+ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';;
|
|
+ *)
|
|
+ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';;
|
|
+ esac
|
|
;;
|
|
|
|
sunos4*)
|
|
@@ -4911,7 +5263,7 @@
|
|
_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
|
;;
|
|
|
|
- sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
|
|
+ sysv4 | sysv4.2uw2* | sysv4.3*)
|
|
_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
|
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
|
|
_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
|
@@ -4924,6 +5276,17 @@
|
|
fi
|
|
;;
|
|
|
|
+ sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
|
|
+ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
|
+ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
|
|
+ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
|
+ ;;
|
|
+
|
|
+ unicos*)
|
|
+ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
|
+ _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
|
|
+ ;;
|
|
+
|
|
uts4*)
|
|
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
|
|
_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
|
@@ -4951,7 +5314,7 @@
|
|
[_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
|
|
_LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
|
|
fi
|
|
-case "$host_os" in
|
|
+case $host_os in
|
|
# For platforms which do not support PIC, -DPIC is meaningless:
|
|
*djgpp*)
|
|
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
|
|
@@ -4960,6 +5323,16 @@
|
|
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])"
|
|
;;
|
|
esac
|
|
+
|
|
+#
|
|
+# Check to make sure the static flag actually works.
|
|
+#
|
|
+wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_AC_TAGVAR(lt_prog_compiler_static, $1)\"
|
|
+AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works],
|
|
+ _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1),
|
|
+ $lt_tmp_static_flag,
|
|
+ [],
|
|
+ [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
|
|
])
|
|
|
|
|
|
@@ -4984,7 +5357,7 @@
|
|
_LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
|
|
;;
|
|
cygwin* | mingw*)
|
|
- _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
|
|
+ _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]] /s/.* \([[^ ]]*\)/\1 DATA/;/^.* __nm__/s/^.* __nm__\([[^ ]]*\) [[^ ]]*/\1 DATA/;/^I /d;/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
|
|
;;
|
|
*)
|
|
_LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
|
|
@@ -5010,7 +5383,7 @@
|
|
_LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
|
|
_LT_AC_TAGVAR(hardcode_automatic, $1)=no
|
|
_LT_AC_TAGVAR(module_cmds, $1)=
|
|
- _LT_AC_TAGVAR(module_expsym_cmds, $1)=
|
|
+ _LT_AC_TAGVAR(module_expsym_cmds, $1)=
|
|
_LT_AC_TAGVAR(always_export_symbols, $1)=no
|
|
_LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
|
|
# include_expsyms should be a list of space-separated symbols to be *always*
|
|
@@ -5027,7 +5400,8 @@
|
|
# rely on this symbol name, it's probably fine to never include it in
|
|
# preloaded symbol tables.
|
|
extract_expsyms_cmds=
|
|
-
|
|
+ # Just being paranoid about ensuring that cc_basename is set.
|
|
+ _LT_CC_BASENAME([$compiler])
|
|
case $host_os in
|
|
cygwin* | mingw* | pw32*)
|
|
# FIXME: the MSVC++ port hasn't been tested in a loooong time
|
|
@@ -5037,6 +5411,10 @@
|
|
with_gnu_ld=no
|
|
fi
|
|
;;
|
|
+ interix*)
|
|
+ # we just hope/assume this is gcc and not c89 (= MSVC++)
|
|
+ with_gnu_ld=yes
|
|
+ ;;
|
|
openbsd*)
|
|
with_gnu_ld=no
|
|
;;
|
|
@@ -5047,6 +5425,27 @@
|
|
# If archive_cmds runs LD, not CC, wlarc should be empty
|
|
wlarc='${wl}'
|
|
|
|
+ # Set some defaults for GNU ld with shared library support. These
|
|
+ # are reset later if shared libraries are not supported. Putting them
|
|
+ # here allows them to be overridden if necessary.
|
|
+ runpath_var=LD_RUN_PATH
|
|
+ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
|
|
+ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
|
|
+ # ancient GNU ld didn't support --whole-archive et. al.
|
|
+ if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
|
|
+ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
|
|
+ else
|
|
+ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
|
|
+ fi
|
|
+ supports_anon_versioning=no
|
|
+ case `$LD -v 2>/dev/null` in
|
|
+ *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
|
|
+ *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
|
|
+ *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
|
|
+ *\ 2.11.*) ;; # other 2.11 versions
|
|
+ *) supports_anon_versioning=yes ;;
|
|
+ esac
|
|
+
|
|
# See if GNU ld supports shared libraries.
|
|
case $host_os in
|
|
aix3* | aix4* | aix5*)
|
|
@@ -5084,7 +5483,7 @@
|
|
_LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
|
|
# Joseph Beckenbach <jrb3@best.com> says some releases of gcc
|
|
# support --undefined. This deserves some investigation. FIXME
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
|
else
|
|
_LT_AC_TAGVAR(ld_shlibs, $1)=no
|
|
fi
|
|
@@ -5094,13 +5493,13 @@
|
|
# _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
|
|
# as there is no search path for DLLs.
|
|
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
|
|
- _LT_AC_TAGVAR(allow_undefined_flag, $1)=no
|
|
+ _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
|
|
_LT_AC_TAGVAR(always_export_symbols, $1)=no
|
|
_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
|
|
- _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
|
|
+ _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
|
|
|
|
if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
|
|
# If the export-symbols file already is a .def file (1st line
|
|
# is EXPORTS), use it as is; otherwise, prepend...
|
|
_LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
|
|
@@ -5109,9 +5508,55 @@
|
|
echo EXPORTS > $output_objdir/$soname.def;
|
|
cat $export_symbols >> $output_objdir/$soname.def;
|
|
fi~
|
|
- $CC -shared $output_objdir/$soname.def $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
|
|
+ $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
|
|
else
|
|
- ld_shlibs=no
|
|
+ _LT_AC_TAGVAR(ld_shlibs, $1)=no
|
|
+ fi
|
|
+ ;;
|
|
+
|
|
+ interix3*)
|
|
+ _LT_AC_TAGVAR(hardcode_direct, $1)=no
|
|
+ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
|
|
+ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
|
|
+ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
|
|
+ # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
|
|
+ # Instead, shared libraries are loaded at an image base (0x10000000 by
|
|
+ # default) and relocated if they conflict, which is a slow very memory
|
|
+ # consuming and fragmenting process. To avoid this, we pick a random,
|
|
+ # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
|
|
+ # time. Moving up from 0x10000000 also allows more sbrk(2) space.
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
|
|
+ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
|
|
+ ;;
|
|
+
|
|
+ linux*)
|
|
+ if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
|
|
+ tmp_addflag=
|
|
+ case $cc_basename,$host_cpu in
|
|
+ pgcc*) # Portland Group C compiler
|
|
+ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
|
|
+ tmp_addflag=' $pic_flag'
|
|
+ ;;
|
|
+ pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers
|
|
+ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
|
|
+ tmp_addflag=' $pic_flag -Mnomain' ;;
|
|
+ ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
|
|
+ tmp_addflag=' -i_dynamic' ;;
|
|
+ efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
|
|
+ tmp_addflag=' -i_dynamic -nofor_main' ;;
|
|
+ ifc* | ifort*) # Intel Fortran compiler
|
|
+ tmp_addflag=' -nofor_main' ;;
|
|
+ esac
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
|
+
|
|
+ if test $supports_anon_versioning = yes; then
|
|
+ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~
|
|
+ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
|
|
+ $echo "local: *; };" >> $output_objdir/$libname.ver~
|
|
+ $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
|
|
+ fi
|
|
+ else
|
|
+ _LT_AC_TAGVAR(ld_shlibs, $1)=no
|
|
fi
|
|
;;
|
|
|
|
@@ -5120,12 +5565,12 @@
|
|
_LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
|
|
wlarc=
|
|
else
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
|
|
- _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
|
+ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
|
|
fi
|
|
;;
|
|
|
|
- solaris* | sysv5*)
|
|
+ solaris*)
|
|
if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
|
|
_LT_AC_TAGVAR(ld_shlibs, $1)=no
|
|
cat <<EOF 1>&2
|
|
@@ -5139,13 +5584,40 @@
|
|
|
|
EOF
|
|
elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
|
|
- _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
|
+ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
|
|
else
|
|
_LT_AC_TAGVAR(ld_shlibs, $1)=no
|
|
fi
|
|
;;
|
|
|
|
+ sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
|
|
+ case `$LD -v 2>&1` in
|
|
+ *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
|
|
+ _LT_AC_TAGVAR(ld_shlibs, $1)=no
|
|
+ cat <<_LT_EOF 1>&2
|
|
+
|
|
+*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
|
|
+*** reliably create shared libraries on SCO systems. Therefore, libtool
|
|
+*** is disabling shared libraries support. We urge you to upgrade GNU
|
|
+*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
|
|
+*** your PATH or compiler configuration so that the native linker is
|
|
+*** used, and then restart.
|
|
+
|
|
+_LT_EOF
|
|
+ ;;
|
|
+ *)
|
|
+ if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
|
|
+ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
|
|
+ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib'
|
|
+ else
|
|
+ _LT_AC_TAGVAR(ld_shlibs, $1)=no
|
|
+ fi
|
|
+ ;;
|
|
+ esac
|
|
+ ;;
|
|
+
|
|
sunos4*)
|
|
_LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
|
|
wlarc=
|
|
@@ -5155,24 +5627,19 @@
|
|
|
|
*)
|
|
if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
|
|
- _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
|
+ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
|
|
else
|
|
_LT_AC_TAGVAR(ld_shlibs, $1)=no
|
|
fi
|
|
;;
|
|
esac
|
|
|
|
- if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = yes; then
|
|
- runpath_var=LD_RUN_PATH
|
|
- _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
|
|
- _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
|
|
- # ancient GNU ld didn't support --whole-archive et. al.
|
|
- if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
|
|
- _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
|
|
- else
|
|
- _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
|
|
- fi
|
|
+ if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no; then
|
|
+ runpath_var=
|
|
+ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
|
|
+ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
|
|
+ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
|
|
fi
|
|
else
|
|
# PORTME fill in a description of your system's linker (not GNU ld)
|
|
@@ -5184,7 +5651,7 @@
|
|
# Note: this linker hardcodes the directories in LIBPATH if there
|
|
# are no directories specified by -L.
|
|
_LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
|
|
- if test "$GCC" = yes && test -z "$link_static_flag"; then
|
|
+ if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
|
|
# Neither direct hardcoding nor static linking is supported with a
|
|
# broken collect2.
|
|
_LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
|
|
@@ -5206,9 +5673,21 @@
|
|
else
|
|
_LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
|
|
fi
|
|
+ aix_use_runtimelinking=no
|
|
+
|
|
+ # Test if we are trying to use run time linking or normal
|
|
+ # AIX style linking. If -brtl is somewhere in LDFLAGS, we
|
|
+ # need to do runtime linking.
|
|
+ case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
|
|
+ for ld_flag in $LDFLAGS; do
|
|
+ if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
|
|
+ aix_use_runtimelinking=yes
|
|
+ break
|
|
+ fi
|
|
+ done
|
|
+ ;;
|
|
+ esac
|
|
|
|
- # KDE requires run time linking. Make it the default.
|
|
- aix_use_runtimelinking=yes
|
|
exp_sym_flag='-bexport'
|
|
no_entry_flag='-bnoentry'
|
|
fi
|
|
@@ -5225,7 +5704,7 @@
|
|
_LT_AC_TAGVAR(link_all_deplibs, $1)=yes
|
|
|
|
if test "$GCC" = yes; then
|
|
- case $host_os in aix4.[012]|aix4.[012].*)
|
|
+ case $host_os in aix4.[[012]]|aix4.[[012]].*)
|
|
# We only want to do this on AIX 4.2 and lower, the check
|
|
# below for broken collect2 doesn't work under 4.3+
|
|
collect2name=`${CC} -print-prog-name=collect2`
|
|
@@ -5244,8 +5723,12 @@
|
|
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
|
|
_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
|
|
fi
|
|
+ ;;
|
|
esac
|
|
shared_flag='-shared'
|
|
+ if test "$aix_use_runtimelinking" = yes; then
|
|
+ shared_flag="$shared_flag "'${wl}-G'
|
|
+ fi
|
|
else
|
|
# not using gcc
|
|
if test "$host_cpu" = ia64; then
|
|
@@ -5253,30 +5736,30 @@
|
|
# chokes on -Wl,-G. The following line is correct:
|
|
shared_flag='-G'
|
|
else
|
|
- if test "$aix_use_runtimelinking" = yes; then
|
|
- shared_flag='-qmkshrobj ${wl}-G'
|
|
+ if test "$aix_use_runtimelinking" = yes; then
|
|
+ shared_flag='${wl}-G'
|
|
else
|
|
- shared_flag='-qmkshrobj'
|
|
- fi
|
|
+ shared_flag='${wl}-bM:SRE'
|
|
+ fi
|
|
fi
|
|
fi
|
|
|
|
- # Let the compiler handle the export list.
|
|
- _LT_AC_TAGVAR(always_export_symbols, $1)=no
|
|
+ # It seems that -bexpall does not export symbols beginning with
|
|
+ # underscore (_), so it is better to generate a list of symbols to export.
|
|
+ _LT_AC_TAGVAR(always_export_symbols, $1)=yes
|
|
if test "$aix_use_runtimelinking" = yes; then
|
|
# Warning - without using the other runtime loading flags (-brtl),
|
|
# -berok will link without error, but may produce a broken library.
|
|
_LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
|
|
# Determine the default libpath from the value encoded in an empty executable.
|
|
- _LT_AC_SYS_LIBPATH_AIX
|
|
- _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
|
|
- _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
|
|
+ _LT_AC_SYS_LIBPATH_AIX
|
|
+ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
|
|
+ _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
|
|
else
|
|
if test "$host_cpu" = ia64; then
|
|
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
|
|
_LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
|
|
- _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
|
|
+ _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
|
|
else
|
|
# Determine the default libpath from the value encoded in an empty executable.
|
|
_LT_AC_SYS_LIBPATH_AIX
|
|
@@ -5285,13 +5768,11 @@
|
|
# -berok will link without error, but may produce a broken library.
|
|
_LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
|
|
_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
|
|
- # -bexpall does not export symbols beginning with underscore (_)
|
|
- _LT_AC_TAGVAR(always_export_symbols, $1)=yes
|
|
# Exported symbols can be pulled into shared objects from archives
|
|
- _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '
|
|
+ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
|
|
_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
|
|
- # This is similar to how AIX traditionally builds it's shared libraries.
|
|
- _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
|
|
+ # This is similar to how AIX traditionally builds its shared libraries.
|
|
+ _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
|
|
fi
|
|
fi
|
|
;;
|
|
@@ -5304,7 +5785,7 @@
|
|
_LT_AC_TAGVAR(ld_shlibs, $1)=no
|
|
;;
|
|
|
|
- bsdi4*)
|
|
+ bsdi[[45]]*)
|
|
_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
|
|
;;
|
|
|
|
@@ -5314,69 +5795,69 @@
|
|
# hardcode_libdir_flag_spec is actually meaningless, as there is
|
|
# no search path for DLLs.
|
|
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
|
|
- _LT_AC_TAGVAR(allow_undefined_flag, $1)=no
|
|
+ _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
|
|
# Tell ltmain to make .lib files, not .a files.
|
|
libext=lib
|
|
# Tell ltmain to make .dll files, not .so files.
|
|
- shrext=".dll"
|
|
+ shrext_cmds=".dll"
|
|
# FIXME: Setting linknames here is a bad hack.
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $compiler_flags $libobjs `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
|
|
# The linker will automatically build a .lib file if we build a DLL.
|
|
_LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true'
|
|
# FIXME: Should let the user specify the lib program.
|
|
_LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs'
|
|
- fix_srcfile_path='`cygpath -w "$srcfile"`'
|
|
+ _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
|
|
_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
|
|
;;
|
|
|
|
darwin* | rhapsody*)
|
|
- if test "$GXX" = yes ; then
|
|
- _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
|
|
- case "$host_os" in
|
|
- rhapsody* | darwin1.[[012]])
|
|
- _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,suppress'
|
|
- ;;
|
|
- *) # Darwin 1.3 on
|
|
- if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
|
|
- _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
|
|
- else
|
|
- case ${MACOSX_DEPLOYMENT_TARGET} in
|
|
- 10.[012])
|
|
- _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
|
|
- ;;
|
|
- 10.*)
|
|
- _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,dynamic_lookup'
|
|
- ;;
|
|
- esac
|
|
- fi
|
|
- ;;
|
|
+ case $host_os in
|
|
+ rhapsody* | darwin1.[[012]])
|
|
+ _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
|
|
+ ;;
|
|
+ *) # Darwin 1.3 on
|
|
+ if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
|
|
+ _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
|
|
+ else
|
|
+ case ${MACOSX_DEPLOYMENT_TARGET} in
|
|
+ 10.[[012]])
|
|
+ _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
|
|
+ ;;
|
|
+ 10.*)
|
|
+ _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
|
|
+ ;;
|
|
+ esac
|
|
+ fi
|
|
+ ;;
|
|
esac
|
|
- lt_int_apple_cc_single_mod=no
|
|
- output_verbose_link_cmd='echo'
|
|
- if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
|
|
- lt_int_apple_cc_single_mod=yes
|
|
- fi
|
|
- if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
|
|
- else
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring'
|
|
- fi
|
|
- _LT_AC_TAGVAR(module_cmds, $1)='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
|
|
- # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
|
|
- if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
|
|
- _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
|
|
- else
|
|
- _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
|
|
- fi
|
|
- _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
|
|
+ _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
|
|
_LT_AC_TAGVAR(hardcode_direct, $1)=no
|
|
_LT_AC_TAGVAR(hardcode_automatic, $1)=yes
|
|
_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
|
|
- _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
|
|
+ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
|
|
_LT_AC_TAGVAR(link_all_deplibs, $1)=yes
|
|
- else
|
|
- _LT_AC_TAGVAR(ld_shlibs, $1)=no
|
|
- fi
|
|
+ if test "$GCC" = yes ; then
|
|
+ output_verbose_link_cmd='echo'
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
|
|
+ _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
|
|
+ # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
|
|
+ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
|
|
+ _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
|
|
+ else
|
|
+ case $cc_basename in
|
|
+ xlc*)
|
|
+ output_verbose_link_cmd='echo'
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
|
|
+ _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
|
|
+ # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
|
|
+ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
|
|
+ _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
|
|
+ ;;
|
|
+ *)
|
|
+ _LT_AC_TAGVAR(ld_shlibs, $1)=no
|
|
+ ;;
|
|
+ esac
|
|
+ fi
|
|
;;
|
|
|
|
dgux*)
|
|
@@ -5409,8 +5890,8 @@
|
|
;;
|
|
|
|
# FreeBSD 3 and greater uses gcc -shared to do shared libraries.
|
|
- freebsd* | kfreebsd*-gnu)
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $compiler_flags $libobjs $deplibs'
|
|
+ freebsd* | kfreebsd*-gnu | dragonfly*)
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
|
|
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
|
|
_LT_AC_TAGVAR(hardcode_direct, $1)=yes
|
|
_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
|
|
@@ -5418,7 +5899,7 @@
|
|
|
|
hpux9*)
|
|
if test "$GCC" = yes; then
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $libobjs $deplibs~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
|
|
else
|
|
_LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
|
|
fi
|
|
@@ -5432,47 +5913,62 @@
|
|
_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
|
|
;;
|
|
|
|
- hpux10* | hpux11*)
|
|
+ hpux10*)
|
|
if test "$GCC" = yes -a "$with_gnu_ld" = no; then
|
|
- case "$host_cpu" in
|
|
- hppa*64*|ia64*)
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
|
|
+ else
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
|
|
+ fi
|
|
+ if test "$with_gnu_ld" = no; then
|
|
+ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
|
|
+ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
|
|
+
|
|
+ _LT_AC_TAGVAR(hardcode_direct, $1)=yes
|
|
+ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
|
|
+
|
|
+ # hardcode_minus_L: Not really in the search PATH,
|
|
+ # but as the default location of the library.
|
|
+ _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
|
|
+ fi
|
|
+ ;;
|
|
+
|
|
+ hpux11*)
|
|
+ if test "$GCC" = yes -a "$with_gnu_ld" = no; then
|
|
+ case $host_cpu in
|
|
+ hppa*64*)
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
|
|
+ ;;
|
|
+ ia64*)
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
|
|
;;
|
|
*)
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $libobjs $deplibs'
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
|
|
;;
|
|
esac
|
|
else
|
|
- case "$host_cpu" in
|
|
- hppa*64*|ia64*)
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
|
|
+ case $host_cpu in
|
|
+ hppa*64*)
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
|
|
+ ;;
|
|
+ ia64*)
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
|
|
;;
|
|
*)
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
|
|
;;
|
|
esac
|
|
fi
|
|
if test "$with_gnu_ld" = no; then
|
|
- case "$host_cpu" in
|
|
- hppa*64*)
|
|
- _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
|
|
+ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
|
|
+ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
|
|
+
|
|
+ case $host_cpu in
|
|
+ hppa*64*|ia64*)
|
|
_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
|
|
- _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
|
|
_LT_AC_TAGVAR(hardcode_direct, $1)=no
|
|
_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
|
|
;;
|
|
- ia64*)
|
|
- _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
|
|
- _LT_AC_TAGVAR(hardcode_direct, $1)=no
|
|
- _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
|
|
-
|
|
- # hardcode_minus_L: Not really in the search PATH,
|
|
- # but as the default location of the library.
|
|
- _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
|
|
- ;;
|
|
*)
|
|
- _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
|
|
- _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
|
|
_LT_AC_TAGVAR(hardcode_direct, $1)=yes
|
|
_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
|
|
|
|
@@ -5486,7 +5982,7 @@
|
|
|
|
irix5* | irix6* | nonstopux*)
|
|
if test "$GCC" = yes; then
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
|
|
else
|
|
_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
|
|
_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
|
|
@@ -5519,7 +6015,8 @@
|
|
_LT_AC_TAGVAR(hardcode_direct, $1)=yes
|
|
_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
|
|
if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs'
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
|
|
+ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
|
|
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
|
|
_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
|
|
else
|
|
@@ -5529,7 +6026,7 @@
|
|
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
|
|
;;
|
|
*)
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs'
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
|
|
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
|
|
;;
|
|
esac
|
|
@@ -5540,14 +6037,14 @@
|
|
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
|
|
_LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
|
|
_LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $compiler_flags $libobjs $deplibs$output_objdir/$libname.def'
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
|
|
_LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
|
|
;;
|
|
|
|
osf3*)
|
|
if test "$GCC" = yes; then
|
|
_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $compiler_flags $libobjs $deplibs ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
|
|
else
|
|
_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
|
|
_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
|
|
@@ -5559,13 +6056,13 @@
|
|
osf4* | osf5*) # as osf3* with the addition of -msym flag
|
|
if test "$GCC" = yes; then
|
|
_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $compiler_flags $libobjs $deplibs ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
|
|
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
|
|
else
|
|
_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
|
|
_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
|
|
_LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
|
|
- $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
|
|
+ $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
|
|
|
|
# Both c and cxx compiler support -rpath directly
|
|
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
|
|
@@ -5573,21 +6070,15 @@
|
|
_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
|
|
;;
|
|
|
|
- sco3.2v5*)
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
|
- _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
|
|
- _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
|
|
- runpath_var=LD_RUN_PATH
|
|
- hardcode_runpath_var=yes
|
|
- ;;
|
|
-
|
|
solaris*)
|
|
_LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
|
|
if test "$GCC" = yes; then
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
|
|
+ wlarc='${wl}'
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
|
|
_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
|
|
- $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs~$rm $lib.exp'
|
|
+ $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
|
|
else
|
|
+ wlarc=''
|
|
_LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
|
_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
|
|
$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
|
|
@@ -5596,8 +6087,18 @@
|
|
_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
|
|
case $host_os in
|
|
solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
|
|
- *) # Supported since Solaris 2.6 (maybe 2.5.1?)
|
|
- _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;;
|
|
+ *)
|
|
+ # The compiler driver will combine linker options so we
|
|
+ # cannot just pass the convience library names through
|
|
+ # without $wl, iff we do not link with $LD.
|
|
+ # Luckily, gcc supports the same syntax we need for Sun Studio.
|
|
+ # Supported since Solaris 2.6 (maybe 2.5.1?)
|
|
+ case $wlarc in
|
|
+ '')
|
|
+ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;;
|
|
+ *)
|
|
+ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
|
|
+ esac ;;
|
|
esac
|
|
_LT_AC_TAGVAR(link_all_deplibs, $1)=yes
|
|
;;
|
|
@@ -5606,7 +6107,7 @@
|
|
if test "x$host_vendor" = xsequent; then
|
|
# Use $CC to link under sequent, because it throws in some extra .o
|
|
# files that make .init and .fini sections work.
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $compiler_flags $libobjs $deplibs'
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
|
|
else
|
|
_LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
|
|
fi
|
|
@@ -5654,36 +6155,45 @@
|
|
fi
|
|
;;
|
|
|
|
- sysv4.2uw2*)
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
|
|
- _LT_AC_TAGVAR(hardcode_direct, $1)=yes
|
|
- _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
|
|
+ sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7*)
|
|
+ _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
|
|
+ _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
|
|
_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
|
|
- hardcode_runpath_var=yes
|
|
- runpath_var=LD_RUN_PATH
|
|
- ;;
|
|
+ runpath_var='LD_RUN_PATH'
|
|
|
|
- sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7*)
|
|
- _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z ${wl}text'
|
|
if test "$GCC" = yes; then
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
|
+ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
|
else
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
|
+ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
|
fi
|
|
- runpath_var='LD_RUN_PATH'
|
|
- _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
|
|
;;
|
|
|
|
- sysv5*)
|
|
- _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
|
|
- # $CC -shared without GNU ld will not create a library from C++
|
|
- # object files and a static libstdc++, better avoid it by now
|
|
- _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
|
- _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
|
|
- $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
|
|
- _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
|
|
+ sysv5* | sco3.2v5* | sco5v6*)
|
|
+ # Note: We can NOT use -z defs as we might desire, because we do not
|
|
+ # link with -lc, and that would cause any symbols used from libc to
|
|
+ # always be unresolved, which means just about no library would
|
|
+ # ever link correctly. If we're not using GNU ld we use -z text
|
|
+ # though, which does catch some bad symbols but isn't as heavy-handed
|
|
+ # as -z defs.
|
|
+ _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
|
|
+ _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
|
|
+ _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
|
|
_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
|
|
+ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
|
|
+ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
|
|
+ _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
|
|
+ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
|
|
runpath_var='LD_RUN_PATH'
|
|
+
|
|
+ if test "$GCC" = yes; then
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
|
|
+ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
|
|
+ else
|
|
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
|
|
+ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
|
|
+ fi
|
|
;;
|
|
|
|
uts4*)
|
|
@@ -5701,11 +6211,6 @@
|
|
AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
|
|
test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
|
|
|
|
-variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
|
|
-if test "$GCC" = yes; then
|
|
- variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
|
|
-fi
|
|
-
|
|
#
|
|
# Do we need to explicitly link libc?
|
|
#
|
|
@@ -5726,13 +6231,14 @@
|
|
AC_MSG_CHECKING([whether -lc should be explicitly linked in])
|
|
$rm conftest*
|
|
printf "$lt_simple_compile_test_code" > conftest.$ac_ext
|
|
-
|
|
+
|
|
if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
|
|
soname=conftest
|
|
lib=conftest
|
|
libobjs=conftest.$ac_objext
|
|
deplibs=
|
|
wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
|
|
+ pic_flag=$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
|
|
compiler_flags=-v
|
|
linker_flags=-v
|
|
verstring=
|
|
@@ -5860,7 +6366,7 @@
|
|
# Add /usr/xpg4/bin/sed as it is typically found on Solaris
|
|
# along with /bin/sed that truncates output.
|
|
for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
|
|
- test ! -f $lt_ac_sed && break
|
|
+ test ! -f $lt_ac_sed && continue
|
|
cat /dev/null > conftest.in
|
|
lt_ac_count=0
|
|
echo $ECHO_N "0123456789$ECHO_C" >conftest.in
|