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

网格计算

开发平台:

Java

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