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

网格计算

开发平台:

Java

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