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

网格计算

开发平台:

Java

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