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

网格计算

开发平台:

Java

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