configure
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:672k
源码类别:

通讯编程

开发平台:

Visual C++

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