configure
上传用户:wstnjxml
上传日期:2014-04-03
资源大小:7248k
文件大小:730k
源码类别:

Windows CE

开发平台:

C/C++

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