configure
上传用户:quxuerui
上传日期:2018-01-08
资源大小:41811k
文件大小:691k
源码类别:

网格计算

开发平台:

Java

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