configure
上传用户:ledjyj
上传日期:2014-08-27
资源大小:2639k
文件大小:800k
源码类别:

驱动编程

开发平台:

Unix_Linux

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