1 # generated automatically by aclocal 1.8.5 -*- Autoconf -*-
3 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
4 # Free Software Foundation, Inc.
5 # This file is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
16 # serial 52 AC_PROG_LIBTOOL
19 # AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
20 # -----------------------------------------------------------
21 # If this macro is not defined by Autoconf, define it here.
22 m4_ifdef([AC_PROVIDE_IFELSE],
24 [m4_define([AC_PROVIDE_IFELSE],
25 [m4_ifdef([AC_PROVIDE_$1],
31 AC_DEFUN([AC_PROG_LIBTOOL],
32 [AC_REQUIRE([_AC_PROG_LIBTOOL])dnl
33 dnl If AC_PROG_CXX has already been expanded, run AC_LIBTOOL_CXX
34 dnl immediately, otherwise, hook it in at the end of AC_PROG_CXX.
35 AC_PROVIDE_IFELSE([AC_PROG_CXX],
37 [define([AC_PROG_CXX], defn([AC_PROG_CXX])[AC_LIBTOOL_CXX
39 dnl And a similar setup for Fortran 77 support
40 AC_PROVIDE_IFELSE([AC_PROG_F77],
42 [define([AC_PROG_F77], defn([AC_PROG_F77])[AC_LIBTOOL_F77
45 dnl Quote A][M_PROG_GCJ so that aclocal doesn't bring it in needlessly.
46 dnl If either AC_PROG_GCJ or A][M_PROG_GCJ have already been expanded, run
47 dnl AC_LIBTOOL_GCJ immediately, otherwise, hook it in at the end of both.
48 AC_PROVIDE_IFELSE([AC_PROG_GCJ],
50 [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],
52 [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],
55 [define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])
56 ifdef([A][M_PROG_GCJ],
57 [define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[AC_LIBTOOL_GCJ])])
58 ifdef([LT_AC_PROG_GCJ],
59 [define([LT_AC_PROG_GCJ],
60 defn([LT_AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])])])
66 AC_DEFUN([_AC_PROG_LIBTOOL],
67 [AC_REQUIRE([AC_LIBTOOL_SETUP])dnl
68 AC_BEFORE([$0],[AC_LIBTOOL_CXX])dnl
69 AC_BEFORE([$0],[AC_LIBTOOL_F77])dnl
70 AC_BEFORE([$0],[AC_LIBTOOL_GCJ])dnl
72 # This can be used to rebuild libtool when needed
73 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
75 # Always use our own libtool.
76 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
79 # Prevent multiple expansion
80 define([AC_PROG_LIBTOOL], [])
86 AC_DEFUN([AC_LIBTOOL_SETUP],
88 AC_REQUIRE([AC_ENABLE_SHARED])dnl
89 AC_REQUIRE([AC_ENABLE_STATIC])dnl
90 AC_REQUIRE([AC_ENABLE_FAST_INSTALL])dnl
91 AC_REQUIRE([AC_CANONICAL_HOST])dnl
92 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
93 AC_REQUIRE([AC_PROG_CC])dnl
94 AC_REQUIRE([AC_PROG_LD])dnl
95 AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl
96 AC_REQUIRE([AC_PROG_NM])dnl
98 AC_REQUIRE([AC_PROG_LN_S])dnl
99 AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl
100 # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
101 AC_REQUIRE([AC_OBJEXT])dnl
102 AC_REQUIRE([AC_EXEEXT])dnl
104 AC_LIBTOOL_SYS_MAX_CMD_LEN
105 AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
108 AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
109 _LT_AC_PROG_ECHO_BACKSLASH
113 # AIX sometimes has problems with the GCC collect2 program. For some
114 # reason, if we set the COLLECT_NAMES environment variable, the problems
115 # vanish in a puff of smoke.
116 if test "X${COLLECT_NAMES+set}" != Xset; then
123 # Sed substitution that helps us do robust quoting. It backslashifies
124 # metacharacters that are still active within double-quoted strings.
125 Xsed='sed -e 1s/^X//'
126 [sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g']
128 # Same as above, but do not quote variable references.
129 [double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g']
131 # Sed substitution to delay expansion of an escaped shell variable in a
132 # double_quote_subst'ed string.
133 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
135 # Sed substitution to avoid accidental globbing in evaled expressions
136 no_glob_subst='s/\*/\\\*/g'
142 default_ofile=libtool
145 # All known linkers require a `.a' archive for static linking (except MSVC,
146 # which needs '.lib').
148 ltmain="$ac_aux_dir/ltmain.sh"
149 ofile="$default_ofile"
150 with_gnu_ld="$lt_cv_prog_gnu_ld"
152 AC_CHECK_TOOL(AR, ar, false)
153 AC_CHECK_TOOL(RANLIB, ranlib, :)
154 AC_CHECK_TOOL(STRIP, strip, :)
159 # Set sane defaults for various variables
160 test -z "$AR" && AR=ar
161 test -z "$AR_FLAGS" && AR_FLAGS=cru
162 test -z "$AS" && AS=as
163 test -z "$CC" && CC=cc
164 test -z "$LTCC" && LTCC=$CC
165 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
166 test -z "$DLLTOOL" && DLLTOOL=dlltool
167 test -z "$LD" && LD=ld
168 test -z "$LN_S" && LN_S="ln -s"
169 test -z "$MAGIC_CMD" && MAGIC_CMD=file
170 test -z "$NM" && NM=nm
171 test -z "$SED" && SED=sed
172 test -z "$OBJDUMP" && OBJDUMP=objdump
173 test -z "$RANLIB" && RANLIB=:
174 test -z "$STRIP" && STRIP=:
175 test -z "$ac_objext" && ac_objext=o
177 # Determine commands to create old-style static archives.
178 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
179 old_postinstall_cmds='chmod 644 $oldlib'
180 old_postuninstall_cmds=
182 if test -n "$RANLIB"; then
185 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
188 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
191 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
194 _LT_CC_BASENAME([$compiler])
196 # Only perform the check for file, if the check method requires it
197 case $deplibs_check_method in
199 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
205 _LT_REQUIRED_DARWIN_CHECKS
207 AC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no)
208 AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
209 enable_win32_dll=yes, enable_win32_dll=no)
211 AC_ARG_ENABLE([libtool-lock],
212 [AC_HELP_STRING([--disable-libtool-lock],
213 [avoid locking (might break parallel builds)])])
214 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
217 [AC_HELP_STRING([--with-pic],
218 [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
219 [pic_mode="$withval"],
221 test -z "$pic_mode" && pic_mode=default
223 # Use C for the default configuration in the libtool script
225 AC_LIBTOOL_LANG_C_CONFIG
230 # _LT_AC_SYS_COMPILER
231 # -------------------
232 AC_DEFUN([_LT_AC_SYS_COMPILER],
233 [AC_REQUIRE([AC_PROG_CC])dnl
235 # If no C compiler was specified, use CC.
238 # If no C compiler flags were specified, use CFLAGS.
239 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
241 # Allow CC to be a program name with arguments.
243 ])# _LT_AC_SYS_COMPILER
246 # _LT_CC_BASENAME(CC)
247 # -------------------
248 # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
249 AC_DEFUN([_LT_CC_BASENAME],
250 [for cc_temp in $1""; do
252 compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
253 distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
258 cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
262 # _LT_COMPILER_BOILERPLATE
263 # ------------------------
264 # Check for compiler boilerplate output or warnings with
265 # the simple compiler test code.
266 AC_DEFUN([_LT_COMPILER_BOILERPLATE],
267 [AC_REQUIRE([LT_AC_PROG_SED])dnl
268 ac_outfile=conftest.$ac_objext
269 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
270 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
271 _lt_compiler_boilerplate=`cat conftest.err`
273 ])# _LT_COMPILER_BOILERPLATE
276 # _LT_LINKER_BOILERPLATE
277 # ----------------------
278 # Check for linker boilerplate output or warnings with
279 # the simple link test code.
280 AC_DEFUN([_LT_LINKER_BOILERPLATE],
281 [AC_REQUIRE([LT_AC_PROG_SED])dnl
282 ac_outfile=conftest.$ac_objext
283 echo "$lt_simple_link_test_code" >conftest.$ac_ext
284 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
285 _lt_linker_boilerplate=`cat conftest.err`
287 ])# _LT_LINKER_BOILERPLATE
289 # _LT_REQUIRED_DARWIN_CHECKS
290 # --------------------------
291 # Check for some things on darwin
292 AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS],[
295 AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:])
296 AC_CHECK_TOOL([NMEDIT], [nmedit], [:])
298 AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod],
299 [lt_cv_apple_cc_single_mod=no
300 if test -z "${LT_MULTI_MODULE}"; then
301 # By default we will add the -single_module flag. You can override
302 # by either setting the environment variable LT_MULTI_MODULE
303 # non-empty at configure time, or by adding -multi_module to the
305 echo "int foo(void){return 1;}" > conftest.c
306 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
307 -dynamiclib ${wl}-single_module conftest.c
308 if test -f libconftest.dylib; then
309 lt_cv_apple_cc_single_mod=yes
310 rm -rf libconftest.dylib*
314 AC_CACHE_CHECK([for -exported_symbols_list linker flag],
315 [lt_cv_ld_exported_symbols_list],
316 [lt_cv_ld_exported_symbols_list=no
317 save_LDFLAGS=$LDFLAGS
318 echo "_main" > conftest.sym
319 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
320 AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])],
321 [lt_cv_ld_exported_symbols_list=yes],
322 [lt_cv_ld_exported_symbols_list=no])
323 LDFLAGS="$save_LDFLAGS"
326 rhapsody* | darwin1.[[0123]])
327 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
329 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
331 # if running on 10.5 or later, the deployment target defaults
332 # to the OS version, if on x86, and 10.4, the deployment
333 # target defaults to 10.4. Don't you love it?
334 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
335 10.0,*86*-darwin8*|10.0,*-darwin[[91]]*)
336 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
338 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
340 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
344 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
345 _lt_dar_single_mod='$single_module'
347 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
348 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
350 _lt_dar_export_syms="~$NMEDIT -s \$output_objdir/\${libname}-symbols.expsym \${lib}"
352 if test "$DSYMUTIL" != ":"; then
353 _lt_dsymutil="~$DSYMUTIL \$lib || :"
361 # _LT_AC_SYS_LIBPATH_AIX
362 # ----------------------
363 # Links a minimal program and checks the executable
364 # for the system default hardcoded library path. In most cases,
365 # this is /usr/lib:/lib, but when the MPI compilers are used
366 # the location of the communication and MPI libs are included too.
367 # If we don't find anything, use the default library path according
368 # to the aix ld manual.
369 AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX],
370 [AC_REQUIRE([LT_AC_PROG_SED])dnl
371 AC_LINK_IFELSE(AC_LANG_PROGRAM,[
373 /Import File Strings/,/^$/ {
379 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
380 # Check for a 64-bit object if we didn't find anything.
381 if test -z "$aix_libpath"; then
382 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
384 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
385 ])# _LT_AC_SYS_LIBPATH_AIX
388 # _LT_AC_SHELL_INIT(ARG)
389 # ----------------------
390 AC_DEFUN([_LT_AC_SHELL_INIT],
391 [ifdef([AC_DIVERSION_NOTICE],
392 [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)],
393 [AC_DIVERT_PUSH(NOTICE)])
396 ])# _LT_AC_SHELL_INIT
399 # _LT_AC_PROG_ECHO_BACKSLASH
400 # --------------------------
401 # Add some code to the start of the generated configure script which
402 # will find an echo command which doesn't interpret backslashes.
403 AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH],
405 # Check that we are running under the correct shell.
406 SHELL=${CONFIG_SHELL-/bin/sh}
410 # Remove one level of quotation (which was required for Make).
411 ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
416 if test "X[$]1" = X--no-reexec; then
417 # Discard the --no-reexec flag, and continue.
419 elif test "X[$]1" = X--fallback-echo; then
420 # Avoid inline document here, it may be left over
422 elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
423 # Yippee, $echo works!
426 # Restart under the correct shell.
427 exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
430 if test "X[$]1" = X--fallback-echo; then
431 # used as fallback echo
439 # The HP-UX ksh and POSIX shell print the target directory to stdout
441 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
443 if test -z "$ECHO"; then
444 if test "X${echo_test_string+set}" != Xset; then
445 # find a string as large as possible, as long as the shell can cope with it
446 for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
447 # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
448 if (echo_test_string=`eval $cmd`) 2>/dev/null &&
449 echo_test_string=`eval $cmd` &&
450 (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
457 if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
458 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
459 test "X$echo_testing_string" = "X$echo_test_string"; then
462 # The Solaris, AIX, and Digital Unix default echo programs unquote
463 # backslashes. This makes it impossible to quote backslashes using
464 # echo "$something" | sed 's/\\/\\\\/g'
466 # So, first we look for a working echo in the user's PATH.
468 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
469 for dir in $PATH /usr/ucb; do
471 if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
472 test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
473 echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
474 test "X$echo_testing_string" = "X$echo_test_string"; then
481 if test "X$echo" = Xecho; then
482 # We didn't find a better echo, so look for alternatives.
483 if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
484 echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
485 test "X$echo_testing_string" = "X$echo_test_string"; then
486 # This shell has a builtin print -r that does the trick.
488 elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
489 test "X$CONFIG_SHELL" != X/bin/ksh; then
490 # If we have ksh, try running configure again with it.
491 ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
492 export ORIGINAL_CONFIG_SHELL
493 CONFIG_SHELL=/bin/ksh
495 exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
499 if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
500 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
501 test "X$echo_testing_string" = "X$echo_test_string"; then
504 elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
505 test "X$echo_testing_string" = 'X\t' &&
506 echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
507 test "X$echo_testing_string" = "X$echo_test_string"; then
508 CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
510 SHELL="$CONFIG_SHELL"
512 echo="$CONFIG_SHELL [$]0 --fallback-echo"
513 elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
514 test "X$echo_testing_string" = 'X\t' &&
515 echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
516 test "X$echo_testing_string" = "X$echo_test_string"; then
517 echo="$CONFIG_SHELL [$]0 --fallback-echo"
519 # maybe with a smaller string...
522 for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
523 if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
530 if test "$prev" != 'sed 50q "[$]0"'; then
531 echo_test_string=`eval $prev`
532 export echo_test_string
533 exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
535 # Oops. We lost completely, so just stick with echo.
544 # Copy echo and quote the copy suitably for passing to libtool from
545 # the Makefile, instead of quoting the original, which is used later.
547 if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
548 ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
552 ])])# _LT_AC_PROG_ECHO_BACKSLASH
557 AC_DEFUN([_LT_AC_LOCK],
558 [AC_ARG_ENABLE([libtool-lock],
559 [AC_HELP_STRING([--disable-libtool-lock],
560 [avoid locking (might break parallel builds)])])
561 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
563 # Some flags need to be propagated to the compiler or linker for good
567 # Find out which ABI we are using.
568 echo 'int i;' > conftest.$ac_ext
569 if AC_TRY_EVAL(ac_compile); then
570 case `/usr/bin/file conftest.$ac_objext` in
582 # Find out which ABI we are using.
583 echo '[#]line __oline__ "configure"' > conftest.$ac_ext
584 if AC_TRY_EVAL(ac_compile); then
585 if test "$lt_cv_prog_gnu_ld" = yes; then
586 case `/usr/bin/file conftest.$ac_objext` in
588 LD="${LD-ld} -melf32bsmip"
591 LD="${LD-ld} -melf32bmipn32"
594 LD="${LD-ld} -melf64bmip"
598 case `/usr/bin/file conftest.$ac_objext` in
614 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
615 s390*-*linux*|sparc*-*linux*)
616 # Find out which ABI we are using.
617 echo 'int i;' > conftest.$ac_ext
618 if AC_TRY_EVAL(ac_compile); then
619 case `/usr/bin/file conftest.o` in
622 x86_64-*kfreebsd*-gnu)
623 LD="${LD-ld} -m elf_i386_fbsd"
626 LD="${LD-ld} -m elf_i386"
628 ppc64-*linux*|powerpc64-*linux*)
629 LD="${LD-ld} -m elf32ppclinux"
632 LD="${LD-ld} -m elf_s390"
635 LD="${LD-ld} -m elf32_sparc"
641 x86_64-*kfreebsd*-gnu)
642 LD="${LD-ld} -m elf_x86_64_fbsd"
645 LD="${LD-ld} -m elf_x86_64"
647 ppc*-*linux*|powerpc*-*linux*)
648 LD="${LD-ld} -m elf64ppc"
651 LD="${LD-ld} -m elf64_s390"
654 LD="${LD-ld} -m elf64_sparc"
664 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
665 SAVE_CFLAGS="$CFLAGS"
666 CFLAGS="$CFLAGS -belf"
667 AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
669 AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
671 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
672 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
673 CFLAGS="$SAVE_CFLAGS"
677 # Find out which ABI we are using.
678 echo 'int i;' > conftest.$ac_ext
679 if AC_TRY_EVAL(ac_compile); then
680 case `/usr/bin/file conftest.o` in
682 case $lt_cv_prog_gnu_ld in
683 yes*) LD="${LD-ld} -m elf64_sparc" ;;
685 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
696 AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
697 [*-*-cygwin* | *-*-mingw* | *-*-pw32*)
698 AC_CHECK_TOOL(DLLTOOL, dlltool, false)
699 AC_CHECK_TOOL(AS, as, false)
700 AC_CHECK_TOOL(OBJDUMP, objdump, false)
705 need_locks="$enable_libtool_lock"
710 # AC_LIBTOOL_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
711 # [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
712 # ----------------------------------------------------------------
713 # Check whether the given compiler option works
714 AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION],
715 [AC_REQUIRE([LT_AC_PROG_SED])
716 AC_CACHE_CHECK([$1], [$2],
718 ifelse([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
719 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
720 lt_compiler_flag="$3"
721 # Insert the option either (1) after the last *FLAGS variable, or
722 # (2) before a word containing "conftest.", or (3) at the end.
723 # Note that $ac_compile itself does not contain backslashes and begins
724 # with a dollar sign (not a hyphen), so the echo should work correctly.
725 # The option is referenced via a variable to avoid confusing sed.
726 lt_compile=`echo "$ac_compile" | $SED \
727 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
728 -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
729 -e 's:$: $lt_compiler_flag:'`
730 (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
731 (eval "$lt_compile" 2>conftest.err)
733 cat conftest.err >&AS_MESSAGE_LOG_FD
734 echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
735 if (exit $ac_status) && test -s "$ac_outfile"; then
736 # The compiler can only warn and ignore the option if not recognized
737 # So say no if there are warnings other than the usual output.
738 $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
739 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
740 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
747 if test x"[$]$2" = xyes; then
748 ifelse([$5], , :, [$5])
750 ifelse([$6], , :, [$6])
752 ])# AC_LIBTOOL_COMPILER_OPTION
755 # AC_LIBTOOL_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
756 # [ACTION-SUCCESS], [ACTION-FAILURE])
757 # ------------------------------------------------------------
758 # Check whether the given compiler option works
759 AC_DEFUN([AC_LIBTOOL_LINKER_OPTION],
760 [AC_REQUIRE([LT_AC_PROG_SED])dnl
761 AC_CACHE_CHECK([$1], [$2],
763 save_LDFLAGS="$LDFLAGS"
764 LDFLAGS="$LDFLAGS $3"
765 echo "$lt_simple_link_test_code" > conftest.$ac_ext
766 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
767 # The linker can only warn and ignore the option if not recognized
768 # So say no if there are warnings
769 if test -s conftest.err; then
770 # Append any errors to the config.log.
771 cat conftest.err 1>&AS_MESSAGE_LOG_FD
772 $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
773 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
774 if diff conftest.exp conftest.er2 >/dev/null; then
782 LDFLAGS="$save_LDFLAGS"
785 if test x"[$]$2" = xyes; then
786 ifelse([$4], , :, [$4])
788 ifelse([$5], , :, [$5])
790 ])# AC_LIBTOOL_LINKER_OPTION
793 # AC_LIBTOOL_SYS_MAX_CMD_LEN
794 # --------------------------
795 AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN],
796 [# find the maximum length of command line arguments
797 AC_MSG_CHECKING([the maximum length of command line arguments])
798 AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
804 # On DJGPP, this test can blow up pretty badly due to problems in libc
805 # (any single argument exceeding 2000 bytes causes a buffer overrun
806 # during glob expansion). Even if it were fixed, the result of this
807 # check would be larger than it should be.
808 lt_cv_sys_max_cmd_len=12288; # 12K is about right
812 # Under GNU Hurd, this test is not required because there is
813 # no limit to the length of command line arguments.
814 # Libtool will interpret -1 as no limit whatsoever
815 lt_cv_sys_max_cmd_len=-1;
819 # On Win9x/ME, this test blows up -- it succeeds, but takes
820 # about 5 minutes as the teststring grows exponentially.
821 # Worse, since 9x/ME are not pre-emptively multitasking,
822 # you end up with a "frozen" computer, even though with patience
823 # the test eventually succeeds (with a max line length of 256k).
824 # Instead, let's just punt: use the minimum linelength reported by
825 # all of the supported platforms: 8192 (on NT/2K/XP).
826 lt_cv_sys_max_cmd_len=8192;
830 # On AmigaOS with pdksh, this test takes hours, literally.
831 # So we just punt and use a minimum line length of 8192.
832 lt_cv_sys_max_cmd_len=8192;
835 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
836 # This has been around since 386BSD, at least. Likely further.
837 if test -x /sbin/sysctl; then
838 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
839 elif test -x /usr/sbin/sysctl; then
840 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
842 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
844 # And add a safety zone
845 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
846 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
850 # We know the value 262144 and hardcode it with a safety zone (like BSD)
851 lt_cv_sys_max_cmd_len=196608
855 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
856 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
857 # nice to cause kernel panics so lets avoid the loop below.
858 # First set a reasonable default.
859 lt_cv_sys_max_cmd_len=16384
861 if test -x /sbin/sysconfig; then
862 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
863 *1*) lt_cv_sys_max_cmd_len=-1 ;;
868 lt_cv_sys_max_cmd_len=102400
870 sysv5* | sco5v6* | sysv4.2uw2*)
871 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
872 if test -n "$kargmax"; then
873 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'`
875 lt_cv_sys_max_cmd_len=32768
879 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
880 if test -n "$lt_cv_sys_max_cmd_len"; then
881 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
882 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
884 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
885 while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \
886 = "XX$teststring") >/dev/null 2>&1 &&
887 new_result=`expr "X$teststring" : ".*" 2>&1` &&
888 lt_cv_sys_max_cmd_len=$new_result &&
889 test $i != 17 # 1/2 MB should be enough
892 teststring=$teststring$teststring
895 # Add a significant safety factor because C++ compilers can tack on massive
896 # amounts of additional arguments before passing them to the linker.
897 # It appears as though 1/2 is a usable value.
898 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
903 if test -n $lt_cv_sys_max_cmd_len ; then
904 AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
908 ])# AC_LIBTOOL_SYS_MAX_CMD_LEN
913 AC_DEFUN([_LT_AC_CHECK_DLFCN],
914 [AC_CHECK_HEADERS(dlfcn.h)dnl
915 ])# _LT_AC_CHECK_DLFCN
918 # _LT_AC_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
919 # ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
920 # ---------------------------------------------------------------------
921 AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF],
922 [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
923 if test "$cross_compiling" = yes; then :
926 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
927 lt_status=$lt_dlunknown
928 cat > conftest.$ac_ext <<EOF
929 [#line __oline__ "configure"
930 #include "confdefs.h"
939 # define LT_DLGLOBAL RTLD_GLOBAL
942 # define LT_DLGLOBAL DL_GLOBAL
944 # define LT_DLGLOBAL 0
948 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
949 find out it does not work in some platform. */
950 #ifndef LT_DLLAZY_OR_NOW
952 # define LT_DLLAZY_OR_NOW RTLD_LAZY
955 # define LT_DLLAZY_OR_NOW DL_LAZY
958 # define LT_DLLAZY_OR_NOW RTLD_NOW
961 # define LT_DLLAZY_OR_NOW DL_NOW
963 # define LT_DLLAZY_OR_NOW 0
971 extern "C" void exit (int);
974 void fnord() { int i=42;}
977 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
978 int status = $lt_dlunknown;
982 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
983 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
984 /* dlclose (self); */
992 if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
993 (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
996 x$lt_dlno_uscore) $1 ;;
997 x$lt_dlneed_uscore) $2 ;;
998 x$lt_dlunknown|x*) $3 ;;
1001 # compilation failed
1006 ])# _LT_AC_TRY_DLOPEN_SELF
1009 # AC_LIBTOOL_DLOPEN_SELF
1010 # ----------------------
1011 AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF],
1012 [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
1013 if test "x$enable_dlopen" != xyes; then
1014 enable_dlopen=unknown
1015 enable_dlopen_self=unknown
1016 enable_dlopen_self_static=unknown
1023 lt_cv_dlopen="load_add_on"
1025 lt_cv_dlopen_self=yes
1029 lt_cv_dlopen="LoadLibrary"
1034 lt_cv_dlopen="dlopen"
1039 # if libdl is installed we need to link against it
1040 AC_CHECK_LIB([dl], [dlopen],
1041 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
1044 lt_cv_dlopen_self=yes
1049 AC_CHECK_FUNC([shl_load],
1050 [lt_cv_dlopen="shl_load"],
1051 [AC_CHECK_LIB([dld], [shl_load],
1052 [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"],
1053 [AC_CHECK_FUNC([dlopen],
1054 [lt_cv_dlopen="dlopen"],
1055 [AC_CHECK_LIB([dl], [dlopen],
1056 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
1057 [AC_CHECK_LIB([svld], [dlopen],
1058 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
1059 [AC_CHECK_LIB([dld], [dld_link],
1060 [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"])
1069 if test "x$lt_cv_dlopen" != xno; then
1075 case $lt_cv_dlopen in
1077 save_CPPFLAGS="$CPPFLAGS"
1078 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
1080 save_LDFLAGS="$LDFLAGS"
1081 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
1084 LIBS="$lt_cv_dlopen_libs $LIBS"
1086 AC_CACHE_CHECK([whether a program can dlopen itself],
1087 lt_cv_dlopen_self, [dnl
1088 _LT_AC_TRY_DLOPEN_SELF(
1089 lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
1090 lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
1093 if test "x$lt_cv_dlopen_self" = xyes; then
1094 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
1095 AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
1096 lt_cv_dlopen_self_static, [dnl
1097 _LT_AC_TRY_DLOPEN_SELF(
1098 lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
1099 lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross)
1103 CPPFLAGS="$save_CPPFLAGS"
1104 LDFLAGS="$save_LDFLAGS"
1109 case $lt_cv_dlopen_self in
1110 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
1111 *) enable_dlopen_self=unknown ;;
1114 case $lt_cv_dlopen_self_static in
1115 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
1116 *) enable_dlopen_self_static=unknown ;;
1119 ])# AC_LIBTOOL_DLOPEN_SELF
1122 # AC_LIBTOOL_PROG_CC_C_O([TAGNAME])
1123 # ---------------------------------
1124 # Check to see if options -c and -o are simultaneously supported by compiler
1125 AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O],
1126 [AC_REQUIRE([LT_AC_PROG_SED])dnl
1127 AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
1128 AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
1129 [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
1130 [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
1131 $rm -r conftest 2>/dev/null
1135 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
1137 lt_compiler_flag="-o out/conftest2.$ac_objext"
1138 # Insert the option either (1) after the last *FLAGS variable, or
1139 # (2) before a word containing "conftest.", or (3) at the end.
1140 # Note that $ac_compile itself does not contain backslashes and begins
1141 # with a dollar sign (not a hyphen), so the echo should work correctly.
1142 lt_compile=`echo "$ac_compile" | $SED \
1143 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1144 -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
1145 -e 's:$: $lt_compiler_flag:'`
1146 (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
1147 (eval "$lt_compile" 2>out/conftest.err)
1149 cat out/conftest.err >&AS_MESSAGE_LOG_FD
1150 echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
1151 if (exit $ac_status) && test -s out/conftest2.$ac_objext
1153 # The compiler can only warn and ignore the option if not recognized
1154 # So say no if there are warnings
1155 $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
1156 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
1157 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
1158 _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
1161 chmod u+w . 2>&AS_MESSAGE_LOG_FD
1163 # SGI C++ compiler will create directory out/ii_files/ for
1164 # template instantiation
1165 test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
1166 $rm out/* && rmdir out
1171 ])# AC_LIBTOOL_PROG_CC_C_O
1174 # AC_LIBTOOL_SYS_HARD_LINK_LOCKS([TAGNAME])
1175 # -----------------------------------------
1176 # Check to see if we can do hard links to lock some files if needed
1177 AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS],
1178 [AC_REQUIRE([_LT_AC_LOCK])dnl
1180 hard_links="nottested"
1181 if test "$_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then
1182 # do not overwrite the value of need_locks provided by the user
1183 AC_MSG_CHECKING([if we can lock with hard links])
1186 ln conftest.a conftest.b 2>/dev/null && hard_links=no
1188 ln conftest.a conftest.b 2>&5 || hard_links=no
1189 ln conftest.a conftest.b 2>/dev/null && hard_links=no
1190 AC_MSG_RESULT([$hard_links])
1191 if test "$hard_links" = no; then
1192 AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
1198 ])# AC_LIBTOOL_SYS_HARD_LINK_LOCKS
1203 AC_DEFUN([AC_LIBTOOL_OBJDIR],
1204 [AC_CACHE_CHECK([for objdir], [lt_cv_objdir],
1205 [rm -f .libs 2>/dev/null
1206 mkdir .libs 2>/dev/null
1207 if test -d .libs; then
1210 # MS-DOS does not allow filenames that begin with a dot.
1213 rmdir .libs 2>/dev/null])
1214 objdir=$lt_cv_objdir
1215 ])# AC_LIBTOOL_OBJDIR
1218 # AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([TAGNAME])
1219 # ----------------------------------------------
1220 # Check hardcoding attributes.
1221 AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH],
1222 [AC_MSG_CHECKING([how to hardcode library paths into programs])
1223 _LT_AC_TAGVAR(hardcode_action, $1)=
1224 if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \
1225 test -n "$_LT_AC_TAGVAR(runpath_var, $1)" || \
1226 test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then
1228 # We can hardcode non-existant directories.
1229 if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no &&
1230 # If the only mechanism to avoid hardcoding is shlibpath_var, we
1231 # have to relink, otherwise we might link with an installed library
1232 # when we should be linking with a yet-to-be-installed one
1233 ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)" != no &&
1234 test "$_LT_AC_TAGVAR(hardcode_minus_L, $1)" != no; then
1235 # Linking always hardcodes the temporary library directory.
1236 _LT_AC_TAGVAR(hardcode_action, $1)=relink
1238 # We can link without hardcoding, and we can hardcode nonexisting dirs.
1239 _LT_AC_TAGVAR(hardcode_action, $1)=immediate
1242 # We cannot hardcode anything, or else we can only hardcode existing
1244 _LT_AC_TAGVAR(hardcode_action, $1)=unsupported
1246 AC_MSG_RESULT([$_LT_AC_TAGVAR(hardcode_action, $1)])
1248 if test "$_LT_AC_TAGVAR(hardcode_action, $1)" = relink; then
1249 # Fast installation is not supported
1250 enable_fast_install=no
1251 elif test "$shlibpath_overrides_runpath" = yes ||
1252 test "$enable_shared" = no; then
1253 # Fast installation is not necessary
1254 enable_fast_install=needless
1256 ])# AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH
1259 # AC_LIBTOOL_SYS_LIB_STRIP
1260 # ------------------------
1261 AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP],
1264 AC_MSG_CHECKING([whether stripping libraries is possible])
1265 if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
1266 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
1267 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
1268 AC_MSG_RESULT([yes])
1270 # FIXME - insert some real tests, host_os isn't really good enough
1273 if test -n "$STRIP" ; then
1274 striplib="$STRIP -x"
1275 old_striplib="$STRIP -S"
1276 AC_MSG_RESULT([yes])
1286 ])# AC_LIBTOOL_SYS_LIB_STRIP
1289 # AC_LIBTOOL_SYS_DYNAMIC_LINKER
1290 # -----------------------------
1291 # PORTME Fill in your ld.so characteristics
1292 AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER],
1293 [AC_REQUIRE([LT_AC_PROG_SED])dnl
1294 AC_MSG_CHECKING([dynamic linker characteristics])
1296 libname_spec='lib$name'
1304 shlibpath_overrides_runpath=unknown
1306 dynamic_linker="$host_os ld.so"
1307 sys_lib_dlsearch_path_spec="/lib /usr/lib"
1309 if test "$GCC" = yes; then
1311 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
1312 *) lt_awk_arg="/^libraries:/" ;;
1314 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
1315 if echo "$lt_search_path_spec" | grep ';' >/dev/null ; then
1316 # if the path contains ";" then we assume it to be the separator
1317 # otherwise default to the standard path separator (i.e. ":") - it is
1318 # assumed that no part of a normal pathname contains ";" but that should
1319 # okay in the real world where ";" in dirpaths is itself problematic.
1320 lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e 's/;/ /g'`
1322 lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
1324 # Ok, now we have the path, separated by spaces, we can step through it
1325 # and add multilib dir if necessary.
1326 lt_tmp_lt_search_path_spec=
1327 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
1328 for lt_sys_path in $lt_search_path_spec; do
1329 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
1330 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
1332 test -d "$lt_sys_path" && \
1333 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
1336 lt_search_path_spec=`echo $lt_tmp_lt_search_path_spec | awk '
1337 BEGIN {RS=" "; FS="/|\n";} {
1340 for (lt_i = NF; lt_i > 0; lt_i--) {
1341 if ($lt_i != "" && $lt_i != ".") {
1342 if ($lt_i == "..") {
1345 if (lt_count == 0) {
1346 lt_foo="/" $lt_i lt_foo;
1353 if (lt_foo != "") { lt_freq[[lt_foo]]++; }
1354 if (lt_freq[[lt_foo]] == 1) { print lt_foo; }
1356 sys_lib_search_path_spec=`echo $lt_search_path_spec`
1358 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
1360 need_lib_prefix=unknown
1361 hardcode_into_libs=no
1363 # when you set need_version to no, make sure it does not cause -set_version
1364 # flags to be left without arguments
1365 need_version=unknown
1370 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
1371 shlibpath_var=LIBPATH
1373 # AIX 3 has no versioning support, so we append a major version to the name.
1374 soname_spec='${libname}${release}${shared_ext}$major'
1381 hardcode_into_libs=yes
1382 if test "$host_cpu" = ia64; then
1383 # AIX 5 supports IA64
1384 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
1385 shlibpath_var=LD_LIBRARY_PATH
1387 # With GCC up to 2.95.x, collect2 would create an import file
1388 # for dependence libraries. The import file would start with
1389 # the line `#! .'. This would cause the generated library to
1390 # depend on `.', always an invalid library. This was fixed in
1391 # development snapshots of GCC prior to 3.0.
1393 aix4 | aix4.[[01]] | aix4.[[01]].*)
1394 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
1396 echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
1403 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
1404 # soname into executable. Probably we can add versioning support to
1405 # collect2, so additional links can be useful in future.
1406 if test "$aix_use_runtimelinking" = yes; then
1407 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
1408 # instead of lib<name>.a to let people know that these are not
1409 # typical AIX shared libraries.
1410 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1412 # We preserve .a as extension for shared libraries through AIX4.2
1413 # and later when we are not doing run time linking.
1414 library_names_spec='${libname}${release}.a $libname.a'
1415 soname_spec='${libname}${release}${shared_ext}$major'
1417 shlibpath_var=LIBPATH
1422 library_names_spec='$libname.ixlibrary $libname.a'
1423 # Create ${libname}_ixlibrary.a entries in /sys/libs.
1424 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'
1428 library_names_spec='${libname}${shared_ext}'
1429 dynamic_linker="$host_os ld.so"
1430 shlibpath_var=LIBRARY_PATH
1436 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1437 soname_spec='${libname}${release}${shared_ext}$major'
1438 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
1439 shlibpath_var=LD_LIBRARY_PATH
1440 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
1441 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
1442 # the default ld.so.conf also contains /usr/contrib/lib and
1443 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
1444 # libtool to hard-code these into programs
1447 cygwin* | mingw* | pw32*)
1448 version_type=windows
1453 case $GCC,$host_os in
1454 yes,cygwin* | yes,mingw* | yes,pw32*)
1455 library_names_spec='$libname.dll.a'
1456 # DLL is installed to $(libdir)/../bin by postinstall_cmds
1457 postinstall_cmds='base_file=`basename \${file}`~
1458 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
1459 dldir=$destdir/`dirname \$dlpath`~
1460 test -d \$dldir || mkdir -p \$dldir~
1461 $install_prog $dir/$dlname \$dldir/$dlname~
1462 chmod a+x \$dldir/$dlname'
1463 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
1464 dlpath=$dir/\$dldll~
1466 shlibpath_overrides_runpath=yes
1470 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
1471 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
1472 sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
1475 # MinGW DLLs use traditional 'lib' prefix
1476 soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
1477 sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
1478 if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then
1479 # It is most probably a Windows format PATH printed by
1480 # mingw gcc, but we are running on Cygwin. Gcc prints its search
1481 # path with ; separators, and with drive letters. We can handle the
1482 # drive letters (cygwin fileutils understands them), so leave them,
1483 # especially as we might pass files found there to a mingw objdump,
1484 # which wouldn't understand a cygwinified path. Ahh.
1485 sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
1487 sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
1491 # pw32 DLLs use 'pw' prefix rather than 'lib'
1492 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
1498 library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
1501 dynamic_linker='Win32 ld.exe'
1502 # FIXME: first we should search . and the directory the executable is in
1506 darwin* | rhapsody*)
1507 dynamic_linker="$host_os dyld"
1511 library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
1512 soname_spec='${libname}${release}${major}$shared_ext'
1513 shlibpath_overrides_runpath=yes
1514 shlibpath_var=DYLD_LIBRARY_PATH
1515 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
1517 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"])
1518 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
1525 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
1526 soname_spec='${libname}${release}${shared_ext}$major'
1527 shlibpath_var=LD_LIBRARY_PATH
1534 freebsd* | dragonfly*)
1535 # DragonFly does not have aout. When/if they implement a new
1536 # versioning mechanism, adjust this.
1537 if test -x /usr/bin/objformat; then
1538 objformat=`/usr/bin/objformat`
1541 freebsd[[123]]*) objformat=aout ;;
1545 version_type=freebsd-$objformat
1546 case $version_type in
1548 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
1553 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
1557 shlibpath_var=LD_LIBRARY_PATH
1560 shlibpath_overrides_runpath=yes
1562 freebsd3.[[01]]* | freebsdelf3.[[01]]*)
1563 shlibpath_overrides_runpath=yes
1564 hardcode_into_libs=yes
1566 freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \
1567 freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1)
1568 shlibpath_overrides_runpath=no
1569 hardcode_into_libs=yes
1571 *) # from 4.6 on, and DragonFly
1572 shlibpath_overrides_runpath=yes
1573 hardcode_into_libs=yes
1582 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
1583 soname_spec='${libname}${release}${shared_ext}$major'
1584 shlibpath_var=LD_LIBRARY_PATH
1585 hardcode_into_libs=yes
1588 hpux9* | hpux10* | hpux11*)
1589 # Give a soname corresponding to the major version so that dld.sl refuses to
1590 # link against other versions.
1597 hardcode_into_libs=yes
1598 dynamic_linker="$host_os dld.so"
1599 shlibpath_var=LD_LIBRARY_PATH
1600 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
1601 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1602 soname_spec='${libname}${release}${shared_ext}$major'
1603 if test "X$HPUX_IA64_MODE" = X32; then
1604 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
1606 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
1608 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
1612 hardcode_into_libs=yes
1613 dynamic_linker="$host_os dld.sl"
1614 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
1615 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
1616 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1617 soname_spec='${libname}${release}${shared_ext}$major'
1618 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
1619 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
1623 dynamic_linker="$host_os dld.sl"
1624 shlibpath_var=SHLIB_PATH
1625 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
1626 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1627 soname_spec='${libname}${release}${shared_ext}$major'
1630 # HP-UX runs *really* slowly unless shared libraries are mode 555.
1631 postinstall_cmds='chmod 555 $lib'
1638 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1639 soname_spec='${libname}${release}${shared_ext}$major'
1640 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
1641 shlibpath_var=LD_LIBRARY_PATH
1642 shlibpath_overrides_runpath=no
1643 hardcode_into_libs=yes
1646 irix5* | irix6* | nonstopux*)
1648 nonstopux*) version_type=nonstopux ;;
1650 if test "$lt_cv_prog_gnu_ld" = yes; then
1658 soname_spec='${libname}${release}${shared_ext}$major'
1659 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
1661 irix5* | nonstopux*)
1665 case $LD in # libtool.m4 will add one of these switches to LD
1666 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
1667 libsuff= shlibsuff= libmagic=32-bit;;
1668 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
1669 libsuff=32 shlibsuff=N32 libmagic=N32;;
1670 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
1671 libsuff=64 shlibsuff=64 libmagic=64-bit;;
1672 *) libsuff= shlibsuff= libmagic=never-match;;
1676 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
1677 shlibpath_overrides_runpath=no
1678 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
1679 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
1680 hardcode_into_libs=yes
1683 # No shared lib support for Linux oldld, aout, or coff.
1684 linux*oldld* | linux*aout* | linux*coff*)
1688 # This must be Linux ELF.
1689 linux* | k*bsd*-gnu)
1693 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1694 soname_spec='${libname}${release}${shared_ext}$major'
1695 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
1696 shlibpath_var=LD_LIBRARY_PATH
1697 shlibpath_overrides_runpath=no
1698 # This implies no fast_install, which is unacceptable.
1699 # Some rework will be needed to allow for fast_install
1700 # before this can be enabled.
1701 hardcode_into_libs=yes
1703 # Append ld.so.conf contents to the search path
1704 if test -f /etc/ld.so.conf; then
1705 lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
1706 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
1709 # We used to test for /lib/ld.so.1 and disable shared libraries on
1710 # powerpc, because MkLinux only supported shared libraries with the
1711 # GNU dynamic linker. Since this was broken with cross compilers,
1712 # most powerpc-linux boxes support dynamic linking these days and
1713 # people can always --disable-shared, the test was removed, and we
1714 # assume the GNU/Linux dynamic linker is in use.
1715 dynamic_linker='GNU/Linux ld.so'
1722 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
1723 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1724 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1725 dynamic_linker='NetBSD (a.out) ld.so'
1727 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1728 soname_spec='${libname}${release}${shared_ext}$major'
1729 dynamic_linker='NetBSD ld.elf_so'
1731 shlibpath_var=LD_LIBRARY_PATH
1732 shlibpath_overrides_runpath=yes
1733 hardcode_into_libs=yes
1738 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1739 shlibpath_var=LD_LIBRARY_PATH
1740 shlibpath_overrides_runpath=yes
1747 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1748 soname_spec='${libname}${release}${shared_ext}$major'
1749 shlibpath_var=LD_LIBRARY_PATH
1750 shlibpath_overrides_runpath=yes
1755 sys_lib_dlsearch_path_spec="/usr/lib"
1757 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
1759 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
1760 *) need_version=no ;;
1762 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1763 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1764 shlibpath_var=LD_LIBRARY_PATH
1765 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
1767 openbsd2.[[89]] | openbsd2.[[89]].*)
1768 shlibpath_overrides_runpath=no
1771 shlibpath_overrides_runpath=yes
1775 shlibpath_overrides_runpath=yes
1780 libname_spec='$name'
1783 library_names_spec='$libname${shared_ext} $libname.a'
1784 dynamic_linker='OS/2 ld.exe'
1785 shlibpath_var=LIBPATH
1788 osf3* | osf4* | osf5*)
1792 soname_spec='${libname}${release}${shared_ext}$major'
1793 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1794 shlibpath_var=LD_LIBRARY_PATH
1795 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
1796 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
1807 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1808 soname_spec='${libname}${release}${shared_ext}$major'
1809 shlibpath_var=LD_LIBRARY_PATH
1810 shlibpath_overrides_runpath=yes
1811 hardcode_into_libs=yes
1812 # ldd complains unless libraries are executable
1813 postinstall_cmds='chmod +x $lib'
1818 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1819 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
1820 shlibpath_var=LD_LIBRARY_PATH
1821 shlibpath_overrides_runpath=yes
1822 if test "$with_gnu_ld" = yes; then
1830 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1831 soname_spec='${libname}${release}${shared_ext}$major'
1832 shlibpath_var=LD_LIBRARY_PATH
1833 case $host_vendor in
1835 shlibpath_overrides_runpath=no
1837 export_dynamic_flag_spec='${wl}-Blargedynsym'
1838 runpath_var=LD_RUN_PATH
1846 shlibpath_overrides_runpath=no
1847 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
1853 if test -d /usr/nec ;then
1855 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
1856 soname_spec='$libname${shared_ext}.$major'
1857 shlibpath_var=LD_LIBRARY_PATH
1861 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
1862 version_type=freebsd-elf
1865 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
1866 soname_spec='${libname}${release}${shared_ext}$major'
1867 shlibpath_var=LD_LIBRARY_PATH
1868 hardcode_into_libs=yes
1869 if test "$with_gnu_ld" = yes; then
1870 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
1871 shlibpath_overrides_runpath=no
1873 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
1874 shlibpath_overrides_runpath=yes
1877 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
1881 sys_lib_dlsearch_path_spec='/usr/lib'
1886 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1887 soname_spec='${libname}${release}${shared_ext}$major'
1888 shlibpath_var=LD_LIBRARY_PATH
1895 AC_MSG_RESULT([$dynamic_linker])
1896 test "$dynamic_linker" = no && can_build_shared=no
1898 AC_CACHE_VAL([lt_cv_sys_lib_search_path_spec],
1899 [lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"])
1900 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
1901 AC_CACHE_VAL([lt_cv_sys_lib_dlsearch_path_spec],
1902 [lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"])
1903 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
1905 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
1906 if test "$GCC" = yes; then
1907 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
1909 ])# AC_LIBTOOL_SYS_DYNAMIC_LINKER
1914 AC_DEFUN([_LT_AC_TAGCONFIG],
1915 [AC_REQUIRE([LT_AC_PROG_SED])dnl
1917 [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@],
1918 [include additional configurations @<:@automatic@:>@])],
1919 [tagnames="$withval"])
1921 if test -f "$ltmain" && test -n "$tagnames"; then
1922 if test ! -f "${ofile}"; then
1923 AC_MSG_WARN([output file `$ofile' does not exist])
1926 if test -z "$LTCC"; then
1927 eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
1928 if test -z "$LTCC"; then
1929 AC_MSG_WARN([output file `$ofile' does not look like a libtool script])
1931 AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
1934 if test -z "$LTCFLAGS"; then
1935 eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
1938 # Extract list of available tagged configurations in $ofile.
1939 # Note that this assumes the entire list is on one line.
1940 available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
1942 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1943 for tagname in $tagnames; do
1945 # Check whether tagname contains only valid characters
1946 case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
1948 *) AC_MSG_ERROR([invalid tag name: $tagname])
1952 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
1954 AC_MSG_ERROR([tag name \"$tagname\" already exists])
1957 # Update the list of available tags.
1958 if test -n "$tagname"; then
1959 echo appending configuration tag \"$tagname\" to $ofile
1963 if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
1964 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
1965 (test "X$CXX" != "Xg++"))) ; then
1966 AC_LIBTOOL_LANG_CXX_CONFIG
1973 if test -n "$F77" && test "X$F77" != "Xno"; then
1974 AC_LIBTOOL_LANG_F77_CONFIG
1981 if test -n "$GCJ" && test "X$GCJ" != "Xno"; then
1982 AC_LIBTOOL_LANG_GCJ_CONFIG
1989 AC_LIBTOOL_LANG_RC_CONFIG
1993 AC_MSG_ERROR([Unsupported tag name: $tagname])
1997 # Append the new tag name to the list of available tags.
1998 if test -n "$tagname" ; then
1999 available_tags="$available_tags $tagname"
2005 # Now substitute the updated list of available tags.
2006 if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then
2007 mv "${ofile}T" "$ofile"
2011 AC_MSG_ERROR([unable to update list of available tagged configurations.])
2014 ])# _LT_AC_TAGCONFIG
2019 # enable checks for dlopen support
2020 AC_DEFUN([AC_LIBTOOL_DLOPEN],
2021 [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])
2022 ])# AC_LIBTOOL_DLOPEN
2025 # AC_LIBTOOL_WIN32_DLL
2026 # --------------------
2027 # declare package support for building win32 DLLs
2028 AC_DEFUN([AC_LIBTOOL_WIN32_DLL],
2029 [AC_BEFORE([$0], [AC_LIBTOOL_SETUP])
2030 ])# AC_LIBTOOL_WIN32_DLL
2033 # AC_ENABLE_SHARED([DEFAULT])
2034 # ---------------------------
2035 # implement the --enable-shared flag
2036 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
2037 AC_DEFUN([AC_ENABLE_SHARED],
2038 [define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl
2039 AC_ARG_ENABLE([shared],
2040 [AC_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
2041 [build shared libraries @<:@default=]AC_ENABLE_SHARED_DEFAULT[@:>@])],
2042 [p=${PACKAGE-default}
2044 yes) enable_shared=yes ;;
2045 no) enable_shared=no ;;
2048 # Look at the argument we got. We use all the common list separators.
2049 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
2050 for pkg in $enableval; do
2052 if test "X$pkg" = "X$p"; then
2059 [enable_shared=]AC_ENABLE_SHARED_DEFAULT)
2060 ])# AC_ENABLE_SHARED
2065 # set the default shared flag to --disable-shared
2066 AC_DEFUN([AC_DISABLE_SHARED],
2067 [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2068 AC_ENABLE_SHARED(no)
2069 ])# AC_DISABLE_SHARED
2072 # AC_ENABLE_STATIC([DEFAULT])
2073 # ---------------------------
2074 # implement the --enable-static flag
2075 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
2076 AC_DEFUN([AC_ENABLE_STATIC],
2077 [define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl
2078 AC_ARG_ENABLE([static],
2079 [AC_HELP_STRING([--enable-static@<:@=PKGS@:>@],
2080 [build static libraries @<:@default=]AC_ENABLE_STATIC_DEFAULT[@:>@])],
2081 [p=${PACKAGE-default}
2083 yes) enable_static=yes ;;
2084 no) enable_static=no ;;
2087 # Look at the argument we got. We use all the common list separators.
2088 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
2089 for pkg in $enableval; do
2091 if test "X$pkg" = "X$p"; then
2098 [enable_static=]AC_ENABLE_STATIC_DEFAULT)
2099 ])# AC_ENABLE_STATIC
2104 # set the default static flag to --disable-static
2105 AC_DEFUN([AC_DISABLE_STATIC],
2106 [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2107 AC_ENABLE_STATIC(no)
2108 ])# AC_DISABLE_STATIC
2111 # AC_ENABLE_FAST_INSTALL([DEFAULT])
2112 # ---------------------------------
2113 # implement the --enable-fast-install flag
2114 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
2115 AC_DEFUN([AC_ENABLE_FAST_INSTALL],
2116 [define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl
2117 AC_ARG_ENABLE([fast-install],
2118 [AC_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
2119 [optimize for fast installation @<:@default=]AC_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
2120 [p=${PACKAGE-default}
2122 yes) enable_fast_install=yes ;;
2123 no) enable_fast_install=no ;;
2125 enable_fast_install=no
2126 # Look at the argument we got. We use all the common list separators.
2127 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
2128 for pkg in $enableval; do
2130 if test "X$pkg" = "X$p"; then
2131 enable_fast_install=yes
2137 [enable_fast_install=]AC_ENABLE_FAST_INSTALL_DEFAULT)
2138 ])# AC_ENABLE_FAST_INSTALL
2141 # AC_DISABLE_FAST_INSTALL
2142 # -----------------------
2143 # set the default to --disable-fast-install
2144 AC_DEFUN([AC_DISABLE_FAST_INSTALL],
2145 [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2146 AC_ENABLE_FAST_INSTALL(no)
2147 ])# AC_DISABLE_FAST_INSTALL
2150 # AC_LIBTOOL_PICMODE([MODE])
2151 # --------------------------
2152 # implement the --with-pic flag
2153 # MODE is either `yes' or `no'. If omitted, it defaults to `both'.
2154 AC_DEFUN([AC_LIBTOOL_PICMODE],
2155 [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2156 pic_mode=ifelse($#,1,$1,default)
2157 ])# AC_LIBTOOL_PICMODE
2162 # This is predefined starting with Autoconf 2.54, so this conditional
2163 # definition can be removed once we require Autoconf 2.54 or later.
2164 m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP],
2165 [AC_CACHE_CHECK([for egrep], [ac_cv_prog_egrep],
2166 [if echo a | (grep -E '(a|b)') >/dev/null 2>&1
2167 then ac_cv_prog_egrep='grep -E'
2168 else ac_cv_prog_egrep='egrep'
2170 EGREP=$ac_cv_prog_egrep
2175 # AC_PATH_TOOL_PREFIX
2176 # -------------------
2177 # find a file program which can recognize shared library
2178 AC_DEFUN([AC_PATH_TOOL_PREFIX],
2179 [AC_REQUIRE([AC_PROG_EGREP])dnl
2180 AC_MSG_CHECKING([for $1])
2181 AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
2183 [[\\/*] | ?:[\\/]*])
2184 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
2187 lt_save_MAGIC_CMD="$MAGIC_CMD"
2188 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
2189 dnl $ac_dummy forces splitting on constant user-supplied paths.
2190 dnl POSIX.2 word splitting is done only on the output of word expansions,
2191 dnl not every word. This closes a longstanding sh security hole.
2192 ac_dummy="ifelse([$2], , $PATH, [$2])"
2193 for ac_dir in $ac_dummy; do
2195 test -z "$ac_dir" && ac_dir=.
2196 if test -f $ac_dir/$1; then
2197 lt_cv_path_MAGIC_CMD="$ac_dir/$1"
2198 if test -n "$file_magic_test_file"; then
2199 case $deplibs_check_method in
2201 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
2202 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
2203 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
2204 $EGREP "$file_magic_regex" > /dev/null; then
2209 *** Warning: the command libtool uses to detect shared libraries,
2210 *** $file_magic_cmd, produces output that libtool cannot recognize.
2211 *** The result is that libtool may fail to recognize shared libraries
2212 *** as such. This will affect the creation of libtool libraries that
2213 *** depend on shared libraries, but programs linked with such libtool
2214 *** libraries will work regardless of this problem. Nevertheless, you
2215 *** may want to report the problem to your system manager and/or to
2216 *** bug-libtool@gnu.org
2226 MAGIC_CMD="$lt_save_MAGIC_CMD"
2229 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
2230 if test -n "$MAGIC_CMD"; then
2231 AC_MSG_RESULT($MAGIC_CMD)
2235 ])# AC_PATH_TOOL_PREFIX
2240 # find a file program which can recognize a shared library
2241 AC_DEFUN([AC_PATH_MAGIC],
2242 [AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
2243 if test -z "$lt_cv_path_MAGIC_CMD"; then
2244 if test -n "$ac_tool_prefix"; then
2245 AC_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
2255 # find the pathname to the GNU or non-GNU linker
2256 AC_DEFUN([AC_PROG_LD],
2257 [AC_ARG_WITH([gnu-ld],
2258 [AC_HELP_STRING([--with-gnu-ld],
2259 [assume the C compiler uses GNU ld @<:@default=no@:>@])],
2260 [test "$withval" = no || with_gnu_ld=yes],
2262 AC_REQUIRE([LT_AC_PROG_SED])dnl
2263 AC_REQUIRE([AC_PROG_CC])dnl
2264 AC_REQUIRE([AC_CANONICAL_HOST])dnl
2265 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
2267 if test "$GCC" = yes; then
2268 # Check if gcc -print-prog-name=ld gives a path.
2269 AC_MSG_CHECKING([for ld used by $CC])
2272 # gcc leaves a trailing carriage return which upsets mingw
2273 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
2275 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
2278 # Accept absolute paths.
2279 [[\\/]]* | ?:[[\\/]]*)
2280 re_direlt='/[[^/]][[^/]]*/\.\./'
2281 # Canonicalize the pathname of ld
2282 ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
2283 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
2284 ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
2286 test -z "$LD" && LD="$ac_prog"
2289 # If it fails, then pretend we aren't using GCC.
2293 # If it is relative, then search for the first ld in PATH.
2297 elif test "$with_gnu_ld" = yes; then
2298 AC_MSG_CHECKING([for GNU ld])
2300 AC_MSG_CHECKING([for non-GNU ld])
2302 AC_CACHE_VAL(lt_cv_path_LD,
2303 [if test -z "$LD"; then
2304 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
2305 for ac_dir in $PATH; do
2307 test -z "$ac_dir" && ac_dir=.
2308 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
2309 lt_cv_path_LD="$ac_dir/$ac_prog"
2310 # Check to see if the program is GNU ld. I'd rather use --version,
2311 # but apparently some variants of GNU ld only accept -v.
2312 # Break only if it was the GNU/non-GNU ld that we prefer.
2313 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
2314 *GNU* | *'with BFD'*)
2315 test "$with_gnu_ld" != no && break
2318 test "$with_gnu_ld" != yes && break
2325 lt_cv_path_LD="$LD" # Let the user override the test with a path.
2328 if test -n "$LD"; then
2333 test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
2340 AC_DEFUN([AC_PROG_LD_GNU],
2341 [AC_REQUIRE([AC_PROG_EGREP])dnl
2342 AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
2343 [# I'd rather use --version here, but apparently some GNU lds only accept -v.
2344 case `$LD -v 2>&1 </dev/null` in
2345 *GNU* | *'with BFD'*)
2346 lt_cv_prog_gnu_ld=yes
2349 lt_cv_prog_gnu_ld=no
2352 with_gnu_ld=$lt_cv_prog_gnu_ld
2356 # AC_PROG_LD_RELOAD_FLAG
2357 # ----------------------
2358 # find reload flag for linker
2359 # -- PORTME Some linkers may need a different reload flag.
2360 AC_DEFUN([AC_PROG_LD_RELOAD_FLAG],
2361 [AC_CACHE_CHECK([for $LD option to reload object files],
2362 lt_cv_ld_reload_flag,
2363 [lt_cv_ld_reload_flag='-r'])
2364 reload_flag=$lt_cv_ld_reload_flag
2365 case $reload_flag in
2367 *) reload_flag=" $reload_flag" ;;
2369 reload_cmds='$LD$reload_flag -o $output$reload_objs'
2372 if test "$GCC" = yes; then
2373 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
2375 reload_cmds='$LD$reload_flag -o $output$reload_objs'
2379 ])# AC_PROG_LD_RELOAD_FLAG
2382 # AC_DEPLIBS_CHECK_METHOD
2383 # -----------------------
2384 # how to check for library dependencies
2385 # -- PORTME fill in with the dynamic library characteristics
2386 AC_DEFUN([AC_DEPLIBS_CHECK_METHOD],
2387 [AC_CACHE_CHECK([how to recognize dependent libraries],
2388 lt_cv_deplibs_check_method,
2389 [lt_cv_file_magic_cmd='$MAGIC_CMD'
2390 lt_cv_file_magic_test_file=
2391 lt_cv_deplibs_check_method='unknown'
2392 # Need to set the preceding variable on all platforms that support
2393 # interlibrary dependencies.
2394 # 'none' -- dependencies not supported.
2395 # `unknown' -- same as none, but documents that we really don't know.
2396 # 'pass_all' -- all dependencies passed with no checks.
2397 # 'test_compile' -- check by making test program.
2398 # 'file_magic [[regex]]' -- check by looking for files in library path
2399 # which responds to the $file_magic_cmd with a given extended regex.
2400 # If you have `file' or equivalent on your system and you're not sure
2401 # whether `pass_all' will *always* work, you probably want this one.
2405 lt_cv_deplibs_check_method=pass_all
2409 lt_cv_deplibs_check_method=pass_all
2413 lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
2414 lt_cv_file_magic_cmd='/usr/bin/file -L'
2415 lt_cv_file_magic_test_file=/shlib/libc.so
2419 # func_win32_libid is a shell function defined in ltmain.sh
2420 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
2421 lt_cv_file_magic_cmd='func_win32_libid'
2425 # Base MSYS/MinGW do not provide the 'file' command needed by
2426 # func_win32_libid shell function, so use a weaker test based on 'objdump',
2427 # unless we find 'file', for example because we are cross-compiling.
2428 if ( file / ) >/dev/null 2>&1; then
2429 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
2430 lt_cv_file_magic_cmd='func_win32_libid'
2432 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
2433 lt_cv_file_magic_cmd='$OBJDUMP -f'
2437 darwin* | rhapsody*)
2438 lt_cv_deplibs_check_method=pass_all
2441 freebsd* | dragonfly*)
2442 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
2445 # Not sure whether the presence of OpenBSD here was a mistake.
2446 # Let's accept both of them until this is cleared up.
2447 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library'
2448 lt_cv_file_magic_cmd=/usr/bin/file
2449 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
2453 lt_cv_deplibs_check_method=pass_all
2458 lt_cv_deplibs_check_method=pass_all
2461 hpux10.20* | hpux11*)
2462 lt_cv_file_magic_cmd=/usr/bin/file
2465 lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
2466 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
2469 [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]']
2470 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
2473 lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library'
2474 lt_cv_file_magic_test_file=/usr/lib/libc.sl
2480 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
2481 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$'
2484 irix5* | irix6* | nonstopux*)
2486 *-32|*"-32 ") libmagic=32-bit;;
2487 *-n32|*"-n32 ") libmagic=N32;;
2488 *-64|*"-64 ") libmagic=64-bit;;
2489 *) libmagic=never-match;;
2491 lt_cv_deplibs_check_method=pass_all
2494 # This must be Linux ELF.
2495 linux* | k*bsd*-gnu)
2496 lt_cv_deplibs_check_method=pass_all
2500 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
2501 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
2503 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
2508 lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
2509 lt_cv_file_magic_cmd=/usr/bin/file
2510 lt_cv_file_magic_test_file=/usr/lib/libnls.so
2514 lt_cv_deplibs_check_method=unknown
2518 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
2519 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
2521 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
2525 osf3* | osf4* | osf5*)
2526 lt_cv_deplibs_check_method=pass_all
2530 lt_cv_deplibs_check_method=pass_all
2534 lt_cv_deplibs_check_method=pass_all
2538 case $host_vendor in
2540 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]]'
2541 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
2544 lt_cv_deplibs_check_method=pass_all
2547 lt_cv_file_magic_cmd='/bin/file'
2548 lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
2551 lt_cv_file_magic_cmd='/bin/file'
2552 lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
2553 lt_cv_file_magic_test_file=/lib/libc.so
2556 lt_cv_deplibs_check_method=pass_all
2559 lt_cv_deplibs_check_method=pass_all
2564 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
2565 lt_cv_deplibs_check_method=pass_all
2569 file_magic_cmd=$lt_cv_file_magic_cmd
2570 deplibs_check_method=$lt_cv_deplibs_check_method
2571 test -z "$deplibs_check_method" && deplibs_check_method=unknown
2572 ])# AC_DEPLIBS_CHECK_METHOD
2577 # find the pathname to a BSD-compatible name lister
2578 AC_DEFUN([AC_PROG_NM],
2579 [AC_CACHE_CHECK([for BSD-compatible nm], lt_cv_path_NM,
2580 [if test -n "$NM"; then
2581 # Let the user override the test.
2584 lt_nm_to_check="${ac_tool_prefix}nm"
2585 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
2586 lt_nm_to_check="$lt_nm_to_check nm"
2588 for lt_tmp_nm in $lt_nm_to_check; do
2589 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
2590 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
2592 test -z "$ac_dir" && ac_dir=.
2593 tmp_nm="$ac_dir/$lt_tmp_nm"
2594 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
2595 # Check to see if the nm accepts a BSD-compat flag.
2596 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
2597 # nm: unknown option "B" ignored
2598 # Tru64's nm complains that /dev/null is an invalid object file
2599 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
2600 */dev/null* | *'Invalid file or object type'*)
2601 lt_cv_path_NM="$tmp_nm -B"
2605 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
2607 lt_cv_path_NM="$tmp_nm -p"
2611 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
2612 continue # so that we can try to find one that supports BSD flags
2621 test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
2629 # check for math library
2630 AC_DEFUN([AC_CHECK_LIBM],
2631 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
2634 *-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
2635 # These system don't have libm, or don't need it
2638 AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
2639 AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
2642 AC_CHECK_LIB(m, cos, LIBM="-lm")
2648 # AC_LIBLTDL_CONVENIENCE([DIRECTORY])
2649 # -----------------------------------
2650 # sets LIBLTDL to the link flags for the libltdl convenience library and
2651 # LTDLINCL to the include flags for the libltdl header and adds
2652 # --enable-ltdl-convenience to the configure arguments. Note that
2653 # AC_CONFIG_SUBDIRS is not called here. If DIRECTORY is not provided,
2654 # it is assumed to be `libltdl'. LIBLTDL will be prefixed with
2655 # '${top_builddir}/' and LTDLINCL will be prefixed with '${top_srcdir}/'
2656 # (note the single quotes!). If your package is not flat and you're not
2657 # using automake, define top_builddir and top_srcdir appropriately in
2659 AC_DEFUN([AC_LIBLTDL_CONVENIENCE],
2660 [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2661 case $enable_ltdl_convenience in
2662 no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;;
2663 "") enable_ltdl_convenience=yes
2664 ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
2666 LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la
2667 LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
2668 # For backwards non-gettext consistent compatibility...
2670 ])# AC_LIBLTDL_CONVENIENCE
2673 # AC_LIBLTDL_INSTALLABLE([DIRECTORY])
2674 # -----------------------------------
2675 # sets LIBLTDL to the link flags for the libltdl installable library and
2676 # LTDLINCL to the include flags for the libltdl header and adds
2677 # --enable-ltdl-install to the configure arguments. Note that
2678 # AC_CONFIG_SUBDIRS is not called here. If DIRECTORY is not provided,
2679 # and an installed libltdl is not found, it is assumed to be `libltdl'.
2680 # LIBLTDL will be prefixed with '${top_builddir}/'# and LTDLINCL with
2681 # '${top_srcdir}/' (note the single quotes!). If your package is not
2682 # flat and you're not using automake, define top_builddir and top_srcdir
2683 # appropriately in the Makefiles.
2684 # In the future, this macro may have to be called after AC_PROG_LIBTOOL.
2685 AC_DEFUN([AC_LIBLTDL_INSTALLABLE],
2686 [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2687 AC_CHECK_LIB(ltdl, lt_dlinit,
2688 [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no],
2689 [if test x"$enable_ltdl_install" = xno; then
2690 AC_MSG_WARN([libltdl not installed, but installation disabled])
2692 enable_ltdl_install=yes
2695 if test x"$enable_ltdl_install" = x"yes"; then
2696 ac_configure_args="$ac_configure_args --enable-ltdl-install"
2697 LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la
2698 LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
2700 ac_configure_args="$ac_configure_args --enable-ltdl-install=no"
2704 # For backwards non-gettext consistent compatibility...
2706 ])# AC_LIBLTDL_INSTALLABLE
2711 # enable support for C++ libraries
2712 AC_DEFUN([AC_LIBTOOL_CXX],
2713 [AC_REQUIRE([_LT_AC_LANG_CXX])
2719 AC_DEFUN([_LT_AC_LANG_CXX],
2720 [AC_REQUIRE([AC_PROG_CXX])
2721 AC_REQUIRE([_LT_AC_PROG_CXXCPP])
2722 _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
2725 # _LT_AC_PROG_CXXCPP
2726 # ------------------
2727 AC_DEFUN([_LT_AC_PROG_CXXCPP],
2729 AC_REQUIRE([AC_PROG_CXX])
2730 if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
2731 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
2732 (test "X$CXX" != "Xg++"))) ; then
2735 ])# _LT_AC_PROG_CXXCPP
2739 # enable support for Fortran 77 libraries
2740 AC_DEFUN([AC_LIBTOOL_F77],
2741 [AC_REQUIRE([_LT_AC_LANG_F77])
2747 AC_DEFUN([_LT_AC_LANG_F77],
2748 [AC_REQUIRE([AC_PROG_F77])
2749 _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
2755 # enable support for GCJ libraries
2756 AC_DEFUN([AC_LIBTOOL_GCJ],
2757 [AC_REQUIRE([_LT_AC_LANG_GCJ])
2763 AC_DEFUN([_LT_AC_LANG_GCJ],
2764 [AC_PROVIDE_IFELSE([AC_PROG_GCJ],[],
2765 [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],[],
2766 [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],[],
2767 [ifdef([AC_PROG_GCJ],[AC_REQUIRE([AC_PROG_GCJ])],
2768 [ifdef([A][M_PROG_GCJ],[AC_REQUIRE([A][M_PROG_GCJ])],
2769 [AC_REQUIRE([A][C_PROG_GCJ_OR_A][M_PROG_GCJ])])])])])])
2770 _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}GCJ])
2776 # enable support for Windows resource files
2777 AC_DEFUN([AC_LIBTOOL_RC],
2778 [AC_REQUIRE([LT_AC_PROG_RC])
2779 _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}RC])
2783 # AC_LIBTOOL_LANG_C_CONFIG
2784 # ------------------------
2785 # Ensure that the configuration vars for the C compiler are
2786 # suitably defined. Those variables are subsequently used by
2787 # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
2788 AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG], [_LT_AC_LANG_C_CONFIG])
2789 AC_DEFUN([_LT_AC_LANG_C_CONFIG],
2793 # Source file extension for C test sources.
2796 # Object file extension for compiled C test sources.
2798 _LT_AC_TAGVAR(objext, $1)=$objext
2800 # Code to be used in simple compile tests
2801 lt_simple_compile_test_code="int some_variable = 0;"
2803 # Code to be used in simple link tests
2804 lt_simple_link_test_code='int main(){return(0);}'
2808 # save warnings/boilerplate of simple test code
2809 _LT_COMPILER_BOILERPLATE
2810 _LT_LINKER_BOILERPLATE
2812 AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
2813 AC_LIBTOOL_PROG_COMPILER_PIC($1)
2814 AC_LIBTOOL_PROG_CC_C_O($1)
2815 AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
2816 AC_LIBTOOL_PROG_LD_SHLIBS($1)
2817 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
2818 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
2819 AC_LIBTOOL_SYS_LIB_STRIP
2820 AC_LIBTOOL_DLOPEN_SELF
2822 # Report which library types will actually be built
2823 AC_MSG_CHECKING([if libtool supports shared libraries])
2824 AC_MSG_RESULT([$can_build_shared])
2826 AC_MSG_CHECKING([whether to build shared libraries])
2827 test "$can_build_shared" = "no" && enable_shared=no
2829 # On AIX, shared libraries and static libraries use the same namespace, and
2830 # are all built from PIC.
2833 test "$enable_shared" = yes && enable_static=no
2834 if test -n "$RANLIB"; then
2835 archive_cmds="$archive_cmds~\$RANLIB \$lib"
2836 postinstall_cmds='$RANLIB $lib'
2841 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
2842 test "$enable_shared" = yes && enable_static=no
2846 AC_MSG_RESULT([$enable_shared])
2848 AC_MSG_CHECKING([whether to build static libraries])
2849 # Make sure either enable_shared or enable_static is yes.
2850 test "$enable_shared" = yes || enable_static=yes
2851 AC_MSG_RESULT([$enable_static])
2853 AC_LIBTOOL_CONFIG($1)
2857 ])# AC_LIBTOOL_LANG_C_CONFIG
2860 # AC_LIBTOOL_LANG_CXX_CONFIG
2861 # --------------------------
2862 # Ensure that the configuration vars for the C compiler are
2863 # suitably defined. Those variables are subsequently used by
2864 # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
2865 AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG], [_LT_AC_LANG_CXX_CONFIG(CXX)])
2866 AC_DEFUN([_LT_AC_LANG_CXX_CONFIG],
2868 AC_REQUIRE([AC_PROG_CXX])
2869 AC_REQUIRE([_LT_AC_PROG_CXXCPP])
2871 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2872 _LT_AC_TAGVAR(allow_undefined_flag, $1)=
2873 _LT_AC_TAGVAR(always_export_symbols, $1)=no
2874 _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
2875 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
2876 _LT_AC_TAGVAR(hardcode_direct, $1)=no
2877 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
2878 _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
2879 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
2880 _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
2881 _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
2882 _LT_AC_TAGVAR(hardcode_automatic, $1)=no
2883 _LT_AC_TAGVAR(module_cmds, $1)=
2884 _LT_AC_TAGVAR(module_expsym_cmds, $1)=
2885 _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
2886 _LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
2887 _LT_AC_TAGVAR(no_undefined_flag, $1)=
2888 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
2889 _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
2891 # Dependencies to place before and after the object being linked:
2892 _LT_AC_TAGVAR(predep_objects, $1)=
2893 _LT_AC_TAGVAR(postdep_objects, $1)=
2894 _LT_AC_TAGVAR(predeps, $1)=
2895 _LT_AC_TAGVAR(postdeps, $1)=
2896 _LT_AC_TAGVAR(compiler_lib_search_path, $1)=
2897 _LT_AC_TAGVAR(compiler_lib_search_dirs, $1)=
2899 # Source file extension for C++ test sources.
2902 # Object file extension for compiled C++ test sources.
2904 _LT_AC_TAGVAR(objext, $1)=$objext
2906 # Code to be used in simple compile tests
2907 lt_simple_compile_test_code="int some_variable = 0;"
2909 # Code to be used in simple link tests
2910 lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }'
2912 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
2915 # save warnings/boilerplate of simple test code
2916 _LT_COMPILER_BOILERPLATE
2917 _LT_LINKER_BOILERPLATE
2919 # Allow CC to be a program name with arguments.
2924 lt_save_with_gnu_ld=$with_gnu_ld
2925 lt_save_path_LD=$lt_cv_path_LD
2926 if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
2927 lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
2929 $as_unset lt_cv_prog_gnu_ld
2931 if test -n "${lt_cv_path_LDCXX+set}"; then
2932 lt_cv_path_LD=$lt_cv_path_LDCXX
2934 $as_unset lt_cv_path_LD
2936 test -z "${LDCXX+set}" || LD=$LDCXX
2939 _LT_AC_TAGVAR(compiler, $1)=$CC
2940 _LT_CC_BASENAME([$compiler])
2942 # We don't want -fno-exception wen compiling C++ code, so set the
2943 # no_builtin_flag separately
2944 if test "$GXX" = yes; then
2945 _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
2947 _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
2950 if test "$GXX" = yes; then
2951 # Set up default GNU C++ configuration
2955 # Check if GNU C++ uses GNU ld as the underlying linker, since the
2956 # archiving commands below assume that GNU ld is being used.
2957 if test "$with_gnu_ld" = yes; then
2958 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
2959 _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'
2961 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
2962 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
2964 # If archive_cmds runs LD, not CC, wlarc should be empty
2965 # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
2966 # investigate it a little bit more. (MM)
2969 # ancient GNU ld didn't support --whole-archive et. al.
2970 if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
2971 grep 'no-whole-archive' > /dev/null; then
2972 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
2974 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
2980 # A generic and very simple default shared library creation
2981 # command for GNU C++ for the case where it uses the native
2982 # linker, instead of GNU ld. If possible, this setting should
2983 # overridden to take advantage of the native linker features on
2984 # the platform it is being used on.
2985 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
2988 # Commands to make compiler produce verbose output that lists
2989 # what "hidden" libraries, object files and flags are used when
2990 # linking a shared library.
2991 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
2999 # PORTME: fill in a description of your system's C++ link characteristics
3000 AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
3001 _LT_AC_TAGVAR(ld_shlibs, $1)=yes
3004 # FIXME: insert proper C++ library support
3005 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3008 if test "$host_cpu" = ia64; then
3009 # On IA64, the linker does run time linking by default, so we don't
3010 # have to do anything special.
3011 aix_use_runtimelinking=no
3012 exp_sym_flag='-Bexport'
3015 aix_use_runtimelinking=no
3017 # Test if we are trying to use run time linking or normal
3018 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
3019 # need to do runtime linking.
3020 case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
3021 for ld_flag in $LDFLAGS; do
3024 aix_use_runtimelinking=yes
3032 exp_sym_flag='-bexport'
3033 no_entry_flag='-bnoentry'
3036 # When large executables or shared objects are built, AIX ld can
3037 # have problems creating the table of contents. If linking a library
3038 # or program results in "error TOC overflow" add -mminimal-toc to
3039 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
3040 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
3042 _LT_AC_TAGVAR(archive_cmds, $1)=''
3043 _LT_AC_TAGVAR(hardcode_direct, $1)=yes
3044 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
3045 _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3047 if test "$GXX" = yes; then
3048 case $host_os in aix4.[[012]]|aix4.[[012]].*)
3049 # We only want to do this on AIX 4.2 and lower, the check
3050 # below for broken collect2 doesn't work under 4.3+
3051 collect2name=`${CC} -print-prog-name=collect2`
3052 if test -f "$collect2name" && \
3053 strings "$collect2name" | grep resolve_lib_name >/dev/null
3055 # We have reworked collect2
3058 # We have old collect2
3059 _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
3060 # It fails to find uninstalled libraries when the uninstalled
3061 # path is not listed in the libpath. Setting hardcode_minus_L
3062 # to unsupported forces relinking
3063 _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
3064 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
3065 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
3069 shared_flag='-shared'
3070 if test "$aix_use_runtimelinking" = yes; then
3071 shared_flag="$shared_flag "'${wl}-G'
3075 if test "$host_cpu" = ia64; then
3076 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
3077 # chokes on -Wl,-G. The following line is correct:
3080 if test "$aix_use_runtimelinking" = yes; then
3081 shared_flag='${wl}-G'
3083 shared_flag='${wl}-bM:SRE'
3088 # It seems that -bexpall does not export symbols beginning with
3089 # underscore (_), so it is better to generate a list of symbols to export.
3090 _LT_AC_TAGVAR(always_export_symbols, $1)=yes
3091 if test "$aix_use_runtimelinking" = yes; then
3092 # Warning - without using the other runtime loading flags (-brtl),
3093 # -berok will link without error, but may produce a broken library.
3094 _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
3095 # Determine the default libpath from the value encoded in an empty executable.
3096 _LT_AC_SYS_LIBPATH_AIX
3097 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
3099 _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"
3101 if test "$host_cpu" = ia64; then
3102 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
3103 _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
3104 _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"
3106 # Determine the default libpath from the value encoded in an empty executable.
3107 _LT_AC_SYS_LIBPATH_AIX
3108 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
3109 # Warning - without using the other run time loading flags,
3110 # -berok will link without error, but may produce a broken library.
3111 _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
3112 _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
3113 # Exported symbols can be pulled into shared objects from archives
3114 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
3115 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
3116 # This is similar to how AIX traditionally builds its shared libraries.
3117 _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'
3123 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
3124 _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
3125 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
3126 # support --undefined. This deserves some investigation. FIXME
3127 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
3129 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3134 case $cc_basename in
3136 # FIXME: insert proper C++ library support
3137 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3142 cygwin* | mingw* | pw32*)
3143 # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
3144 # as there is no search path for DLLs.
3145 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
3146 _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
3147 _LT_AC_TAGVAR(always_export_symbols, $1)=no
3148 _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
3150 if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
3151 _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'
3152 # If the export-symbols file already is a .def file (1st line
3153 # is EXPORTS), use it as is; otherwise, prepend...
3154 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
3155 cp $export_symbols $output_objdir/$soname.def;
3157 echo EXPORTS > $output_objdir/$soname.def;
3158 cat $export_symbols >> $output_objdir/$soname.def;
3160 $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'
3162 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3165 darwin* | rhapsody*)
3166 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3167 _LT_AC_TAGVAR(hardcode_direct, $1)=no
3168 _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
3169 _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
3170 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
3171 _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3172 _LT_AC_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined"
3173 if test "$GXX" = yes ; then
3174 output_verbose_link_cmd='echo'
3175 _LT_AC_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
3176 _LT_AC_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
3177 _LT_AC_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
3178 _LT_AC_TAGVAR(module_expsym_cmds, $1)="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
3179 if test "$lt_cv_apple_cc_single_mod" != "yes"; then
3180 _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${_lt_dsymutil}"
3181 _LT_AC_TAGVAR(archive_expsym_cmds, $1)="sed '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${_lt_dar_export_syms}${_lt_dsymutil}"
3184 case $cc_basename in
3186 output_verbose_link_cmd='echo'
3187 _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` $xlcverstring'
3188 _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
3189 # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
3190 _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 $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
3191 _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}'
3194 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3201 case $cc_basename in
3203 # FIXME: insert proper C++ library support
3204 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3207 # Green Hills C++ Compiler
3208 # FIXME: insert proper C++ library support
3209 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3212 # FIXME: insert proper C++ library support
3213 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3218 # C++ shared libraries reported to be fairly broken before switch to ELF
3219 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3222 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3224 freebsd* | dragonfly*)
3225 # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
3227 _LT_AC_TAGVAR(ld_shlibs, $1)=yes
3232 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
3233 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3234 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
3235 _LT_AC_TAGVAR(hardcode_direct, $1)=yes
3236 _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
3237 # but as the default
3238 # location of the library.
3240 case $cc_basename in
3242 # FIXME: insert proper C++ library support
3243 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3246 _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'
3247 # Commands to make compiler produce verbose output that lists
3248 # what "hidden" libraries, object files and flags are used when
3249 # linking a shared library.
3251 # There doesn't appear to be a way to prevent this compiler from
3252 # explicitly linking system object files so we need to strip them
3253 # from the output so that they don't get included in the library
3255 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'
3258 if test "$GXX" = yes; then
3259 _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'
3261 # FIXME: insert proper C++ library support
3262 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3268 if test $with_gnu_ld = no; then
3269 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
3270 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3275 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
3281 _LT_AC_TAGVAR(hardcode_direct, $1)=no
3282 _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3285 _LT_AC_TAGVAR(hardcode_direct, $1)=yes
3286 _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
3287 # but as the default
3288 # location of the library.
3292 case $cc_basename in
3294 # FIXME: insert proper C++ library support
3295 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3300 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
3303 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
3306 _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'
3309 # Commands to make compiler produce verbose output that lists
3310 # what "hidden" libraries, object files and flags are used when
3311 # linking a shared library.
3313 # There doesn't appear to be a way to prevent this compiler from
3314 # explicitly linking system object files so we need to strip them
3315 # from the output so that they don't get included in the library
3317 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'
3320 if test "$GXX" = yes; then
3321 if test $with_gnu_ld = no; then
3324 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
3327 _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'
3330 _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'
3335 # FIXME: insert proper C++ library support
3336 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3342 _LT_AC_TAGVAR(hardcode_direct, $1)=no
3343 _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3344 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3345 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
3346 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
3347 # Instead, shared libraries are loaded at an image base (0x10000000 by
3348 # default) and relocated if they conflict, which is a slow very memory
3349 # consuming and fragmenting process. To avoid this, we pick a random,
3350 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
3351 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
3352 _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'
3353 _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'
3356 case $cc_basename in
3359 _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'
3361 # Archives containing C++ object files must be created using
3362 # "CC -ar", where "CC" is the IRIX C++ compiler. This is
3363 # necessary to make sure instantiated templates are included
3365 _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
3368 if test "$GXX" = yes; then
3369 if test "$with_gnu_ld" = no; then
3370 _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'
3372 _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'
3375 _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3378 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3379 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3381 linux* | k*bsd*-gnu)
3382 case $cc_basename in
3384 # Kuck and Associates, Inc. (KAI) C++ Compiler
3386 # KCC will only create a shared library if the output file
3387 # ends with ".so" (or ".sl" for HP-UX), so rename the library
3388 # to its proper name (with version) after linking.
3389 _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'
3390 _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'
3391 # Commands to make compiler produce verbose output that lists
3392 # what "hidden" libraries, object files and flags are used when
3393 # linking a shared library.
3395 # There doesn't appear to be a way to prevent this compiler from
3396 # explicitly linking system object files so we need to strip them
3397 # from the output so that they don't get included in the library
3399 output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | grep "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
3401 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath,$libdir'
3402 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
3404 # Archives containing C++ object files must be created using
3405 # "CC -Bstatic", where "CC" is the KAI C++ compiler.
3406 _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
3411 # version 8.0 and above of icpc choke on multiply defined symbols
3412 # if we add $predep_objects and $postdep_objects, however 7.1 and
3413 # earlier do not add the objects themselves.
3414 case `$CC -V 2>&1` in
3416 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
3417 _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'
3419 *) # Version 8.0 or newer
3422 ia64*) tmp_idyn=' -i_dynamic';;
3424 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
3425 _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'
3428 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3429 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3430 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
3431 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
3434 # Portland Group C++ compiler
3435 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
3436 _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'
3438 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
3439 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
3440 _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'
3444 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
3445 _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'
3447 runpath_var=LD_RUN_PATH
3448 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
3449 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3451 # Commands to make compiler produce verbose output that lists
3452 # what "hidden" libraries, object files and flags are used when
3453 # linking a shared library.
3455 # There doesn't appear to be a way to prevent this compiler from
3456 # explicitly linking system object files so we need to strip them
3457 # from the output so that they don't get included in the library
3459 output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
3462 case `$CC -V 2>&1 | sed 5q` in
3465 _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
3466 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
3467 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols'
3468 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3469 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
3471 # Not sure whether something based on
3472 # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
3474 output_verbose_link_cmd='echo'
3476 # Archives containing C++ object files must be created using
3477 # "CC -xar", where "CC" is the Sun C++ compiler. This is
3478 # necessary to make sure instantiated templates are included
3480 _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
3487 # FIXME: insert proper C++ library support
3488 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3491 # FIXME: insert proper C++ library support
3492 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3495 case $cc_basename in
3497 # FIXME: insert proper C++ library support
3498 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3501 # FIXME: insert proper C++ library support
3502 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3507 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
3508 _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
3510 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3511 _LT_AC_TAGVAR(hardcode_direct, $1)=yes
3512 _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3514 # Workaround some broken pre-1.5 toolchains
3515 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
3518 # C++ shared libraries are fairly broken
3519 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3522 if test -f /usr/libexec/ld.so; then
3523 _LT_AC_TAGVAR(hardcode_direct, $1)=yes
3524 _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3525 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
3526 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3527 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
3528 _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'
3529 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
3530 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
3532 output_verbose_link_cmd='echo'
3534 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3538 case $cc_basename in
3540 # Kuck and Associates, Inc. (KAI) C++ Compiler
3542 # KCC will only create a shared library if the output file
3543 # ends with ".so" (or ".sl" for HP-UX), so rename the library
3544 # to its proper name (with version) after linking.
3545 _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'
3547 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3548 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3550 # Archives containing C++ object files must be created using
3551 # "CC -Bstatic", where "CC" is the KAI C++ compiler.
3552 _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
3556 # Rational C++ 2.4.1
3557 # FIXME: insert proper C++ library support
3558 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3561 _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
3562 _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'
3564 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3565 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3567 # Commands to make compiler produce verbose output that lists
3568 # what "hidden" libraries, object files and flags are used when
3569 # linking a shared library.
3571 # There doesn't appear to be a way to prevent this compiler from
3572 # explicitly linking system object files so we need to strip them
3573 # from the output so that they don't get included in the library
3575 output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
3578 if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3579 _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
3580 _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'
3582 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3583 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3585 # Commands to make compiler produce verbose output that lists
3586 # what "hidden" libraries, object files and flags are used when
3587 # linking a shared library.
3588 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
3591 # FIXME: insert proper C++ library support
3592 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3598 case $cc_basename in
3600 # Kuck and Associates, Inc. (KAI) C++ Compiler
3602 # KCC will only create a shared library if the output file
3603 # ends with ".so" (or ".sl" for HP-UX), so rename the library
3604 # to its proper name (with version) after linking.
3605 _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'
3607 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3608 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3610 # Archives containing C++ object files must be created using
3611 # the KAI C++ compiler.
3612 _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs'
3615 # Rational C++ 2.4.1
3616 # FIXME: insert proper C++ library support
3617 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3620 _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
3621 _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'
3622 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
3623 echo "-hidden">> $lib.exp~
3624 $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~
3627 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
3628 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3630 # Commands to make compiler produce verbose output that lists
3631 # what "hidden" libraries, object files and flags are used when
3632 # linking a shared library.
3634 # There doesn't appear to be a way to prevent this compiler from
3635 # explicitly linking system object files so we need to strip them
3636 # from the output so that they don't get included in the library
3638 output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
3641 if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3642 _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
3643 _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'
3645 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3646 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3648 # Commands to make compiler produce verbose output that lists
3649 # what "hidden" libraries, object files and flags are used when
3650 # linking a shared library.
3651 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
3654 # FIXME: insert proper C++ library support
3655 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3661 # FIXME: insert proper C++ library support
3662 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3665 case $cc_basename in
3668 # FIXME: insert proper C++ library support
3669 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3673 # FIXME: insert proper C++ library support
3674 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3677 # FIXME: insert proper C++ library support
3678 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3683 case $cc_basename in
3685 # Sun C++ 4.2, 5.x and Centerline C++
3686 _LT_AC_TAGVAR(archive_cmds_need_lc,$1)=yes
3687 _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
3688 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
3689 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3690 $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'
3692 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3693 _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3695 solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
3697 # The compiler driver will combine and reorder linker options,
3698 # but understands `-z linker_flag'.
3699 # Supported since Solaris 2.6 (maybe 2.5.1?)
3700 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
3703 _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3705 output_verbose_link_cmd='echo'
3707 # Archives containing C++ object files must be created using
3708 # "CC -xar", where "CC" is the Sun C++ compiler. This is
3709 # necessary to make sure instantiated templates are included
3711 _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
3714 # Green Hills C++ Compiler
3715 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3717 # The C++ compiler must be used to create the archive.
3718 _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
3721 # GNU C++ compiler with Solaris linker
3722 if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3723 _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
3724 if $CC --version | grep -v '^2\.7' > /dev/null; then
3725 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3726 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3727 $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
3729 # Commands to make compiler produce verbose output that lists
3730 # what "hidden" libraries, object files and flags are used when
3731 # linking a shared library.
3732 output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
3734 # g++ 2.7 appears to require `-G' NOT `-shared' on this
3736 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3737 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3738 $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
3740 # Commands to make compiler produce verbose output that lists
3741 # what "hidden" libraries, object files and flags are used when
3742 # linking a shared library.
3743 output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
3746 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
3748 solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
3750 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
3757 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
3758 _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
3759 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3760 _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3761 runpath_var='LD_RUN_PATH'
3763 case $cc_basename in
3765 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
3766 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
3769 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
3770 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
3774 sysv5* | sco3.2v5* | sco5v6*)
3775 # Note: We can NOT use -z defs as we might desire, because we do not
3776 # link with -lc, and that would cause any symbols used from libc to
3777 # always be unresolved, which means just about no library would
3778 # ever link correctly. If we're not using GNU ld we use -z text
3779 # though, which does catch some bad symbols but isn't as heavy-handed
3781 # For security reasons, it is highly recommended that you always
3782 # use absolute paths for naming shared libraries, and exclude the
3783 # DT_RUNPATH tag from executables and libraries. But doing so
3784 # requires that you compile everything twice, which is a pain.
3785 # So that behaviour is only enabled if SCOABSPATH is set to a
3786 # non-empty value in the environment. Most likely only useful for
3787 # creating official distributions of packages.
3788 # This is a hack until libtool officially supports absolute path
3789 # names for shared libraries.
3790 _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
3791 _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
3792 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3793 _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3794 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
3795 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
3796 _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3797 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
3798 runpath_var='LD_RUN_PATH'
3800 case $cc_basename in
3802 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
3803 _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'
3806 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
3807 _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'
3812 case $cc_basename in
3814 # NonStop-UX NCC 3.20
3815 # FIXME: insert proper C++ library support
3816 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3819 # FIXME: insert proper C++ library support
3820 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3825 # FIXME: insert proper C++ library support
3826 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3829 # FIXME: insert proper C++ library support
3830 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3833 AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
3834 test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
3836 _LT_AC_TAGVAR(GCC, $1)="$GXX"
3837 _LT_AC_TAGVAR(LD, $1)="$LD"
3839 AC_LIBTOOL_POSTDEP_PREDEP($1)
3840 AC_LIBTOOL_PROG_COMPILER_PIC($1)
3841 AC_LIBTOOL_PROG_CC_C_O($1)
3842 AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3843 AC_LIBTOOL_PROG_LD_SHLIBS($1)
3844 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3845 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3847 AC_LIBTOOL_CONFIG($1)
3854 with_gnu_ldcxx=$with_gnu_ld
3855 with_gnu_ld=$lt_save_with_gnu_ld
3856 lt_cv_path_LDCXX=$lt_cv_path_LD
3857 lt_cv_path_LD=$lt_save_path_LD
3858 lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
3859 lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
3860 ])# AC_LIBTOOL_LANG_CXX_CONFIG
3862 # AC_LIBTOOL_POSTDEP_PREDEP([TAGNAME])
3863 # ------------------------------------
3864 # Figure out "hidden" library dependencies from verbose
3865 # compiler output when linking a shared library.
3866 # Parse the compiler output and extract the necessary