configure
上传用户:lijia5631
上传日期:2008-11-10
资源大小:1214k
文件大小:789k
源码类别:

视频捕捉/采集

开发平台:

MultiPlatform

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