configure
上传用户:qaz666999
上传日期:2022-08-06
资源大小:2570k
文件大小:938k
源码类别:

数学计算

开发平台:

Unix_Linux

  1. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
  2. $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
  3. if test x"$lt_cv_prog_compiler_static_works" = xyes; then
  4.     :
  5. else
  6.     lt_prog_compiler_static=
  7. fi
  8.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
  9. $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
  10. if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
  11.   $as_echo_n "(cached) " >&6
  12. else
  13.   lt_cv_prog_compiler_c_o=no
  14.    $RM -r conftest 2>/dev/null
  15.    mkdir conftest
  16.    cd conftest
  17.    mkdir out
  18.    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
  19.    lt_compiler_flag="-o out/conftest2.$ac_objext"
  20.    # Insert the option either (1) after the last *FLAGS variable, or
  21.    # (2) before a word containing "conftest.", or (3) at the end.
  22.    # Note that $ac_compile itself does not contain backslashes and begins
  23.    # with a dollar sign (not a hyphen), so the echo should work correctly.
  24.    lt_compile=`echo "$ac_compile" | $SED 
  25.    -e 's:.*FLAGS}{0,1} :&$lt_compiler_flag :; t' 
  26.    -e 's: [^ ]*conftest.: $lt_compiler_flag&:; t' 
  27.    -e 's:$: $lt_compiler_flag:'`
  28.    (eval echo ""$as_me:15673: $lt_compile"" >&5)
  29.    (eval "$lt_compile" 2>out/conftest.err)
  30.    ac_status=$?
  31.    cat out/conftest.err >&5
  32.    echo "$as_me:15677: $? = $ac_status" >&5
  33.    if (exit $ac_status) && test -s out/conftest2.$ac_objext
  34.    then
  35.      # The compiler can only warn and ignore the option if not recognized
  36.      # So say no if there are warnings
  37.      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
  38.      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
  39.      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
  40.        lt_cv_prog_compiler_c_o=yes
  41.      fi
  42.    fi
  43.    chmod u+w . 2>&5
  44.    $RM conftest*
  45.    # SGI C++ compiler will create directory out/ii_files/ for
  46.    # template instantiation
  47.    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
  48.    $RM out/* && rmdir out
  49.    cd ..
  50.    $RM -r conftest
  51.    $RM conftest*
  52. fi
  53. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
  54. $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
  55.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
  56. $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
  57. if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
  58.   $as_echo_n "(cached) " >&6
  59. else
  60.   lt_cv_prog_compiler_c_o=no
  61.    $RM -r conftest 2>/dev/null
  62.    mkdir conftest
  63.    cd conftest
  64.    mkdir out
  65.    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
  66.    lt_compiler_flag="-o out/conftest2.$ac_objext"
  67.    # Insert the option either (1) after the last *FLAGS variable, or
  68.    # (2) before a word containing "conftest.", or (3) at the end.
  69.    # Note that $ac_compile itself does not contain backslashes and begins
  70.    # with a dollar sign (not a hyphen), so the echo should work correctly.
  71.    lt_compile=`echo "$ac_compile" | $SED 
  72.    -e 's:.*FLAGS}{0,1} :&$lt_compiler_flag :; t' 
  73.    -e 's: [^ ]*conftest.: $lt_compiler_flag&:; t' 
  74.    -e 's:$: $lt_compiler_flag:'`
  75.    (eval echo ""$as_me:15728: $lt_compile"" >&5)
  76.    (eval "$lt_compile" 2>out/conftest.err)
  77.    ac_status=$?
  78.    cat out/conftest.err >&5
  79.    echo "$as_me:15732: $? = $ac_status" >&5
  80.    if (exit $ac_status) && test -s out/conftest2.$ac_objext
  81.    then
  82.      # The compiler can only warn and ignore the option if not recognized
  83.      # So say no if there are warnings
  84.      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
  85.      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
  86.      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
  87.        lt_cv_prog_compiler_c_o=yes
  88.      fi
  89.    fi
  90.    chmod u+w . 2>&5
  91.    $RM conftest*
  92.    # SGI C++ compiler will create directory out/ii_files/ for
  93.    # template instantiation
  94.    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
  95.    $RM out/* && rmdir out
  96.    cd ..
  97.    $RM -r conftest
  98.    $RM conftest*
  99. fi
  100. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
  101. $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
  102. hard_links="nottested"
  103. if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
  104.   # do not overwrite the value of need_locks provided by the user
  105.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
  106. $as_echo_n "checking if we can lock with hard links... " >&6; }
  107.   hard_links=yes
  108.   $RM conftest*
  109.   ln conftest.a conftest.b 2>/dev/null && hard_links=no
  110.   touch conftest.a
  111.   ln conftest.a conftest.b 2>&5 || hard_links=no
  112.   ln conftest.a conftest.b 2>/dev/null && hard_links=no
  113.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
  114. $as_echo "$hard_links" >&6; }
  115.   if test "$hard_links" = no; then
  116.     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: `$CC' does not support `-c -o', so `make -j' may be unsafe" >&5
  117. $as_echo "$as_me: WARNING: `$CC' does not support `-c -o', so `make -j' may be unsafe" >&2;}
  118.     need_locks=warn
  119.   fi
  120. else
  121.   need_locks=no
  122. fi
  123.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
  124. $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
  125.   runpath_var=
  126.   allow_undefined_flag=
  127.   always_export_symbols=no
  128.   archive_cmds=
  129.   archive_expsym_cmds=
  130.   compiler_needs_object=no
  131.   enable_shared_with_static_runtimes=no
  132.   export_dynamic_flag_spec=
  133.   export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '''s/.* //''' | sort | uniq > $export_symbols'
  134.   hardcode_automatic=no
  135.   hardcode_direct=no
  136.   hardcode_direct_absolute=no
  137.   hardcode_libdir_flag_spec=
  138.   hardcode_libdir_flag_spec_ld=
  139.   hardcode_libdir_separator=
  140.   hardcode_minus_L=no
  141.   hardcode_shlibpath_var=unsupported
  142.   inherit_rpath=no
  143.   link_all_deplibs=unknown
  144.   module_cmds=
  145.   module_expsym_cmds=
  146.   old_archive_from_new_cmds=
  147.   old_archive_from_expsyms_cmds=
  148.   thread_safe_flag_spec=
  149.   whole_archive_flag_spec=
  150.   # include_expsyms should be a list of space-separated symbols to be *always*
  151.   # included in the symbol list
  152.   include_expsyms=
  153.   # exclude_expsyms can be an extended regexp of symbols to exclude
  154.   # it will be wrapped by ` (' and `)$', so one must not match beginning or
  155.   # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
  156.   # as well as any symbol that contains `d'.
  157.   exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
  158.   # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
  159.   # platforms (ab)use it in PIC code, but their linkers get confused if
  160.   # the symbol is explicitly referenced.  Since portable code cannot
  161.   # rely on this symbol name, it's probably fine to never include it in
  162.   # preloaded symbol tables.
  163.   # Exclude shared library initialization/finalization symbols.
  164.   extract_expsyms_cmds=
  165.   case $host_os in
  166.   cygwin* | mingw* | pw32* | cegcc*)
  167.     # FIXME: the MSVC++ port hasn't been tested in a loooong time
  168.     # When not using gcc, we currently assume that we are using
  169.     # Microsoft Visual C++.
  170.     if test "$GCC" != yes; then
  171.       with_gnu_ld=no
  172.     fi
  173.     ;;
  174.   interix*)
  175.     # we just hope/assume this is gcc and not c89 (= MSVC++)
  176.     with_gnu_ld=yes
  177.     ;;
  178.   openbsd*)
  179.     with_gnu_ld=no
  180.     ;;
  181.   esac
  182.   ld_shlibs=yes
  183.   if test "$with_gnu_ld" = yes; then
  184.     # If archive_cmds runs LD, not CC, wlarc should be empty
  185.     wlarc='${wl}'
  186.     # Set some defaults for GNU ld with shared library support. These
  187.     # are reset later if shared libraries are not supported. Putting them
  188.     # here allows them to be overridden if necessary.
  189.     runpath_var=LD_RUN_PATH
  190.     hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  191.     export_dynamic_flag_spec='${wl}--export-dynamic'
  192.     # ancient GNU ld didn't support --whole-archive et. al.
  193.     if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
  194.       whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
  195.     else
  196.       whole_archive_flag_spec=
  197.     fi
  198.     supports_anon_versioning=no
  199.     case `$LD -v 2>&1` in
  200.       * [01].* | * 2.[0-9].* | * 2.10.*) ;; # catch versions < 2.11
  201.       * 2.11.93.0.2 *) supports_anon_versioning=yes ;; # RH7.3 ...
  202.       * 2.11.92.0.12 *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
  203.       * 2.11.*) ;; # other 2.11 versions
  204.       *) supports_anon_versioning=yes ;;
  205.     esac
  206.     # See if GNU ld supports shared libraries.
  207.     case $host_os in
  208.     aix[3-9]*)
  209.       # On AIX/PPC, the GNU linker is very broken
  210.       if test "$host_cpu" != ia64; then
  211. ld_shlibs=no
  212. cat <<_LT_EOF 1>&2
  213. *** Warning: the GNU linker, at least up to release 2.9.1, is reported
  214. *** to be unable to reliably create shared libraries on AIX.
  215. *** Therefore, libtool is disabling shared libraries support.  If you
  216. *** really care for shared libraries, you may want to modify your PATH
  217. *** so that a non-GNU linker is found, and then restart.
  218. _LT_EOF
  219.       fi
  220.       ;;
  221.     amigaos*)
  222.       case $host_cpu in
  223.       powerpc)
  224.             # see comment about AmigaOS4 .so support
  225.             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  226.             archive_expsym_cmds=''
  227.         ;;
  228.       m68k)
  229.             archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
  230.             hardcode_libdir_flag_spec='-L$libdir'
  231.             hardcode_minus_L=yes
  232.         ;;
  233.       esac
  234.       ;;
  235.     beos*)
  236.       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
  237. allow_undefined_flag=unsupported
  238. # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
  239. # support --undefined.  This deserves some investigation.  FIXME
  240. archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  241.       else
  242. ld_shlibs=no
  243.       fi
  244.       ;;
  245.     cygwin* | mingw* | pw32* | cegcc*)
  246.       # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
  247.       # as there is no search path for DLLs.
  248.       hardcode_libdir_flag_spec='-L$libdir'
  249.       allow_undefined_flag=unsupported
  250.       always_export_symbols=no
  251.       enable_shared_with_static_runtimes=yes
  252.       export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '''/^[BCDGRS][ ]/s/.*[ ]([^ ]*)/1 DATA/''' | $SED -e '''/^[AITW][ ]/s/.*[ ]//''' | sort | uniq > $export_symbols'
  253.       if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
  254.         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
  255. # If the export-symbols file already is a .def file (1st line
  256. # is EXPORTS), use it as is; otherwise, prepend...
  257. archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
  258.   cp $export_symbols $output_objdir/$soname.def;
  259. else
  260.   echo EXPORTS > $output_objdir/$soname.def;
  261.   cat $export_symbols >> $output_objdir/$soname.def;
  262. fi~
  263. $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
  264.       else
  265. ld_shlibs=no
  266.       fi
  267.       ;;
  268.     interix[3-9]*)
  269.       hardcode_direct=no
  270.       hardcode_shlibpath_var=no
  271.       hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
  272.       export_dynamic_flag_spec='${wl}-E'
  273.       # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
  274.       # Instead, shared libraries are loaded at an image base (0x10000000 by
  275.       # default) and relocated if they conflict, which is a slow very memory
  276.       # consuming and fragmenting process.  To avoid this, we pick a random,
  277.       # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
  278.       # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
  279.       archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 * 262144 + 1342177280` -o $lib'
  280.       archive_expsym_cmds='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'
  281.       ;;
  282.     gnu* | linux* | tpf* | k*bsd*-gnu)
  283.       tmp_diet=no
  284.       if test "$host_os" = linux-dietlibc; then
  285. case $cc_basename in
  286.   diet *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
  287. esac
  288.       fi
  289.       if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null 
  290.  && test "$tmp_diet" = no
  291.       then
  292. tmp_addflag=
  293. tmp_sharedflag='-shared'
  294. case $cc_basename,$host_cpu in
  295.         pgcc*) # Portland Group C compiler
  296.   whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience""; do test  -n "$conv" && new_convenience="$new_convenience,$conv"; done; $ECHO "$new_convenience"` ${wl}--no-whole-archive'
  297.   tmp_addflag=' $pic_flag'
  298.   ;;
  299. pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers
  300.   whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience""; do test  -n "$conv" && new_convenience="$new_convenience,$conv"; done; $ECHO "$new_convenience"` ${wl}--no-whole-archive'
  301.   tmp_addflag=' $pic_flag -Mnomain' ;;
  302. ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
  303.   tmp_addflag=' -i_dynamic' ;;
  304. efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
  305.   tmp_addflag=' -i_dynamic -nofor_main' ;;
  306. ifc* | ifort*) # Intel Fortran compiler
  307.   tmp_addflag=' -nofor_main' ;;
  308. lf95*) # Lahey Fortran 8.1
  309.   whole_archive_flag_spec=
  310.   tmp_sharedflag='--shared' ;;
  311. xl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
  312.   tmp_sharedflag='-qmkshrobj'
  313.   tmp_addflag= ;;
  314. esac
  315. case `$CC -V 2>&1 | sed 5q` in
  316. *Sun C*) # Sun C 5.9
  317.   whole_archive_flag_spec='${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'
  318.   compiler_needs_object=yes
  319.   tmp_sharedflag='-G' ;;
  320. *Sun F*) # Sun Fortran 8.3
  321.   tmp_sharedflag='-G' ;;
  322. esac
  323. archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  324.         if test "x$supports_anon_versioning" = xyes; then
  325.           archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
  326.     cat $export_symbols | sed -e "s/(.*)/1;/" >> $output_objdir/$libname.ver~
  327.     echo "local: *; };" >> $output_objdir/$libname.ver~
  328.     $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
  329.         fi
  330. case $cc_basename in
  331. xlf*)
  332.   # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
  333.   whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
  334.   hardcode_libdir_flag_spec=
  335.   hardcode_libdir_flag_spec_ld='-rpath $libdir'
  336.   archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
  337.   if test "x$supports_anon_versioning" = xyes; then
  338.     archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
  339.       cat $export_symbols | sed -e "s/(.*)/1;/" >> $output_objdir/$libname.ver~
  340.       echo "local: *; };" >> $output_objdir/$libname.ver~
  341.       $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
  342.   fi
  343.   ;;
  344. esac
  345.       else
  346.         ld_shlibs=no
  347.       fi
  348.       ;;
  349.     netbsd*)
  350.       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
  351. archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
  352. wlarc=
  353.       else
  354. archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  355. archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
  356.       fi
  357.       ;;
  358.     solaris*)
  359.       if $LD -v 2>&1 | $GREP 'BFD 2.8' > /dev/null; then
  360. ld_shlibs=no
  361. cat <<_LT_EOF 1>&2
  362. *** Warning: The releases 2.8.* of the GNU linker cannot reliably
  363. *** create shared libraries on Solaris systems.  Therefore, libtool
  364. *** is disabling shared libraries support.  We urge you to upgrade GNU
  365. *** binutils to release 2.9.1 or newer.  Another option is to modify
  366. *** your PATH or compiler configuration so that the native linker is
  367. *** used, and then restart.
  368. _LT_EOF
  369.       elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
  370. archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  371. archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
  372.       else
  373. ld_shlibs=no
  374.       fi
  375.       ;;
  376.     sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
  377.       case `$LD -v 2>&1` in
  378.         * [01].* | * 2.[0-9].* | * 2.1[0-5].*)
  379. ld_shlibs=no
  380. cat <<_LT_EOF 1>&2
  381. *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
  382. *** reliably create shared libraries on SCO systems.  Therefore, libtool
  383. *** is disabling shared libraries support.  We urge you to upgrade GNU
  384. *** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
  385. *** your PATH or compiler configuration so that the native linker is
  386. *** used, and then restart.
  387. _LT_EOF
  388. ;;
  389. *)
  390.   # For security reasons, it is highly recommended that you always
  391.   # use absolute paths for naming shared libraries, and exclude the
  392.   # DT_RUNPATH tag from executables and libraries.  But doing so
  393.   # requires that you compile everything twice, which is a pain.
  394.   if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
  395.     hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  396.     archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  397.     archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
  398.   else
  399.     ld_shlibs=no
  400.   fi
  401. ;;
  402.       esac
  403.       ;;
  404.     sunos4*)
  405.       archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
  406.       wlarc=
  407.       hardcode_direct=yes
  408.       hardcode_shlibpath_var=no
  409.       ;;
  410.     *)
  411.       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
  412. archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  413. archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
  414.       else
  415. ld_shlibs=no
  416.       fi
  417.       ;;
  418.     esac
  419.     if test "$ld_shlibs" = no; then
  420.       runpath_var=
  421.       hardcode_libdir_flag_spec=
  422.       export_dynamic_flag_spec=
  423.       whole_archive_flag_spec=
  424.     fi
  425.   else
  426.     # PORTME fill in a description of your system's linker (not GNU ld)
  427.     case $host_os in
  428.     aix3*)
  429.       allow_undefined_flag=unsupported
  430.       always_export_symbols=yes
  431.       archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
  432.       # Note: this linker hardcodes the directories in LIBPATH if there
  433.       # are no directories specified by -L.
  434.       hardcode_minus_L=yes
  435.       if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
  436. # Neither direct hardcoding nor static linking is supported with a
  437. # broken collect2.
  438. hardcode_direct=unsupported
  439.       fi
  440.       ;;
  441.     aix[4-9]*)
  442.       if test "$host_cpu" = ia64; then
  443. # On IA64, the linker does run time linking by default, so we don't
  444. # have to do anything special.
  445. aix_use_runtimelinking=no
  446. exp_sym_flag='-Bexport'
  447. no_entry_flag=""
  448.       else
  449. # If we're using GNU nm, then we don't want the "-C" option.
  450. # -C means demangle to AIX nm, but means don't demangle with GNU nm
  451. if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
  452.   export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '''{ if ((($ 2 == "T") || ($ 2 == "D") || ($ 2 == "B")) && (substr($ 3,1,1) != ".")) { print $ 3 } }''' | sort -u > $export_symbols'
  453. else
  454.   export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '''{ if ((($ 2 == "T") || ($ 2 == "D") || ($ 2 == "B")) && (substr($ 3,1,1) != ".")) { print $ 3 } }''' | sort -u > $export_symbols'
  455. fi
  456. aix_use_runtimelinking=no
  457. # Test if we are trying to use run time linking or normal
  458. # AIX style linking. If -brtl is somewhere in LDFLAGS, we
  459. # need to do runtime linking.
  460. case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
  461.   for ld_flag in $LDFLAGS; do
  462.   if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
  463.     aix_use_runtimelinking=yes
  464.     break
  465.   fi
  466.   done
  467.   ;;
  468. esac
  469. exp_sym_flag='-bexport'
  470. no_entry_flag='-bnoentry'
  471.       fi
  472.       # When large executables or shared objects are built, AIX ld can
  473.       # have problems creating the table of contents.  If linking a library
  474.       # or program results in "error TOC overflow" add -mminimal-toc to
  475.       # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
  476.       # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
  477.       archive_cmds=''
  478.       hardcode_direct=yes
  479.       hardcode_direct_absolute=yes
  480.       hardcode_libdir_separator=':'
  481.       link_all_deplibs=yes
  482.       file_list_spec='${wl}-f,'
  483.       if test "$GCC" = yes; then
  484. case $host_os in aix4.[012]|aix4.[012].*)
  485. # We only want to do this on AIX 4.2 and lower, the check
  486. # below for broken collect2 doesn't work under 4.3+
  487.   collect2name=`${CC} -print-prog-name=collect2`
  488.   if test -f "$collect2name" &&
  489.    strings "$collect2name" | $GREP resolve_lib_name >/dev/null
  490.   then
  491.   # We have reworked collect2
  492.   :
  493.   else
  494.   # We have old collect2
  495.   hardcode_direct=unsupported
  496.   # It fails to find uninstalled libraries when the uninstalled
  497.   # path is not listed in the libpath.  Setting hardcode_minus_L
  498.   # to unsupported forces relinking
  499.   hardcode_minus_L=yes
  500.   hardcode_libdir_flag_spec='-L$libdir'
  501.   hardcode_libdir_separator=
  502.   fi
  503.   ;;
  504. esac
  505. shared_flag='-shared'
  506. if test "$aix_use_runtimelinking" = yes; then
  507.   shared_flag="$shared_flag "'${wl}-G'
  508. fi
  509.       else
  510. # not using gcc
  511. if test "$host_cpu" = ia64; then
  512. # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
  513. # chokes on -Wl,-G. The following line is correct:
  514.   shared_flag='-G'
  515. else
  516.   if test "$aix_use_runtimelinking" = yes; then
  517.     shared_flag='${wl}-G'
  518.   else
  519.     shared_flag='${wl}-bM:SRE'
  520.   fi
  521. fi
  522.       fi
  523.       export_dynamic_flag_spec='${wl}-bexpall'
  524.       # It seems that -bexpall does not export symbols beginning with
  525.       # underscore (_), so it is better to generate a list of symbols to export.
  526.       always_export_symbols=yes
  527.       if test "$aix_use_runtimelinking" = yes; then
  528. # Warning - without using the other runtime loading flags (-brtl),
  529. # -berok will link without error, but may produce a broken library.
  530. allow_undefined_flag='-berok'
  531.         # Determine the default libpath from the value encoded in an
  532.         # empty executable.
  533.         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  534. /* end confdefs.h.  */
  535. int
  536. main ()
  537. {
  538.   ;
  539.   return 0;
  540. }
  541. _ACEOF
  542. if ac_fn_c_try_link "$LINENO"; then :
  543. lt_aix_libpath_sed='
  544.     /Import File Strings/,/^$/ {
  545. /^0/ {
  546.     s/^0  *(.*)$/1/
  547.     p
  548. }
  549.     }'
  550. aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
  551. # Check for a 64-bit object if we didn't find anything.
  552. if test -z "$aix_libpath"; then
  553.   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
  554. fi
  555. fi
  556. rm -f core conftest.err conftest.$ac_objext 
  557.     conftest$ac_exeext conftest.$ac_ext
  558. if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
  559.         hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
  560.         archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"${wl}$exp_sym_flag:$export_symbols $shared_flag"
  561.       else
  562. if test "$host_cpu" = ia64; then
  563.   hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
  564.   allow_undefined_flag="-z nodefs"
  565.   archive_expsym_cmds="$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"
  566. else
  567.  # Determine the default libpath from the value encoded in an
  568.  # empty executable.
  569.  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  570. /* end confdefs.h.  */
  571. int
  572. main ()
  573. {
  574.   ;
  575.   return 0;
  576. }
  577. _ACEOF
  578. if ac_fn_c_try_link "$LINENO"; then :
  579. lt_aix_libpath_sed='
  580.     /Import File Strings/,/^$/ {
  581. /^0/ {
  582.     s/^0  *(.*)$/1/
  583.     p
  584. }
  585.     }'
  586. aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
  587. # Check for a 64-bit object if we didn't find anything.
  588. if test -z "$aix_libpath"; then
  589.   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
  590. fi
  591. fi
  592. rm -f core conftest.err conftest.$ac_objext 
  593.     conftest$ac_exeext conftest.$ac_ext
  594. if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
  595.  hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
  596.   # Warning - without using the other run time loading flags,
  597.   # -berok will link without error, but may produce a broken library.
  598.   no_undefined_flag=' ${wl}-bernotok'
  599.   allow_undefined_flag=' ${wl}-berok'
  600.   # Exported symbols can be pulled into shared objects from archives
  601.   whole_archive_flag_spec='$convenience'
  602.   archive_cmds_need_lc=yes
  603.   # This is similar to how AIX traditionally builds its shared libraries.
  604.   archive_expsym_cmds="$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'
  605. fi
  606.       fi
  607.       ;;
  608.     amigaos*)
  609.       case $host_cpu in
  610.       powerpc)
  611.             # see comment about AmigaOS4 .so support
  612.             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  613.             archive_expsym_cmds=''
  614.         ;;
  615.       m68k)
  616.             archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
  617.             hardcode_libdir_flag_spec='-L$libdir'
  618.             hardcode_minus_L=yes
  619.         ;;
  620.       esac
  621.       ;;
  622.     bsdi[45]*)
  623.       export_dynamic_flag_spec=-rdynamic
  624.       ;;
  625.     cygwin* | mingw* | pw32* | cegcc*)
  626.       # When not using gcc, we currently assume that we are using
  627.       # Microsoft Visual C++.
  628.       # hardcode_libdir_flag_spec is actually meaningless, as there is
  629.       # no search path for DLLs.
  630.       hardcode_libdir_flag_spec=' '
  631.       allow_undefined_flag=unsupported
  632.       # Tell ltmain to make .lib files, not .a files.
  633.       libext=lib
  634.       # Tell ltmain to make .dll files, not .so files.
  635.       shrext_cmds=".dll"
  636.       # FIXME: Setting linknames here is a bad hack.
  637.       archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '''s/ -lc$//'''` -link -dll~linknames='
  638.       # The linker will automatically build a .lib file if we build a DLL.
  639.       old_archive_from_new_cmds='true'
  640.       # FIXME: Should let the user specify the lib program.
  641.       old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
  642.       fix_srcfile_path='`cygpath -w "$srcfile"`'
  643.       enable_shared_with_static_runtimes=yes
  644.       ;;
  645.     darwin* | rhapsody*)
  646.   archive_cmds_need_lc=no
  647.   hardcode_direct=no
  648.   hardcode_automatic=yes
  649.   hardcode_shlibpath_var=unsupported
  650.   whole_archive_flag_spec=''
  651.   link_all_deplibs=yes
  652.   allow_undefined_flag="$_lt_dar_allow_undefined"
  653.   case $cc_basename in
  654.      ifort*) _lt_dar_can_shared=yes ;;
  655.      *) _lt_dar_can_shared=$GCC ;;
  656.   esac
  657.   if test "$_lt_dar_can_shared" = "yes"; then
  658.     output_verbose_link_cmd=echo
  659.     archive_cmds="$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring $_lt_dar_single_mod${_lt_dsymutil}"
  660.     module_cmds="$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs $compiler_flags${_lt_dsymutil}"
  661.     archive_expsym_cmds="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}"
  662.     module_expsym_cmds="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}"
  663.   else
  664.   ld_shlibs=no
  665.   fi
  666.       ;;
  667.     dgux*)
  668.       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  669.       hardcode_libdir_flag_spec='-L$libdir'
  670.       hardcode_shlibpath_var=no
  671.       ;;
  672.     freebsd1*)
  673.       ld_shlibs=no
  674.       ;;
  675.     # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
  676.     # support.  Future versions do this automatically, but an explicit c++rt0.o
  677.     # does not break anything, and helps significantly (at the cost of a little
  678.     # extra space).
  679.     freebsd2.2*)
  680.       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
  681.       hardcode_libdir_flag_spec='-R$libdir'
  682.       hardcode_direct=yes
  683.       hardcode_shlibpath_var=no
  684.       ;;
  685.     # Unfortunately, older versions of FreeBSD 2 do not have this feature.
  686.     freebsd2*)
  687.       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
  688.       hardcode_direct=yes
  689.       hardcode_minus_L=yes
  690.       hardcode_shlibpath_var=no
  691.       ;;
  692.     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
  693.     freebsd* | dragonfly*)
  694.       archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
  695.       hardcode_libdir_flag_spec='-R$libdir'
  696.       hardcode_direct=yes
  697.       hardcode_shlibpath_var=no
  698.       ;;
  699.     hpux9*)
  700.       if test "$GCC" = yes; then
  701. archive_cmds='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
  702.       else
  703. archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
  704.       fi
  705.       hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
  706.       hardcode_libdir_separator=:
  707.       hardcode_direct=yes
  708.       # hardcode_minus_L: Not really in the search PATH,
  709.       # but as the default location of the library.
  710.       hardcode_minus_L=yes
  711.       export_dynamic_flag_spec='${wl}-E'
  712.       ;;
  713.     hpux10*)
  714.       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
  715. archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
  716.       else
  717. archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
  718.       fi
  719.       if test "$with_gnu_ld" = no; then
  720. hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
  721. hardcode_libdir_flag_spec_ld='+b $libdir'
  722. hardcode_libdir_separator=:
  723. hardcode_direct=yes
  724. hardcode_direct_absolute=yes
  725. export_dynamic_flag_spec='${wl}-E'
  726. # hardcode_minus_L: Not really in the search PATH,
  727. # but as the default location of the library.
  728. hardcode_minus_L=yes
  729.       fi
  730.       ;;
  731.     hpux11*)
  732.       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
  733. case $host_cpu in
  734. hppa*64*)
  735.   archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
  736.   ;;
  737. ia64*)
  738.   archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
  739.   ;;
  740. *)
  741.   archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
  742.   ;;
  743. esac
  744.       else
  745. case $host_cpu in
  746. hppa*64*)
  747.   archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
  748.   ;;
  749. ia64*)
  750.   archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
  751.   ;;
  752. *)
  753.   archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
  754.   ;;
  755. esac
  756.       fi
  757.       if test "$with_gnu_ld" = no; then
  758. hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
  759. hardcode_libdir_separator=:
  760. case $host_cpu in
  761. hppa*64*|ia64*)
  762.   hardcode_direct=no
  763.   hardcode_shlibpath_var=no
  764.   ;;
  765. *)
  766.   hardcode_direct=yes
  767.   hardcode_direct_absolute=yes
  768.   export_dynamic_flag_spec='${wl}-E'
  769.   # hardcode_minus_L: Not really in the search PATH,
  770.   # but as the default location of the library.
  771.   hardcode_minus_L=yes
  772.   ;;
  773. esac
  774.       fi
  775.       ;;
  776.     irix5* | irix6* | nonstopux*)
  777.       if test "$GCC" = yes; then
  778. archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
  779. # Try to use the -exported_symbol ld option, if it does not
  780. # work, assume that -exports_file does not work either and
  781. # implicitly export all symbols.
  782.         save_LDFLAGS="$LDFLAGS"
  783.         LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
  784.         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  785. /* end confdefs.h.  */
  786. int foo(void) {}
  787. _ACEOF
  788. if ac_fn_c_try_link "$LINENO"; then :
  789.   archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
  790. fi
  791. rm -f core conftest.err conftest.$ac_objext 
  792.     conftest$ac_exeext conftest.$ac_ext
  793.         LDFLAGS="$save_LDFLAGS"
  794.       else
  795. archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
  796. archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
  797.       fi
  798.       archive_cmds_need_lc='no'
  799.       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  800.       hardcode_libdir_separator=:
  801.       inherit_rpath=yes
  802.       link_all_deplibs=yes
  803.       ;;
  804.     netbsd*)
  805.       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
  806. archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
  807.       else
  808. archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
  809.       fi
  810.       hardcode_libdir_flag_spec='-R$libdir'
  811.       hardcode_direct=yes
  812.       hardcode_shlibpath_var=no
  813.       ;;
  814.     newsos6)
  815.       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  816.       hardcode_direct=yes
  817.       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  818.       hardcode_libdir_separator=:
  819.       hardcode_shlibpath_var=no
  820.       ;;
  821.     *nto* | *qnx*)
  822.       ;;
  823.     openbsd*)
  824.       if test -f /usr/libexec/ld.so; then
  825. hardcode_direct=yes
  826. hardcode_shlibpath_var=no
  827. hardcode_direct_absolute=yes
  828. if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
  829.   archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
  830.   archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
  831.   hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
  832.   export_dynamic_flag_spec='${wl}-E'
  833. else
  834.   case $host_os in
  835.    openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
  836.      archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
  837.      hardcode_libdir_flag_spec='-R$libdir'
  838.      ;;
  839.    *)
  840.      archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
  841.      hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
  842.      ;;
  843.   esac
  844. fi
  845.       else
  846. ld_shlibs=no
  847.       fi
  848.       ;;
  849.     os2*)
  850.       hardcode_libdir_flag_spec='-L$libdir'
  851.       hardcode_minus_L=yes
  852.       allow_undefined_flag=unsupported
  853.       archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION "$libname"" >> $output_objdir/$libname.def~$ECHO DATA >> $output_objdir/$libname.def~$ECHO " SINGLE NONSHARED" >> $output_objdir/$libname.def~$ECHO EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
  854.       old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
  855.       ;;
  856.     osf3*)
  857.       if test "$GCC" = yes; then
  858. allow_undefined_flag=' ${wl}-expect_unresolved ${wl}*'
  859. archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
  860.       else
  861. allow_undefined_flag=' -expect_unresolved *'
  862. archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
  863.       fi
  864.       archive_cmds_need_lc='no'
  865.       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  866.       hardcode_libdir_separator=:
  867.       ;;
  868.     osf4* | osf5*) # as osf3* with the addition of -msym flag
  869.       if test "$GCC" = yes; then
  870. allow_undefined_flag=' ${wl}-expect_unresolved ${wl}*'
  871. archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
  872. hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  873.       else
  874. allow_undefined_flag=' -expect_unresolved *'
  875. archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
  876. archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\n" -exported_symbol "$i" >> $lib.exp; done; printf "%s\n" "-hidden">> $lib.exp~
  877. $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
  878. # Both c and cxx compiler support -rpath directly
  879. hardcode_libdir_flag_spec='-rpath $libdir'
  880.       fi
  881.       archive_cmds_need_lc='no'
  882.       hardcode_libdir_separator=:
  883.       ;;
  884.     solaris*)
  885.       no_undefined_flag=' -z defs'
  886.       if test "$GCC" = yes; then
  887. wlarc='${wl}'
  888. archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
  889. archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/(.*)/1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
  890.   $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
  891.       else
  892. case `$CC -V 2>&1` in
  893. *"Compilers 5.0"*)
  894.   wlarc=''
  895.   archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
  896.   archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/(.*)/1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
  897.   $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
  898.   ;;
  899. *)
  900.   wlarc='${wl}'
  901.   archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
  902.   archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/(.*)/1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
  903.   $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
  904.   ;;
  905. esac
  906.       fi
  907.       hardcode_libdir_flag_spec='-R$libdir'
  908.       hardcode_shlibpath_var=no
  909.       case $host_os in
  910.       solaris2.[0-5] | solaris2.[0-5].*) ;;
  911.       *)
  912. # The compiler driver will combine and reorder linker options,
  913. # but understands `-z linker_flag'.  GCC discards it without `$wl',
  914. # but is careful enough not to reorder.
  915. # Supported since Solaris 2.6 (maybe 2.5.1?)
  916. if test "$GCC" = yes; then
  917.   whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
  918. else
  919.   whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
  920. fi
  921. ;;
  922.       esac
  923.       link_all_deplibs=yes
  924.       ;;
  925.     sunos4*)
  926.       if test "x$host_vendor" = xsequent; then
  927. # Use $CC to link under sequent, because it throws in some extra .o
  928. # files that make .init and .fini sections work.
  929. archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
  930.       else
  931. archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
  932.       fi
  933.       hardcode_libdir_flag_spec='-L$libdir'
  934.       hardcode_direct=yes
  935.       hardcode_minus_L=yes
  936.       hardcode_shlibpath_var=no
  937.       ;;
  938.     sysv4)
  939.       case $host_vendor in
  940. sni)
  941.   archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  942.   hardcode_direct=yes # is this really true???
  943. ;;
  944. siemens)
  945.   ## LD is ld it makes a PLAMLIB
  946.   ## CC just makes a GrossModule.
  947.   archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
  948.   reload_cmds='$CC -r -o $output$reload_objs'
  949.   hardcode_direct=no
  950.         ;;
  951. motorola)
  952.   archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  953.   hardcode_direct=no #Motorola manual says yes, but my tests say they lie
  954. ;;
  955.       esac
  956.       runpath_var='LD_RUN_PATH'
  957.       hardcode_shlibpath_var=no
  958.       ;;
  959.     sysv4.3*)
  960.       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  961.       hardcode_shlibpath_var=no
  962.       export_dynamic_flag_spec='-Bexport'
  963.       ;;
  964.     sysv4*MP*)
  965.       if test -d /usr/nec; then
  966. archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  967. hardcode_shlibpath_var=no
  968. runpath_var=LD_RUN_PATH
  969. hardcode_runpath_var=yes
  970. ld_shlibs=yes
  971.       fi
  972.       ;;
  973.     sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
  974.       no_undefined_flag='${wl}-z,text'
  975.       archive_cmds_need_lc=no
  976.       hardcode_shlibpath_var=no
  977.       runpath_var='LD_RUN_PATH'
  978.       if test "$GCC" = yes; then
  979. archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  980. archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  981.       else
  982. archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  983. archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  984.       fi
  985.       ;;
  986.     sysv5* | sco3.2v5* | sco5v6*)
  987.       # Note: We can NOT use -z defs as we might desire, because we do not
  988.       # link with -lc, and that would cause any symbols used from libc to
  989.       # always be unresolved, which means just about no library would
  990.       # ever link correctly.  If we're not using GNU ld we use -z text
  991.       # though, which does catch some bad symbols but isn't as heavy-handed
  992.       # as -z defs.
  993.       no_undefined_flag='${wl}-z,text'
  994.       allow_undefined_flag='${wl}-z,nodefs'
  995.       archive_cmds_need_lc=no
  996.       hardcode_shlibpath_var=no
  997.       hardcode_libdir_flag_spec='${wl}-R,$libdir'
  998.       hardcode_libdir_separator=':'
  999.       link_all_deplibs=yes
  1000.       export_dynamic_flag_spec='${wl}-Bexport'
  1001.       runpath_var='LD_RUN_PATH'
  1002.       if test "$GCC" = yes; then
  1003. archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  1004. archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  1005.       else
  1006. archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  1007. archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  1008.       fi
  1009.       ;;
  1010.     uts4*)
  1011.       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  1012.       hardcode_libdir_flag_spec='-L$libdir'
  1013.       hardcode_shlibpath_var=no
  1014.       ;;
  1015.     *)
  1016.       ld_shlibs=no
  1017.       ;;
  1018.     esac
  1019.     if test x$host_vendor = xsni; then
  1020.       case $host in
  1021.       sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
  1022. export_dynamic_flag_spec='${wl}-Blargedynsym'
  1023. ;;
  1024.       esac
  1025.     fi
  1026.   fi
  1027. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
  1028. $as_echo "$ld_shlibs" >&6; }
  1029. test "$ld_shlibs" = no && can_build_shared=no
  1030. with_gnu_ld=$with_gnu_ld
  1031. #
  1032. # Do we need to explicitly link libc?
  1033. #
  1034. case "x$archive_cmds_need_lc" in
  1035. x|xyes)
  1036.   # Assume -lc should be added
  1037.   archive_cmds_need_lc=yes
  1038.   if test "$enable_shared" = yes && test "$GCC" = yes; then
  1039.     case $archive_cmds in
  1040.     *'~'*)
  1041.       # FIXME: we may have to deal with multi-command sequences.
  1042.       ;;
  1043.     '$CC '*)
  1044.       # Test whether the compiler implicitly links with -lc since on some
  1045.       # systems, -lgcc has to come before -lc. If gcc already passes -lc
  1046.       # to ld, don't add -lc before -lgcc.
  1047.       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
  1048. $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
  1049.       $RM conftest*
  1050.       echo "$lt_simple_compile_test_code" > conftest.$ac_ext
  1051.       if { { eval echo ""$as_me":${as_lineno-$LINENO}: "$ac_compile""; } >&5
  1052.   (eval $ac_compile) 2>&5
  1053.   ac_status=$?
  1054.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  1055.   test $ac_status = 0; } 2>conftest.err; then
  1056.         soname=conftest
  1057.         lib=conftest
  1058.         libobjs=conftest.$ac_objext
  1059.         deplibs=
  1060.         wl=$lt_prog_compiler_wl
  1061. pic_flag=$lt_prog_compiler_pic
  1062.         compiler_flags=-v
  1063.         linker_flags=-v
  1064.         verstring=
  1065.         output_objdir=.
  1066.         libname=conftest
  1067.         lt_save_allow_undefined_flag=$allow_undefined_flag
  1068.         allow_undefined_flag=
  1069.         if { { eval echo ""$as_me":${as_lineno-$LINENO}: "$archive_cmds 2>&1 | $GREP " -lc " >/dev/null 2>&1""; } >&5
  1070.   (eval $archive_cmds 2>&1 | $GREP " -lc " >/dev/null 2>&1) 2>&5
  1071.   ac_status=$?
  1072.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  1073.   test $ac_status = 0; }
  1074.         then
  1075.   archive_cmds_need_lc=no
  1076.         else
  1077.   archive_cmds_need_lc=yes
  1078.         fi
  1079.         allow_undefined_flag=$lt_save_allow_undefined_flag
  1080.       else
  1081.         cat conftest.err 1>&5
  1082.       fi
  1083.       $RM conftest*
  1084.       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $archive_cmds_need_lc" >&5
  1085. $as_echo "$archive_cmds_need_lc" >&6; }
  1086.       ;;
  1087.     esac
  1088.   fi
  1089.   ;;
  1090. esac
  1091.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
  1092. $as_echo_n "checking dynamic linker characteristics... " >&6; }
  1093. if test "$GCC" = yes; then
  1094.   case $host_os in
  1095.     darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
  1096.     *) lt_awk_arg="/^libraries:/" ;;
  1097.   esac
  1098.   lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
  1099.   if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
  1100.     # if the path contains ";" then we assume it to be the separator
  1101.     # otherwise default to the standard path separator (i.e. ":") - it is
  1102.     # assumed that no part of a normal pathname contains ";" but that should
  1103.     # okay in the real world where ";" in dirpaths is itself problematic.
  1104.     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
  1105.   else
  1106.     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
  1107.   fi
  1108.   # Ok, now we have the path, separated by spaces, we can step through it
  1109.   # and add multilib dir if necessary.
  1110.   lt_tmp_lt_search_path_spec=
  1111.   lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
  1112.   for lt_sys_path in $lt_search_path_spec; do
  1113.     if test -d "$lt_sys_path/$lt_multi_os_dir"; then
  1114.       lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
  1115.     else
  1116.       test -d "$lt_sys_path" && 
  1117. lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
  1118.     fi
  1119.   done
  1120.   lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk '
  1121. BEGIN {RS=" "; FS="/|n";} {
  1122.   lt_foo="";
  1123.   lt_count=0;
  1124.   for (lt_i = NF; lt_i > 0; lt_i--) {
  1125.     if ($lt_i != "" && $lt_i != ".") {
  1126.       if ($lt_i == "..") {
  1127.         lt_count++;
  1128.       } else {
  1129.         if (lt_count == 0) {
  1130.           lt_foo="/" $lt_i lt_foo;
  1131.         } else {
  1132.           lt_count--;
  1133.         }
  1134.       }
  1135.     }
  1136.   }
  1137.   if (lt_foo != "") { lt_freq[lt_foo]++; }
  1138.   if (lt_freq[lt_foo] == 1) { print lt_foo; }
  1139. }'`
  1140.   sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
  1141. else
  1142.   sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
  1143. fi
  1144. library_names_spec=
  1145. libname_spec='lib$name'
  1146. soname_spec=
  1147. shrext_cmds=".so"
  1148. postinstall_cmds=
  1149. postuninstall_cmds=
  1150. finish_cmds=
  1151. finish_eval=
  1152. shlibpath_var=
  1153. shlibpath_overrides_runpath=unknown
  1154. version_type=none
  1155. dynamic_linker="$host_os ld.so"
  1156. sys_lib_dlsearch_path_spec="/lib /usr/lib"
  1157. need_lib_prefix=unknown
  1158. hardcode_into_libs=no
  1159. # when you set need_version to no, make sure it does not cause -set_version
  1160. # flags to be left without arguments
  1161. need_version=unknown
  1162. case $host_os in
  1163. aix3*)
  1164.   version_type=linux
  1165.   library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
  1166.   shlibpath_var=LIBPATH
  1167.   # AIX 3 has no versioning support, so we append a major version to the name.
  1168.   soname_spec='${libname}${release}${shared_ext}$major'
  1169.   ;;
  1170. aix[4-9]*)
  1171.   version_type=linux
  1172.   need_lib_prefix=no
  1173.   need_version=no
  1174.   hardcode_into_libs=yes
  1175.   if test "$host_cpu" = ia64; then
  1176.     # AIX 5 supports IA64
  1177.     library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
  1178.     shlibpath_var=LD_LIBRARY_PATH
  1179.   else
  1180.     # With GCC up to 2.95.x, collect2 would create an import file
  1181.     # for dependence libraries.  The import file would start with
  1182.     # the line `#! .'.  This would cause the generated library to
  1183.     # depend on `.', always an invalid library.  This was fixed in
  1184.     # development snapshots of GCC prior to 3.0.
  1185.     case $host_os in
  1186.       aix4 | aix4.[01] | aix4.[01].*)
  1187.       if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
  1188.    echo ' yes '
  1189.    echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
  1190. :
  1191.       else
  1192. can_build_shared=no
  1193.       fi
  1194.       ;;
  1195.     esac
  1196.     # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
  1197.     # soname into executable. Probably we can add versioning support to
  1198.     # collect2, so additional links can be useful in future.
  1199.     if test "$aix_use_runtimelinking" = yes; then
  1200.       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
  1201.       # instead of lib<name>.a to let people know that these are not
  1202.       # typical AIX shared libraries.
  1203.       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1204.     else
  1205.       # We preserve .a as extension for shared libraries through AIX4.2
  1206.       # and later when we are not doing run time linking.
  1207.       library_names_spec='${libname}${release}.a $libname.a'
  1208.       soname_spec='${libname}${release}${shared_ext}$major'
  1209.     fi
  1210.     shlibpath_var=LIBPATH
  1211.   fi
  1212.   ;;
  1213. amigaos*)
  1214.   case $host_cpu in
  1215.   powerpc)
  1216.     # Since July 2007 AmigaOS4 officially supports .so libraries.
  1217.     # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
  1218.     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1219.     ;;
  1220.   m68k)
  1221.     library_names_spec='$libname.ixlibrary $libname.a'
  1222.     # Create ${libname}_ixlibrary.a entries in /sys/libs.
  1223.     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'
  1224.     ;;
  1225.   esac
  1226.   ;;
  1227. beos*)
  1228.   library_names_spec='${libname}${shared_ext}'
  1229.   dynamic_linker="$host_os ld.so"
  1230.   shlibpath_var=LIBRARY_PATH
  1231.   ;;
  1232. bsdi[45]*)
  1233.   version_type=linux
  1234.   need_version=no
  1235.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1236.   soname_spec='${libname}${release}${shared_ext}$major'
  1237.   finish_cmds='PATH="$PATH:/sbin" ldconfig $libdir'
  1238.   shlibpath_var=LD_LIBRARY_PATH
  1239.   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
  1240.   sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
  1241.   # the default ld.so.conf also contains /usr/contrib/lib and
  1242.   # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
  1243.   # libtool to hard-code these into programs
  1244.   ;;
  1245. cygwin* | mingw* | pw32* | cegcc*)
  1246.   version_type=windows
  1247.   shrext_cmds=".dll"
  1248.   need_version=no
  1249.   need_lib_prefix=no
  1250.   case $GCC,$host_os in
  1251.   yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
  1252.     library_names_spec='$libname.dll.a'
  1253.     # DLL is installed to $(libdir)/../bin by postinstall_cmds
  1254.     postinstall_cmds='base_file=`basename ${file}`~
  1255.       dlpath=`$SHELL 2>&1 -c '''. $dir/'''${base_file}'''i; echo $dlname'''`~
  1256.       dldir=$destdir/`dirname $dlpath`~
  1257.       test -d $dldir || mkdir -p $dldir~
  1258.       $install_prog $dir/$dlname $dldir/$dlname~
  1259.       chmod a+x $dldir/$dlname~
  1260.       if test -n '''$stripme''' && test -n '''$striplib'''; then
  1261.         eval '''$striplib $dldir/$dlname''' || exit $?;
  1262.       fi'
  1263.     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '''. $file; echo $dlname'''`~
  1264.       dlpath=$dir/$dldll~
  1265.        $RM $dlpath'
  1266.     shlibpath_overrides_runpath=yes
  1267.     case $host_os in
  1268.     cygwin*)
  1269.       # Cygwin DLLs use 'cyg' prefix rather than 'lib'
  1270.       soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
  1271.       sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
  1272.       ;;
  1273.     mingw* | cegcc*)
  1274.       # MinGW DLLs use traditional 'lib' prefix
  1275.       soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
  1276.       sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
  1277.       if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
  1278.         # It is most probably a Windows format PATH printed by
  1279.         # mingw gcc, but we are running on Cygwin. Gcc prints its search
  1280.         # path with ; separators, and with drive letters. We can handle the
  1281.         # drive letters (cygwin fileutils understands them), so leave them,
  1282.         # especially as we might pass files found there to a mingw objdump,
  1283.         # which wouldn't understand a cygwinified path. Ahh.
  1284.         sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
  1285.       else
  1286.         sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
  1287.       fi
  1288.       ;;
  1289.     pw32*)
  1290.       # pw32 DLLs use 'pw' prefix rather than 'lib'
  1291.       library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
  1292.       ;;
  1293.     esac
  1294.     ;;
  1295.   *)
  1296.     library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
  1297.     ;;
  1298.   esac
  1299.   dynamic_linker='Win32 ld.exe'
  1300.   # FIXME: first we should search . and the directory the executable is in
  1301.   shlibpath_var=PATH
  1302.   ;;
  1303. darwin* | rhapsody*)
  1304.   dynamic_linker="$host_os dyld"
  1305.   version_type=darwin
  1306.   need_lib_prefix=no
  1307.   need_version=no
  1308.   library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
  1309.   soname_spec='${libname}${release}${major}$shared_ext'
  1310.   shlibpath_overrides_runpath=yes
  1311.   shlibpath_var=DYLD_LIBRARY_PATH
  1312.   shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
  1313.   sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
  1314.   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
  1315.   ;;
  1316. dgux*)
  1317.   version_type=linux
  1318.   need_lib_prefix=no
  1319.   need_version=no
  1320.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
  1321.   soname_spec='${libname}${release}${shared_ext}$major'
  1322.   shlibpath_var=LD_LIBRARY_PATH
  1323.   ;;
  1324. freebsd1*)
  1325.   dynamic_linker=no
  1326.   ;;
  1327. freebsd* | dragonfly*)
  1328.   # DragonFly does not have aout.  When/if they implement a new
  1329.   # versioning mechanism, adjust this.
  1330.   if test -x /usr/bin/objformat; then
  1331.     objformat=`/usr/bin/objformat`
  1332.   else
  1333.     case $host_os in
  1334.     freebsd[123]*) objformat=aout ;;
  1335.     *) objformat=elf ;;
  1336.     esac
  1337.   fi
  1338.   version_type=freebsd-$objformat
  1339.   case $version_type in
  1340.     freebsd-elf*)
  1341.       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
  1342.       need_version=no
  1343.       need_lib_prefix=no
  1344.       ;;
  1345.     freebsd-*)
  1346.       library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
  1347.       need_version=yes
  1348.       ;;
  1349.   esac
  1350.   shlibpath_var=LD_LIBRARY_PATH
  1351.   case $host_os in
  1352.   freebsd2*)
  1353.     shlibpath_overrides_runpath=yes
  1354.     ;;
  1355.   freebsd3.[01]* | freebsdelf3.[01]*)
  1356.     shlibpath_overrides_runpath=yes
  1357.     hardcode_into_libs=yes
  1358.     ;;
  1359.   freebsd3.[2-9]* | freebsdelf3.[2-9]* | 
  1360.   freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
  1361.     shlibpath_overrides_runpath=no
  1362.     hardcode_into_libs=yes
  1363.     ;;
  1364.   *) # from 4.6 on, and DragonFly
  1365.     shlibpath_overrides_runpath=yes
  1366.     hardcode_into_libs=yes
  1367.     ;;
  1368.   esac
  1369.   ;;
  1370. gnu*)
  1371.   version_type=linux
  1372.   need_lib_prefix=no
  1373.   need_version=no
  1374.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
  1375.   soname_spec='${libname}${release}${shared_ext}$major'
  1376.   shlibpath_var=LD_LIBRARY_PATH
  1377.   hardcode_into_libs=yes
  1378.   ;;
  1379. hpux9* | hpux10* | hpux11*)
  1380.   # Give a soname corresponding to the major version so that dld.sl refuses to
  1381.   # link against other versions.
  1382.   version_type=sunos
  1383.   need_lib_prefix=no
  1384.   need_version=no
  1385.   case $host_cpu in
  1386.   ia64*)
  1387.     shrext_cmds='.so'
  1388.     hardcode_into_libs=yes
  1389.     dynamic_linker="$host_os dld.so"
  1390.     shlibpath_var=LD_LIBRARY_PATH
  1391.     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
  1392.     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1393.     soname_spec='${libname}${release}${shared_ext}$major'
  1394.     if test "X$HPUX_IA64_MODE" = X32; then
  1395.       sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
  1396.     else
  1397.       sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
  1398.     fi
  1399.     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
  1400.     ;;
  1401.   hppa*64*)
  1402.     shrext_cmds='.sl'
  1403.     hardcode_into_libs=yes
  1404.     dynamic_linker="$host_os dld.sl"
  1405.     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
  1406.     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
  1407.     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1408.     soname_spec='${libname}${release}${shared_ext}$major'
  1409.     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
  1410.     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
  1411.     ;;
  1412.   *)
  1413.     shrext_cmds='.sl'
  1414.     dynamic_linker="$host_os dld.sl"
  1415.     shlibpath_var=SHLIB_PATH
  1416.     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
  1417.     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1418.     soname_spec='${libname}${release}${shared_ext}$major'
  1419.     ;;
  1420.   esac
  1421.   # HP-UX runs *really* slowly unless shared libraries are mode 555.
  1422.   postinstall_cmds='chmod 555 $lib'
  1423.   ;;
  1424. interix[3-9]*)
  1425.   version_type=linux
  1426.   need_lib_prefix=no
  1427.   need_version=no
  1428.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
  1429.   soname_spec='${libname}${release}${shared_ext}$major'
  1430.   dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
  1431.   shlibpath_var=LD_LIBRARY_PATH
  1432.   shlibpath_overrides_runpath=no
  1433.   hardcode_into_libs=yes
  1434.   ;;
  1435. irix5* | irix6* | nonstopux*)
  1436.   case $host_os in
  1437.     nonstopux*) version_type=nonstopux ;;
  1438.     *)
  1439. if test "$lt_cv_prog_gnu_ld" = yes; then
  1440. version_type=linux
  1441. else
  1442. version_type=irix
  1443. fi ;;
  1444.   esac
  1445.   need_lib_prefix=no
  1446.   need_version=no
  1447.   soname_spec='${libname}${release}${shared_ext}$major'
  1448.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
  1449.   case $host_os in
  1450.   irix5* | nonstopux*)
  1451.     libsuff= shlibsuff=
  1452.     ;;
  1453.   *)
  1454.     case $LD in # libtool.m4 will add one of these switches to LD
  1455.     *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
  1456.       libsuff= shlibsuff= libmagic=32-bit;;
  1457.     *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
  1458.       libsuff=32 shlibsuff=N32 libmagic=N32;;
  1459.     *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
  1460.       libsuff=64 shlibsuff=64 libmagic=64-bit;;
  1461.     *) libsuff= shlibsuff= libmagic=never-match;;
  1462.     esac
  1463.     ;;
  1464.   esac
  1465.   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
  1466.   shlibpath_overrides_runpath=no
  1467.   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
  1468.   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
  1469.   hardcode_into_libs=yes
  1470.   ;;
  1471. # No shared lib support for Linux oldld, aout, or coff.
  1472. linux*oldld* | linux*aout* | linux*coff*)
  1473.   dynamic_linker=no
  1474.   ;;
  1475. # This must be Linux ELF.
  1476. linux* | k*bsd*-gnu)
  1477.   version_type=linux
  1478.   need_lib_prefix=no
  1479.   need_version=no
  1480.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1481.   soname_spec='${libname}${release}${shared_ext}$major'
  1482.   finish_cmds='PATH="$PATH:/sbin" ldconfig -n $libdir'
  1483.   shlibpath_var=LD_LIBRARY_PATH
  1484.   shlibpath_overrides_runpath=no
  1485.   # Some binutils ld are patched to set DT_RUNPATH
  1486.   save_LDFLAGS=$LDFLAGS
  1487.   save_libdir=$libdir
  1488.   eval "libdir=/foo; wl="$lt_prog_compiler_wl"; 
  1489.        LDFLAGS="$LDFLAGS $hardcode_libdir_flag_spec""
  1490.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1491. /* end confdefs.h.  */
  1492. int
  1493. main ()
  1494. {
  1495.   ;
  1496.   return 0;
  1497. }
  1498. _ACEOF
  1499. if ac_fn_c_try_link "$LINENO"; then :
  1500.   if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
  1501.   shlibpath_overrides_runpath=yes
  1502. fi
  1503. fi
  1504. rm -f core conftest.err conftest.$ac_objext 
  1505.     conftest$ac_exeext conftest.$ac_ext
  1506.   LDFLAGS=$save_LDFLAGS
  1507.   libdir=$save_libdir
  1508.   # This implies no fast_install, which is unacceptable.
  1509.   # Some rework will be needed to allow for fast_install
  1510.   # before this can be enabled.
  1511.   hardcode_into_libs=yes
  1512.   # Append ld.so.conf contents to the search path
  1513.   if test -f /etc/ld.so.conf; then
  1514.     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' ' '`
  1515.     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
  1516.   fi
  1517.   # We used to test for /lib/ld.so.1 and disable shared libraries on
  1518.   # powerpc, because MkLinux only supported shared libraries with the
  1519.   # GNU dynamic linker.  Since this was broken with cross compilers,
  1520.   # most powerpc-linux boxes support dynamic linking these days and
  1521.   # people can always --disable-shared, the test was removed, and we
  1522.   # assume the GNU/Linux dynamic linker is in use.
  1523.   dynamic_linker='GNU/Linux ld.so'
  1524.   ;;
  1525. netbsd*)
  1526.   version_type=sunos
  1527.   need_lib_prefix=no
  1528.   need_version=no
  1529.   if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
  1530.     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
  1531.     finish_cmds='PATH="$PATH:/sbin" ldconfig -m $libdir'
  1532.     dynamic_linker='NetBSD (a.out) ld.so'
  1533.   else
  1534.     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
  1535.     soname_spec='${libname}${release}${shared_ext}$major'
  1536.     dynamic_linker='NetBSD ld.elf_so'
  1537.   fi
  1538.   shlibpath_var=LD_LIBRARY_PATH
  1539.   shlibpath_overrides_runpath=yes
  1540.   hardcode_into_libs=yes
  1541.   ;;
  1542. newsos6)
  1543.   version_type=linux
  1544.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1545.   shlibpath_var=LD_LIBRARY_PATH
  1546.   shlibpath_overrides_runpath=yes
  1547.   ;;
  1548. *nto* | *qnx*)
  1549.   version_type=qnx
  1550.   need_lib_prefix=no
  1551.   need_version=no
  1552.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1553.   soname_spec='${libname}${release}${shared_ext}$major'
  1554.   shlibpath_var=LD_LIBRARY_PATH
  1555.   shlibpath_overrides_runpath=no
  1556.   hardcode_into_libs=yes
  1557.   dynamic_linker='ldqnx.so'
  1558.   ;;
  1559. openbsd*)
  1560.   version_type=sunos
  1561.   sys_lib_dlsearch_path_spec="/usr/lib"
  1562.   need_lib_prefix=no
  1563.   # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
  1564.   case $host_os in
  1565.     openbsd3.3 | openbsd3.3.*) need_version=yes ;;
  1566.     *) need_version=no  ;;
  1567.   esac
  1568.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
  1569.   finish_cmds='PATH="$PATH:/sbin" ldconfig -m $libdir'
  1570.   shlibpath_var=LD_LIBRARY_PATH
  1571.   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
  1572.     case $host_os in
  1573.       openbsd2.[89] | openbsd2.[89].*)
  1574. shlibpath_overrides_runpath=no
  1575. ;;
  1576.       *)
  1577. shlibpath_overrides_runpath=yes
  1578. ;;
  1579.       esac
  1580.   else
  1581.     shlibpath_overrides_runpath=yes
  1582.   fi
  1583.   ;;
  1584. os2*)
  1585.   libname_spec='$name'
  1586.   shrext_cmds=".dll"
  1587.   need_lib_prefix=no
  1588.   library_names_spec='$libname${shared_ext} $libname.a'
  1589.   dynamic_linker='OS/2 ld.exe'
  1590.   shlibpath_var=LIBPATH
  1591.   ;;
  1592. osf3* | osf4* | osf5*)
  1593.   version_type=osf
  1594.   need_lib_prefix=no
  1595.   need_version=no
  1596.   soname_spec='${libname}${release}${shared_ext}$major'
  1597.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1598.   shlibpath_var=LD_LIBRARY_PATH
  1599.   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
  1600.   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
  1601.   ;;
  1602. rdos*)
  1603.   dynamic_linker=no
  1604.   ;;
  1605. solaris*)
  1606.   version_type=linux
  1607.   need_lib_prefix=no
  1608.   need_version=no
  1609.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1610.   soname_spec='${libname}${release}${shared_ext}$major'
  1611.   shlibpath_var=LD_LIBRARY_PATH
  1612.   shlibpath_overrides_runpath=yes
  1613.   hardcode_into_libs=yes
  1614.   # ldd complains unless libraries are executable
  1615.   postinstall_cmds='chmod +x $lib'
  1616.   ;;
  1617. sunos4*)
  1618.   version_type=sunos
  1619.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
  1620.   finish_cmds='PATH="$PATH:/usr/etc" ldconfig $libdir'
  1621.   shlibpath_var=LD_LIBRARY_PATH
  1622.   shlibpath_overrides_runpath=yes
  1623.   if test "$with_gnu_ld" = yes; then
  1624.     need_lib_prefix=no
  1625.   fi
  1626.   need_version=yes
  1627.   ;;
  1628. sysv4 | sysv4.3*)
  1629.   version_type=linux
  1630.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1631.   soname_spec='${libname}${release}${shared_ext}$major'
  1632.   shlibpath_var=LD_LIBRARY_PATH
  1633.   case $host_vendor in
  1634.     sni)
  1635.       shlibpath_overrides_runpath=no
  1636.       need_lib_prefix=no
  1637.       runpath_var=LD_RUN_PATH
  1638.       ;;
  1639.     siemens)
  1640.       need_lib_prefix=no
  1641.       ;;
  1642.     motorola)
  1643.       need_lib_prefix=no
  1644.       need_version=no
  1645.       shlibpath_overrides_runpath=no
  1646.       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
  1647.       ;;
  1648.   esac
  1649.   ;;
  1650. sysv4*MP*)
  1651.   if test -d /usr/nec ;then
  1652.     version_type=linux
  1653.     library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
  1654.     soname_spec='$libname${shared_ext}.$major'
  1655.     shlibpath_var=LD_LIBRARY_PATH
  1656.   fi
  1657.   ;;
  1658. sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
  1659.   version_type=freebsd-elf
  1660.   need_lib_prefix=no
  1661.   need_version=no
  1662.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
  1663.   soname_spec='${libname}${release}${shared_ext}$major'
  1664.   shlibpath_var=LD_LIBRARY_PATH
  1665.   shlibpath_overrides_runpath=yes
  1666.   hardcode_into_libs=yes
  1667.   if test "$with_gnu_ld" = yes; then
  1668.     sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
  1669.   else
  1670.     sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
  1671.     case $host_os in
  1672.       sco3.2v5*)
  1673.         sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
  1674. ;;
  1675.     esac
  1676.   fi
  1677.   sys_lib_dlsearch_path_spec='/usr/lib'
  1678.   ;;
  1679. tpf*)
  1680.   # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
  1681.   version_type=linux
  1682.   need_lib_prefix=no
  1683.   need_version=no
  1684.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1685.   shlibpath_var=LD_LIBRARY_PATH
  1686.   shlibpath_overrides_runpath=no
  1687.   hardcode_into_libs=yes
  1688.   ;;
  1689. uts4*)
  1690.   version_type=linux
  1691.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1692.   soname_spec='${libname}${release}${shared_ext}$major'
  1693.   shlibpath_var=LD_LIBRARY_PATH
  1694.   ;;
  1695. *)
  1696.   dynamic_linker=no
  1697.   ;;
  1698. esac
  1699. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
  1700. $as_echo "$dynamic_linker" >&6; }
  1701. test "$dynamic_linker" = no && can_build_shared=no
  1702. variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
  1703. if test "$GCC" = yes; then
  1704.   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
  1705. fi
  1706. if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
  1707.   sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
  1708. fi
  1709. if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
  1710.   sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
  1711. fi
  1712.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
  1713. $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
  1714. hardcode_action=
  1715. if test -n "$hardcode_libdir_flag_spec" ||
  1716.    test -n "$runpath_var" ||
  1717.    test "X$hardcode_automatic" = "Xyes" ; then
  1718.   # We can hardcode non-existent directories.
  1719.   if test "$hardcode_direct" != no &&
  1720.      # If the only mechanism to avoid hardcoding is shlibpath_var, we
  1721.      # have to relink, otherwise we might link with an installed library
  1722.      # when we should be linking with a yet-to-be-installed one
  1723.      ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
  1724.      test "$hardcode_minus_L" != no; then
  1725.     # Linking always hardcodes the temporary library directory.
  1726.     hardcode_action=relink
  1727.   else
  1728.     # We can link without hardcoding, and we can hardcode nonexisting dirs.
  1729.     hardcode_action=immediate
  1730.   fi
  1731. else
  1732.   # We cannot hardcode anything, or else we can only hardcode existing
  1733.   # directories.
  1734.   hardcode_action=unsupported
  1735. fi
  1736. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
  1737. $as_echo "$hardcode_action" >&6; }
  1738. if test "$hardcode_action" = relink ||
  1739.    test "$inherit_rpath" = yes; then
  1740.   # Fast installation is not supported
  1741.   enable_fast_install=no
  1742. elif test "$shlibpath_overrides_runpath" = yes ||
  1743.      test "$enable_shared" = no; then
  1744.   # Fast installation is not necessary
  1745.   enable_fast_install=needless
  1746. fi
  1747.   if test "x$enable_dlopen" != xyes; then
  1748.   enable_dlopen=unknown
  1749.   enable_dlopen_self=unknown
  1750.   enable_dlopen_self_static=unknown
  1751. else
  1752.   lt_cv_dlopen=no
  1753.   lt_cv_dlopen_libs=
  1754.   case $host_os in
  1755.   beos*)
  1756.     lt_cv_dlopen="load_add_on"
  1757.     lt_cv_dlopen_libs=
  1758.     lt_cv_dlopen_self=yes
  1759.     ;;
  1760.   mingw* | pw32* | cegcc*)
  1761.     lt_cv_dlopen="LoadLibrary"
  1762.     lt_cv_dlopen_libs=
  1763.     ;;
  1764.   cygwin*)
  1765.     lt_cv_dlopen="dlopen"
  1766.     lt_cv_dlopen_libs=
  1767.     ;;
  1768.   darwin*)
  1769.   # if libdl is installed we need to link against it
  1770.     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
  1771. $as_echo_n "checking for dlopen in -ldl... " >&6; }
  1772. if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
  1773.   $as_echo_n "(cached) " >&6
  1774. else
  1775.   ac_check_lib_save_LIBS=$LIBS
  1776. LIBS="-ldl  $LIBS"
  1777. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1778. /* end confdefs.h.  */
  1779. /* Override any GCC internal prototype to avoid an error.
  1780.    Use char because int might match the return type of a GCC
  1781.    builtin and then its argument prototype would still apply.  */
  1782. #ifdef __cplusplus
  1783. extern "C"
  1784. #endif
  1785. char dlopen ();
  1786. int
  1787. main ()
  1788. {
  1789. return dlopen ();
  1790.   ;
  1791.   return 0;
  1792. }
  1793. _ACEOF
  1794. if ac_fn_c_try_link "$LINENO"; then :
  1795.   ac_cv_lib_dl_dlopen=yes
  1796. else
  1797.   ac_cv_lib_dl_dlopen=no
  1798. fi
  1799. rm -f core conftest.err conftest.$ac_objext 
  1800.     conftest$ac_exeext conftest.$ac_ext
  1801. LIBS=$ac_check_lib_save_LIBS
  1802. fi
  1803. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
  1804. $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
  1805. if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
  1806.   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
  1807. else
  1808.     lt_cv_dlopen="dyld"
  1809.     lt_cv_dlopen_libs=
  1810.     lt_cv_dlopen_self=yes
  1811. fi
  1812.     ;;
  1813.   *)
  1814.     ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
  1815. if test "x$ac_cv_func_shl_load" = x""yes; then :
  1816.   lt_cv_dlopen="shl_load"
  1817. else
  1818.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
  1819. $as_echo_n "checking for shl_load in -ldld... " >&6; }
  1820. if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
  1821.   $as_echo_n "(cached) " >&6
  1822. else
  1823.   ac_check_lib_save_LIBS=$LIBS
  1824. LIBS="-ldld  $LIBS"
  1825. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1826. /* end confdefs.h.  */
  1827. /* Override any GCC internal prototype to avoid an error.
  1828.    Use char because int might match the return type of a GCC
  1829.    builtin and then its argument prototype would still apply.  */
  1830. #ifdef __cplusplus
  1831. extern "C"
  1832. #endif
  1833. char shl_load ();
  1834. int
  1835. main ()
  1836. {
  1837. return shl_load ();
  1838.   ;
  1839.   return 0;
  1840. }
  1841. _ACEOF
  1842. if ac_fn_c_try_link "$LINENO"; then :
  1843.   ac_cv_lib_dld_shl_load=yes
  1844. else
  1845.   ac_cv_lib_dld_shl_load=no
  1846. fi
  1847. rm -f core conftest.err conftest.$ac_objext 
  1848.     conftest$ac_exeext conftest.$ac_ext
  1849. LIBS=$ac_check_lib_save_LIBS
  1850. fi
  1851. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
  1852. $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
  1853. if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
  1854.   lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
  1855. else
  1856.   ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
  1857. if test "x$ac_cv_func_dlopen" = x""yes; then :
  1858.   lt_cv_dlopen="dlopen"
  1859. else
  1860.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
  1861. $as_echo_n "checking for dlopen in -ldl... " >&6; }
  1862. if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
  1863.   $as_echo_n "(cached) " >&6
  1864. else
  1865.   ac_check_lib_save_LIBS=$LIBS
  1866. LIBS="-ldl  $LIBS"
  1867. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1868. /* end confdefs.h.  */
  1869. /* Override any GCC internal prototype to avoid an error.
  1870.    Use char because int might match the return type of a GCC
  1871.    builtin and then its argument prototype would still apply.  */
  1872. #ifdef __cplusplus
  1873. extern "C"
  1874. #endif
  1875. char dlopen ();
  1876. int
  1877. main ()
  1878. {
  1879. return dlopen ();
  1880.   ;
  1881.   return 0;
  1882. }
  1883. _ACEOF
  1884. if ac_fn_c_try_link "$LINENO"; then :
  1885.   ac_cv_lib_dl_dlopen=yes
  1886. else
  1887.   ac_cv_lib_dl_dlopen=no
  1888. fi
  1889. rm -f core conftest.err conftest.$ac_objext 
  1890.     conftest$ac_exeext conftest.$ac_ext
  1891. LIBS=$ac_check_lib_save_LIBS
  1892. fi
  1893. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
  1894. $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
  1895. if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
  1896.   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
  1897. else
  1898.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
  1899. $as_echo_n "checking for dlopen in -lsvld... " >&6; }
  1900. if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
  1901.   $as_echo_n "(cached) " >&6
  1902. else
  1903.   ac_check_lib_save_LIBS=$LIBS
  1904. LIBS="-lsvld  $LIBS"
  1905. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1906. /* end confdefs.h.  */
  1907. /* Override any GCC internal prototype to avoid an error.
  1908.    Use char because int might match the return type of a GCC
  1909.    builtin and then its argument prototype would still apply.  */
  1910. #ifdef __cplusplus
  1911. extern "C"
  1912. #endif
  1913. char dlopen ();
  1914. int
  1915. main ()
  1916. {
  1917. return dlopen ();
  1918.   ;
  1919.   return 0;
  1920. }
  1921. _ACEOF
  1922. if ac_fn_c_try_link "$LINENO"; then :
  1923.   ac_cv_lib_svld_dlopen=yes
  1924. else
  1925.   ac_cv_lib_svld_dlopen=no
  1926. fi
  1927. rm -f core conftest.err conftest.$ac_objext 
  1928.     conftest$ac_exeext conftest.$ac_ext
  1929. LIBS=$ac_check_lib_save_LIBS
  1930. fi
  1931. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
  1932. $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
  1933. if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
  1934.   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
  1935. else
  1936.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
  1937. $as_echo_n "checking for dld_link in -ldld... " >&6; }
  1938. if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
  1939.   $as_echo_n "(cached) " >&6
  1940. else
  1941.   ac_check_lib_save_LIBS=$LIBS
  1942. LIBS="-ldld  $LIBS"
  1943. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1944. /* end confdefs.h.  */
  1945. /* Override any GCC internal prototype to avoid an error.
  1946.    Use char because int might match the return type of a GCC
  1947.    builtin and then its argument prototype would still apply.  */
  1948. #ifdef __cplusplus
  1949. extern "C"
  1950. #endif
  1951. char dld_link ();
  1952. int
  1953. main ()
  1954. {
  1955. return dld_link ();
  1956.   ;
  1957.   return 0;
  1958. }
  1959. _ACEOF
  1960. if ac_fn_c_try_link "$LINENO"; then :
  1961.   ac_cv_lib_dld_dld_link=yes
  1962. else
  1963.   ac_cv_lib_dld_dld_link=no
  1964. fi
  1965. rm -f core conftest.err conftest.$ac_objext 
  1966.     conftest$ac_exeext conftest.$ac_ext
  1967. LIBS=$ac_check_lib_save_LIBS
  1968. fi
  1969. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
  1970. $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
  1971. if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
  1972.   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
  1973. fi
  1974. fi
  1975. fi
  1976. fi
  1977. fi
  1978. fi
  1979.     ;;
  1980.   esac
  1981.   if test "x$lt_cv_dlopen" != xno; then
  1982.     enable_dlopen=yes
  1983.   else
  1984.     enable_dlopen=no
  1985.   fi
  1986.   case $lt_cv_dlopen in
  1987.   dlopen)
  1988.     save_CPPFLAGS="$CPPFLAGS"
  1989.     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
  1990.     save_LDFLAGS="$LDFLAGS"
  1991.     wl=$lt_prog_compiler_wl eval LDFLAGS="$LDFLAGS $export_dynamic_flag_spec"
  1992.     save_LIBS="$LIBS"
  1993.     LIBS="$lt_cv_dlopen_libs $LIBS"
  1994.     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
  1995. $as_echo_n "checking whether a program can dlopen itself... " >&6; }
  1996. if test "${lt_cv_dlopen_self+set}" = set; then :
  1997.   $as_echo_n "(cached) " >&6
  1998. else
  1999.      if test "$cross_compiling" = yes; then :
  2000.   lt_cv_dlopen_self=cross
  2001. else
  2002.   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
  2003.   lt_status=$lt_dlunknown
  2004.   cat > conftest.$ac_ext <<_LT_EOF
  2005. #line 18095 "configure"
  2006. #include "confdefs.h"
  2007. #if HAVE_DLFCN_H
  2008. #include <dlfcn.h>
  2009. #endif
  2010. #include <stdio.h>
  2011. #ifdef RTLD_GLOBAL
  2012. #  define LT_DLGLOBAL RTLD_GLOBAL
  2013. #else
  2014. #  ifdef DL_GLOBAL
  2015. #    define LT_DLGLOBAL DL_GLOBAL
  2016. #  else
  2017. #    define LT_DLGLOBAL 0
  2018. #  endif
  2019. #endif
  2020. /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
  2021.    find out it does not work in some platform. */
  2022. #ifndef LT_DLLAZY_OR_NOW
  2023. #  ifdef RTLD_LAZY
  2024. #    define LT_DLLAZY_OR_NOW RTLD_LAZY
  2025. #  else
  2026. #    ifdef DL_LAZY
  2027. #      define LT_DLLAZY_OR_NOW DL_LAZY
  2028. #    else
  2029. #      ifdef RTLD_NOW
  2030. #        define LT_DLLAZY_OR_NOW RTLD_NOW
  2031. #      else
  2032. #        ifdef DL_NOW
  2033. #          define LT_DLLAZY_OR_NOW DL_NOW
  2034. #        else
  2035. #          define LT_DLLAZY_OR_NOW 0
  2036. #        endif
  2037. #      endif
  2038. #    endif
  2039. #  endif
  2040. #endif
  2041. void fnord() { int i=42;}
  2042. int main ()
  2043. {
  2044.   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
  2045.   int status = $lt_dlunknown;
  2046.   if (self)
  2047.     {
  2048.       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
  2049.       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
  2050.       /* dlclose (self); */
  2051.     }
  2052.   else
  2053.     puts (dlerror ());
  2054.   return status;
  2055. }
  2056. _LT_EOF
  2057.   if { { eval echo ""$as_me":${as_lineno-$LINENO}: "$ac_link""; } >&5
  2058.   (eval $ac_link) 2>&5
  2059.   ac_status=$?
  2060.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2061.   test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
  2062.     (./conftest; exit; ) >&5 2>/dev/null
  2063.     lt_status=$?
  2064.     case x$lt_status in
  2065.       x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
  2066.       x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
  2067.       x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
  2068.     esac
  2069.   else :
  2070.     # compilation failed
  2071.     lt_cv_dlopen_self=no
  2072.   fi
  2073. fi
  2074. rm -fr conftest*
  2075. fi
  2076. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
  2077. $as_echo "$lt_cv_dlopen_self" >&6; }
  2078.     if test "x$lt_cv_dlopen_self" = xyes; then
  2079.       wl=$lt_prog_compiler_wl eval LDFLAGS="$LDFLAGS $lt_prog_compiler_static"
  2080.       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
  2081. $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
  2082. if test "${lt_cv_dlopen_self_static+set}" = set; then :
  2083.   $as_echo_n "(cached) " >&6
  2084. else
  2085.      if test "$cross_compiling" = yes; then :
  2086.   lt_cv_dlopen_self_static=cross
  2087. else
  2088.   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
  2089.   lt_status=$lt_dlunknown
  2090.   cat > conftest.$ac_ext <<_LT_EOF
  2091. #line 18191 "configure"
  2092. #include "confdefs.h"
  2093. #if HAVE_DLFCN_H
  2094. #include <dlfcn.h>
  2095. #endif
  2096. #include <stdio.h>
  2097. #ifdef RTLD_GLOBAL
  2098. #  define LT_DLGLOBAL RTLD_GLOBAL
  2099. #else
  2100. #  ifdef DL_GLOBAL
  2101. #    define LT_DLGLOBAL DL_GLOBAL
  2102. #  else
  2103. #    define LT_DLGLOBAL 0
  2104. #  endif
  2105. #endif
  2106. /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
  2107.    find out it does not work in some platform. */
  2108. #ifndef LT_DLLAZY_OR_NOW
  2109. #  ifdef RTLD_LAZY
  2110. #    define LT_DLLAZY_OR_NOW RTLD_LAZY
  2111. #  else
  2112. #    ifdef DL_LAZY
  2113. #      define LT_DLLAZY_OR_NOW DL_LAZY
  2114. #    else
  2115. #      ifdef RTLD_NOW
  2116. #        define LT_DLLAZY_OR_NOW RTLD_NOW
  2117. #      else
  2118. #        ifdef DL_NOW
  2119. #          define LT_DLLAZY_OR_NOW DL_NOW
  2120. #        else
  2121. #          define LT_DLLAZY_OR_NOW 0
  2122. #        endif
  2123. #      endif
  2124. #    endif
  2125. #  endif
  2126. #endif
  2127. void fnord() { int i=42;}
  2128. int main ()
  2129. {
  2130.   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
  2131.   int status = $lt_dlunknown;
  2132.   if (self)
  2133.     {
  2134.       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
  2135.       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
  2136.       /* dlclose (self); */
  2137.     }
  2138.   else
  2139.     puts (dlerror ());
  2140.   return status;
  2141. }
  2142. _LT_EOF
  2143.   if { { eval echo ""$as_me":${as_lineno-$LINENO}: "$ac_link""; } >&5
  2144.   (eval $ac_link) 2>&5
  2145.   ac_status=$?
  2146.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2147.   test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
  2148.     (./conftest; exit; ) >&5 2>/dev/null
  2149.     lt_status=$?
  2150.     case x$lt_status in
  2151.       x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
  2152.       x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
  2153.       x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
  2154.     esac
  2155.   else :
  2156.     # compilation failed
  2157.     lt_cv_dlopen_self_static=no
  2158.   fi
  2159. fi
  2160. rm -fr conftest*
  2161. fi
  2162. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
  2163. $as_echo "$lt_cv_dlopen_self_static" >&6; }
  2164.     fi
  2165.     CPPFLAGS="$save_CPPFLAGS"
  2166.     LDFLAGS="$save_LDFLAGS"
  2167.     LIBS="$save_LIBS"
  2168.     ;;
  2169.   esac
  2170.   case $lt_cv_dlopen_self in
  2171.   yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
  2172.   *) enable_dlopen_self=unknown ;;
  2173.   esac
  2174.   case $lt_cv_dlopen_self_static in
  2175.   yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
  2176.   *) enable_dlopen_self_static=unknown ;;
  2177.   esac
  2178. fi
  2179. striplib=
  2180. old_striplib=
  2181. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
  2182. $as_echo_n "checking whether stripping libraries is possible... " >&6; }
  2183. if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
  2184.   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
  2185.   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
  2186.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  2187. $as_echo "yes" >&6; }
  2188. else
  2189. # FIXME - insert some real tests, host_os isn't really good enough
  2190.   case $host_os in
  2191.   darwin*)
  2192.     if test -n "$STRIP" ; then
  2193.       striplib="$STRIP -x"
  2194.       old_striplib="$STRIP -S"
  2195.       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  2196. $as_echo "yes" >&6; }
  2197.     else
  2198.       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2199. $as_echo "no" >&6; }
  2200.     fi
  2201.     ;;
  2202.   *)
  2203.     { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2204. $as_echo "no" >&6; }
  2205.     ;;
  2206.   esac
  2207. fi
  2208.   # Report which library types will actually be built
  2209.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
  2210. $as_echo_n "checking if libtool supports shared libraries... " >&6; }
  2211.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
  2212. $as_echo "$can_build_shared" >&6; }
  2213.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
  2214. $as_echo_n "checking whether to build shared libraries... " >&6; }
  2215.   test "$can_build_shared" = "no" && enable_shared=no
  2216.   # On AIX, shared libraries and static libraries use the same namespace, and
  2217.   # are all built from PIC.
  2218.   case $host_os in
  2219.   aix3*)
  2220.     test "$enable_shared" = yes && enable_static=no
  2221.     if test -n "$RANLIB"; then
  2222.       archive_cmds="$archive_cmds~$RANLIB $lib"
  2223.       postinstall_cmds='$RANLIB $lib'
  2224.     fi
  2225.     ;;
  2226.   aix[4-9]*)
  2227.     if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
  2228.       test "$enable_shared" = yes && enable_static=no
  2229.     fi
  2230.     ;;
  2231.   esac
  2232.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
  2233. $as_echo "$enable_shared" >&6; }
  2234.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
  2235. $as_echo_n "checking whether to build static libraries... " >&6; }
  2236.   # Make sure either enable_shared or enable_static is yes.
  2237.   test "$enable_shared" = yes || enable_static=yes
  2238.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
  2239. $as_echo "$enable_static" >&6; }
  2240. fi
  2241. ac_ext=c
  2242. ac_cpp='$CPP $CPPFLAGS'
  2243. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  2244. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  2245. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  2246. CC="$lt_save_CC"
  2247. ac_ext=cpp
  2248. ac_cpp='$CXXCPP $CPPFLAGS'
  2249. ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  2250. ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  2251. ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
  2252. archive_cmds_need_lc_CXX=no
  2253. allow_undefined_flag_CXX=
  2254. always_export_symbols_CXX=no
  2255. archive_expsym_cmds_CXX=
  2256. compiler_needs_object_CXX=no
  2257. export_dynamic_flag_spec_CXX=
  2258. hardcode_direct_CXX=no
  2259. hardcode_direct_absolute_CXX=no
  2260. hardcode_libdir_flag_spec_CXX=
  2261. hardcode_libdir_flag_spec_ld_CXX=
  2262. hardcode_libdir_separator_CXX=
  2263. hardcode_minus_L_CXX=no
  2264. hardcode_shlibpath_var_CXX=unsupported
  2265. hardcode_automatic_CXX=no
  2266. inherit_rpath_CXX=no
  2267. module_cmds_CXX=
  2268. module_expsym_cmds_CXX=
  2269. link_all_deplibs_CXX=unknown
  2270. old_archive_cmds_CXX=$old_archive_cmds
  2271. no_undefined_flag_CXX=
  2272. whole_archive_flag_spec_CXX=
  2273. enable_shared_with_static_runtimes_CXX=no
  2274. # Source file extension for C++ test sources.
  2275. ac_ext=cpp
  2276. # Object file extension for compiled C++ test sources.
  2277. objext=o
  2278. objext_CXX=$objext
  2279. # No sense in running all these tests if we already determined that
  2280. # the CXX compiler isn't working.  Some variables (like enable_shared)
  2281. # are currently assumed to apply to all compilers on this platform,
  2282. # and will be corrupted by setting them based on a non-working compiler.
  2283. if test "$_lt_caught_CXX_error" != yes; then
  2284.   # Code to be used in simple compile tests
  2285.   lt_simple_compile_test_code="int some_variable = 0;"
  2286.   # Code to be used in simple link tests
  2287.   lt_simple_link_test_code='int main(int, char *[]) { return(0); }'
  2288.   # ltmain only uses $CC for tagged configurations so make sure $CC is set.
  2289. # If no C compiler was specified, use CC.
  2290. LTCC=${LTCC-"$CC"}
  2291. # If no C compiler flags were specified, use CFLAGS.
  2292. LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
  2293. # Allow CC to be a program name with arguments.
  2294. compiler=$CC
  2295.   # save warnings/boilerplate of simple test code
  2296.   ac_outfile=conftest.$ac_objext
  2297. echo "$lt_simple_compile_test_code" >conftest.$ac_ext
  2298. eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
  2299. _lt_compiler_boilerplate=`cat conftest.err`
  2300. $RM conftest*
  2301.   ac_outfile=conftest.$ac_objext
  2302. echo "$lt_simple_link_test_code" >conftest.$ac_ext
  2303. eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
  2304. _lt_linker_boilerplate=`cat conftest.err`
  2305. $RM -r conftest*
  2306.   # Allow CC to be a program name with arguments.
  2307.   lt_save_CC=$CC
  2308.   lt_save_LD=$LD
  2309.   lt_save_GCC=$GCC
  2310.   GCC=$GXX
  2311.   lt_save_with_gnu_ld=$with_gnu_ld
  2312.   lt_save_path_LD=$lt_cv_path_LD
  2313.   if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
  2314.     lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
  2315.   else
  2316.     $as_unset lt_cv_prog_gnu_ld
  2317.   fi
  2318.   if test -n "${lt_cv_path_LDCXX+set}"; then
  2319.     lt_cv_path_LD=$lt_cv_path_LDCXX
  2320.   else
  2321.     $as_unset lt_cv_path_LD
  2322.   fi
  2323.   test -z "${LDCXX+set}" || LD=$LDCXX
  2324.   CC=${CXX-"c++"}
  2325.   compiler=$CC
  2326.   compiler_CXX=$CC
  2327.   for cc_temp in $compiler""; do
  2328.   case $cc_temp in
  2329.     compile | *[\/]compile | ccache | *[\/]ccache ) ;;
  2330.     distcc | *[\/]distcc | purify | *[\/]purify ) ;;
  2331.     -*) ;;
  2332.     *) break;;
  2333.   esac
  2334. done
  2335. cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
  2336.   if test -n "$compiler"; then
  2337.     # We don't want -fno-exception when compiling C++ code, so set the
  2338.     # no_builtin_flag separately
  2339.     if test "$GXX" = yes; then
  2340.       lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
  2341.     else
  2342.       lt_prog_compiler_no_builtin_flag_CXX=
  2343.     fi
  2344.     if test "$GXX" = yes; then
  2345.       # Set up default GNU C++ configuration
  2346. # Check whether --with-gnu-ld was given.
  2347. if test "${with_gnu_ld+set}" = set; then :
  2348.   withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
  2349. else
  2350.   with_gnu_ld=no
  2351. fi
  2352. ac_prog=ld
  2353. if test "$GCC" = yes; then
  2354.   # Check if gcc -print-prog-name=ld gives a path.
  2355.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
  2356. $as_echo_n "checking for ld used by $CC... " >&6; }
  2357.   case $host in
  2358.   *-*-mingw*)
  2359.     # gcc leaves a trailing carriage return which upsets mingw
  2360.     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '15'` ;;
  2361.   *)
  2362.     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
  2363.   esac
  2364.   case $ac_prog in
  2365.     # Accept absolute paths.
  2366.     [\/]* | ?:[\/]*)
  2367.       re_direlt='/[^/][^/]*/../'
  2368.       # Canonicalize the pathname of ld
  2369.       ac_prog=`$ECHO "$ac_prog"| $SED 's%\\%/%g'`
  2370.       while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
  2371. ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
  2372.       done
  2373.       test -z "$LD" && LD="$ac_prog"
  2374.       ;;
  2375.   "")
  2376.     # If it fails, then pretend we aren't using GCC.
  2377.     ac_prog=ld
  2378.     ;;
  2379.   *)
  2380.     # If it is relative, then search for the first ld in PATH.
  2381.     with_gnu_ld=unknown
  2382.     ;;
  2383.   esac
  2384. elif test "$with_gnu_ld" = yes; then
  2385.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
  2386. $as_echo_n "checking for GNU ld... " >&6; }
  2387. else
  2388.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
  2389. $as_echo_n "checking for non-GNU ld... " >&6; }
  2390. fi
  2391. if test "${lt_cv_path_LD+set}" = set; then :
  2392.   $as_echo_n "(cached) " >&6
  2393. else
  2394.   if test -z "$LD"; then
  2395.   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
  2396.   for ac_dir in $PATH; do
  2397.     IFS="$lt_save_ifs"
  2398.     test -z "$ac_dir" && ac_dir=.
  2399.     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
  2400.       lt_cv_path_LD="$ac_dir/$ac_prog"
  2401.       # Check to see if the program is GNU ld.  I'd rather use --version,
  2402.       # but apparently some variants of GNU ld only accept -v.
  2403.       # Break only if it was the GNU/non-GNU ld that we prefer.
  2404.       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
  2405.       *GNU* | *'with BFD'*)
  2406. test "$with_gnu_ld" != no && break
  2407. ;;
  2408.       *)
  2409. test "$with_gnu_ld" != yes && break
  2410. ;;
  2411.       esac
  2412.     fi
  2413.   done
  2414.   IFS="$lt_save_ifs"
  2415. else
  2416.   lt_cv_path_LD="$LD" # Let the user override the test with a path.
  2417. fi
  2418. fi
  2419. LD="$lt_cv_path_LD"
  2420. if test -n "$LD"; then
  2421.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
  2422. $as_echo "$LD" >&6; }
  2423. else
  2424.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2425. $as_echo "no" >&6; }
  2426. fi
  2427. test -z "$LD" && as_fn_error "no acceptable ld found in $PATH" "$LINENO" 5
  2428. { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
  2429. $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
  2430. if test "${lt_cv_prog_gnu_ld+set}" = set; then :
  2431.   $as_echo_n "(cached) " >&6
  2432. else
  2433.   # I'd rather use --version here, but apparently some GNU lds only accept -v.
  2434. case `$LD -v 2>&1 </dev/null` in
  2435. *GNU* | *'with BFD'*)
  2436.   lt_cv_prog_gnu_ld=yes
  2437.   ;;
  2438. *)
  2439.   lt_cv_prog_gnu_ld=no
  2440.   ;;
  2441. esac
  2442. fi
  2443. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
  2444. $as_echo "$lt_cv_prog_gnu_ld" >&6; }
  2445. with_gnu_ld=$lt_cv_prog_gnu_ld
  2446.       # Check if GNU C++ uses GNU ld as the underlying linker, since the
  2447.       # archiving commands below assume that GNU ld is being used.
  2448.       if test "$with_gnu_ld" = yes; then
  2449.         archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
  2450.         archive_expsym_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
  2451.         hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
  2452.         export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
  2453.         # If archive_cmds runs LD, not CC, wlarc should be empty
  2454.         # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
  2455.         #     investigate it a little bit more. (MM)
  2456.         wlarc='${wl}'
  2457.         # ancient GNU ld didn't support --whole-archive et. al.
  2458.         if eval "`$CC -print-prog-name=ld` --help 2>&1" |
  2459.   $GREP 'no-whole-archive' > /dev/null; then
  2460.           whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
  2461.         else
  2462.           whole_archive_flag_spec_CXX=
  2463.         fi
  2464.       else
  2465.         with_gnu_ld=no
  2466.         wlarc=
  2467.         # A generic and very simple default shared library creation
  2468.         # command for GNU C++ for the case where it uses the native
  2469.         # linker, instead of GNU ld.  If possible, this setting should
  2470.         # overridden to take advantage of the native linker features on
  2471.         # the platform it is being used on.
  2472.         archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
  2473.       fi
  2474.       # Commands to make compiler produce verbose output that lists
  2475.       # what "hidden" libraries, object files and flags are used when
  2476.       # linking a shared library.
  2477.       output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "-L"'
  2478.     else
  2479.       GXX=no
  2480.       with_gnu_ld=no
  2481.       wlarc=
  2482.     fi
  2483.     # PORTME: fill in a description of your system's C++ link characteristics
  2484.     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
  2485. $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
  2486.     ld_shlibs_CXX=yes
  2487.     case $host_os in
  2488.       aix3*)
  2489.         # FIXME: insert proper C++ library support
  2490.         ld_shlibs_CXX=no
  2491.         ;;
  2492.       aix[4-9]*)
  2493.         if test "$host_cpu" = ia64; then
  2494.           # On IA64, the linker does run time linking by default, so we don't
  2495.           # have to do anything special.
  2496.           aix_use_runtimelinking=no
  2497.           exp_sym_flag='-Bexport'
  2498.           no_entry_flag=""
  2499.         else
  2500.           aix_use_runtimelinking=no
  2501.           # Test if we are trying to use run time linking or normal
  2502.           # AIX style linking. If -brtl is somewhere in LDFLAGS, we
  2503.           # need to do runtime linking.
  2504.           case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
  2505.     for ld_flag in $LDFLAGS; do
  2506.       case $ld_flag in
  2507.       *-brtl*)
  2508.         aix_use_runtimelinking=yes
  2509.         break
  2510.         ;;
  2511.       esac
  2512.     done
  2513.     ;;
  2514.           esac
  2515.           exp_sym_flag='-bexport'
  2516.           no_entry_flag='-bnoentry'
  2517.         fi
  2518.         # When large executables or shared objects are built, AIX ld can
  2519.         # have problems creating the table of contents.  If linking a library
  2520.         # or program results in "error TOC overflow" add -mminimal-toc to
  2521.         # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
  2522.         # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
  2523.         archive_cmds_CXX=''
  2524.         hardcode_direct_CXX=yes
  2525.         hardcode_direct_absolute_CXX=yes
  2526.         hardcode_libdir_separator_CXX=':'
  2527.         link_all_deplibs_CXX=yes
  2528.         file_list_spec_CXX='${wl}-f,'
  2529.         if test "$GXX" = yes; then
  2530.           case $host_os in aix4.[012]|aix4.[012].*)
  2531.           # We only want to do this on AIX 4.2 and lower, the check
  2532.           # below for broken collect2 doesn't work under 4.3+
  2533.   collect2name=`${CC} -print-prog-name=collect2`
  2534.   if test -f "$collect2name" &&
  2535.      strings "$collect2name" | $GREP resolve_lib_name >/dev/null
  2536.   then
  2537.     # We have reworked collect2
  2538.     :
  2539.   else
  2540.     # We have old collect2
  2541.     hardcode_direct_CXX=unsupported
  2542.     # It fails to find uninstalled libraries when the uninstalled
  2543.     # path is not listed in the libpath.  Setting hardcode_minus_L
  2544.     # to unsupported forces relinking
  2545.     hardcode_minus_L_CXX=yes
  2546.     hardcode_libdir_flag_spec_CXX='-L$libdir'
  2547.     hardcode_libdir_separator_CXX=
  2548.   fi
  2549.           esac
  2550.           shared_flag='-shared'
  2551.   if test "$aix_use_runtimelinking" = yes; then
  2552.     shared_flag="$shared_flag "'${wl}-G'
  2553.   fi
  2554.         else
  2555.           # not using gcc
  2556.           if test "$host_cpu" = ia64; then
  2557.   # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
  2558.   # chokes on -Wl,-G. The following line is correct:
  2559.   shared_flag='-G'
  2560.           else
  2561.     if test "$aix_use_runtimelinking" = yes; then
  2562.       shared_flag='${wl}-G'
  2563.     else
  2564.       shared_flag='${wl}-bM:SRE'
  2565.     fi
  2566.           fi
  2567.         fi
  2568.         export_dynamic_flag_spec_CXX='${wl}-bexpall'
  2569.         # It seems that -bexpall does not export symbols beginning with
  2570.         # underscore (_), so it is better to generate a list of symbols to
  2571. # export.
  2572.         always_export_symbols_CXX=yes
  2573.         if test "$aix_use_runtimelinking" = yes; then
  2574.           # Warning - without using the other runtime loading flags (-brtl),
  2575.           # -berok will link without error, but may produce a broken library.
  2576.           allow_undefined_flag_CXX='-berok'
  2577.           # Determine the default libpath from the value encoded in an empty
  2578.           # executable.
  2579.           cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2580. /* end confdefs.h.  */
  2581. int
  2582. main ()
  2583. {
  2584.   ;
  2585.   return 0;
  2586. }
  2587. _ACEOF
  2588. if ac_fn_cxx_try_link "$LINENO"; then :
  2589. lt_aix_libpath_sed='
  2590.     /Import File Strings/,/^$/ {
  2591. /^0/ {
  2592.     s/^0  *(.*)$/1/
  2593.     p
  2594. }
  2595.     }'
  2596. aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
  2597. # Check for a 64-bit object if we didn't find anything.
  2598. if test -z "$aix_libpath"; then
  2599.   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
  2600. fi
  2601. fi
  2602. rm -f core conftest.err conftest.$ac_objext 
  2603.     conftest$ac_exeext conftest.$ac_ext
  2604. if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
  2605.           hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
  2606.           archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs '"${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"${wl}$exp_sym_flag:$export_symbols $shared_flag"
  2607.         else
  2608.           if test "$host_cpu" = ia64; then
  2609.     hardcode_libdir_flag_spec_CXX='${wl}-R $libdir:/usr/lib:/lib'
  2610.     allow_undefined_flag_CXX="-z nodefs"
  2611.     archive_expsym_cmds_CXX="$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"
  2612.           else
  2613.     # Determine the default libpath from the value encoded in an
  2614.     # empty executable.
  2615.     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2616. /* end confdefs.h.  */
  2617. int
  2618. main ()
  2619. {
  2620.   ;
  2621.   return 0;
  2622. }
  2623. _ACEOF
  2624. if ac_fn_cxx_try_link "$LINENO"; then :
  2625. lt_aix_libpath_sed='
  2626.     /Import File Strings/,/^$/ {
  2627. /^0/ {
  2628.     s/^0  *(.*)$/1/
  2629.     p
  2630. }
  2631.     }'
  2632. aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
  2633. # Check for a 64-bit object if we didn't find anything.
  2634. if test -z "$aix_libpath"; then
  2635.   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
  2636. fi
  2637. fi
  2638. rm -f core conftest.err conftest.$ac_objext 
  2639.     conftest$ac_exeext conftest.$ac_ext
  2640. if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
  2641.     hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
  2642.     # Warning - without using the other run time loading flags,
  2643.     # -berok will link without error, but may produce a broken library.
  2644.     no_undefined_flag_CXX=' ${wl}-bernotok'
  2645.     allow_undefined_flag_CXX=' ${wl}-berok'
  2646.     # Exported symbols can be pulled into shared objects from archives
  2647.     whole_archive_flag_spec_CXX='$convenience'
  2648.     archive_cmds_need_lc_CXX=yes
  2649.     # This is similar to how AIX traditionally builds its shared
  2650.     # libraries.
  2651.     archive_expsym_cmds_CXX="$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'
  2652.           fi
  2653.         fi
  2654.         ;;
  2655.       beos*)
  2656. if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
  2657.   allow_undefined_flag_CXX=unsupported
  2658.   # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
  2659.   # support --undefined.  This deserves some investigation.  FIXME
  2660.   archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  2661. else
  2662.   ld_shlibs_CXX=no
  2663. fi
  2664. ;;
  2665.       chorus*)
  2666.         case $cc_basename in
  2667.           *)
  2668.   # FIXME: insert proper C++ library support
  2669.   ld_shlibs_CXX=no
  2670.   ;;
  2671.         esac
  2672.         ;;
  2673.       cygwin* | mingw* | pw32* | cegcc*)
  2674.         # _LT_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
  2675.         # as there is no search path for DLLs.
  2676.         hardcode_libdir_flag_spec_CXX='-L$libdir'
  2677.         allow_undefined_flag_CXX=unsupported
  2678.         always_export_symbols_CXX=no
  2679.         enable_shared_with_static_runtimes_CXX=yes
  2680.         if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
  2681.           archive_cmds_CXX='$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'
  2682.           # If the export-symbols file already is a .def file (1st line
  2683.           # is EXPORTS), use it as is; otherwise, prepend...
  2684.           archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
  2685.     cp $export_symbols $output_objdir/$soname.def;
  2686.           else
  2687.     echo EXPORTS > $output_objdir/$soname.def;
  2688.     cat $export_symbols >> $output_objdir/$soname.def;
  2689.           fi~
  2690.           $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'
  2691.         else
  2692.           ld_shlibs_CXX=no
  2693.         fi
  2694.         ;;
  2695.       darwin* | rhapsody*)
  2696.   archive_cmds_need_lc_CXX=no
  2697.   hardcode_direct_CXX=no
  2698.   hardcode_automatic_CXX=yes
  2699.   hardcode_shlibpath_var_CXX=unsupported
  2700.   whole_archive_flag_spec_CXX=''
  2701.   link_all_deplibs_CXX=yes
  2702.   allow_undefined_flag_CXX="$_lt_dar_allow_undefined"
  2703.   case $cc_basename in
  2704.      ifort*) _lt_dar_can_shared=yes ;;
  2705.      *) _lt_dar_can_shared=$GCC ;;
  2706.   esac
  2707.   if test "$_lt_dar_can_shared" = "yes"; then
  2708.     output_verbose_link_cmd=echo
  2709.     archive_cmds_CXX="$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring $_lt_dar_single_mod${_lt_dsymutil}"
  2710.     module_cmds_CXX="$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs $compiler_flags${_lt_dsymutil}"
  2711.     archive_expsym_cmds_CXX="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}"
  2712.     module_expsym_cmds_CXX="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}"
  2713.        if test "$lt_cv_apple_cc_single_mod" != "yes"; then
  2714.       archive_cmds_CXX="$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}"
  2715.       archive_expsym_cmds_CXX="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}"
  2716.     fi
  2717.   else
  2718.   ld_shlibs_CXX=no
  2719.   fi
  2720. ;;
  2721.       dgux*)
  2722.         case $cc_basename in
  2723.           ec++*)
  2724.     # FIXME: insert proper C++ library support
  2725.     ld_shlibs_CXX=no
  2726.     ;;
  2727.           ghcx*)
  2728.     # Green Hills C++ Compiler
  2729.     # FIXME: insert proper C++ library support
  2730.     ld_shlibs_CXX=no
  2731.     ;;
  2732.           *)
  2733.     # FIXME: insert proper C++ library support
  2734.     ld_shlibs_CXX=no
  2735.     ;;
  2736.         esac
  2737.         ;;
  2738.       freebsd[12]*)
  2739.         # C++ shared libraries reported to be fairly broken before
  2740. # switch to ELF
  2741.         ld_shlibs_CXX=no
  2742.         ;;
  2743.       freebsd-elf*)
  2744.         archive_cmds_need_lc_CXX=no
  2745.         ;;
  2746.       freebsd* | dragonfly*)
  2747.         # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
  2748.         # conventions
  2749.         ld_shlibs_CXX=yes
  2750.         ;;
  2751.       gnu*)
  2752.         ;;
  2753.       hpux9*)
  2754.         hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
  2755.         hardcode_libdir_separator_CXX=:
  2756.         export_dynamic_flag_spec_CXX='${wl}-E'
  2757.         hardcode_direct_CXX=yes
  2758.         hardcode_minus_L_CXX=yes # Not in the search PATH,
  2759.              # but as the default
  2760.              # location of the library.
  2761.         case $cc_basename in
  2762.           CC*)
  2763.             # FIXME: insert proper C++ library support
  2764.             ld_shlibs_CXX=no
  2765.             ;;
  2766.           aCC*)
  2767.             archive_cmds_CXX='$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'
  2768.             # Commands to make compiler produce verbose output that lists
  2769.             # what "hidden" libraries, object files and flags are used when
  2770.             # linking a shared library.
  2771.             #
  2772.             # There doesn't appear to be a way to prevent this compiler from
  2773.             # explicitly linking system object files so we need to strip them
  2774.             # from the output so that they don't get included in the library
  2775.             # dependencies.
  2776.             output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
  2777.             ;;
  2778.           *)
  2779.             if test "$GXX" = yes; then
  2780.               archive_cmds_CXX='$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'
  2781.             else
  2782.               # FIXME: insert proper C++ library support
  2783.               ld_shlibs_CXX=no
  2784.             fi
  2785.             ;;
  2786.         esac
  2787.         ;;
  2788.       hpux10*|hpux11*)
  2789.         if test $with_gnu_ld = no; then
  2790.   hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
  2791.   hardcode_libdir_separator_CXX=:
  2792.           case $host_cpu in
  2793.             hppa*64*|ia64*)
  2794.               ;;
  2795.             *)
  2796.       export_dynamic_flag_spec_CXX='${wl}-E'
  2797.               ;;
  2798.           esac
  2799.         fi
  2800.         case $host_cpu in
  2801.           hppa*64*|ia64*)
  2802.             hardcode_direct_CXX=no
  2803.             hardcode_shlibpath_var_CXX=no
  2804.             ;;
  2805.           *)
  2806.             hardcode_direct_CXX=yes
  2807.             hardcode_direct_absolute_CXX=yes
  2808.             hardcode_minus_L_CXX=yes # Not in the search PATH,
  2809.          # but as the default
  2810.          # location of the library.
  2811.             ;;
  2812.         esac
  2813.         case $cc_basename in
  2814.           CC*)
  2815.     # FIXME: insert proper C++ library support
  2816.     ld_shlibs_CXX=no
  2817.     ;;
  2818.           aCC*)
  2819.     case $host_cpu in
  2820.       hppa*64*)
  2821.         archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
  2822.         ;;
  2823.       ia64*)
  2824.         archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
  2825.         ;;
  2826.       *)
  2827.         archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
  2828.         ;;
  2829.     esac
  2830.     # Commands to make compiler produce verbose output that lists
  2831.     # what "hidden" libraries, object files and flags are used when
  2832.     # linking a shared library.
  2833.     #
  2834.     # There doesn't appear to be a way to prevent this compiler from
  2835.     # explicitly linking system object files so we need to strip them
  2836.     # from the output so that they don't get included in the library
  2837.     # dependencies.
  2838.     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 "X$list" | $Xsed'
  2839.     ;;
  2840.           *)
  2841.     if test "$GXX" = yes; then
  2842.       if test $with_gnu_ld = no; then
  2843.         case $host_cpu in
  2844.           hppa*64*)
  2845.             archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
  2846.             ;;
  2847.           ia64*)
  2848.             archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
  2849.             ;;
  2850.           *)
  2851.             archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
  2852.             ;;
  2853.         esac
  2854.       fi
  2855.     else
  2856.       # FIXME: insert proper C++ library support
  2857.       ld_shlibs_CXX=no
  2858.     fi
  2859.     ;;
  2860.         esac
  2861.         ;;
  2862.       interix[3-9]*)
  2863. hardcode_direct_CXX=no
  2864. hardcode_shlibpath_var_CXX=no
  2865. hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
  2866. export_dynamic_flag_spec_CXX='${wl}-E'
  2867. # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
  2868. # Instead, shared libraries are loaded at an image base (0x10000000 by
  2869. # default) and relocated if they conflict, which is a slow very memory
  2870. # consuming and fragmenting process.  To avoid this, we pick a random,
  2871. # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
  2872. # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
  2873. archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 * 262144 + 1342177280` -o $lib'
  2874. archive_expsym_cmds_CXX='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'
  2875. ;;
  2876.       irix5* | irix6*)
  2877.         case $cc_basename in
  2878.           CC*)
  2879.     # SGI C++
  2880.     archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
  2881.     # Archives containing C++ object files must be created using
  2882.     # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
  2883.     # necessary to make sure instantiated templates are included
  2884.     # in the archive.
  2885.     old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs'
  2886.     ;;
  2887.           *)
  2888.     if test "$GXX" = yes; then
  2889.       if test "$with_gnu_ld" = no; then
  2890.         archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
  2891.       else
  2892.         archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` -o $lib'
  2893.       fi
  2894.     fi
  2895.     link_all_deplibs_CXX=yes
  2896.     ;;
  2897.         esac
  2898.         hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
  2899.         hardcode_libdir_separator_CXX=:
  2900.         inherit_rpath_CXX=yes
  2901.         ;;
  2902.       linux* | k*bsd*-gnu)
  2903.         case $cc_basename in
  2904.           KCC*)
  2905.     # Kuck and Associates, Inc. (KAI) C++ Compiler
  2906.     # KCC will only create a shared library if the output file
  2907.     # ends with ".so" (or ".sl" for HP-UX), so rename the library
  2908.     # to its proper name (with version) after linking.
  2909.     archive_cmds_CXX='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'
  2910.     archive_expsym_cmds_CXX='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'
  2911.     # Commands to make compiler produce verbose output that lists
  2912.     # what "hidden" libraries, object files and flags are used when
  2913.     # linking a shared library.
  2914.     #
  2915.     # There doesn't appear to be a way to prevent this compiler from
  2916.     # explicitly linking system object files so we need to strip them
  2917.     # from the output so that they don't get included in the library
  2918.     # dependencies.
  2919.     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 "X$list" | $Xsed'
  2920.     hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
  2921.     export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
  2922.     # Archives containing C++ object files must be created using
  2923.     # "CC -Bstatic", where "CC" is the KAI C++ compiler.
  2924.     old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
  2925.     ;;
  2926.   icpc* | ecpc* )
  2927.     # Intel C++
  2928.     with_gnu_ld=yes
  2929.     # version 8.0 and above of icpc choke on multiply defined symbols
  2930.     # if we add $predep_objects and $postdep_objects, however 7.1 and
  2931.     # earlier do not add the objects themselves.
  2932.     case `$CC -V 2>&1` in
  2933.       *"Version 7."*)
  2934.         archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
  2935. archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
  2936. ;;
  2937.       *)  # Version 8.0 or newer
  2938.         tmp_idyn=
  2939.         case $host_cpu in
  2940.   ia64*) tmp_idyn=' -i_dynamic';;
  2941. esac
  2942.         archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  2943. archive_expsym_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
  2944. ;;
  2945.     esac
  2946.     archive_cmds_need_lc_CXX=no
  2947.     hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
  2948.     export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
  2949.     whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
  2950.     ;;
  2951.           pgCC* | pgcpp*)
  2952.             # Portland Group C++ compiler
  2953.     case `$CC -V` in
  2954.     *pgCC [1-5]* | *pgcpp [1-5]*)
  2955.       prelink_cmds_CXX='tpldir=Template.dir~
  2956. rm -rf $tpldir~
  2957. $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
  2958. compile_command="$compile_command `find $tpldir -name *.o | $NL2SP`"'
  2959.       old_archive_cmds_CXX='tpldir=Template.dir~
  2960. rm -rf $tpldir~
  2961. $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
  2962. $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name *.o | $NL2SP`~
  2963. $RANLIB $oldlib'
  2964.       archive_cmds_CXX='tpldir=Template.dir~
  2965. rm -rf $tpldir~
  2966. $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
  2967. $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name *.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
  2968.       archive_expsym_cmds_CXX='tpldir=Template.dir~
  2969. rm -rf $tpldir~
  2970. $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
  2971. $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name *.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
  2972.       ;;
  2973.     *) # Version 6 will use weak symbols
  2974.       archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
  2975.       archive_expsym_cmds_CXX='$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'
  2976.       ;;
  2977.     esac
  2978.     hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir'
  2979.     export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
  2980.     whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience""; do test  -n "$conv" && new_convenience="$new_convenience,$conv"; done; $ECHO "$new_convenience"` ${wl}--no-whole-archive'
  2981.             ;;
  2982.   cxx*)
  2983.     # Compaq C++
  2984.     archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
  2985.     archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname  -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
  2986.     runpath_var=LD_RUN_PATH
  2987.     hardcode_libdir_flag_spec_CXX='-rpath $libdir'
  2988.     hardcode_libdir_separator_CXX=:
  2989.     # Commands to make compiler produce verbose output that lists
  2990.     # what "hidden" libraries, object files and flags are used when
  2991.     # linking a shared library.
  2992.     #
  2993.     # There doesn't appear to be a way to prevent this compiler from
  2994.     # explicitly linking system object files so we need to strip them
  2995.     # from the output so that they don't get included in the library
  2996.     # dependencies.
  2997.     output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`$ECHO "X$templist" | $Xsed -e "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 "X$list" | $Xsed'
  2998.     ;;
  2999.   xl*)
  3000.     # IBM XL 8.0 on PPC, with GNU ld
  3001.     hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
  3002.     export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
  3003.     archive_cmds_CXX='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  3004.     if test "x$supports_anon_versioning" = xyes; then
  3005.       archive_expsym_cmds_CXX='echo "{ global:" > $output_objdir/$libname.ver~
  3006. cat $export_symbols | sed -e "s/(.*)/1;/" >> $output_objdir/$libname.ver~
  3007. echo "local: *; };" >> $output_objdir/$libname.ver~
  3008. $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
  3009.     fi
  3010.     ;;
  3011.   *)
  3012.     case `$CC -V 2>&1 | sed 5q` in
  3013.     *Sun C*)
  3014.       # Sun C++ 5.9
  3015.       no_undefined_flag_CXX=' -zdefs'
  3016.       archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
  3017.       archive_expsym_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols'
  3018.       hardcode_libdir_flag_spec_CXX='-R$libdir'
  3019.       whole_archive_flag_spec_CXX='${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'
  3020.       compiler_needs_object_CXX=yes
  3021.       # Not sure whether something based on
  3022.       # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
  3023.       # would be better.
  3024.       output_verbose_link_cmd='echo'
  3025.       # Archives containing C++ object files must be created using
  3026.       # "CC -xar", where "CC" is the Sun C++ compiler.  This is
  3027.       # necessary to make sure instantiated templates are included
  3028.       # in the archive.
  3029.       old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
  3030.       ;;
  3031.     esac
  3032.     ;;
  3033. esac
  3034. ;;
  3035.       lynxos*)
  3036.         # FIXME: insert proper C++ library support
  3037. ld_shlibs_CXX=no
  3038. ;;
  3039.       m88k*)
  3040.         # FIXME: insert proper C++ library support
  3041.         ld_shlibs_CXX=no
  3042. ;;
  3043.       mvs*)
  3044.         case $cc_basename in
  3045.           cxx*)
  3046.     # FIXME: insert proper C++ library support
  3047.     ld_shlibs_CXX=no
  3048.     ;;
  3049.   *)
  3050.     # FIXME: insert proper C++ library support
  3051.     ld_shlibs_CXX=no
  3052.     ;;
  3053. esac
  3054. ;;
  3055.       netbsd*)
  3056.         if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
  3057.   archive_cmds_CXX='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
  3058.   wlarc=
  3059.   hardcode_libdir_flag_spec_CXX='-R$libdir'
  3060.   hardcode_direct_CXX=yes
  3061.   hardcode_shlibpath_var_CXX=no
  3062. fi
  3063. # Workaround some broken pre-1.5 toolchains
  3064. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
  3065. ;;
  3066.       *nto* | *qnx*)
  3067.         ld_shlibs_CXX=yes
  3068. ;;
  3069.       openbsd2*)
  3070.         # C++ shared libraries are fairly broken
  3071. ld_shlibs_CXX=no
  3072. ;;
  3073.       openbsd*)
  3074. if test -f /usr/libexec/ld.so; then
  3075.   hardcode_direct_CXX=yes
  3076.   hardcode_shlibpath_var_CXX=no
  3077.   hardcode_direct_absolute_CXX=yes
  3078.   archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
  3079.   hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
  3080.   if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
  3081.     archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
  3082.     export_dynamic_flag_spec_CXX='${wl}-E'
  3083.     whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
  3084.   fi
  3085.   output_verbose_link_cmd=echo
  3086. else
  3087.   ld_shlibs_CXX=no
  3088. fi
  3089. ;;
  3090.       osf3* | osf4* | osf5*)
  3091.         case $cc_basename in
  3092.           KCC*)
  3093.     # Kuck and Associates, Inc. (KAI) C++ Compiler
  3094.     # KCC will only create a shared library if the output file
  3095.     # ends with ".so" (or ".sl" for HP-UX), so rename the library
  3096.     # to its proper name (with version) after linking.
  3097.     archive_cmds_CXX='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'
  3098.     hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
  3099.     hardcode_libdir_separator_CXX=:
  3100.     # Archives containing C++ object files must be created using
  3101.     # the KAI C++ compiler.
  3102.     case $host in
  3103.       osf3*) old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' ;;
  3104.       *) old_archive_cmds_CXX='$CC -o $oldlib $oldobjs' ;;
  3105.     esac
  3106.     ;;
  3107.           RCC*)
  3108.     # Rational C++ 2.4.1
  3109.     # FIXME: insert proper C++ library support
  3110.     ld_shlibs_CXX=no
  3111.     ;;
  3112.           cxx*)
  3113.     case $host in
  3114.       osf3*)
  3115.         allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}*'
  3116.         archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && $ECHO "X${wl}-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
  3117.         hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
  3118. ;;
  3119.       *)
  3120.         allow_undefined_flag_CXX=' -expect_unresolved *'
  3121.         archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
  3122.         archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\n" -exported_symbol "$i" >> $lib.exp; done~
  3123.           echo "-hidden">> $lib.exp~
  3124.           $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 "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~
  3125.           $RM $lib.exp'
  3126.         hardcode_libdir_flag_spec_CXX='-rpath $libdir'
  3127. ;;
  3128.     esac
  3129.     hardcode_libdir_separator_CXX=:
  3130.     # Commands to make compiler produce verbose output that lists
  3131.     # what "hidden" libraries, object files and flags are used when
  3132.     # linking a shared library.
  3133.     #
  3134.     # There doesn't appear to be a way to prevent this compiler from
  3135.     # explicitly linking system object files so we need to strip them
  3136.     # from the output so that they don't get included in the library
  3137.     # dependencies.
  3138.     output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`$ECHO "X$templist" | $Xsed -e "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 "X$list" | $Xsed'
  3139.     ;;
  3140.   *)
  3141.     if test "$GXX" = yes && test "$with_gnu_ld" = no; then
  3142.       allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}*'
  3143.       case $host in
  3144.         osf3*)
  3145.           archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
  3146.   ;;
  3147.         *)
  3148.           archive_cmds_CXX='$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" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
  3149.   ;;
  3150.       esac
  3151.       hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
  3152.       hardcode_libdir_separator_CXX=:
  3153.       # Commands to make compiler produce verbose output that lists
  3154.       # what "hidden" libraries, object files and flags are used when
  3155.       # linking a shared library.
  3156.       output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "-L"'
  3157.     else
  3158.       # FIXME: insert proper C++ library support
  3159.       ld_shlibs_CXX=no
  3160.     fi
  3161.     ;;
  3162.         esac
  3163.         ;;
  3164.       psos*)
  3165.         # FIXME: insert proper C++ library support
  3166.         ld_shlibs_CXX=no
  3167.         ;;
  3168.       sunos4*)
  3169.         case $cc_basename in
  3170.           CC*)
  3171.     # Sun C++ 4.x
  3172.     # FIXME: insert proper C++ library support
  3173.     ld_shlibs_CXX=no
  3174.     ;;
  3175.           lcc*)
  3176.     # Lucid
  3177.     # FIXME: insert proper C++ library support
  3178.     ld_shlibs_CXX=no
  3179.     ;;
  3180.           *)
  3181.     # FIXME: insert proper C++ library support
  3182.     ld_shlibs_CXX=no
  3183.     ;;
  3184.         esac
  3185.         ;;
  3186.       solaris*)
  3187.         case $cc_basename in
  3188.           CC*)
  3189.     # Sun C++ 4.2, 5.x and Centerline C++
  3190.             archive_cmds_need_lc_CXX=yes
  3191.     no_undefined_flag_CXX=' -zdefs'
  3192.     archive_cmds_CXX='$CC -G${allow_undefined_flag}  -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
  3193.     archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/(.*)/1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
  3194.       $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'
  3195.     hardcode_libdir_flag_spec_CXX='-R$libdir'
  3196.     hardcode_shlibpath_var_CXX=no
  3197.     case $host_os in
  3198.       solaris2.[0-5] | solaris2.[0-5].*) ;;
  3199.       *)
  3200. # The compiler driver will combine and reorder linker options,
  3201. # but understands `-z linker_flag'.
  3202.         # Supported since Solaris 2.6 (maybe 2.5.1?)
  3203. whole_archive_flag_spec_CXX='-z allextract$convenience -z defaultextract'
  3204.         ;;
  3205.     esac
  3206.     link_all_deplibs_CXX=yes
  3207.     output_verbose_link_cmd='echo'
  3208.     # Archives containing C++ object files must be created using
  3209.     # "CC -xar", where "CC" is the Sun C++ compiler.  This is
  3210.     # necessary to make sure instantiated templates are included
  3211.     # in the archive.
  3212.     old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
  3213.     ;;
  3214.           gcx*)
  3215.     # Green Hills C++ Compiler
  3216.     archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
  3217.     # The C++ compiler must be used to create the archive.
  3218.     old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
  3219.     ;;
  3220.           *)
  3221.     # GNU C++ compiler with Solaris linker
  3222.     if test "$GXX" = yes && test "$with_gnu_ld" = no; then
  3223.       no_undefined_flag_CXX=' ${wl}-z ${wl}defs'
  3224.       if $CC --version | $GREP -v '^2.7' > /dev/null; then
  3225.         archive_cmds_CXX='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
  3226.         archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/(.*)/1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
  3227.   $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
  3228.         # Commands to make compiler produce verbose output that lists
  3229.         # what "hidden" libraries, object files and flags are used when
  3230.         # linking a shared library.
  3231.         output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "-L"'
  3232.       else
  3233.         # g++ 2.7 appears to require `-G' NOT `-shared' on this
  3234.         # platform.
  3235.         archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
  3236.         archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/(.*)/1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
  3237.   $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
  3238.         # Commands to make compiler produce verbose output that lists
  3239.         # what "hidden" libraries, object files and flags are used when
  3240.         # linking a shared library.
  3241.         output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP "-L"'
  3242.       fi
  3243.       hardcode_libdir_flag_spec_CXX='${wl}-R $wl$libdir'
  3244.       case $host_os in
  3245. solaris2.[0-5] | solaris2.[0-5].*) ;;
  3246. *)
  3247.   whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
  3248.   ;;
  3249.       esac
  3250.     fi
  3251.     ;;
  3252.         esac
  3253.         ;;
  3254.     sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
  3255.       no_undefined_flag_CXX='${wl}-z,text'
  3256.       archive_cmds_need_lc_CXX=no
  3257.       hardcode_shlibpath_var_CXX=no
  3258.       runpath_var='LD_RUN_PATH'
  3259.       case $cc_basename in
  3260.         CC*)
  3261.   archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  3262.   archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  3263.   ;;
  3264. *)
  3265.   archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  3266.   archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  3267.   ;;
  3268.       esac
  3269.       ;;
  3270.       sysv5* | sco3.2v5* | sco5v6*)
  3271. # Note: We can NOT use -z defs as we might desire, because we do not
  3272. # link with -lc, and that would cause any symbols used from libc to
  3273. # always be unresolved, which means just about no library would
  3274. # ever link correctly.  If we're not using GNU ld we use -z text
  3275. # though, which does catch some bad symbols but isn't as heavy-handed
  3276. # as -z defs.
  3277. no_undefined_flag_CXX='${wl}-z,text'
  3278. allow_undefined_flag_CXX='${wl}-z,nodefs'
  3279. archive_cmds_need_lc_CXX=no