configure
上传用户:shw771010
上传日期:2022-01-05
资源大小:991k
文件大小:624k
源码类别:

Audio

开发平台:

Unix_Linux

  1.          # location of the library.
  2.             ;;
  3.         esac
  4.         case $cc_basename in
  5.           CC*)
  6.     # FIXME: insert proper C++ library support
  7.     ld_shlibs_CXX=no
  8.     ;;
  9.           aCC*)
  10.     case $host_cpu in
  11.       hppa*64*)
  12.         archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
  13.         ;;
  14.       ia64*)
  15.         archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
  16.         ;;
  17.       *)
  18.         archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
  19.         ;;
  20.     esac
  21.     # Commands to make compiler produce verbose output that lists
  22.     # what "hidden" libraries, object files and flags are used when
  23.     # linking a shared library.
  24.     #
  25.     # There doesn't appear to be a way to prevent this compiler from
  26.     # explicitly linking system object files so we need to strip them
  27.     # from the output so that they don't get included in the library
  28.     # dependencies.
  29.     output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
  30.     ;;
  31.           *)
  32.     if test "$GXX" = yes; then
  33.       if test $with_gnu_ld = no; then
  34.         case $host_cpu in
  35.           hppa*64*)
  36.             archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
  37.             ;;
  38.           ia64*)
  39.             archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
  40.             ;;
  41.           *)
  42.             archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
  43.             ;;
  44.         esac
  45.       fi
  46.     else
  47.       # FIXME: insert proper C++ library support
  48.       ld_shlibs_CXX=no
  49.     fi
  50.     ;;
  51.         esac
  52.         ;;
  53.       interix[3-9]*)
  54. hardcode_direct_CXX=no
  55. hardcode_shlibpath_var_CXX=no
  56. hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
  57. export_dynamic_flag_spec_CXX='${wl}-E'
  58. # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
  59. # Instead, shared libraries are loaded at an image base (0x10000000 by
  60. # default) and relocated if they conflict, which is a slow very memory
  61. # consuming and fragmenting process.  To avoid this, we pick a random,
  62. # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
  63. # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
  64. archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 * 262144 + 1342177280` -o $lib'
  65. archive_expsym_cmds_CXX='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 * 262144 + 1342177280` -o $lib'
  66. ;;
  67.       irix5* | irix6*)
  68.         case $cc_basename in
  69.           CC*)
  70.     # SGI C++
  71.     archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
  72.     # Archives containing C++ object files must be created using
  73.     # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
  74.     # necessary to make sure instantiated templates are included
  75.     # in the archive.
  76.     old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs'
  77.     ;;
  78.           *)
  79.     if test "$GXX" = yes; then
  80.       if test "$with_gnu_ld" = no; then
  81.         archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
  82.       else
  83.         archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` -o $lib'
  84.       fi
  85.     fi
  86.     link_all_deplibs_CXX=yes
  87.     ;;
  88.         esac
  89.         hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
  90.         hardcode_libdir_separator_CXX=:
  91.         inherit_rpath_CXX=yes
  92.         ;;
  93.       linux* | k*bsd*-gnu)
  94.         case $cc_basename in
  95.           KCC*)
  96.     # Kuck and Associates, Inc. (KAI) C++ Compiler
  97.     # KCC will only create a shared library if the output file
  98.     # ends with ".so" (or ".sl" for HP-UX), so rename the library
  99.     # to its proper name (with version) after linking.
  100.     archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '''s/([^()0-9A-Za-z{}])/\\1/g'''`; templib=`echo $lib | $SED -e "s/${tempext}..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o $templib; mv $templib $lib'
  101.     archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '''s/([^()0-9A-Za-z{}])/\\1/g'''`; templib=`echo $lib | $SED -e "s/${tempext}..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o $templib ${wl}-retain-symbols-file,$export_symbols; mv $templib $lib'
  102.     # Commands to make compiler produce verbose output that lists
  103.     # what "hidden" libraries, object files and flags are used when
  104.     # linking a shared library.
  105.     #
  106.     # There doesn't appear to be a way to prevent this compiler from
  107.     # explicitly linking system object files so we need to strip them
  108.     # from the output so that they don't get included in the library
  109.     # dependencies.
  110.     output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
  111.     hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
  112.     export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
  113.     # Archives containing C++ object files must be created using
  114.     # "CC -Bstatic", where "CC" is the KAI C++ compiler.
  115.     old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
  116.     ;;
  117.   icpc* | ecpc* )
  118.     # Intel C++
  119.     with_gnu_ld=yes
  120.     # version 8.0 and above of icpc choke on multiply defined symbols
  121.     # if we add $predep_objects and $postdep_objects, however 7.1 and
  122.     # earlier do not add the objects themselves.
  123.     case `$CC -V 2>&1` in
  124.       *"Version 7."*)
  125.         archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
  126. archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
  127. ;;
  128.       *)  # Version 8.0 or newer
  129.         tmp_idyn=
  130.         case $host_cpu in
  131.   ia64*) tmp_idyn=' -i_dynamic';;
  132. esac
  133.         archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  134. archive_expsym_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
  135. ;;
  136.     esac
  137.     archive_cmds_need_lc_CXX=no
  138.     hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
  139.     export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
  140.     whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
  141.     ;;
  142.           pgCC* | pgcpp*)
  143.             # Portland Group C++ compiler
  144.     case `$CC -V` in
  145.     *pgCC [1-5]* | *pgcpp [1-5]*)
  146.       prelink_cmds_CXX='tpldir=Template.dir~
  147. rm -rf $tpldir~
  148. $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
  149. compile_command="$compile_command `find $tpldir -name *.o | $NL2SP`"'
  150.       old_archive_cmds_CXX='tpldir=Template.dir~
  151. rm -rf $tpldir~
  152. $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
  153. $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name *.o | $NL2SP`~
  154. $RANLIB $oldlib'
  155.       archive_cmds_CXX='tpldir=Template.dir~
  156. rm -rf $tpldir~
  157. $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
  158. $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name *.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
  159.       archive_expsym_cmds_CXX='tpldir=Template.dir~
  160. rm -rf $tpldir~
  161. $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
  162. $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name *.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
  163.       ;;
  164.     *) # Version 6 will use weak symbols
  165.       archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
  166.       archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
  167.       ;;
  168.     esac
  169.     hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir'
  170.     export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
  171.     whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience""; do test  -n "$conv" && new_convenience="$new_convenience,$conv"; done; $ECHO "$new_convenience"` ${wl}--no-whole-archive'
  172.             ;;
  173.   cxx*)
  174.     # Compaq C++
  175.     archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
  176.     archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname  -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
  177.     runpath_var=LD_RUN_PATH
  178.     hardcode_libdir_flag_spec_CXX='-rpath $libdir'
  179.     hardcode_libdir_separator_CXX=:
  180.     # Commands to make compiler produce verbose output that lists
  181.     # what "hidden" libraries, object files and flags are used when
  182.     # linking a shared library.
  183.     #
  184.     # There doesn't appear to be a way to prevent this compiler from
  185.     # explicitly linking system object files so we need to strip them
  186.     # from the output so that they don't get included in the library
  187.     # dependencies.
  188.     output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`$ECHO "X$templist" | $Xsed -e "s/(^.*ld.*)( .*ld .*$)/1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
  189.     ;;
  190.   xl*)
  191.     # IBM XL 8.0 on PPC, with GNU ld
  192.     hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
  193.     export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
  194.     archive_cmds_CXX='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  195.     if test "x$supports_anon_versioning" = xyes; then
  196.       archive_expsym_cmds_CXX='echo "{ global:" > $output_objdir/$libname.ver~
  197. cat $export_symbols | sed -e "s/(.*)/1;/" >> $output_objdir/$libname.ver~
  198. echo "local: *; };" >> $output_objdir/$libname.ver~
  199. $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
  200.     fi
  201.     ;;
  202.   *)
  203.     case `$CC -V 2>&1 | sed 5q` in
  204.     *Sun C*)
  205.       # Sun C++ 5.9
  206.       no_undefined_flag_CXX=' -zdefs'
  207.       archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
  208.       archive_expsym_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols'
  209.       hardcode_libdir_flag_spec_CXX='-R$libdir'
  210.       whole_archive_flag_spec_CXX='${wl}--whole-archive`new_convenience=; for conv in $convenience""; do test -z "$conv" || new_convenience="$new_convenience,$conv"; done; $ECHO "$new_convenience"` ${wl}--no-whole-archive'
  211.       compiler_needs_object_CXX=yes
  212.       # Not sure whether something based on
  213.       # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
  214.       # would be better.
  215.       output_verbose_link_cmd='echo'
  216.       # Archives containing C++ object files must be created using
  217.       # "CC -xar", where "CC" is the Sun C++ compiler.  This is
  218.       # necessary to make sure instantiated templates are included
  219.       # in the archive.
  220.       old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
  221.       ;;
  222.     esac
  223.     ;;
  224. esac
  225. ;;
  226.       lynxos*)
  227.         # FIXME: insert proper C++ library support
  228. ld_shlibs_CXX=no
  229. ;;
  230.       m88k*)
  231.         # FIXME: insert proper C++ library support
  232.         ld_shlibs_CXX=no
  233. ;;
  234.       mvs*)
  235.         case $cc_basename in
  236.           cxx*)
  237.     # FIXME: insert proper C++ library support
  238.     ld_shlibs_CXX=no
  239.     ;;
  240.   *)
  241.     # FIXME: insert proper C++ library support
  242.     ld_shlibs_CXX=no
  243.     ;;
  244. esac
  245. ;;
  246.       netbsd*)
  247.         if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
  248.   archive_cmds_CXX='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
  249.   wlarc=
  250.   hardcode_libdir_flag_spec_CXX='-R$libdir'
  251.   hardcode_direct_CXX=yes
  252.   hardcode_shlibpath_var_CXX=no
  253. fi
  254. # Workaround some broken pre-1.5 toolchains
  255. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
  256. ;;
  257.       *nto* | *qnx*)
  258.         ld_shlibs_CXX=yes
  259. ;;
  260.       openbsd2*)
  261.         # C++ shared libraries are fairly broken
  262. ld_shlibs_CXX=no
  263. ;;
  264.       openbsd*)
  265. if test -f /usr/libexec/ld.so; then
  266.   hardcode_direct_CXX=yes
  267.   hardcode_shlibpath_var_CXX=no
  268.   hardcode_direct_absolute_CXX=yes
  269.   archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
  270.   hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
  271.   if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
  272.     archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
  273.     export_dynamic_flag_spec_CXX='${wl}-E'
  274.     whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
  275.   fi
  276.   output_verbose_link_cmd=echo
  277. else
  278.   ld_shlibs_CXX=no
  279. fi
  280. ;;
  281.       osf3* | osf4* | osf5*)
  282.         case $cc_basename in
  283.           KCC*)
  284.     # Kuck and Associates, Inc. (KAI) C++ Compiler
  285.     # KCC will only create a shared library if the output file
  286.     # ends with ".so" (or ".sl" for HP-UX), so rename the library
  287.     # to its proper name (with version) after linking.
  288.     archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '''s/([^()0-9A-Za-z{}])/\\1/g'''`; templib=`echo "$lib" | $SED -e "s/${tempext}..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o $templib; mv $templib $lib'
  289.     hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
  290.     hardcode_libdir_separator_CXX=:
  291.     # Archives containing C++ object files must be created using
  292.     # the KAI C++ compiler.
  293.     case $host in
  294.       osf3*) old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' ;;
  295.       *) old_archive_cmds_CXX='$CC -o $oldlib $oldobjs' ;;
  296.     esac
  297.     ;;
  298.           RCC*)
  299.     # Rational C++ 2.4.1
  300.     # FIXME: insert proper C++ library support
  301.     ld_shlibs_CXX=no
  302.     ;;
  303.           cxx*)
  304.     case $host in
  305.       osf3*)
  306.         allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}*'
  307.         archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && $ECHO "X${wl}-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
  308.         hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
  309. ;;
  310.       *)
  311.         allow_undefined_flag_CXX=' -expect_unresolved *'
  312.         archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
  313.         archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\n" -exported_symbol "$i" >> $lib.exp; done~
  314.           echo "-hidden">> $lib.exp~
  315.           $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp  `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~
  316.           $RM $lib.exp'
  317.         hardcode_libdir_flag_spec_CXX='-rpath $libdir'
  318. ;;
  319.     esac
  320.     hardcode_libdir_separator_CXX=:
  321.     # Commands to make compiler produce verbose output that lists
  322.     # what "hidden" libraries, object files and flags are used when
  323.     # linking a shared library.
  324.     #
  325.     # There doesn't appear to be a way to prevent this compiler from
  326.     # explicitly linking system object files so we need to strip them
  327.     # from the output so that they don't get included in the library
  328.     # dependencies.
  329.     output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`$ECHO "X$templist" | $Xsed -e "s/(^.*ld.*)( .*ld.*$)/1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
  330.     ;;
  331.   *)
  332.     if test "$GXX" = yes && test "$with_gnu_ld" = no; then
  333.       allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}*'
  334.       case $host in
  335.         osf3*)
  336.           archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
  337.   ;;
  338.         *)
  339.           archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
  340.   ;;
  341.       esac
  342.       hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
  343.       hardcode_libdir_separator_CXX=:
  344.       # Commands to make compiler produce verbose output that lists
  345.       # what "hidden" libraries, object files and flags are used when
  346.       # linking a shared library.
  347.       output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "-L"'
  348.     else
  349.       # FIXME: insert proper C++ library support
  350.       ld_shlibs_CXX=no
  351.     fi
  352.     ;;
  353.         esac
  354.         ;;
  355.       psos*)
  356.         # FIXME: insert proper C++ library support
  357.         ld_shlibs_CXX=no
  358.         ;;
  359.       sunos4*)
  360.         case $cc_basename in
  361.           CC*)
  362.     # Sun C++ 4.x
  363.     # FIXME: insert proper C++ library support
  364.     ld_shlibs_CXX=no
  365.     ;;
  366.           lcc*)
  367.     # Lucid
  368.     # FIXME: insert proper C++ library support
  369.     ld_shlibs_CXX=no
  370.     ;;
  371.           *)
  372.     # FIXME: insert proper C++ library support
  373.     ld_shlibs_CXX=no
  374.     ;;
  375.         esac
  376.         ;;
  377.       solaris*)
  378.         case $cc_basename in
  379.           CC*)
  380.     # Sun C++ 4.2, 5.x and Centerline C++
  381.             archive_cmds_need_lc_CXX=yes
  382.     no_undefined_flag_CXX=' -zdefs'
  383.     archive_cmds_CXX='$CC -G${allow_undefined_flag}  -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
  384.     archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/(.*)/1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
  385.       $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
  386.     hardcode_libdir_flag_spec_CXX='-R$libdir'
  387.     hardcode_shlibpath_var_CXX=no
  388.     case $host_os in
  389.       solaris2.[0-5] | solaris2.[0-5].*) ;;
  390.       *)
  391. # The compiler driver will combine and reorder linker options,
  392. # but understands `-z linker_flag'.
  393.         # Supported since Solaris 2.6 (maybe 2.5.1?)
  394. whole_archive_flag_spec_CXX='-z allextract$convenience -z defaultextract'
  395.         ;;
  396.     esac
  397.     link_all_deplibs_CXX=yes
  398.     output_verbose_link_cmd='echo'
  399.     # Archives containing C++ object files must be created using
  400.     # "CC -xar", where "CC" is the Sun C++ compiler.  This is
  401.     # necessary to make sure instantiated templates are included
  402.     # in the archive.
  403.     old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
  404.     ;;
  405.           gcx*)
  406.     # Green Hills C++ Compiler
  407.     archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
  408.     # The C++ compiler must be used to create the archive.
  409.     old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
  410.     ;;
  411.           *)
  412.     # GNU C++ compiler with Solaris linker
  413.     if test "$GXX" = yes && test "$with_gnu_ld" = no; then
  414.       no_undefined_flag_CXX=' ${wl}-z ${wl}defs'
  415.       if $CC --version | $GREP -v '^2.7' > /dev/null; then
  416.         archive_cmds_CXX='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
  417.         archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/(.*)/1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
  418.   $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
  419.         # Commands to make compiler produce verbose output that lists
  420.         # what "hidden" libraries, object files and flags are used when
  421.         # linking a shared library.
  422.         output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "-L"'
  423.       else
  424.         # g++ 2.7 appears to require `-G' NOT `-shared' on this
  425.         # platform.
  426.         archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
  427.         archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/(.*)/1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
  428.   $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
  429.         # Commands to make compiler produce verbose output that lists
  430.         # what "hidden" libraries, object files and flags are used when
  431.         # linking a shared library.
  432.         output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP "-L"'
  433.       fi
  434.       hardcode_libdir_flag_spec_CXX='${wl}-R $wl$libdir'
  435.       case $host_os in
  436. solaris2.[0-5] | solaris2.[0-5].*) ;;
  437. *)
  438.   whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
  439.   ;;
  440.       esac
  441.     fi
  442.     ;;
  443.         esac
  444.         ;;
  445.     sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
  446.       no_undefined_flag_CXX='${wl}-z,text'
  447.       archive_cmds_need_lc_CXX=no
  448.       hardcode_shlibpath_var_CXX=no
  449.       runpath_var='LD_RUN_PATH'
  450.       case $cc_basename in
  451.         CC*)
  452.   archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  453.   archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  454.   ;;
  455. *)
  456.   archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  457.   archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  458.   ;;
  459.       esac
  460.       ;;
  461.       sysv5* | sco3.2v5* | sco5v6*)
  462. # Note: We can NOT use -z defs as we might desire, because we do not
  463. # link with -lc, and that would cause any symbols used from libc to
  464. # always be unresolved, which means just about no library would
  465. # ever link correctly.  If we're not using GNU ld we use -z text
  466. # though, which does catch some bad symbols but isn't as heavy-handed
  467. # as -z defs.
  468. no_undefined_flag_CXX='${wl}-z,text'
  469. allow_undefined_flag_CXX='${wl}-z,nodefs'
  470. archive_cmds_need_lc_CXX=no
  471. hardcode_shlibpath_var_CXX=no
  472. hardcode_libdir_flag_spec_CXX='${wl}-R,$libdir'
  473. hardcode_libdir_separator_CXX=':'
  474. link_all_deplibs_CXX=yes
  475. export_dynamic_flag_spec_CXX='${wl}-Bexport'
  476. runpath_var='LD_RUN_PATH'
  477. case $cc_basename in
  478.           CC*)
  479.     archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  480.     archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  481.     ;;
  482.   *)
  483.     archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  484.     archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  485.     ;;
  486. esac
  487.       ;;
  488.       tandem*)
  489.         case $cc_basename in
  490.           NCC*)
  491.     # NonStop-UX NCC 3.20
  492.     # FIXME: insert proper C++ library support
  493.     ld_shlibs_CXX=no
  494.     ;;
  495.           *)
  496.     # FIXME: insert proper C++ library support
  497.     ld_shlibs_CXX=no
  498.     ;;
  499.         esac
  500.         ;;
  501.       vxworks*)
  502.         # FIXME: insert proper C++ library support
  503.         ld_shlibs_CXX=no
  504.         ;;
  505.       *)
  506.         # FIXME: insert proper C++ library support
  507.         ld_shlibs_CXX=no
  508.         ;;
  509.     esac
  510.     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
  511. $as_echo "$ld_shlibs_CXX" >&6; }
  512.     test "$ld_shlibs_CXX" = no && can_build_shared=no
  513.     GCC_CXX="$GXX"
  514.     LD_CXX="$LD"
  515.     ## CAVEAT EMPTOR:
  516.     ## There is no encapsulation within the following macros, do not change
  517.     ## the running order or otherwise move them around unless you know exactly
  518.     ## what you are doing...
  519.     # Dependencies to place before and after the object being linked:
  520. predep_objects_CXX=
  521. postdep_objects_CXX=
  522. predeps_CXX=
  523. postdeps_CXX=
  524. compiler_lib_search_path_CXX=
  525. cat > conftest.$ac_ext <<_LT_EOF
  526. class Foo
  527. {
  528. public:
  529.   Foo (void) { a = 0; }
  530. private:
  531.   int a;
  532. };
  533. _LT_EOF
  534. if { { eval echo ""$as_me":${as_lineno-$LINENO}: "$ac_compile""; } >&5
  535.   (eval $ac_compile) 2>&5
  536.   ac_status=$?
  537.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  538.   test $ac_status = 0; }; then
  539.   # Parse the compiler output and extract the necessary
  540.   # objects, libraries and library flags.
  541.   # Sentinel used to keep track of whether or not we are before
  542.   # the conftest object file.
  543.   pre_test_object_deps_done=no
  544.   for p in `eval "$output_verbose_link_cmd"`; do
  545.     case $p in
  546.     -L* | -R* | -l*)
  547.        # Some compilers place space between "-{L,R}" and the path.
  548.        # Remove the space.
  549.        if test $p = "-L" ||
  550.           test $p = "-R"; then
  551.  prev=$p
  552.  continue
  553.        else
  554.  prev=
  555.        fi
  556.        if test "$pre_test_object_deps_done" = no; then
  557.  case $p in
  558.  -L* | -R*)
  559.    # Internal compiler library paths should come after those
  560.    # provided the user.  The postdeps already come after the
  561.    # user supplied libs so there is no need to process them.
  562.    if test -z "$compiler_lib_search_path_CXX"; then
  563.      compiler_lib_search_path_CXX="${prev}${p}"
  564.    else
  565.      compiler_lib_search_path_CXX="${compiler_lib_search_path_CXX} ${prev}${p}"
  566.    fi
  567.    ;;
  568.  # The "-l" case would never come before the object being
  569.  # linked, so don't bother handling this case.
  570.  esac
  571.        else
  572.  if test -z "$postdeps_CXX"; then
  573.    postdeps_CXX="${prev}${p}"
  574.  else
  575.    postdeps_CXX="${postdeps_CXX} ${prev}${p}"
  576.  fi
  577.        fi
  578.        ;;
  579.     *.$objext)
  580.        # This assumes that the test object file only shows up
  581.        # once in the compiler output.
  582.        if test "$p" = "conftest.$objext"; then
  583.  pre_test_object_deps_done=yes
  584.  continue
  585.        fi
  586.        if test "$pre_test_object_deps_done" = no; then
  587.  if test -z "$predep_objects_CXX"; then
  588.    predep_objects_CXX="$p"
  589.  else
  590.    predep_objects_CXX="$predep_objects_CXX $p"
  591.  fi
  592.        else
  593.  if test -z "$postdep_objects_CXX"; then
  594.    postdep_objects_CXX="$p"
  595.  else
  596.    postdep_objects_CXX="$postdep_objects_CXX $p"
  597.  fi
  598.        fi
  599.        ;;
  600.     *) ;; # Ignore the rest.
  601.     esac
  602.   done
  603.   # Clean up.
  604.   rm -f a.out a.exe
  605. else
  606.   echo "libtool.m4: error: problem compiling CXX test program"
  607. fi
  608. $RM -f confest.$objext
  609. # PORTME: override above test on systems where it is broken
  610. case $host_os in
  611. interix[3-9]*)
  612.   # Interix 3.5 installs completely hosed .la files for C++, so rather than
  613.   # hack all around it, let's just trust "g++" to DTRT.
  614.   predep_objects_CXX=
  615.   postdep_objects_CXX=
  616.   postdeps_CXX=
  617.   ;;
  618. linux*)
  619.   case `$CC -V 2>&1 | sed 5q` in
  620.   *Sun C*)
  621.     # Sun C++ 5.9
  622.     # The more standards-conforming stlport4 library is
  623.     # incompatible with the Cstd library. Avoid specifying
  624.     # it if it's in CXXFLAGS. Ignore libCrun as
  625.     # -library=stlport4 depends on it.
  626.     case " $CXX $CXXFLAGS " in
  627.     *" -library=stlport4 "*)
  628.       solaris_use_stlport4=yes
  629.       ;;
  630.     esac
  631.     if test "$solaris_use_stlport4" != yes; then
  632.       postdeps_CXX='-library=Cstd -library=Crun'
  633.     fi
  634.     ;;
  635.   esac
  636.   ;;
  637. solaris*)
  638.   case $cc_basename in
  639.   CC*)
  640.     # The more standards-conforming stlport4 library is
  641.     # incompatible with the Cstd library. Avoid specifying
  642.     # it if it's in CXXFLAGS. Ignore libCrun as
  643.     # -library=stlport4 depends on it.
  644.     case " $CXX $CXXFLAGS " in
  645.     *" -library=stlport4 "*)
  646.       solaris_use_stlport4=yes
  647.       ;;
  648.     esac
  649.     # Adding this requires a known-good setup of shared libraries for
  650.     # Sun compiler versions before 5.6, else PIC objects from an old
  651.     # archive will be linked into the output, leading to subtle bugs.
  652.     if test "$solaris_use_stlport4" != yes; then
  653.       postdeps_CXX='-library=Cstd -library=Crun'
  654.     fi
  655.     ;;
  656.   esac
  657.   ;;
  658. esac
  659. case " $postdeps_CXX " in
  660. *" -lc "*) archive_cmds_need_lc_CXX=no ;;
  661. esac
  662.  compiler_lib_search_dirs_CXX=
  663. if test -n "${compiler_lib_search_path_CXX}"; then
  664.  compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
  665. fi
  666.     lt_prog_compiler_wl_CXX=
  667. lt_prog_compiler_pic_CXX=
  668. lt_prog_compiler_static_CXX=
  669. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
  670. $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
  671.   # C++ specific cases for pic, static, wl, etc.
  672.   if test "$GXX" = yes; then
  673.     lt_prog_compiler_wl_CXX='-Wl,'
  674.     lt_prog_compiler_static_CXX='-static'
  675.     case $host_os in
  676.     aix*)
  677.       # All AIX code is PIC.
  678.       if test "$host_cpu" = ia64; then
  679. # AIX 5 now supports IA64 processor
  680. lt_prog_compiler_static_CXX='-Bstatic'
  681.       fi
  682.       ;;
  683.     amigaos*)
  684.       case $host_cpu in
  685.       powerpc)
  686.             # see comment about AmigaOS4 .so support
  687.             lt_prog_compiler_pic_CXX='-fPIC'
  688.         ;;
  689.       m68k)
  690.             # FIXME: we need at least 68020 code to build shared libraries, but
  691.             # adding the `-m68020' flag to GCC prevents building anything better,
  692.             # like `-m68040'.
  693.             lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4'
  694.         ;;
  695.       esac
  696.       ;;
  697.     beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
  698.       # PIC is the default for these OSes.
  699.       ;;
  700.     mingw* | cygwin* | os2* | pw32* | cegcc*)
  701.       # This hack is so that the source file can tell whether it is being
  702.       # built for inclusion in a dll (and should export symbols for example).
  703.       # Although the cygwin gcc ignores -fPIC, still need this for old-style
  704.       # (--disable-auto-import) libraries
  705.       lt_prog_compiler_pic_CXX='-DDLL_EXPORT'
  706.       ;;
  707.     darwin* | rhapsody*)
  708.       # PIC is the default on this platform
  709.       # Common symbols not allowed in MH_DYLIB files
  710.       lt_prog_compiler_pic_CXX='-fno-common'
  711.       ;;
  712.     *djgpp*)
  713.       # DJGPP does not support shared libraries at all
  714.       lt_prog_compiler_pic_CXX=
  715.       ;;
  716.     interix[3-9]*)
  717.       # Interix 3.x gcc -fpic/-fPIC options generate broken code.
  718.       # Instead, we relocate shared libraries at runtime.
  719.       ;;
  720.     sysv4*MP*)
  721.       if test -d /usr/nec; then
  722. lt_prog_compiler_pic_CXX=-Kconform_pic
  723.       fi
  724.       ;;
  725.     hpux*)
  726.       # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
  727.       # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
  728.       # sets the default TLS model and affects inlining.
  729.       case $host_cpu in
  730.       hppa*64*)
  731. ;;
  732.       *)
  733. lt_prog_compiler_pic_CXX='-fPIC'
  734. ;;
  735.       esac
  736.       ;;
  737.     *qnx* | *nto*)
  738.       # QNX uses GNU C++, but need to define -shared option too, otherwise
  739.       # it will coredump.
  740.       lt_prog_compiler_pic_CXX='-fPIC -shared'
  741.       ;;
  742.     *)
  743.       lt_prog_compiler_pic_CXX='-fPIC'
  744.       ;;
  745.     esac
  746.   else
  747.     case $host_os in
  748.       aix[4-9]*)
  749. # All AIX code is PIC.
  750. if test "$host_cpu" = ia64; then
  751.   # AIX 5 now supports IA64 processor
  752.   lt_prog_compiler_static_CXX='-Bstatic'
  753. else
  754.   lt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp'
  755. fi
  756. ;;
  757.       chorus*)
  758. case $cc_basename in
  759. cxch68*)
  760.   # Green Hills C++ Compiler
  761.   # _LT_TAGVAR(lt_prog_compiler_static, CXX)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
  762.   ;;
  763. esac
  764. ;;
  765.       dgux*)
  766. case $cc_basename in
  767.   ec++*)
  768.     lt_prog_compiler_pic_CXX='-KPIC'
  769.     ;;
  770.   ghcx*)
  771.     # Green Hills C++ Compiler
  772.     lt_prog_compiler_pic_CXX='-pic'
  773.     ;;
  774.   *)
  775.     ;;
  776. esac
  777. ;;
  778.       freebsd* | dragonfly*)
  779. # FreeBSD uses GNU C++
  780. ;;
  781.       hpux9* | hpux10* | hpux11*)
  782. case $cc_basename in
  783.   CC*)
  784.     lt_prog_compiler_wl_CXX='-Wl,'
  785.     lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
  786.     if test "$host_cpu" != ia64; then
  787.       lt_prog_compiler_pic_CXX='+Z'
  788.     fi
  789.     ;;
  790.   aCC*)
  791.     lt_prog_compiler_wl_CXX='-Wl,'
  792.     lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
  793.     case $host_cpu in
  794.     hppa*64*|ia64*)
  795.       # +Z the default
  796.       ;;
  797.     *)
  798.       lt_prog_compiler_pic_CXX='+Z'
  799.       ;;
  800.     esac
  801.     ;;
  802.   *)
  803.     ;;
  804. esac
  805. ;;
  806.       interix*)
  807. # This is c89, which is MS Visual C++ (no shared libs)
  808. # Anyone wants to do a port?
  809. ;;
  810.       irix5* | irix6* | nonstopux*)
  811. case $cc_basename in
  812.   CC*)
  813.     lt_prog_compiler_wl_CXX='-Wl,'
  814.     lt_prog_compiler_static_CXX='-non_shared'
  815.     # CC pic flag -KPIC is the default.
  816.     ;;
  817.   *)
  818.     ;;
  819. esac
  820. ;;
  821.       linux* | k*bsd*-gnu)
  822. case $cc_basename in
  823.   KCC*)
  824.     # KAI C++ Compiler
  825.     lt_prog_compiler_wl_CXX='--backend -Wl,'
  826.     lt_prog_compiler_pic_CXX='-fPIC'
  827.     ;;
  828.   ecpc* )
  829.     # old Intel C++ for x86_64 which still supported -KPIC.
  830.     lt_prog_compiler_wl_CXX='-Wl,'
  831.     lt_prog_compiler_pic_CXX='-KPIC'
  832.     lt_prog_compiler_static_CXX='-static'
  833.     ;;
  834.   icpc* )
  835.     # Intel C++, used to be incompatible with GCC.
  836.     # ICC 10 doesn't accept -KPIC any more.
  837.     lt_prog_compiler_wl_CXX='-Wl,'
  838.     lt_prog_compiler_pic_CXX='-fPIC'
  839.     lt_prog_compiler_static_CXX='-static'
  840.     ;;
  841.   pgCC* | pgcpp*)
  842.     # Portland Group C++ compiler
  843.     lt_prog_compiler_wl_CXX='-Wl,'
  844.     lt_prog_compiler_pic_CXX='-fpic'
  845.     lt_prog_compiler_static_CXX='-Bstatic'
  846.     ;;
  847.   cxx*)
  848.     # Compaq C++
  849.     # Make sure the PIC flag is empty.  It appears that all Alpha
  850.     # Linux and Compaq Tru64 Unix objects are PIC.
  851.     lt_prog_compiler_pic_CXX=
  852.     lt_prog_compiler_static_CXX='-non_shared'
  853.     ;;
  854.   xlc* | xlC*)
  855.     # IBM XL 8.0 on PPC
  856.     lt_prog_compiler_wl_CXX='-Wl,'
  857.     lt_prog_compiler_pic_CXX='-qpic'
  858.     lt_prog_compiler_static_CXX='-qstaticlink'
  859.     ;;
  860.   *)
  861.     case `$CC -V 2>&1 | sed 5q` in
  862.     *Sun C*)
  863.       # Sun C++ 5.9
  864.       lt_prog_compiler_pic_CXX='-KPIC'
  865.       lt_prog_compiler_static_CXX='-Bstatic'
  866.       lt_prog_compiler_wl_CXX='-Qoption ld '
  867.       ;;
  868.     esac
  869.     ;;
  870. esac
  871. ;;
  872.       lynxos*)
  873. ;;
  874.       m88k*)
  875. ;;
  876.       mvs*)
  877. case $cc_basename in
  878.   cxx*)
  879.     lt_prog_compiler_pic_CXX='-W c,exportall'
  880.     ;;
  881.   *)
  882.     ;;
  883. esac
  884. ;;
  885.       netbsd* | netbsdelf*-gnu)
  886. ;;
  887.       *qnx* | *nto*)
  888.         # QNX uses GNU C++, but need to define -shared option too, otherwise
  889.         # it will coredump.
  890.         lt_prog_compiler_pic_CXX='-fPIC -shared'
  891.         ;;
  892.       osf3* | osf4* | osf5*)
  893. case $cc_basename in
  894.   KCC*)
  895.     lt_prog_compiler_wl_CXX='--backend -Wl,'
  896.     ;;
  897.   RCC*)
  898.     # Rational C++ 2.4.1
  899.     lt_prog_compiler_pic_CXX='-pic'
  900.     ;;
  901.   cxx*)
  902.     # Digital/Compaq C++
  903.     lt_prog_compiler_wl_CXX='-Wl,'
  904.     # Make sure the PIC flag is empty.  It appears that all Alpha
  905.     # Linux and Compaq Tru64 Unix objects are PIC.
  906.     lt_prog_compiler_pic_CXX=
  907.     lt_prog_compiler_static_CXX='-non_shared'
  908.     ;;
  909.   *)
  910.     ;;
  911. esac
  912. ;;
  913.       psos*)
  914. ;;
  915.       solaris*)
  916. case $cc_basename in
  917.   CC*)
  918.     # Sun C++ 4.2, 5.x and Centerline C++
  919.     lt_prog_compiler_pic_CXX='-KPIC'
  920.     lt_prog_compiler_static_CXX='-Bstatic'
  921.     lt_prog_compiler_wl_CXX='-Qoption ld '
  922.     ;;
  923.   gcx*)
  924.     # Green Hills C++ Compiler
  925.     lt_prog_compiler_pic_CXX='-PIC'
  926.     ;;
  927.   *)
  928.     ;;
  929. esac
  930. ;;
  931.       sunos4*)
  932. case $cc_basename in
  933.   CC*)
  934.     # Sun C++ 4.x
  935.     lt_prog_compiler_pic_CXX='-pic'
  936.     lt_prog_compiler_static_CXX='-Bstatic'
  937.     ;;
  938.   lcc*)
  939.     # Lucid
  940.     lt_prog_compiler_pic_CXX='-pic'
  941.     ;;
  942.   *)
  943.     ;;
  944. esac
  945. ;;
  946.       sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
  947. case $cc_basename in
  948.   CC*)
  949.     lt_prog_compiler_wl_CXX='-Wl,'
  950.     lt_prog_compiler_pic_CXX='-KPIC'
  951.     lt_prog_compiler_static_CXX='-Bstatic'
  952.     ;;
  953. esac
  954. ;;
  955.       tandem*)
  956. case $cc_basename in
  957.   NCC*)
  958.     # NonStop-UX NCC 3.20
  959.     lt_prog_compiler_pic_CXX='-KPIC'
  960.     ;;
  961.   *)
  962.     ;;
  963. esac
  964. ;;
  965.       vxworks*)
  966. ;;
  967.       *)
  968. lt_prog_compiler_can_build_shared_CXX=no
  969. ;;
  970.     esac
  971.   fi
  972. case $host_os in
  973.   # For platforms which do not support PIC, -DPIC is meaningless:
  974.   *djgpp*)
  975.     lt_prog_compiler_pic_CXX=
  976.     ;;
  977.   *)
  978.     lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC"
  979.     ;;
  980. esac
  981. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic_CXX" >&5
  982. $as_echo "$lt_prog_compiler_pic_CXX" >&6; }
  983. #
  984. # Check to make sure the PIC flag actually works.
  985. #
  986. if test -n "$lt_prog_compiler_pic_CXX"; then
  987.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
  988. $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; }
  989. if test "${lt_cv_prog_compiler_pic_works_CXX+set}" = set; then :
  990.   $as_echo_n "(cached) " >&6
  991. else
  992.   lt_cv_prog_compiler_pic_works_CXX=no
  993.    ac_outfile=conftest.$ac_objext
  994.    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
  995.    lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC"
  996.    # Insert the option either (1) after the last *FLAGS variable, or
  997.    # (2) before a word containing "conftest.", or (3) at the end.
  998.    # Note that $ac_compile itself does not contain backslashes and begins
  999.    # with a dollar sign (not a hyphen), so the echo should work correctly.
  1000.    # The option is referenced via a variable to avoid confusing sed.
  1001.    lt_compile=`echo "$ac_compile" | $SED 
  1002.    -e 's:.*FLAGS}{0,1} :&$lt_compiler_flag :; t' 
  1003.    -e 's: [^ ]*conftest.: $lt_compiler_flag&:; t' 
  1004.    -e 's:$: $lt_compiler_flag:'`
  1005.    (eval echo ""$as_me:13758: $lt_compile"" >&5)
  1006.    (eval "$lt_compile" 2>conftest.err)
  1007.    ac_status=$?
  1008.    cat conftest.err >&5
  1009.    echo "$as_me:13762: $? = $ac_status" >&5
  1010.    if (exit $ac_status) && test -s "$ac_outfile"; then
  1011.      # The compiler can only warn and ignore the option if not recognized
  1012.      # So say no if there are warnings other than the usual output.
  1013.      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
  1014.      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
  1015.      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
  1016.        lt_cv_prog_compiler_pic_works_CXX=yes
  1017.      fi
  1018.    fi
  1019.    $RM conftest*
  1020. fi
  1021. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works_CXX" >&5
  1022. $as_echo "$lt_cv_prog_compiler_pic_works_CXX" >&6; }
  1023. if test x"$lt_cv_prog_compiler_pic_works_CXX" = xyes; then
  1024.     case $lt_prog_compiler_pic_CXX in
  1025.      "" | " "*) ;;
  1026.      *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;;
  1027.      esac
  1028. else
  1029.     lt_prog_compiler_pic_CXX=
  1030.      lt_prog_compiler_can_build_shared_CXX=no
  1031. fi
  1032. fi
  1033. #
  1034. # Check to make sure the static flag actually works.
  1035. #
  1036. wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag="$lt_prog_compiler_static_CXX"
  1037. { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
  1038. $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
  1039. if test "${lt_cv_prog_compiler_static_works_CXX+set}" = set; then :
  1040.   $as_echo_n "(cached) " >&6
  1041. else
  1042.   lt_cv_prog_compiler_static_works_CXX=no
  1043.    save_LDFLAGS="$LDFLAGS"
  1044.    LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
  1045.    echo "$lt_simple_link_test_code" > conftest.$ac_ext
  1046.    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
  1047.      # The linker can only warn and ignore the option if not recognized
  1048.      # So say no if there are warnings
  1049.      if test -s conftest.err; then
  1050.        # Append any errors to the config.log.
  1051.        cat conftest.err 1>&5
  1052.        $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
  1053.        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
  1054.        if diff conftest.exp conftest.er2 >/dev/null; then
  1055.          lt_cv_prog_compiler_static_works_CXX=yes
  1056.        fi
  1057.      else
  1058.        lt_cv_prog_compiler_static_works_CXX=yes
  1059.      fi
  1060.    fi
  1061.    $RM -r conftest*
  1062.    LDFLAGS="$save_LDFLAGS"
  1063. fi
  1064. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works_CXX" >&5
  1065. $as_echo "$lt_cv_prog_compiler_static_works_CXX" >&6; }
  1066. if test x"$lt_cv_prog_compiler_static_works_CXX" = xyes; then
  1067.     :
  1068. else
  1069.     lt_prog_compiler_static_CXX=
  1070. fi
  1071.     { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
  1072. $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
  1073. if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then :
  1074.   $as_echo_n "(cached) " >&6
  1075. else
  1076.   lt_cv_prog_compiler_c_o_CXX=no
  1077.    $RM -r conftest 2>/dev/null
  1078.    mkdir conftest
  1079.    cd conftest
  1080.    mkdir out
  1081.    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
  1082.    lt_compiler_flag="-o out/conftest2.$ac_objext"
  1083.    # Insert the option either (1) after the last *FLAGS variable, or
  1084.    # (2) before a word containing "conftest.", or (3) at the end.
  1085.    # Note that $ac_compile itself does not contain backslashes and begins
  1086.    # with a dollar sign (not a hyphen), so the echo should work correctly.
  1087.    lt_compile=`echo "$ac_compile" | $SED 
  1088.    -e 's:.*FLAGS}{0,1} :&$lt_compiler_flag :; t' 
  1089.    -e 's: [^ ]*conftest.: $lt_compiler_flag&:; t' 
  1090.    -e 's:$: $lt_compiler_flag:'`
  1091.    (eval echo ""$as_me:13857: $lt_compile"" >&5)
  1092.    (eval "$lt_compile" 2>out/conftest.err)
  1093.    ac_status=$?
  1094.    cat out/conftest.err >&5
  1095.    echo "$as_me:13861: $? = $ac_status" >&5
  1096.    if (exit $ac_status) && test -s out/conftest2.$ac_objext
  1097.    then
  1098.      # The compiler can only warn and ignore the option if not recognized
  1099.      # So say no if there are warnings
  1100.      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
  1101.      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
  1102.      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
  1103.        lt_cv_prog_compiler_c_o_CXX=yes
  1104.      fi
  1105.    fi
  1106.    chmod u+w . 2>&5
  1107.    $RM conftest*
  1108.    # SGI C++ compiler will create directory out/ii_files/ for
  1109.    # template instantiation
  1110.    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
  1111.    $RM out/* && rmdir out
  1112.    cd ..
  1113.    $RM -r conftest
  1114.    $RM conftest*
  1115. fi
  1116. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
  1117. $as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
  1118.     { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
  1119. $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
  1120. if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then :
  1121.   $as_echo_n "(cached) " >&6
  1122. else
  1123.   lt_cv_prog_compiler_c_o_CXX=no
  1124.    $RM -r conftest 2>/dev/null
  1125.    mkdir conftest
  1126.    cd conftest
  1127.    mkdir out
  1128.    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
  1129.    lt_compiler_flag="-o out/conftest2.$ac_objext"
  1130.    # Insert the option either (1) after the last *FLAGS variable, or
  1131.    # (2) before a word containing "conftest.", or (3) at the end.
  1132.    # Note that $ac_compile itself does not contain backslashes and begins
  1133.    # with a dollar sign (not a hyphen), so the echo should work correctly.
  1134.    lt_compile=`echo "$ac_compile" | $SED 
  1135.    -e 's:.*FLAGS}{0,1} :&$lt_compiler_flag :; t' 
  1136.    -e 's: [^ ]*conftest.: $lt_compiler_flag&:; t' 
  1137.    -e 's:$: $lt_compiler_flag:'`
  1138.    (eval echo ""$as_me:13909: $lt_compile"" >&5)
  1139.    (eval "$lt_compile" 2>out/conftest.err)
  1140.    ac_status=$?
  1141.    cat out/conftest.err >&5
  1142.    echo "$as_me:13913: $? = $ac_status" >&5
  1143.    if (exit $ac_status) && test -s out/conftest2.$ac_objext
  1144.    then
  1145.      # The compiler can only warn and ignore the option if not recognized
  1146.      # So say no if there are warnings
  1147.      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
  1148.      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
  1149.      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
  1150.        lt_cv_prog_compiler_c_o_CXX=yes
  1151.      fi
  1152.    fi
  1153.    chmod u+w . 2>&5
  1154.    $RM conftest*
  1155.    # SGI C++ compiler will create directory out/ii_files/ for
  1156.    # template instantiation
  1157.    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
  1158.    $RM out/* && rmdir out
  1159.    cd ..
  1160.    $RM -r conftest
  1161.    $RM conftest*
  1162. fi
  1163. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
  1164. $as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
  1165. hard_links="nottested"
  1166. if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then
  1167.   # do not overwrite the value of need_locks provided by the user
  1168.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
  1169. $as_echo_n "checking if we can lock with hard links... " >&6; }
  1170.   hard_links=yes
  1171.   $RM conftest*
  1172.   ln conftest.a conftest.b 2>/dev/null && hard_links=no
  1173.   touch conftest.a
  1174.   ln conftest.a conftest.b 2>&5 || hard_links=no
  1175.   ln conftest.a conftest.b 2>/dev/null && hard_links=no
  1176.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
  1177. $as_echo "$hard_links" >&6; }
  1178.   if test "$hard_links" = no; then
  1179.     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: `$CC' does not support `-c -o', so `make -j' may be unsafe" >&5
  1180. $as_echo "$as_me: WARNING: `$CC' does not support `-c -o', so `make -j' may be unsafe" >&2;}
  1181.     need_locks=warn
  1182.   fi
  1183. else
  1184.   need_locks=no
  1185. fi
  1186.     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
  1187. $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
  1188.   export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '''s/.* //''' | sort | uniq > $export_symbols'
  1189.   case $host_os in
  1190.   aix[4-9]*)
  1191.     # If we're using GNU nm, then we don't want the "-C" option.
  1192.     # -C means demangle to AIX nm, but means don't demangle with GNU nm
  1193.     if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
  1194.       export_symbols_cmds_CXX='$NM -Bpg $libobjs $convenience | awk '''{ if ((($ 2 == "T") || ($ 2 == "D") || ($ 2 == "B")) && (substr($ 3,1,1) != ".")) { print $ 3 } }''' | sort -u > $export_symbols'
  1195.     else
  1196.       export_symbols_cmds_CXX='$NM -BCpg $libobjs $convenience | awk '''{ if ((($ 2 == "T") || ($ 2 == "D") || ($ 2 == "B")) && (substr($ 3,1,1) != ".")) { print $ 3 } }''' | sort -u > $export_symbols'
  1197.     fi
  1198.     ;;
  1199.   pw32*)
  1200.     export_symbols_cmds_CXX="$ltdll_cmds"
  1201.   ;;
  1202.   cygwin* | mingw* | cegcc*)
  1203.     export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '''/^[BCDGRS][ ]/s/.*[ ]([^ ]*)/1 DATA/;/^.*[ ]__nm__/s/^.*[ ]__nm__([^ ]*)[ ][^ ]*/1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //''' | sort | uniq > $export_symbols'
  1204.   ;;
  1205.   linux* | k*bsd*-gnu)
  1206.     link_all_deplibs_CXX=no
  1207.   ;;
  1208.   *)
  1209.     export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '''s/.* //''' | sort | uniq > $export_symbols'
  1210.   ;;
  1211.   esac
  1212.   exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
  1213. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
  1214. $as_echo "$ld_shlibs_CXX" >&6; }
  1215. test "$ld_shlibs_CXX" = no && can_build_shared=no
  1216. with_gnu_ld_CXX=$with_gnu_ld
  1217. #
  1218. # Do we need to explicitly link libc?
  1219. #
  1220. case "x$archive_cmds_need_lc_CXX" in
  1221. x|xyes)
  1222.   # Assume -lc should be added
  1223.   archive_cmds_need_lc_CXX=yes
  1224.   if test "$enable_shared" = yes && test "$GCC" = yes; then
  1225.     case $archive_cmds_CXX in
  1226.     *'~'*)
  1227.       # FIXME: we may have to deal with multi-command sequences.
  1228.       ;;
  1229.     '$CC '*)
  1230.       # Test whether the compiler implicitly links with -lc since on some
  1231.       # systems, -lgcc has to come before -lc. If gcc already passes -lc
  1232.       # to ld, don't add -lc before -lgcc.
  1233.       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
  1234. $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
  1235.       $RM conftest*
  1236.       echo "$lt_simple_compile_test_code" > conftest.$ac_ext
  1237.       if { { eval echo ""$as_me":${as_lineno-$LINENO}: "$ac_compile""; } >&5
  1238.   (eval $ac_compile) 2>&5
  1239.   ac_status=$?
  1240.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  1241.   test $ac_status = 0; } 2>conftest.err; then
  1242.         soname=conftest
  1243.         lib=conftest
  1244.         libobjs=conftest.$ac_objext
  1245.         deplibs=
  1246.         wl=$lt_prog_compiler_wl_CXX
  1247. pic_flag=$lt_prog_compiler_pic_CXX
  1248.         compiler_flags=-v
  1249.         linker_flags=-v
  1250.         verstring=
  1251.         output_objdir=.
  1252.         libname=conftest
  1253.         lt_save_allow_undefined_flag=$allow_undefined_flag_CXX
  1254.         allow_undefined_flag_CXX=
  1255.         if { { eval echo ""$as_me":${as_lineno-$LINENO}: "$archive_cmds_CXX 2>&1 | $GREP " -lc " >/dev/null 2>&1""; } >&5
  1256.   (eval $archive_cmds_CXX 2>&1 | $GREP " -lc " >/dev/null 2>&1) 2>&5
  1257.   ac_status=$?
  1258.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  1259.   test $ac_status = 0; }
  1260.         then
  1261.   archive_cmds_need_lc_CXX=no
  1262.         else
  1263.   archive_cmds_need_lc_CXX=yes
  1264.         fi
  1265.         allow_undefined_flag_CXX=$lt_save_allow_undefined_flag
  1266.       else
  1267.         cat conftest.err 1>&5
  1268.       fi
  1269.       $RM conftest*
  1270.       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $archive_cmds_need_lc_CXX" >&5
  1271. $as_echo "$archive_cmds_need_lc_CXX" >&6; }
  1272.       ;;
  1273.     esac
  1274.   fi
  1275.   ;;
  1276. esac
  1277.     { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
  1278. $as_echo_n "checking dynamic linker characteristics... " >&6; }
  1279. library_names_spec=
  1280. libname_spec='lib$name'
  1281. soname_spec=
  1282. shrext_cmds=".so"
  1283. postinstall_cmds=
  1284. postuninstall_cmds=
  1285. finish_cmds=
  1286. finish_eval=
  1287. shlibpath_var=
  1288. shlibpath_overrides_runpath=unknown
  1289. version_type=none
  1290. dynamic_linker="$host_os ld.so"
  1291. sys_lib_dlsearch_path_spec="/lib /usr/lib"
  1292. need_lib_prefix=unknown
  1293. hardcode_into_libs=no
  1294. # when you set need_version to no, make sure it does not cause -set_version
  1295. # flags to be left without arguments
  1296. need_version=unknown
  1297. case $host_os in
  1298. aix3*)
  1299.   version_type=linux
  1300.   library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
  1301.   shlibpath_var=LIBPATH
  1302.   # AIX 3 has no versioning support, so we append a major version to the name.
  1303.   soname_spec='${libname}${release}${shared_ext}$major'
  1304.   ;;
  1305. aix[4-9]*)
  1306.   version_type=linux
  1307.   need_lib_prefix=no
  1308.   need_version=no
  1309.   hardcode_into_libs=yes
  1310.   if test "$host_cpu" = ia64; then
  1311.     # AIX 5 supports IA64
  1312.     library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
  1313.     shlibpath_var=LD_LIBRARY_PATH
  1314.   else
  1315.     # With GCC up to 2.95.x, collect2 would create an import file
  1316.     # for dependence libraries.  The import file would start with
  1317.     # the line `#! .'.  This would cause the generated library to
  1318.     # depend on `.', always an invalid library.  This was fixed in
  1319.     # development snapshots of GCC prior to 3.0.
  1320.     case $host_os in
  1321.       aix4 | aix4.[01] | aix4.[01].*)
  1322.       if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
  1323.    echo ' yes '
  1324.    echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
  1325. :
  1326.       else
  1327. can_build_shared=no
  1328.       fi
  1329.       ;;
  1330.     esac
  1331.     # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
  1332.     # soname into executable. Probably we can add versioning support to
  1333.     # collect2, so additional links can be useful in future.
  1334.     if test "$aix_use_runtimelinking" = yes; then
  1335.       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
  1336.       # instead of lib<name>.a to let people know that these are not
  1337.       # typical AIX shared libraries.
  1338.       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1339.     else
  1340.       # We preserve .a as extension for shared libraries through AIX4.2
  1341.       # and later when we are not doing run time linking.
  1342.       library_names_spec='${libname}${release}.a $libname.a'
  1343.       soname_spec='${libname}${release}${shared_ext}$major'
  1344.     fi
  1345.     shlibpath_var=LIBPATH
  1346.   fi
  1347.   ;;
  1348. amigaos*)
  1349.   case $host_cpu in
  1350.   powerpc)
  1351.     # Since July 2007 AmigaOS4 officially supports .so libraries.
  1352.     # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
  1353.     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1354.     ;;
  1355.   m68k)
  1356.     library_names_spec='$libname.ixlibrary $libname.a'
  1357.     # Create ${libname}_ixlibrary.a entries in /sys/libs.
  1358.     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'
  1359.     ;;
  1360.   esac
  1361.   ;;
  1362. beos*)
  1363.   library_names_spec='${libname}${shared_ext}'
  1364.   dynamic_linker="$host_os ld.so"
  1365.   shlibpath_var=LIBRARY_PATH
  1366.   ;;
  1367. bsdi[45]*)
  1368.   version_type=linux
  1369.   need_version=no
  1370.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1371.   soname_spec='${libname}${release}${shared_ext}$major'
  1372.   finish_cmds='PATH="$PATH:/sbin" ldconfig $libdir'
  1373.   shlibpath_var=LD_LIBRARY_PATH
  1374.   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
  1375.   sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
  1376.   # the default ld.so.conf also contains /usr/contrib/lib and
  1377.   # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
  1378.   # libtool to hard-code these into programs
  1379.   ;;
  1380. cygwin* | mingw* | pw32* | cegcc*)
  1381.   version_type=windows
  1382.   shrext_cmds=".dll"
  1383.   need_version=no
  1384.   need_lib_prefix=no
  1385.   case $GCC,$host_os in
  1386.   yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
  1387.     library_names_spec='$libname.dll.a'
  1388.     # DLL is installed to $(libdir)/../bin by postinstall_cmds
  1389.     postinstall_cmds='base_file=`basename ${file}`~
  1390.       dlpath=`$SHELL 2>&1 -c '''. $dir/'''${base_file}'''i; echo $dlname'''`~
  1391.       dldir=$destdir/`dirname $dlpath`~
  1392.       test -d $dldir || mkdir -p $dldir~
  1393.       $install_prog $dir/$dlname $dldir/$dlname~
  1394.       chmod a+x $dldir/$dlname~
  1395.       if test -n '''$stripme''' && test -n '''$striplib'''; then
  1396.         eval '''$striplib $dldir/$dlname''' || exit $?;
  1397.       fi'
  1398.     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '''. $file; echo $dlname'''`~
  1399.       dlpath=$dir/$dldll~
  1400.        $RM $dlpath'
  1401.     shlibpath_overrides_runpath=yes
  1402.     case $host_os in
  1403.     cygwin*)
  1404.       # Cygwin DLLs use 'cyg' prefix rather than 'lib'
  1405.       soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
  1406.       sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
  1407.       ;;
  1408.     mingw* | cegcc*)
  1409.       # MinGW DLLs use traditional 'lib' prefix
  1410.       soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
  1411.       sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
  1412.       if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
  1413.         # It is most probably a Windows format PATH printed by
  1414.         # mingw gcc, but we are running on Cygwin. Gcc prints its search
  1415.         # path with ; separators, and with drive letters. We can handle the
  1416.         # drive letters (cygwin fileutils understands them), so leave them,
  1417.         # especially as we might pass files found there to a mingw objdump,
  1418.         # which wouldn't understand a cygwinified path. Ahh.
  1419.         sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
  1420.       else
  1421.         sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
  1422.       fi
  1423.       ;;
  1424.     pw32*)
  1425.       # pw32 DLLs use 'pw' prefix rather than 'lib'
  1426.       library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
  1427.       ;;
  1428.     esac
  1429.     ;;
  1430.   *)
  1431.     library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
  1432.     ;;
  1433.   esac
  1434.   dynamic_linker='Win32 ld.exe'
  1435.   # FIXME: first we should search . and the directory the executable is in
  1436.   shlibpath_var=PATH
  1437.   ;;
  1438. darwin* | rhapsody*)
  1439.   dynamic_linker="$host_os dyld"
  1440.   version_type=darwin
  1441.   need_lib_prefix=no
  1442.   need_version=no
  1443.   library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
  1444.   soname_spec='${libname}${release}${major}$shared_ext'
  1445.   shlibpath_overrides_runpath=yes
  1446.   shlibpath_var=DYLD_LIBRARY_PATH
  1447.   shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
  1448.   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
  1449.   ;;
  1450. dgux*)
  1451.   version_type=linux
  1452.   need_lib_prefix=no
  1453.   need_version=no
  1454.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
  1455.   soname_spec='${libname}${release}${shared_ext}$major'
  1456.   shlibpath_var=LD_LIBRARY_PATH
  1457.   ;;
  1458. freebsd1*)
  1459.   dynamic_linker=no
  1460.   ;;
  1461. freebsd* | dragonfly*)
  1462.   # DragonFly does not have aout.  When/if they implement a new
  1463.   # versioning mechanism, adjust this.
  1464.   if test -x /usr/bin/objformat; then
  1465.     objformat=`/usr/bin/objformat`
  1466.   else
  1467.     case $host_os in
  1468.     freebsd[123]*) objformat=aout ;;
  1469.     *) objformat=elf ;;
  1470.     esac
  1471.   fi
  1472.   version_type=freebsd-$objformat
  1473.   case $version_type in
  1474.     freebsd-elf*)
  1475.       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
  1476.       need_version=no
  1477.       need_lib_prefix=no
  1478.       ;;
  1479.     freebsd-*)
  1480.       library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
  1481.       need_version=yes
  1482.       ;;
  1483.   esac
  1484.   shlibpath_var=LD_LIBRARY_PATH
  1485.   case $host_os in
  1486.   freebsd2*)
  1487.     shlibpath_overrides_runpath=yes
  1488.     ;;
  1489.   freebsd3.[01]* | freebsdelf3.[01]*)
  1490.     shlibpath_overrides_runpath=yes
  1491.     hardcode_into_libs=yes
  1492.     ;;
  1493.   freebsd3.[2-9]* | freebsdelf3.[2-9]* | 
  1494.   freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
  1495.     shlibpath_overrides_runpath=no
  1496.     hardcode_into_libs=yes
  1497.     ;;
  1498.   *) # from 4.6 on, and DragonFly
  1499.     shlibpath_overrides_runpath=yes
  1500.     hardcode_into_libs=yes
  1501.     ;;
  1502.   esac
  1503.   ;;
  1504. gnu*)
  1505.   version_type=linux
  1506.   need_lib_prefix=no
  1507.   need_version=no
  1508.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
  1509.   soname_spec='${libname}${release}${shared_ext}$major'
  1510.   shlibpath_var=LD_LIBRARY_PATH
  1511.   hardcode_into_libs=yes
  1512.   ;;
  1513. hpux9* | hpux10* | hpux11*)
  1514.   # Give a soname corresponding to the major version so that dld.sl refuses to
  1515.   # link against other versions.
  1516.   version_type=sunos
  1517.   need_lib_prefix=no
  1518.   need_version=no
  1519.   case $host_cpu in
  1520.   ia64*)
  1521.     shrext_cmds='.so'
  1522.     hardcode_into_libs=yes
  1523.     dynamic_linker="$host_os dld.so"
  1524.     shlibpath_var=LD_LIBRARY_PATH
  1525.     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
  1526.     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1527.     soname_spec='${libname}${release}${shared_ext}$major'
  1528.     if test "X$HPUX_IA64_MODE" = X32; then
  1529.       sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
  1530.     else
  1531.       sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
  1532.     fi
  1533.     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
  1534.     ;;
  1535.   hppa*64*)
  1536.     shrext_cmds='.sl'
  1537.     hardcode_into_libs=yes
  1538.     dynamic_linker="$host_os dld.sl"
  1539.     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
  1540.     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
  1541.     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1542.     soname_spec='${libname}${release}${shared_ext}$major'
  1543.     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
  1544.     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
  1545.     ;;
  1546.   *)
  1547.     shrext_cmds='.sl'
  1548.     dynamic_linker="$host_os dld.sl"
  1549.     shlibpath_var=SHLIB_PATH
  1550.     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
  1551.     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1552.     soname_spec='${libname}${release}${shared_ext}$major'
  1553.     ;;
  1554.   esac
  1555.   # HP-UX runs *really* slowly unless shared libraries are mode 555.
  1556.   postinstall_cmds='chmod 555 $lib'
  1557.   ;;
  1558. interix[3-9]*)
  1559.   version_type=linux
  1560.   need_lib_prefix=no
  1561.   need_version=no
  1562.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
  1563.   soname_spec='${libname}${release}${shared_ext}$major'
  1564.   dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
  1565.   shlibpath_var=LD_LIBRARY_PATH
  1566.   shlibpath_overrides_runpath=no
  1567.   hardcode_into_libs=yes
  1568.   ;;
  1569. irix5* | irix6* | nonstopux*)
  1570.   case $host_os in
  1571.     nonstopux*) version_type=nonstopux ;;
  1572.     *)
  1573. if test "$lt_cv_prog_gnu_ld" = yes; then
  1574. version_type=linux
  1575. else
  1576. version_type=irix
  1577. fi ;;
  1578.   esac
  1579.   need_lib_prefix=no
  1580.   need_version=no
  1581.   soname_spec='${libname}${release}${shared_ext}$major'
  1582.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
  1583.   case $host_os in
  1584.   irix5* | nonstopux*)
  1585.     libsuff= shlibsuff=
  1586.     ;;
  1587.   *)
  1588.     case $LD in # libtool.m4 will add one of these switches to LD
  1589.     *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
  1590.       libsuff= shlibsuff= libmagic=32-bit;;
  1591.     *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
  1592.       libsuff=32 shlibsuff=N32 libmagic=N32;;
  1593.     *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
  1594.       libsuff=64 shlibsuff=64 libmagic=64-bit;;
  1595.     *) libsuff= shlibsuff= libmagic=never-match;;
  1596.     esac
  1597.     ;;
  1598.   esac
  1599.   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
  1600.   shlibpath_overrides_runpath=no
  1601.   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
  1602.   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
  1603.   hardcode_into_libs=yes
  1604.   ;;
  1605. # No shared lib support for Linux oldld, aout, or coff.
  1606. linux*oldld* | linux*aout* | linux*coff*)
  1607.   dynamic_linker=no
  1608.   ;;
  1609. # This must be Linux ELF.
  1610. linux* | k*bsd*-gnu)
  1611.   version_type=linux
  1612.   need_lib_prefix=no
  1613.   need_version=no
  1614.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1615.   soname_spec='${libname}${release}${shared_ext}$major'
  1616.   finish_cmds='PATH="$PATH:/sbin" ldconfig -n $libdir'
  1617.   shlibpath_var=LD_LIBRARY_PATH
  1618.   shlibpath_overrides_runpath=no
  1619.   # Some binutils ld are patched to set DT_RUNPATH
  1620.   save_LDFLAGS=$LDFLAGS
  1621.   save_libdir=$libdir
  1622.   eval "libdir=/foo; wl="$lt_prog_compiler_wl_CXX"; 
  1623.        LDFLAGS="$LDFLAGS $hardcode_libdir_flag_spec_CXX""
  1624.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1625. /* end confdefs.h.  */
  1626. int
  1627. main ()
  1628. {
  1629.   ;
  1630.   return 0;
  1631. }
  1632. _ACEOF
  1633. if ac_fn_cxx_try_link "$LINENO"; then :
  1634.   if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
  1635.   shlibpath_overrides_runpath=yes
  1636. fi
  1637. fi
  1638. rm -f core conftest.err conftest.$ac_objext 
  1639.     conftest$ac_exeext conftest.$ac_ext
  1640.   LDFLAGS=$save_LDFLAGS
  1641.   libdir=$save_libdir
  1642.   # This implies no fast_install, which is unacceptable.
  1643.   # Some rework will be needed to allow for fast_install
  1644.   # before this can be enabled.
  1645.   hardcode_into_libs=yes
  1646.   # Append ld.so.conf contents to the search path
  1647.   if test -f /etc/ld.so.conf; then
  1648.     lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", $2)); skip = 1; } { if (!skip) print $0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[  ]*hwcap[  ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr 'n' ' '`
  1649.     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
  1650.   fi
  1651.   # We used to test for /lib/ld.so.1 and disable shared libraries on
  1652.   # powerpc, because MkLinux only supported shared libraries with the
  1653.   # GNU dynamic linker.  Since this was broken with cross compilers,
  1654.   # most powerpc-linux boxes support dynamic linking these days and
  1655.   # people can always --disable-shared, the test was removed, and we
  1656.   # assume the GNU/Linux dynamic linker is in use.
  1657.   dynamic_linker='GNU/Linux ld.so'
  1658.   ;;
  1659. netbsdelf*-gnu)
  1660.   version_type=linux
  1661.   need_lib_prefix=no
  1662.   need_version=no
  1663.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
  1664.   soname_spec='${libname}${release}${shared_ext}$major'
  1665.   shlibpath_var=LD_LIBRARY_PATH
  1666.   shlibpath_overrides_runpath=no
  1667.   hardcode_into_libs=yes
  1668.   dynamic_linker='NetBSD ld.elf_so'
  1669.   ;;
  1670. netbsd*)
  1671.   version_type=sunos
  1672.   need_lib_prefix=no
  1673.   need_version=no
  1674.   if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
  1675.     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
  1676.     finish_cmds='PATH="$PATH:/sbin" ldconfig -m $libdir'
  1677.     dynamic_linker='NetBSD (a.out) ld.so'
  1678.   else
  1679.     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
  1680.     soname_spec='${libname}${release}${shared_ext}$major'
  1681.     dynamic_linker='NetBSD ld.elf_so'
  1682.   fi
  1683.   shlibpath_var=LD_LIBRARY_PATH
  1684.   shlibpath_overrides_runpath=yes
  1685.   hardcode_into_libs=yes
  1686.   ;;
  1687. newsos6)
  1688.   version_type=linux
  1689.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1690.   shlibpath_var=LD_LIBRARY_PATH
  1691.   shlibpath_overrides_runpath=yes
  1692.   ;;
  1693. *nto* | *qnx*)
  1694.   version_type=qnx
  1695.   need_lib_prefix=no
  1696.   need_version=no
  1697.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1698.   soname_spec='${libname}${release}${shared_ext}$major'
  1699.   shlibpath_var=LD_LIBRARY_PATH
  1700.   shlibpath_overrides_runpath=no
  1701.   hardcode_into_libs=yes
  1702.   dynamic_linker='ldqnx.so'
  1703.   ;;
  1704. openbsd*)
  1705.   version_type=sunos
  1706.   sys_lib_dlsearch_path_spec="/usr/lib"
  1707.   need_lib_prefix=no
  1708.   # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
  1709.   case $host_os in
  1710.     openbsd3.3 | openbsd3.3.*) need_version=yes ;;
  1711.     *) need_version=no  ;;
  1712.   esac
  1713.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
  1714.   finish_cmds='PATH="$PATH:/sbin" ldconfig -m $libdir'
  1715.   shlibpath_var=LD_LIBRARY_PATH
  1716.   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
  1717.     case $host_os in
  1718.       openbsd2.[89] | openbsd2.[89].*)
  1719. shlibpath_overrides_runpath=no
  1720. ;;
  1721.       *)
  1722. shlibpath_overrides_runpath=yes
  1723. ;;
  1724.       esac
  1725.   else
  1726.     shlibpath_overrides_runpath=yes
  1727.   fi
  1728.   ;;
  1729. os2*)
  1730.   libname_spec='$name'
  1731.   shrext_cmds=".dll"
  1732.   need_lib_prefix=no
  1733.   library_names_spec='$libname${shared_ext} $libname.a'
  1734.   dynamic_linker='OS/2 ld.exe'
  1735.   shlibpath_var=LIBPATH
  1736.   ;;
  1737. osf3* | osf4* | osf5*)
  1738.   version_type=osf
  1739.   need_lib_prefix=no
  1740.   need_version=no
  1741.   soname_spec='${libname}${release}${shared_ext}$major'
  1742.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1743.   shlibpath_var=LD_LIBRARY_PATH
  1744.   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
  1745.   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
  1746.   ;;
  1747. rdos*)
  1748.   dynamic_linker=no
  1749.   ;;
  1750. solaris*)
  1751.   version_type=linux
  1752.   need_lib_prefix=no
  1753.   need_version=no
  1754.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1755.   soname_spec='${libname}${release}${shared_ext}$major'
  1756.   shlibpath_var=LD_LIBRARY_PATH
  1757.   shlibpath_overrides_runpath=yes
  1758.   hardcode_into_libs=yes
  1759.   # ldd complains unless libraries are executable
  1760.   postinstall_cmds='chmod +x $lib'
  1761.   ;;
  1762. sunos4*)
  1763.   version_type=sunos
  1764.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
  1765.   finish_cmds='PATH="$PATH:/usr/etc" ldconfig $libdir'
  1766.   shlibpath_var=LD_LIBRARY_PATH
  1767.   shlibpath_overrides_runpath=yes
  1768.   if test "$with_gnu_ld" = yes; then
  1769.     need_lib_prefix=no
  1770.   fi
  1771.   need_version=yes
  1772.   ;;
  1773. sysv4 | sysv4.3*)
  1774.   version_type=linux
  1775.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1776.   soname_spec='${libname}${release}${shared_ext}$major'
  1777.   shlibpath_var=LD_LIBRARY_PATH
  1778.   case $host_vendor in
  1779.     sni)
  1780.       shlibpath_overrides_runpath=no
  1781.       need_lib_prefix=no
  1782.       runpath_var=LD_RUN_PATH
  1783.       ;;
  1784.     siemens)
  1785.       need_lib_prefix=no
  1786.       ;;
  1787.     motorola)
  1788.       need_lib_prefix=no
  1789.       need_version=no
  1790.       shlibpath_overrides_runpath=no
  1791.       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
  1792.       ;;
  1793.   esac
  1794.   ;;
  1795. sysv4*MP*)
  1796.   if test -d /usr/nec ;then
  1797.     version_type=linux
  1798.     library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
  1799.     soname_spec='$libname${shared_ext}.$major'
  1800.     shlibpath_var=LD_LIBRARY_PATH
  1801.   fi
  1802.   ;;
  1803. sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
  1804.   version_type=freebsd-elf
  1805.   need_lib_prefix=no
  1806.   need_version=no
  1807.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
  1808.   soname_spec='${libname}${release}${shared_ext}$major'
  1809.   shlibpath_var=LD_LIBRARY_PATH
  1810.   shlibpath_overrides_runpath=yes
  1811.   hardcode_into_libs=yes
  1812.   if test "$with_gnu_ld" = yes; then
  1813.     sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
  1814.   else
  1815.     sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
  1816.     case $host_os in
  1817.       sco3.2v5*)
  1818.         sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
  1819. ;;
  1820.     esac
  1821.   fi
  1822.   sys_lib_dlsearch_path_spec='/usr/lib'
  1823.   ;;
  1824. tpf*)
  1825.   # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
  1826.   version_type=linux
  1827.   need_lib_prefix=no
  1828.   need_version=no
  1829.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1830.   shlibpath_var=LD_LIBRARY_PATH
  1831.   shlibpath_overrides_runpath=no
  1832.   hardcode_into_libs=yes
  1833.   ;;
  1834. uts4*)
  1835.   version_type=linux
  1836.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1837.   soname_spec='${libname}${release}${shared_ext}$major'
  1838.   shlibpath_var=LD_LIBRARY_PATH
  1839.   ;;
  1840. *)
  1841.   dynamic_linker=no
  1842.   ;;
  1843. esac
  1844. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
  1845. $as_echo "$dynamic_linker" >&6; }
  1846. test "$dynamic_linker" = no && can_build_shared=no
  1847. variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
  1848. if test "$GCC" = yes; then
  1849.   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
  1850. fi
  1851. if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
  1852.   sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
  1853. fi
  1854. if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
  1855.   sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
  1856. fi
  1857.     { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
  1858. $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
  1859. hardcode_action_CXX=
  1860. if test -n "$hardcode_libdir_flag_spec_CXX" ||
  1861.    test -n "$runpath_var_CXX" ||
  1862.    test "X$hardcode_automatic_CXX" = "Xyes" ; then
  1863.   # We can hardcode non-existent directories.
  1864.   if test "$hardcode_direct_CXX" != no &&
  1865.      # If the only mechanism to avoid hardcoding is shlibpath_var, we
  1866.      # have to relink, otherwise we might link with an installed library
  1867.      # when we should be linking with a yet-to-be-installed one
  1868.      ## test "$_LT_TAGVAR(hardcode_shlibpath_var, CXX)" != no &&
  1869.      test "$hardcode_minus_L_CXX" != no; then
  1870.     # Linking always hardcodes the temporary library directory.
  1871.     hardcode_action_CXX=relink
  1872.   else
  1873.     # We can link without hardcoding, and we can hardcode nonexisting dirs.
  1874.     hardcode_action_CXX=immediate
  1875.   fi
  1876. else
  1877.   # We cannot hardcode anything, or else we can only hardcode existing
  1878.   # directories.
  1879.   hardcode_action_CXX=unsupported
  1880. fi
  1881. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action_CXX" >&5
  1882. $as_echo "$hardcode_action_CXX" >&6; }
  1883. if test "$hardcode_action_CXX" = relink ||
  1884.    test "$inherit_rpath_CXX" = yes; then
  1885.   # Fast installation is not supported
  1886.   enable_fast_install=no
  1887. elif test "$shlibpath_overrides_runpath" = yes ||
  1888.      test "$enable_shared" = no; then
  1889.   # Fast installation is not necessary
  1890.   enable_fast_install=needless
  1891. fi
  1892.   fi # test -n "$compiler"
  1893.   CC=$lt_save_CC
  1894.   LDCXX=$LD
  1895.   LD=$lt_save_LD
  1896.   GCC=$lt_save_GCC
  1897.   with_gnu_ld=$lt_save_with_gnu_ld
  1898.   lt_cv_path_LDCXX=$lt_cv_path_LD
  1899.   lt_cv_path_LD=$lt_save_path_LD
  1900.   lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
  1901.   lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
  1902. fi # test "$_lt_caught_CXX_error" != yes
  1903. ac_ext=c
  1904. ac_cpp='$CPP $CPPFLAGS'
  1905. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  1906. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  1907. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  1908.         ac_config_commands="$ac_config_commands libtool"
  1909. # Only expand once:
  1910. # Extract the first word of "autogen", so it can be a program name with args.
  1911. set dummy autogen; ac_word=$2
  1912. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1913. $as_echo_n "checking for $ac_word... " >&6; }
  1914. if test "${ac_cv_prog_HAVE_AUTOGEN+set}" = set; then :
  1915.   $as_echo_n "(cached) " >&6
  1916. else
  1917.   if test -n "$HAVE_AUTOGEN"; then
  1918.   ac_cv_prog_HAVE_AUTOGEN="$HAVE_AUTOGEN" # Let the user override the test.
  1919. else
  1920. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1921. for as_dir in $PATH
  1922. do
  1923.   IFS=$as_save_IFS
  1924.   test -z "$as_dir" && as_dir=.
  1925.     for ac_exec_ext in '' $ac_executable_extensions; do
  1926.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1927.     ac_cv_prog_HAVE_AUTOGEN="yes"
  1928.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1929.     break 2
  1930.   fi
  1931. done
  1932.   done
  1933. IFS=$as_save_IFS
  1934.   test -z "$ac_cv_prog_HAVE_AUTOGEN" && ac_cv_prog_HAVE_AUTOGEN="no"
  1935. fi
  1936. fi
  1937. HAVE_AUTOGEN=$ac_cv_prog_HAVE_AUTOGEN
  1938. if test -n "$HAVE_AUTOGEN"; then
  1939.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAVE_AUTOGEN" >&5
  1940. $as_echo "$HAVE_AUTOGEN" >&6; }
  1941. else
  1942.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1943. $as_echo "no" >&6; }
  1944. fi
  1945. # Extract the first word of "wine", so it can be a program name with args.
  1946. set dummy wine; ac_word=$2
  1947. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1948. $as_echo_n "checking for $ac_word... " >&6; }
  1949. if test "${ac_cv_prog_HAVE_WINE+set}" = set; then :
  1950.   $as_echo_n "(cached) " >&6
  1951. else
  1952.   if test -n "$HAVE_WINE"; then
  1953.   ac_cv_prog_HAVE_WINE="$HAVE_WINE" # Let the user override the test.
  1954. else
  1955. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1956. for as_dir in $PATH
  1957. do
  1958.   IFS=$as_save_IFS
  1959.   test -z "$as_dir" && as_dir=.
  1960.     for ac_exec_ext in '' $ac_executable_extensions; do
  1961.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1962.     ac_cv_prog_HAVE_WINE="yes"
  1963.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1964.     break 2
  1965.   fi
  1966. done
  1967.   done
  1968. IFS=$as_save_IFS
  1969.   test -z "$ac_cv_prog_HAVE_WINE" && ac_cv_prog_HAVE_WINE="no"
  1970. fi
  1971. fi
  1972. HAVE_WINE=$ac_cv_prog_HAVE_WINE
  1973. if test -n "$HAVE_WINE"; then
  1974.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAVE_WINE" >&5
  1975. $as_echo "$HAVE_WINE" >&6; }
  1976. else
  1977.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1978. $as_echo "no" >&6; }
  1979. fi
  1980. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
  1981. $as_echo_n "checking whether ln -s works... " >&6; }
  1982. LN_S=$as_ln_s
  1983. if test "$LN_S" = "ln -s"; then
  1984.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  1985. $as_echo "yes" >&6; }
  1986. else
  1987.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
  1988. $as_echo "no, using $LN_S" >&6; }
  1989. fi
  1990. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
  1991. $as_echo_n "checking for ANSI C header files... " >&6; }
  1992. if test "${ac_cv_header_stdc+set}" = set; then :
  1993.   $as_echo_n "(cached) " >&6
  1994. else
  1995.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1996. /* end confdefs.h.  */
  1997. #include <stdlib.h>
  1998. #include <stdarg.h>
  1999. #include <string.h>
  2000. #include <float.h>
  2001. int
  2002. main ()
  2003. {
  2004.   ;
  2005.   return 0;
  2006. }
  2007. _ACEOF
  2008. if ac_fn_c_try_compile "$LINENO"; then :
  2009.   ac_cv_header_stdc=yes
  2010. else
  2011.   ac_cv_header_stdc=no
  2012. fi
  2013. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2014. if test $ac_cv_header_stdc = yes; then
  2015.   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  2016.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2017. /* end confdefs.h.  */
  2018. #include <string.h>
  2019. _ACEOF
  2020. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2021.   $EGREP "memchr" >/dev/null 2>&1; then :
  2022. else
  2023.   ac_cv_header_stdc=no
  2024. fi
  2025. rm -f conftest*
  2026. fi
  2027. if test $ac_cv_header_stdc = yes; then
  2028.   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  2029.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2030. /* end confdefs.h.  */
  2031. #include <stdlib.h>
  2032. _ACEOF
  2033. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2034.   $EGREP "free" >/dev/null 2>&1; then :
  2035. else
  2036.   ac_cv_header_stdc=no
  2037. fi
  2038. rm -f conftest*
  2039. fi
  2040. if test $ac_cv_header_stdc = yes; then
  2041.   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  2042.   if test "$cross_compiling" = yes; then :
  2043.   :
  2044. else
  2045.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2046. /* end confdefs.h.  */
  2047. #include <ctype.h>
  2048. #include <stdlib.h>
  2049. #if ((' ' & 0x0FF) == 0x020)
  2050. # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  2051. # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  2052. #else
  2053. # define ISLOWER(c) 
  2054.    (('a' <= (c) && (c) <= 'i') 
  2055.      || ('j' <= (c) && (c) <= 'r') 
  2056.      || ('s' <= (c) && (c) <= 'z'))
  2057. # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
  2058. #endif
  2059. #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  2060. int
  2061. main ()
  2062. {
  2063.   int i;
  2064.   for (i = 0; i < 256; i++)
  2065.     if (XOR (islower (i), ISLOWER (i))
  2066. || toupper (i) != TOUPPER (i))
  2067.       return 2;
  2068.   return 0;
  2069. }
  2070. _ACEOF
  2071. if ac_fn_c_try_run "$LINENO"; then :
  2072. else
  2073.   ac_cv_header_stdc=no
  2074. fi
  2075. rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext 
  2076.   conftest.$ac_objext conftest.beam conftest.$ac_ext
  2077. fi
  2078. fi
  2079. fi
  2080. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
  2081. $as_echo "$ac_cv_header_stdc" >&6; }
  2082. if test $ac_cv_header_stdc = yes; then
  2083. $as_echo "#define STDC_HEADERS 1" >>confdefs.h
  2084. fi
  2085. for ac_header in endian.h
  2086. do :
  2087.   ac_fn_c_check_header_mongrel "$LINENO" "endian.h" "ac_cv_header_endian_h" "$ac_includes_default"
  2088. if test "x$ac_cv_header_endian_h" = x""yes; then :
  2089.   cat >>confdefs.h <<_ACEOF
  2090. #define HAVE_ENDIAN_H 1
  2091. _ACEOF
  2092. fi
  2093. done
  2094. for ac_header in byteswap.h
  2095. do :
  2096.   ac_fn_c_check_header_mongrel "$LINENO" "byteswap.h" "ac_cv_header_byteswap_h" "$ac_includes_default"
  2097. if test "x$ac_cv_header_byteswap_h" = x""yes; then :
  2098.   cat >>confdefs.h <<_ACEOF
  2099. #define HAVE_BYTESWAP_H 1
  2100. _ACEOF
  2101. fi
  2102. done
  2103. for ac_header in locale.h
  2104. do :
  2105.   ac_fn_c_check_header_mongrel "$LINENO" "locale.h" "ac_cv_header_locale_h" "$ac_includes_default"
  2106. if test "x$ac_cv_header_locale_h" = x""yes; then :
  2107.   cat >>confdefs.h <<_ACEOF
  2108. #define HAVE_LOCALE_H 1
  2109. _ACEOF
  2110. fi
  2111. done
  2112. for ac_header in sys/time.h
  2113. do :
  2114.   ac_fn_c_check_header_mongrel "$LINENO" "sys/time.h" "ac_cv_header_sys_time_h" "$ac_includes_default"
  2115. if test "x$ac_cv_header_sys_time_h" = x""yes; then :
  2116.   cat >>confdefs.h <<_ACEOF
  2117. #define HAVE_SYS_TIME_H 1
  2118. _ACEOF
  2119. fi
  2120. done
  2121. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
  2122. $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
  2123. if test "${ac_cv_header_sys_wait_h+set}" = set; then :
  2124.   $as_echo_n "(cached) " >&6
  2125. else
  2126.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2127. /* end confdefs.h.  */
  2128. #include <sys/types.h>
  2129. #include <sys/wait.h>
  2130. #ifndef WEXITSTATUS
  2131. # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
  2132. #endif
  2133. #ifndef WIFEXITED
  2134. # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
  2135. #endif
  2136. int
  2137. main ()
  2138. {
  2139.   int s;
  2140.   wait (&s);
  2141.   s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
  2142.   ;
  2143.   return 0;
  2144. }
  2145. _ACEOF
  2146. if ac_fn_c_try_compile "$LINENO"; then :
  2147.   ac_cv_header_sys_wait_h=yes
  2148. else
  2149.   ac_cv_header_sys_wait_h=no
  2150. fi
  2151. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2152. fi
  2153. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5
  2154. $as_echo "$ac_cv_header_sys_wait_h" >&6; }
  2155. if test $ac_cv_header_sys_wait_h = yes; then
  2156. $as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h
  2157. fi
  2158. ac_fn_c_check_decl "$LINENO" "S_IRGRP" "ac_cv_have_decl_S_IRGRP" "$ac_includes_default"
  2159. if test "x$ac_cv_have_decl_S_IRGRP" = x""yes; then :
  2160.   ac_have_decl=1
  2161. else
  2162.   ac_have_decl=0
  2163. fi
  2164. cat >>confdefs.h <<_ACEOF
  2165. #define HAVE_DECL_S_IRGRP $ac_have_decl
  2166. _ACEOF
  2167. if test x$ac_cv_have_decl_S_IRGRP = xyes ; then
  2168. cat >>confdefs.h <<_ACEOF
  2169. #define HAVE_DECL_S_IRGRP 1
  2170. _ACEOF
  2171. else
  2172. cat >>confdefs.h <<_ACEOF
  2173. #define HAVE_DECL_S_IRGRP 0
  2174. _ACEOF
  2175. fi
  2176.  if test "$build_os:$target_os:$host_os:$HAVE_WINE" = "linux-gnu:mingw32msvc:mingw32msvc:yes"; then
  2177.   LINUX_MINGW_CROSS_TEST_TRUE=
  2178.   LINUX_MINGW_CROSS_TEST_FALSE='#'
  2179. else
  2180.   LINUX_MINGW_CROSS_TEST_TRUE='#'
  2181.   LINUX_MINGW_CROSS_TEST_FALSE=
  2182. fi
  2183. #====================================================================================
  2184. # Check for support of the struct hack.
  2185. { $as_echo "$as_me:${as_lineno-$LINENO}: checking C99 struct flexible array support" >&5
  2186. $as_echo_n "checking C99 struct flexible array support... " >&6; }
  2187. if test "${ac_cv_c99_flexible_array+set}" = set; then :
  2188.   $as_echo_n "(cached) " >&6
  2189. else
  2190.   # Initialize to unknown
  2191. ac_cv_c99_flexible_array=no
  2192. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2193. /* end confdefs.h.  */
  2194. #include <stdlib.h>
  2195. typedef struct {
  2196. int k;
  2197. char buffer [] ;
  2198. } MY_STRUCT ;
  2199. int
  2200. main ()
  2201. {
  2202.   MY_STRUCT *p = calloc (1, sizeof (MY_STRUCT) + 42);
  2203.   ;
  2204.   return 0;
  2205. }
  2206. _ACEOF
  2207. if ac_fn_c_try_link "$LINENO"; then :
  2208.   ac_cv_c99_flexible_array=yes
  2209. else
  2210.   ac_cv_c99_flexible_array=no
  2211. fi
  2212. rm -f core conftest.err conftest.$ac_objext 
  2213.     conftest$ac_exeext conftest.$ac_ext
  2214. fi
  2215. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c99_flexible_array" >&5
  2216. $as_echo "$ac_cv_c99_flexible_array" >&6; }
  2217. if test x$ac_cv_c99_flexible_array = xyes ; then
  2218. $as_echo "#define HAVE_FLEXIBLE_ARRAY 1" >>confdefs.h
  2219. else
  2220. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** This compiler does not support the 1999 ISO C Standard ***" >&5
  2221. $as_echo "$as_me: WARNING: *** This compiler does not support the 1999 ISO C Standard ***" >&2;}
  2222. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** feature known as the flexible array struct member.     ***" >&5
  2223. $as_echo "$as_me: WARNING: *** feature known as the flexible array struct member.     ***" >&2;}
  2224. $as_echo "#define HAVE_FLEXIBLE_ARRAY 0" >>confdefs.h
  2225. fi
  2226. #====================================================================================
  2227. # Couple of initializations here. Fill in real values later.
  2228. SHLIB_VERSION_ARG=""
  2229. #====================================================================================
  2230. # Finished checking, handle options.
  2231. # Check whether --enable-experimental was given.
  2232. if test "${enable_experimental+set}" = set; then :
  2233.   enableval=$enable_experimental;
  2234. fi
  2235. EXPERIMENTAL_CODE=0
  2236. if test x$enable_experimental = xyes ; then
  2237. EXPERIMENTAL_CODE=1
  2238. fi
  2239. cat >>confdefs.h <<_ACEOF
  2240. #define ENABLE_EXPERIMENTAL_CODE ${EXPERIMENTAL_CODE}
  2241. _ACEOF
  2242. # Check whether --enable-gcc-werror was given.
  2243. if test "${enable_gcc_werror+set}" = set; then :
  2244.   enableval=$enable_gcc_werror;
  2245. fi
  2246. # Check whether --enable-gcc-pipe was given.
  2247. if test "${enable_gcc_pipe+set}" = set; then :
  2248.   enableval=$enable_gcc_pipe;
  2249. fi
  2250. # Check whether --enable-gcc-opt was given.
  2251. if test "${enable_gcc_opt+set}" = set; then :
  2252.   enableval=$enable_gcc_opt;
  2253. fi
  2254. # Check whether --enable-cpu-clip was given.
  2255. if test "${enable_cpu_clip+set}" = set; then :
  2256.   enableval=$enable_cpu_clip;
  2257. fi
  2258. # Check whether --enable-bow-docs was given.
  2259. if test "${enable_bow_docs+set}" = set; then :
  2260.   enableval=$enable_bow_docs;
  2261. fi
  2262. # Check whether --enable-sqlite was given.
  2263. if test "${enable_sqlite+set}" = set; then :
  2264.   enableval=$enable_sqlite;
  2265. fi
  2266. # Check whether --enable-alsa was given.
  2267. if test "${enable_alsa+set}" = set; then :
  2268.   enableval=$enable_alsa;
  2269. fi
  2270. # Check whether --enable-external-libs was given.
  2271. if test "${enable_external_libs+set}" = set; then :
  2272.   enableval=$enable_external_libs;
  2273. fi
  2274. # Check whether --enable-octave was given.
  2275. if test "${enable_octave+set}" = set; then :
  2276.   enableval=$enable_octave;
  2277. fi
  2278. # Check whether --enable-test-coverage was given.
  2279. if test "${enable_test_coverage+set}" = set; then :
  2280.   enableval=$enable_test_coverage;
  2281. fi
  2282.  if test "$enable_test_coverage" = yes; then
  2283.   ENABLE_TEST_COVERAGE_TRUE=
  2284.   ENABLE_TEST_COVERAGE_FALSE='#'
  2285. else
  2286.   ENABLE_TEST_COVERAGE_TRUE='#'
  2287.   ENABLE_TEST_COVERAGE_FALSE=
  2288. fi
  2289. #====================================================================================
  2290. # Check types and their sizes.
  2291. # The cast to long int works around a bug in the HP C Compiler
  2292. # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
  2293. # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
  2294. # This bug is HP SR number 8606223364.
  2295. { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of wchar_t" >&5
  2296. $as_echo_n "checking size of wchar_t... " >&6; }
  2297. if test "${ac_cv_sizeof_wchar_t+set}" = set; then :
  2298.   $as_echo_n "(cached) " >&6
  2299. else
  2300.   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (wchar_t))" "ac_cv_sizeof_wchar_t"        "$ac_includes_default"; then :
  2301. else
  2302.   if test "$ac_cv_type_wchar_t" = yes; then
  2303.      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in `$ac_pwd':" >&5
  2304. $as_echo "$as_me: error: in `$ac_pwd':" >&2;}
  2305. { as_fn_set_status 77
  2306. as_fn_error "cannot compute sizeof (wchar_t)
  2307. See `config.log' for more details." "$LINENO" 5; }; }
  2308.    else
  2309.      ac_cv_sizeof_wchar_t=0
  2310.    fi
  2311. fi
  2312. fi
  2313. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_wchar_t" >&5
  2314. $as_echo "$ac_cv_sizeof_wchar_t" >&6; }
  2315. cat >>confdefs.h <<_ACEOF
  2316. #define SIZEOF_WCHAR_T $ac_cv_sizeof_wchar_t
  2317. _ACEOF
  2318. # The cast to long int works around a bug in the HP C Compiler
  2319. # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
  2320. # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
  2321. # This bug is HP SR number 8606223364.
  2322. { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of short" >&5
  2323. $as_echo_n "checking size of short... " >&6; }
  2324. if test "${ac_cv_sizeof_short+set}" = set; then :
  2325.   $as_echo_n "(cached) " >&6
  2326. else
  2327.   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (short))" "ac_cv_sizeof_short"        "$ac_includes_default"; then :
  2328. else
  2329.   if test "$ac_cv_type_short" = yes; then
  2330.      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in `$ac_pwd':" >&5
  2331. $as_echo "$as_me: error: in `$ac_pwd':" >&2;}
  2332. { as_fn_set_status 77
  2333. as_fn_error "cannot compute sizeof (short)
  2334. See `config.log' for more details." "$LINENO" 5; }; }
  2335.    else
  2336.      ac_cv_sizeof_short=0
  2337.    fi
  2338. fi
  2339. fi
  2340. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_short" >&5
  2341. $as_echo "$ac_cv_sizeof_short" >&6; }
  2342. cat >>confdefs.h <<_ACEOF
  2343. #define SIZEOF_SHORT $ac_cv_sizeof_short
  2344. _ACEOF
  2345. # The cast to long int works around a bug in the HP C Compiler
  2346. # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
  2347. # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
  2348. # This bug is HP SR number 8606223364.
  2349. { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
  2350. $as_echo_n "checking size of int... " >&6; }
  2351. if test "${ac_cv_sizeof_int+set}" = set; then :
  2352.   $as_echo_n "(cached) " >&6
  2353. else
  2354.   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int"        "$ac_includes_default"; then :
  2355. else
  2356.   if test "$ac_cv_type_int" = yes; then
  2357.      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in `$ac_pwd':" >&5
  2358. $as_echo "$as_me: error: in `$ac_pwd':" >&2;}
  2359. { as_fn_set_status 77
  2360. as_fn_error "cannot compute sizeof (int)
  2361. See `config.log' for more details." "$LINENO" 5; }; }
  2362.    else
  2363.      ac_cv_sizeof_int=0
  2364.    fi
  2365. fi
  2366. fi
  2367. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
  2368. $as_echo "$ac_cv_sizeof_int" >&6; }
  2369. cat >>confdefs.h <<_ACEOF
  2370. #define SIZEOF_INT $ac_cv_sizeof_int
  2371. _ACEOF
  2372. # The cast to long int works around a bug in the HP C Compiler
  2373. # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
  2374. # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
  2375. # This bug is HP SR number 8606223364.
  2376. { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
  2377. $as_echo_n "checking size of long... " >&6; }
  2378. if test "${ac_cv_sizeof_long+set}" = set; then :
  2379.   $as_echo_n "(cached) " >&6
  2380. else
  2381.   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long"        "$ac_includes_default"; then :
  2382. else
  2383.   if test "$ac_cv_type_long" = yes; then
  2384.      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in `$ac_pwd':" >&5
  2385. $as_echo "$as_me: error: in `$ac_pwd':" >&2;}
  2386. { as_fn_set_status 77
  2387. as_fn_error "cannot compute sizeof (long)
  2388. See `config.log' for more details." "$LINENO" 5; }; }
  2389.    else
  2390.      ac_cv_sizeof_long=0
  2391.    fi
  2392. fi
  2393. fi
  2394. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
  2395. $as_echo "$ac_cv_sizeof_long" >&6; }
  2396. cat >>confdefs.h <<_ACEOF
  2397. #define SIZEOF_LONG $ac_cv_sizeof_long
  2398. _ACEOF
  2399. # The cast to long int works around a bug in the HP C Compiler
  2400. # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
  2401. # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
  2402. # This bug is HP SR number 8606223364.
  2403. { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of float" >&5
  2404. $as_echo_n "checking size of float... " >&6; }
  2405. if test "${ac_cv_sizeof_float+set}" = set; then :
  2406.   $as_echo_n "(cached) " >&6
  2407. else
  2408.   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (float))" "ac_cv_sizeof_float"        "$ac_includes_default"; then :
  2409. else
  2410.   if test "$ac_cv_type_float" = yes; then
  2411.      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in `$ac_pwd':" >&5
  2412. $as_echo "$as_me: error: in `$ac_pwd':" >&2;}
  2413. { as_fn_set_status 77
  2414. as_fn_error "cannot compute sizeof (float)
  2415. See `config.log' for more details." "$LINENO" 5; }; }
  2416.    else
  2417.      ac_cv_sizeof_float=0
  2418.    fi
  2419. fi
  2420. fi
  2421. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_float" >&5
  2422. $as_echo "$ac_cv_sizeof_float" >&6; }
  2423. cat >>confdefs.h <<_ACEOF
  2424. #define SIZEOF_FLOAT $ac_cv_sizeof_float
  2425. _ACEOF
  2426. # The cast to long int works around a bug in the HP C Compiler
  2427. # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
  2428. # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
  2429. # This bug is HP SR number 8606223364.
  2430. { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of double" >&5
  2431. $as_echo_n "checking size of double... " >&6; }
  2432. if test "${ac_cv_sizeof_double+set}" = set; then :
  2433.   $as_echo_n "(cached) " >&6
  2434. else
  2435.   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (double))" "ac_cv_sizeof_double"        "$ac_includes_default"; then :
  2436. else
  2437.   if test "$ac_cv_type_double" = yes; then
  2438.      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in `$ac_pwd':" >&5
  2439. $as_echo "$as_me: error: in `$ac_pwd':" >&2;}
  2440. { as_fn_set_status 77
  2441. as_fn_error "cannot compute sizeof (double)
  2442. See `config.log' for more details." "$LINENO" 5; }; }
  2443.    else
  2444.      ac_cv_sizeof_double=0
  2445.    fi
  2446. fi
  2447. fi
  2448. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_double" >&5
  2449. $as_echo "$ac_cv_sizeof_double" >&6; }
  2450. cat >>confdefs.h <<_ACEOF
  2451. #define SIZEOF_DOUBLE $ac_cv_sizeof_double
  2452. _ACEOF
  2453. # The cast to long int works around a bug in the HP C Compiler
  2454. # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
  2455. # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
  2456. # This bug is HP SR number 8606223364.
  2457. { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void*" >&5
  2458. $as_echo_n "checking size of void*... " >&6; }
  2459. if test "${ac_cv_sizeof_voidp+set}" = set; then :
  2460.   $as_echo_n "(cached) " >&6
  2461. else
  2462.   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void*))" "ac_cv_sizeof_voidp"        "$ac_includes_default"; then :
  2463. else
  2464.   if test "$ac_cv_type_voidp" = yes; then
  2465.      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in `$ac_pwd':" >&5
  2466. $as_echo "$as_me: error: in `$ac_pwd':" >&2;}
  2467. { as_fn_set_status 77
  2468. as_fn_error "cannot compute sizeof (void*)
  2469. See `config.log' for more details." "$LINENO" 5; }; }
  2470.    else
  2471.      ac_cv_sizeof_voidp=0
  2472.    fi
  2473. fi
  2474. fi
  2475. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_voidp" >&5
  2476. $as_echo "$ac_cv_sizeof_voidp" >&6; }
  2477. cat >>confdefs.h <<_ACEOF
  2478. #define SIZEOF_VOIDP $ac_cv_sizeof_voidp
  2479. _ACEOF
  2480. # The cast to long int works around a bug in the HP C Compiler
  2481. # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
  2482. # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
  2483. # This bug is HP SR number 8606223364.
  2484. { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of size_t" >&5
  2485. $as_echo_n "checking size of size_t... " >&6; }
  2486. if test "${ac_cv_sizeof_size_t+set}" = set; then :
  2487.   $as_echo_n "(cached) " >&6
  2488. else
  2489.   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (size_t))" "ac_cv_sizeof_size_t"        "$ac_includes_default"; then :
  2490. else
  2491.   if test "$ac_cv_type_size_t" = yes; then
  2492.      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in `$ac_pwd':" >&5
  2493. $as_echo "$as_me: error: in `$ac_pwd':" >&2;}
  2494. { as_fn_set_status 77
  2495. as_fn_error "cannot compute sizeof (size_t)
  2496. See `config.log' for more details." "$LINENO" 5; }; }
  2497.    else
  2498.      ac_cv_sizeof_size_t=0
  2499.    fi
  2500. fi
  2501. fi
  2502. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_size_t" >&5
  2503. $as_echo "$ac_cv_sizeof_size_t" >&6; }
  2504. cat >>confdefs.h <<_ACEOF
  2505. #define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
  2506. _ACEOF
  2507. # The cast to long int works around a bug in the HP C Compiler
  2508. # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
  2509. # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
  2510. # This bug is HP SR number 8606223364.
  2511. { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int64_t" >&5
  2512. $as_echo_n "checking size of int64_t... " >&6; }
  2513. if test "${ac_cv_sizeof_int64_t+set}" = set; then :
  2514.   $as_echo_n "(cached) " >&6
  2515. else
  2516.   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int64_t))" "ac_cv_sizeof_int64_t"        "$ac_includes_default"; then :
  2517. else
  2518.   if test "$ac_cv_type_int64_t" = yes; then
  2519.      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in `$ac_pwd':" >&5
  2520. $as_echo "$as_me: error: in `$ac_pwd':" >&2;}
  2521. { as_fn_set_status 77
  2522. as_fn_error "cannot compute sizeof (int64_t)
  2523. See `config.log' for more details." "$LINENO" 5; }; }
  2524.    else
  2525.      ac_cv_sizeof_int64_t=0
  2526.    fi
  2527. fi
  2528. fi
  2529. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int64_t" >&5
  2530. $as_echo "$ac_cv_sizeof_int64_t" >&6; }
  2531. cat >>confdefs.h <<_ACEOF
  2532. #define SIZEOF_INT64_T $ac_cv_sizeof_int64_t
  2533. _ACEOF
  2534. # The cast to long int works around a bug in the HP C Compiler
  2535. # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
  2536. # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
  2537. # This bug is HP SR number 8606223364.
  2538. { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
  2539. $as_echo_n "checking size of long long... " >&6; }
  2540. if test "${ac_cv_sizeof_long_long+set}" = set; then :
  2541.   $as_echo_n "(cached) " >&6
  2542. else
  2543.   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long"        "$ac_includes_default"; then :
  2544. else
  2545.   if test "$ac_cv_type_long_long" = yes; then
  2546.      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in `$ac_pwd':" >&5
  2547. $as_echo "$as_me: error: in `$ac_pwd':" >&2;}
  2548. { as_fn_set_status 77
  2549. as_fn_error "cannot compute sizeof (long long)
  2550. See `config.log' for more details." "$LINENO" 5; }; }
  2551.    else
  2552.      ac_cv_sizeof_long_long=0
  2553.    fi
  2554. fi
  2555. fi
  2556. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
  2557. $as_echo "$ac_cv_sizeof_long_long" >&6; }
  2558. cat >>confdefs.h <<_ACEOF
  2559. #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
  2560. _ACEOF
  2561. #====================================================================================
  2562. # Find an appropriate type for sf_count_t.
  2563. # On systems supporting files larger than 2 Gig, sf_count_t must be a 64 bit value.
  2564. # Unfortunately there is more than one way of ensuring this so need to do some
  2565. # pretty rigourous testing here.
  2566. unset ac_cv_sizeof_off_t
  2567. # The cast to long int works around a bug in the HP C Compiler
  2568. # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
  2569. # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
  2570. # This bug is HP SR number 8606223364.
  2571. { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of off_t" >&5
  2572. $as_echo_n "checking size of off_t... " >&6; }
  2573. if test "${ac_cv_sizeof_off_t+set}" = set; then :
  2574.   $as_echo_n "(cached) " >&6
  2575. else
  2576.   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (off_t))" "ac_cv_sizeof_off_t"        "$ac_includes_default"; then :
  2577. else
  2578.   if test "$ac_cv_type_off_t" = yes; then
  2579.      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in `$ac_pwd':" >&5
  2580. $as_echo "$as_me: error: in `$ac_pwd':" >&2;}
  2581. { as_fn_set_status 77
  2582. as_fn_error "cannot compute sizeof (off_t)
  2583. See `config.log' for more details." "$LINENO" 5; }; }
  2584.    else
  2585.      ac_cv_sizeof_off_t=0
  2586.    fi
  2587. fi
  2588. fi
  2589. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_off_t" >&5
  2590. $as_echo "$ac_cv_sizeof_off_t" >&6; }
  2591. cat >>confdefs.h <<_ACEOF
  2592. #define SIZEOF_OFF_T $ac_cv_sizeof_off_t
  2593. _ACEOF
  2594. # Fake default value.
  2595. case "$host_os" in
  2596. mingw32msvc | mingw32)
  2597. TYPEOF_SF_COUNT_T="__int64"
  2598. SF_COUNT_MAX="0x7FFFFFFFFFFFFFFFLL"
  2599. SIZEOF_SF_COUNT_T=8
  2600. $as_echo "#define __USE_MINGW_ANSI_STDIO 1" >>confdefs.h
  2601. ;;
  2602. *)
  2603. if test "x$ac_cv_sizeof_off_t" = "x8" ; then
  2604. # If sizeof (off_t) is 8, no further checking is needed.
  2605. TYPEOF_SF_COUNT_T="off_t"
  2606. SF_COUNT_MAX="0x7FFFFFFFFFFFFFFFLL"
  2607. SIZEOF_SF_COUNT_T=8
  2608. else
  2609. # Check for common 64 bit file offset types.
  2610. # The cast to long int works around a bug in the HP C Compiler
  2611. # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
  2612. # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
  2613. # This bug is HP SR number 8606223364.
  2614. { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of loff_t" >&5
  2615. $as_echo_n "checking size of loff_t... " >&6; }
  2616. if test "${ac_cv_sizeof_loff_t+set}" = set; then :
  2617.   $as_echo_n "(cached) " >&6
  2618. else
  2619.   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (loff_t))" "ac_cv_sizeof_loff_t"        "$ac_includes_default"; then :
  2620. else
  2621.   if test "$ac_cv_type_loff_t" = yes; then
  2622.      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in `$ac_pwd':" >&5
  2623. $as_echo "$as_me: error: in `$ac_pwd':" >&2;}
  2624. { as_fn_set_status 77
  2625. as_fn_error "cannot compute sizeof (loff_t)
  2626. See `config.log' for more details." "$LINENO" 5; }; }
  2627.    else
  2628.      ac_cv_sizeof_loff_t=0
  2629.    fi
  2630. fi
  2631. fi
  2632. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_loff_t" >&5
  2633. $as_echo "$ac_cv_sizeof_loff_t" >&6; }
  2634. cat >>confdefs.h <<_ACEOF
  2635. #define SIZEOF_LOFF_T $ac_cv_sizeof_loff_t
  2636. _ACEOF
  2637. # Fake default value.
  2638. # The cast to long int works around a bug in the HP C Compiler
  2639. # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
  2640. # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
  2641. # This bug is HP SR number 8606223364.
  2642. { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of off64_t" >&5
  2643. $as_echo_n "checking size of off64_t... " >&6; }
  2644. if test "${ac_cv_sizeof_off64_t+set}" = set; then :
  2645.   $as_echo_n "(cached) " >&6
  2646. else
  2647.   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (off64_t))" "ac_cv_sizeof_off64_t"        "$ac_includes_default"; then :
  2648. else
  2649.   if test "$ac_cv_type_off64_t" = yes; then
  2650.      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in `$ac_pwd':" >&5
  2651. $as_echo "$as_me: error: in `$ac_pwd':" >&2;}
  2652. { as_fn_set_status 77
  2653. as_fn_error "cannot compute sizeof (off64_t)
  2654. See `config.log' for more details." "$LINENO" 5; }; }
  2655.    else
  2656.      ac_cv_sizeof_off64_t=0
  2657.    fi
  2658. fi
  2659. fi
  2660. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_off64_t" >&5
  2661. $as_echo "$ac_cv_sizeof_off64_t" >&6; }
  2662. cat >>confdefs.h <<_ACEOF
  2663. #define SIZEOF_OFF64_T $ac_cv_sizeof_off64_t
  2664. _ACEOF
  2665. # Fake default value.
  2666. TYPEOF_SF_COUNT_T="unknown"
  2667. if test "x$ac_cv_sizeof_loff_t" = "x8" ; then
  2668. TYPEOF_SF_COUNT_T="loff_t"
  2669. SIZEOF_SF_COUNT_T=8
  2670. elif test "x$ac_cv_sizeof_off64_t" = "x8" ; then
  2671. TYPEOF_SF_COUNT_T="off64_t"
  2672. SIZEOF_SF_COUNT_T=8
  2673. fi
  2674. # Save the old sizeof (off_t) value  and then unset it to see if it
  2675. # changes when Large File Support is enabled.
  2676. pre_largefile_sizeof_off_t=$ac_cv_sizeof_off_t
  2677. unset ac_cv_sizeof_off_t
  2678.    # Check whether --enable-largefile was given.
  2679. if test "${enable_largefile+set}" = set; then :
  2680.   enableval=$enable_largefile;
  2681. fi
  2682.    if test "$enable_largefile" != no; then
  2683.      if test -n "$ac_tool_prefix"; then
  2684.   # Extract the first word of "${ac_tool_prefix}getconf", so it can be a program name with args.
  2685. set dummy ${ac_tool_prefix}getconf; ac_word=$2
  2686. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2687. $as_echo_n "checking for $ac_word... " >&6; }
  2688. if test "${ac_cv_prog_GETCONF+set}" = set; then :
  2689.   $as_echo_n "(cached) " >&6
  2690. else
  2691.   if test -n "$GETCONF"; then
  2692.   ac_cv_prog_GETCONF="$GETCONF" # Let the user override the test.
  2693. else
  2694. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2695. for as_dir in $PATH
  2696. do
  2697.   IFS=$as_save_IFS
  2698.   test -z "$as_dir" && as_dir=.
  2699.     for ac_exec_ext in '' $ac_executable_extensions; do
  2700.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  2701.     ac_cv_prog_GETCONF="${ac_tool_prefix}getconf"
  2702.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  2703.     break 2
  2704.   fi
  2705. done
  2706.   done
  2707. IFS=$as_save_IFS
  2708. fi
  2709. fi
  2710. GETCONF=$ac_cv_prog_GETCONF
  2711. if test -n "$GETCONF"; then
  2712.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GETCONF" >&5
  2713. $as_echo "$GETCONF" >&6; }
  2714. else
  2715.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2716. $as_echo "no" >&6; }
  2717. fi
  2718. fi
  2719. if test -z "$ac_cv_prog_GETCONF"; then
  2720.   ac_ct_GETCONF=$GETCONF
  2721.   # Extract the first word of "getconf", so it can be a program name with args.
  2722. set dummy getconf; ac_word=$2
  2723. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2724. $as_echo_n "checking for $ac_word... " >&6; }
  2725. if test "${ac_cv_prog_ac_ct_GETCONF+set}" = set; then :
  2726.   $as_echo_n "(cached) " >&6
  2727. else
  2728.   if test -n "$ac_ct_GETCONF"; then
  2729.   ac_cv_prog_ac_ct_GETCONF="$ac_ct_GETCONF" # Let the user override the test.
  2730. else
  2731. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2732. for as_dir in $PATH
  2733. do
  2734.   IFS=$as_save_IFS
  2735.   test -z "$as_dir" && as_dir=.
  2736.     for ac_exec_ext in '' $ac_executable_extensions; do
  2737.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  2738.     ac_cv_prog_ac_ct_GETCONF="getconf"
  2739.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  2740.     break 2
  2741.   fi
  2742. done
  2743.   done
  2744. IFS=$as_save_IFS
  2745. fi
  2746. fi
  2747. ac_ct_GETCONF=$ac_cv_prog_ac_ct_GETCONF
  2748. if test -n "$ac_ct_GETCONF"; then
  2749.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GETCONF" >&5
  2750. $as_echo "$ac_ct_GETCONF" >&6; }
  2751. else
  2752.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2753. $as_echo "no" >&6; }
  2754. fi
  2755.   if test "x$ac_ct_GETCONF" = x; then
  2756.     GETCONF=""
  2757.   else
  2758.     case $cross_compiling:$ac_tool_warned in
  2759. yes:)
  2760. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
  2761. $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
  2762. ac_tool_warned=yes ;;
  2763. esac
  2764.     GETCONF=$ac_ct_GETCONF
  2765.   fi
  2766. else
  2767.   GETCONF="$ac_cv_prog_GETCONF"
  2768. fi
  2769.      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFLAGS value to request large file support" >&5
  2770. $as_echo_n "checking for CFLAGS value to request large file support... " >&6; }
  2771. if test "${ac_cv_sys_largefile_CFLAGS+set}" = set; then :
  2772.   $as_echo_n "(cached) " >&6
  2773. else
  2774.   ac_cv_sys_largefile_CFLAGS=`($GETCONF LFS_CFLAGS) 2>/dev/null` || {
  2775. ac_cv_sys_largefile_CFLAGS=no
  2776. case "$host_os" in
  2777.    # IRIX 6.2 and later require cc -n32.
  2778.    irix6.[2-9]* | irix6.1[0-9]* | irix[7-9].* | irix[1-9][0-9]*)
  2779.      if test "$GCC" != yes; then
  2780.        ac_cv_sys_largefile_CFLAGS=-n32
  2781.      fi
  2782.      ac_save_CC="$CC"
  2783.      CC="$CC $ac_cv_sys_largefile_CFLAGS"
  2784.      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2785. /* end confdefs.h.  */
  2786. int
  2787. main ()
  2788. {
  2789.   ;
  2790.   return 0;
  2791. }
  2792. _ACEOF
  2793. if ac_fn_c_try_link "$LINENO"; then :
  2794. else
  2795.   ac_cv_sys_largefile_CFLAGS=no
  2796. fi
  2797. rm -f core conftest.err conftest.$ac_objext 
  2798.     conftest$ac_exeext conftest.$ac_ext
  2799.      CC="$ac_save_CC"
  2800.    esac
  2801.       }
  2802. fi
  2803. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CFLAGS" >&5
  2804. $as_echo "$ac_cv_sys_largefile_CFLAGS" >&6; }
  2805.      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LDFLAGS value to request large file support" >&5
  2806. $as_echo_n "checking for LDFLAGS value to request large file support... " >&6; }
  2807. if test "${ac_cv_sys_largefile_LDFLAGS+set}" = set; then :
  2808.   $as_echo_n "(cached) " >&6
  2809. else
  2810.   ac_cv_sys_largefile_LDFLAGS=`($GETCONF LFS_LDFLAGS) 2>/dev/null` || {
  2811. ac_cv_sys_largefile_LDFLAGS=no
  2812.       }
  2813. fi
  2814. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_LDFLAGS" >&5
  2815. $as_echo "$ac_cv_sys_largefile_LDFLAGS" >&6; }
  2816.      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBS value to request large file support" >&5
  2817. $as_echo_n "checking for LIBS value to request large file support... " >&6; }
  2818. if test "${ac_cv_sys_largefile_LIBS+set}" = set; then :
  2819.   $as_echo_n "(cached) " >&6
  2820. else
  2821.   ac_cv_sys_largefile_LIBS=`($GETCONF LFS_LIBS) 2>/dev/null` || {
  2822. ac_cv_sys_largefile_LIBS=no
  2823.       }
  2824. fi
  2825. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_LIBS" >&5
  2826. $as_echo "$ac_cv_sys_largefile_LIBS" >&6; }
  2827.      for ac_flag in $ac_cv_sys_largefile_CFLAGS no; do
  2828.        case "$ac_flag" in
  2829.        no) ;;
  2830.        -D_FILE_OFFSET_BITS=*) ;;
  2831.        -D_LARGEFILE_SOURCE | -D_LARGEFILE_SOURCE=*) ;;
  2832.        -D_LARGE_FILES | -D_LARGE_FILES=*) ;;
  2833.        -D?* | -I?*)
  2834.  case "$ac_flag" in
  2835.    no) ;;
  2836.    ?*)
  2837.      case "$CPPFLAGS" in
  2838.      '') CPPFLAGS="$ac_flag" ;;
  2839.      *) CPPFLAGS=$CPPFLAGS' '"$ac_flag" ;;
  2840.      esac ;;
  2841.    esac ;;
  2842.        *)
  2843.  case "$ac_flag" in
  2844.    no) ;;
  2845.    ?*)
  2846.      case "$CFLAGS" in
  2847.      '') CFLAGS="$ac_flag" ;;
  2848.      *) CFLAGS=$CFLAGS' '"$ac_flag" ;;
  2849.      esac ;;
  2850.    esac ;;
  2851.        esac
  2852.      done
  2853.      case "$ac_cv_sys_largefile_LDFLAGS" in
  2854.    no) ;;
  2855.    ?*)
  2856.      case "$LDFLAGS" in
  2857.      '') LDFLAGS="$ac_cv_sys_largefile_LDFLAGS" ;;
  2858.      *) LDFLAGS=$LDFLAGS' '"$ac_cv_sys_largefile_LDFLAGS" ;;
  2859.      esac ;;
  2860.    esac
  2861.      case "$ac_cv_sys_largefile_LIBS" in
  2862.    no) ;;
  2863.    ?*)
  2864.      case "$LIBS" in
  2865.      '') LIBS="$ac_cv_sys_largefile_LIBS" ;;
  2866.      *) LIBS=$LIBS' '"$ac_cv_sys_largefile_LIBS" ;;
  2867.      esac ;;
  2868.    esac
  2869.      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS" >&5
  2870. $as_echo_n "checking for _FILE_OFFSET_BITS... " >&6; }
  2871. if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
  2872.   $as_echo_n "(cached) " >&6
  2873. else
  2874.   ac_cv_sys_file_offset_bits=no
  2875.       for ac_flag in $ac_cv_sys_largefile_CFLAGS no; do
  2876. case "$ac_flag" in
  2877. -D_FILE_OFFSET_BITS)
  2878.   ac_cv_sys_file_offset_bits=1 ;;
  2879. -D_FILE_OFFSET_BITS=*)
  2880.   ac_cv_sys_file_offset_bits=`expr " $ac_flag" : '[^=]*=(.*)'` ;;
  2881. esac
  2882.       done
  2883. fi
  2884. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
  2885. $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
  2886.    if test "$ac_cv_sys_file_offset_bits" != no; then
  2887. cat >>confdefs.h <<_ACEOF
  2888. #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
  2889. _ACEOF
  2890.    fi
  2891.        case "$host_os" in
  2892. # HP-UX 10.20 and later
  2893. hpux10.[2-9][0-9]* | hpux1[1-9]* | hpux[2-9][0-9]*)
  2894.   ac_cv_sys_file_offset_bits=64 ;;
  2895. esac
  2896.      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGEFILE_SOURCE" >&5
  2897. $as_echo_n "checking for _LARGEFILE_SOURCE... " >&6; }
  2898. if test "${ac_cv_sys_largefile_source+set}" = set; then :
  2899.   $as_echo_n "(cached) " >&6
  2900. else
  2901.   ac_cv_sys_largefile_source=no
  2902.       case "$host_os" in
  2903. # HP-UX 10.20 and later
  2904. hpux10.[2-9][0-9]* | hpux1[1-9]* | hpux[2-9][0-9]*)
  2905.   ac_cv_sys_largefile_source=1 ;;
  2906. esac
  2907.       for ac_flag in $ac_cv_sys_largefile_CFLAGS no; do
  2908. case "$ac_flag" in
  2909. -D_LARGEFILE_SOURCE)
  2910.   ac_cv_sys_largefile_source=1 ;;
  2911. -D_LARGEFILE_SOURCE=*)
  2912.   ac_cv_sys_largefile_source=`expr " $ac_flag" : '[^=]*=(.*)'` ;;
  2913. esac
  2914.       done
  2915. fi
  2916. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_source" >&5
  2917. $as_echo "$ac_cv_sys_largefile_source" >&6; }
  2918.    if test "$ac_cv_sys_largefile_source" != no; then
  2919. cat >>confdefs.h <<_ACEOF
  2920. #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
  2921. _ACEOF
  2922.    fi
  2923.      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES" >&5
  2924. $as_echo_n "checking for _LARGE_FILES... " >&6; }
  2925. if test "${ac_cv_sys_large_files+set}" = set; then :
  2926.   $as_echo_n "(cached) " >&6
  2927. else
  2928.   ac_cv_sys_large_files=no
  2929.       case "$host_os" in
  2930. # AIX 4.2 and later
  2931. aix4.[2-9]* | aix4.1[0-9]* | aix[5-9].* | aix[1-9][0-9]*)
  2932.   ac_cv_sys_large_files=1 ;;
  2933. esac
  2934.       for ac_flag in $ac_cv_sys_largefile_CFLAGS no; do
  2935. case "$ac_flag" in
  2936. -D_LARGE_FILES)
  2937.   ac_cv_sys_large_files=1 ;;
  2938. -D_LARGE_FILES=*)
  2939.   ac_cv_sys_large_files=`expr " $ac_flag" : '[^=]*=(.*)'` ;;
  2940. esac
  2941.       done
  2942. fi
  2943. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
  2944. $as_echo "$ac_cv_sys_large_files" >&6; }
  2945.    if test "$ac_cv_sys_large_files" != no; then
  2946. cat >>confdefs.h <<_ACEOF
  2947. #define _LARGE_FILES $ac_cv_sys_large_files
  2948. _ACEOF
  2949.    fi
  2950.    fi
  2951. if test "x$ac_cv_sys_largefile_CFLAGS" = "xno" ; then
  2952. ac_cv_sys_largefile_CFLAGS=""
  2953. fi
  2954. if test "x$ac_cv_sys_largefile_LDFLAGS" = "xno" ; then
  2955. ac_cv_sys_largefile_LDFLAGS=""
  2956. fi
  2957. if test "x$ac_cv_sys_largefile_LIBS" = "xno" ; then
  2958. ac_cv_sys_largefile_LIBS=""
  2959. fi
  2960. # The cast to long int works around a bug in the HP C Compiler
  2961. # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
  2962. # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
  2963. # This bug is HP SR number 8606223364.
  2964. { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of off_t" >&5
  2965. $as_echo_n "checking size of off_t... " >&6; }
  2966. if test "${ac_cv_sizeof_off_t+set}" = set; then :
  2967.   $as_echo_n "(cached) " >&6
  2968. else
  2969.   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (off_t))" "ac_cv_sizeof_off_t"        "$ac_includes_default"; then :
  2970. else
  2971.   if test "$ac_cv_type_off_t" = yes; then
  2972.      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in `$ac_pwd':" >&5
  2973. $as_echo "$as_me: error: in `$ac_pwd':" >&2;}
  2974. { as_fn_set_status 77
  2975. as_fn_error "cannot compute sizeof (off_t)
  2976. See `config.log' for more details." "$LINENO" 5; }; }
  2977.    else
  2978.      ac_cv_sizeof_off_t=0
  2979.    fi
  2980. fi
  2981. fi
  2982. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_off_t" >&5
  2983. $as_echo "$ac_cv_sizeof_off_t" >&6; }
  2984. cat >>confdefs.h <<_ACEOF
  2985. #define SIZEOF_OFF_T $ac_cv_sizeof_off_t
  2986. _ACEOF
  2987. # Fake default value.
  2988. if test "x$ac_cv_sizeof_off_t" = "x8" ; then
  2989. SF_COUNT_MAX="0x7FFFFFFFFFFFFFFFLL"
  2990. elif test "x$ac_cv_sizeof_off_t" = "x$pre_largefile_sizeof_off_t" ; then
  2991. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: This machine does not seem to support 64 bit file offsets." >&5
  2992. $as_echo "$as_me: WARNING: This machine does not seem to support 64 bit file offsets." >&2;}
  2993. TYPEOF_SF_COUNT_T="off_t"
  2994. SIZEOF_SF_COUNT_T=$ac_cv_sizeof_off_t
  2995. elif test "x$TYPEOF_SF_COUNT_T" = "xunknown" ; then
  2996. echo
  2997. echo "*** The configure process has determined that this system is capable"
  2998. echo "*** of Large File Support but has not been able to find a type which"
  2999. echo "*** is an unambiguous 64 bit file offset."
  3000. echo "*** Please contact the author to help resolve this problem."
  3001. echo
  3002. as_fn_error "Bad file offset type." "$LINENO" 5
  3003. fi
  3004. fi
  3005. ;;
  3006. esac
  3007. if test $SIZEOF_SF_COUNT_T = 4 ; then
  3008. SF_COUNT_MAX="0x7FFFFFFF"
  3009. fi
  3010. cat >>confdefs.h <<_ACEOF
  3011. #define TYPEOF_SF_COUNT_T ${TYPEOF_SF_COUNT_T}
  3012. _ACEOF
  3013. cat >>confdefs.h <<_ACEOF
  3014. #define SIZEOF_SF_COUNT_T ${SIZEOF_SF_COUNT_T}
  3015. _ACEOF
  3016. cat >>confdefs.h <<_ACEOF
  3017. #define SF_COUNT_MAX ${SF_COUNT_MAX}
  3018. _ACEOF
  3019. ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
  3020. if test "x$ac_cv_type_ssize_t" = x""yes; then :
  3021. cat >>confdefs.h <<_ACEOF
  3022. #define HAVE_SSIZE_T 1
  3023. _ACEOF
  3024. fi
  3025. # The cast to long int works around a bug in the HP C Compiler
  3026. # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
  3027. # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
  3028. # This bug is HP SR number 8606223364.
  3029. { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of ssize_t" >&5
  3030. $as_echo_n "checking size of ssize_t... " >&6; }
  3031. if test "${ac_cv_sizeof_ssize_t+set}" = set; then :
  3032.   $as_echo_n "(cached) " >&6
  3033. else
  3034.   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (ssize_t))" "ac_cv_sizeof_ssize_t"        "$ac_includes_default"; then :
  3035. else
  3036.   if test "$ac_cv_type_ssize_t" = yes; then
  3037.      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in `$ac_pwd':" >&5
  3038. $as_echo "$as_me: error: in `$ac_pwd':" >&2;}
  3039. { as_fn_set_status 77
  3040. as_fn_error "cannot compute sizeof (ssize_t)
  3041. See `config.log' for more details." "$LINENO" 5; }; }
  3042.    else
  3043.      ac_cv_sizeof_ssize_t=0
  3044.    fi
  3045. fi
  3046. fi
  3047. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_ssize_t" >&5
  3048. $as_echo "$ac_cv_sizeof_ssize_t" >&6; }
  3049. cat >>confdefs.h <<_ACEOF
  3050. #define SIZEOF_SSIZE_T $ac_cv_sizeof_ssize_t
  3051. _ACEOF
  3052. #====================================================================================
  3053. # Determine endian-ness of target processor.
  3054. { $as_echo "$as_me:${as_lineno-$LINENO}: checking processor byte ordering" >&5
  3055. $as_echo_n "checking processor byte ordering... " >&6; }
  3056. if test "${ac_cv_c_byte_order+set}" = set; then :
  3057.   $as_echo_n "(cached) " >&6
  3058. else
  3059.   # Initialize to unknown
  3060. ac_cv_c_byte_order=unknown
  3061. if test x$ac_cv_header_endian_h = xyes ; then
  3062. # First try <endian.h> which should set BYTE_ORDER.
  3063. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  3064. /* end confdefs.h.  */
  3065. #include <endian.h>
  3066. #if BYTE_ORDER != LITTLE_ENDIAN
  3067. not big endian
  3068. #endif
  3069. int
  3070. main ()
  3071. {
  3072. return 0 ;
  3073.   ;
  3074.   return 0;
  3075. }
  3076. _ACEOF
  3077. if ac_fn_c_try_link "$LINENO"; then :
  3078.   ac_cv_c_byte_order=little
  3079. fi
  3080. rm -f core conftest.err conftest.$ac_objext 
  3081.     conftest$ac_exeext conftest.$ac_ext
  3082. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  3083. /* end confdefs.h.  */
  3084. #include <endian.h>
  3085. #if BYTE_ORDER != BIG_ENDIAN
  3086. not big endian
  3087. #endif
  3088. int
  3089. main ()
  3090. {
  3091. return 0 ;
  3092.   ;
  3093.   return 0;
  3094. }
  3095. _ACEOF
  3096. if ac_fn_c_try_link "$LINENO"; then :
  3097.   ac_cv_c_byte_order=big
  3098. fi
  3099. rm -f core conftest.err conftest.$ac_objext 
  3100.     conftest$ac_exeext conftest.$ac_ext
  3101. fi
  3102. if test $ac_cv_c_byte_order = unknown ; then
  3103. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  3104. /* end confdefs.h.  */
  3105. #include <sys/types.h>
  3106. #include <sys/param.h>
  3107. #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
  3108. bogus endian macros
  3109. #endif
  3110. int
  3111. main ()
  3112. {
  3113. return 0 ;
  3114.   ;
  3115.   return 0;
  3116. }
  3117. _ACEOF
  3118. if ac_fn_c_try_link "$LINENO"; then :
  3119.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  3120. /* end confdefs.h.  */
  3121. #include <sys/types.h>
  3122. #include <sys/param.h>
  3123. #if BYTE_ORDER != LITTLE_ENDIAN
  3124. not big endian
  3125. #endif
  3126. int
  3127. main ()
  3128. {
  3129. return 0 ;
  3130.   ;
  3131.   return 0;
  3132. }
  3133. _ACEOF
  3134. if ac_fn_c_try_link "$LINENO"; then :
  3135.   ac_cv_c_byte_order=little
  3136. fi
  3137. rm -f core conftest.err conftest.$ac_objext 
  3138.     conftest$ac_exeext conftest.$ac_ext
  3139. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  3140. /* end confdefs.h.  */
  3141. #include <sys/types.h>
  3142. #include <sys/param.h>
  3143. #if BYTE_ORDER != LITTLE_ENDIAN
  3144. not big endian
  3145. #endif
  3146. int
  3147. main ()
  3148. {
  3149. return 0 ;
  3150.   ;
  3151.   return 0;
  3152. }
  3153. _ACEOF
  3154. if ac_fn_c_try_link "$LINENO"; then :
  3155.   ac_cv_c_byte_order=little
  3156. fi
  3157. rm -f core conftest.err conftest.$ac_objext 
  3158.     conftest$ac_exeext conftest.$ac_ext
  3159. fi
  3160. rm -f core conftest.err conftest.$ac_objext 
  3161.     conftest$ac_exeext conftest.$ac_ext
  3162.   fi
  3163. if test $ac_cv_c_byte_order = unknown ; then
  3164. if test $cross_compiling = yes ; then
  3165. # This is the last resort. Try to guess the target processor endian-ness
  3166. # by looking at the target CPU type.
  3167. case "$target_cpu" in
  3168. alpha* | i?86* | mipsel* | ia64*)
  3169. ac_cv_c_byte_order=little
  3170. ;;
  3171. m68* | mips* | powerpc* | hppa* | sparc*)
  3172. ac_cv_c_byte_order=big
  3173. ;;
  3174. esac
  3175. else
  3176. if test "$cross_compiling" = yes; then :
  3177.   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in `$ac_pwd':" >&5
  3178. $as_echo "$as_me: error: in `$ac_pwd':" >&2;}
  3179. as_fn_error "cannot run test program while cross compiling
  3180. See `config.log' for more details." "$LINENO" 5; }
  3181. else
  3182.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  3183. /* end confdefs.h.  */
  3184. int main (void)
  3185. { /* Are we little or big endian?  From Harbison&Steele.  */
  3186. union
  3187. { long l ;
  3188. char c [sizeof (long)] ;
  3189. } u ;
  3190. u.l = 1 ;
  3191. return (u.c [sizeof (long) - 1] == 1);
  3192. }
  3193. _ACEOF
  3194. if ac_fn_c_try_run "$LINENO"; then :
  3195. else
  3196.   ac_cv_c_byte_order=big
  3197. fi
  3198. rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext 
  3199.   conftest.$ac_objext conftest.beam conftest.$ac_ext
  3200. fi
  3201. if test "$cross_compiling" = yes; then :
  3202.   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in `$ac_pwd':" >&5
  3203. $as_echo "$as_me: error: in `$ac_pwd':" >&2;}
  3204. as_fn_error "cannot run test program while cross compiling
  3205. See `config.log' for more details." "$LINENO" 5; }
  3206. else
  3207.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  3208. /* end confdefs.h.  */
  3209. int main (void)
  3210. { /* Are we little or big endian?  From Harbison&Steele.  */
  3211. union
  3212. { long l ;
  3213. char c [sizeof (long)] ;
  3214. } u ;
  3215. u.l = 1 ;
  3216. return (u.c [0] == 1);
  3217. }
  3218. _ACEOF
  3219. if ac_fn_c_try_run "$LINENO"; then :
  3220. else
  3221.   ac_cv_c_byte_order=little
  3222. fi
  3223. rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext 
  3224.   conftest.$ac_objext conftest.beam conftest.$ac_ext
  3225. fi
  3226. fi
  3227. fi
  3228. fi
  3229. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_byte_order" >&5
  3230. $as_echo "$ac_cv_c_byte_order" >&6; }
  3231. if test $ac_cv_c_byte_order = big ; then
  3232. ac_cv_c_big_endian=1
  3233. ac_cv_c_little_endian=0
  3234. elif test $ac_cv_c_byte_order = little ; then
  3235. ac_cv_c_big_endian=0
  3236. ac_cv_c_little_endian=1
  3237. else
  3238. ac_cv_c_big_endian=0
  3239. ac_cv_c_little_endian=0
  3240. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *****************************************************************" >&5
  3241. $as_echo "$as_me: WARNING: *****************************************************************" >&2;}
  3242. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** Not able to determine endian-ness of target processor.       " >&5
  3243. $as_echo "$as_me: WARNING: *** Not able to determine endian-ness of target processor.       " >&2;}
  3244. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** The constants CPU_IS_BIG_ENDIAN and CPU_IS_LITTLE_ENDIAN in  " >&5
  3245. $as_echo "$as_me: WARNING: *** The constants CPU_IS_BIG_ENDIAN and CPU_IS_LITTLE_ENDIAN in  " >&2;}
  3246. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** src/config.h may need to be hand editied.                    " >&5
  3247. $as_echo "$as_me: WARNING: *** src/config.h may need to be hand editied.                    " >&2;}
  3248. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *****************************************************************" >&5
  3249. $as_echo "$as_me: WARNING: *****************************************************************" >&2;}
  3250. fi
  3251. cat >>confdefs.h <<_ACEOF
  3252. #define CPU_IS_BIG_ENDIAN ${ac_cv_c_big_endian}
  3253. _ACEOF
  3254. cat >>confdefs.h <<_ACEOF
  3255. #define CPU_IS_LITTLE_ENDIAN ${ac_cv_c_little_endian}
  3256. _ACEOF
  3257. cat >>confdefs.h <<_ACEOF
  3258. #define WORDS_BIGENDIAN ${ac_cv_c_big_endian}
  3259. _ACEOF
  3260. #====================================================================================
  3261. # Check for functions.
  3262. for ac_func in malloc calloc realloc free
  3263. do :
  3264.   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
  3265. ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
  3266. eval as_val=$$as_ac_var
  3267.    if test "x$as_val" = x""yes; then :
  3268.   cat >>confdefs.h <<_ACEOF
  3269. #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
  3270. _ACEOF
  3271. fi
  3272. done
  3273. for ac_func in open read write lseek pread pwrite
  3274. do :
  3275.   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
  3276. ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
  3277. eval as_val=$$as_ac_var
  3278.    if test "x$as_val" = x""yes; then :
  3279.   cat >>confdefs.h <<_ACEOF
  3280. #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
  3281. _ACEOF
  3282. fi
  3283. done
  3284. for ac_func in fstat ftruncate fsync
  3285. do :
  3286.   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
  3287. ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
  3288. eval as_val=$$as_ac_var
  3289.    if test "x$as_val" = x""yes; then :
  3290.   cat >>confdefs.h <<_ACEOF
  3291. #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
  3292. _ACEOF
  3293. fi
  3294. done
  3295. for ac_func in snprintf vsnprintf
  3296. do :
  3297.   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
  3298. ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
  3299. eval as_val=$$as_ac_var
  3300.    if test "x$as_val" = x""yes; then :
  3301.   cat >>confdefs.h <<_ACEOF
  3302. #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
  3303. _ACEOF
  3304. fi
  3305. done
  3306. for ac_func in gmtime gmtime_r localtime localtime_r gettimeofday
  3307. do :
  3308.   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
  3309. ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
  3310. eval as_val=$$as_ac_var
  3311.    if test "x$as_val" = x""yes; then :
  3312.   cat >>confdefs.h <<_ACEOF
  3313. #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
  3314. _ACEOF
  3315. fi
  3316. done
  3317. for ac_func in mmap getpagesize
  3318. do :
  3319.   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
  3320. ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
  3321. eval as_val=$$as_ac_var
  3322.    if test "x$as_val" = x""yes; then :
  3323.   cat >>confdefs.h <<_ACEOF
  3324. #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
  3325. _ACEOF
  3326. fi
  3327. done
  3328. for ac_func in setlocale
  3329. do :
  3330.   ac_fn_c_check_func "$LINENO" "setlocale" "ac_cv_func_setlocale"
  3331. if test "x$ac_cv_func_setlocale" = x""yes; then :
  3332.   cat >>confdefs.h <<_ACEOF
  3333. #define HAVE_SETLOCALE 1
  3334. _ACEOF
  3335. fi
  3336. done
  3337. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for floor in -lm" >&5
  3338. $as_echo_n "checking for floor in -lm... " >&6; }
  3339. if test "${ac_cv_lib_m_floor+set}" = set; then :
  3340.   $as_echo_n "(cached) " >&6
  3341. else
  3342.   ac_check_lib_save_LIBS=$LIBS
  3343. LIBS="-lm  $LIBS"
  3344. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  3345. /* end confdefs.h.  */
  3346. /* Override any GCC internal prototype to avoid an error.
  3347.    Use char because int might match the return type of a GCC
  3348.    builtin and then its argument prototype would still apply.  */
  3349. #ifdef __cplusplus
  3350. extern "C"
  3351. #endif
  3352. char floor ();
  3353. int
  3354. main ()
  3355. {
  3356. return floor ();
  3357.   ;
  3358.   return 0;
  3359. }
  3360. _ACEOF
  3361. if ac_fn_c_try_link "$LINENO"; then :
  3362.   ac_cv_lib_m_floor=yes
  3363. else
  3364.   ac_cv_lib_m_floor=no
  3365. fi
  3366. rm -f core conftest.err conftest.$ac_objext 
  3367.     conftest$ac_exeext conftest.$ac_ext
  3368. LIBS=$ac_check_lib_save_LIBS
  3369. fi
  3370. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_floor" >&5
  3371. $as_echo "$ac_cv_lib_m_floor" >&6; }
  3372. if test "x$ac_cv_lib_m_floor" = x""yes; then :
  3373.   cat >>confdefs.h <<_ACEOF
  3374. #define HAVE_LIBM 1
  3375. _ACEOF
  3376.   LIBS="-lm $LIBS"
  3377. fi
  3378. for ac_func in floor ceil fmod
  3379. do :
  3380.   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
  3381. ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
  3382. eval as_val=$$as_ac_var
  3383.    if test "x$as_val" = x""yes; then :
  3384.   cat >>confdefs.h <<_ACEOF
  3385. #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
  3386. _ACEOF
  3387. fi
  3388. done
  3389. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lrint" >&5
  3390. $as_echo_n "checking for lrint... " >&6; }
  3391. if test "${ac_cv_c99_lrint+set}" = set; then :
  3392.   $as_echo_n "(cached) " >&6
  3393. else
  3394. lrint_save_CFLAGS=$CFLAGS
  3395. CFLAGS="-lm"
  3396. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  3397. /* end confdefs.h.  */
  3398. #define _ISOC9X_SOURCE 1
  3399. #define  _ISOC99_SOURCE 1
  3400. #define __USE_ISOC99 1
  3401. #define  __USE_ISOC9X 1
  3402. #include <math.h>
  3403. int
  3404. main ()
  3405. {
  3406. if (!lrint(3.14159)) lrint(2.7183);
  3407.   ;
  3408.   return 0;
  3409. }
  3410. _ACEOF
  3411. if ac_fn_c_try_link "$LINENO"; then :
  3412.   ac_cv_c99_lrint=yes
  3413. else
  3414.   ac_cv_c99_lrint=no
  3415. fi
  3416. rm -f core conftest.err conftest.$ac_objext 
  3417.     conftest$ac_exeext conftest.$ac_ext
  3418. CFLAGS=$lrint_save_CFLAGS
  3419. fi
  3420. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c99_lrint" >&5
  3421. $as_echo "$ac_cv_c99_lrint" >&6; }
  3422. if test "$ac_cv_c99_lrint" = yes; then
  3423. $as_echo "#define HAVE_LRINT 1" >>confdefs.h
  3424. fi
  3425. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lrintf" >&5
  3426. $as_echo_n "checking for lrintf... " >&6; }
  3427. if test "${ac_cv_c99_lrintf+set}" = set; then :
  3428.   $as_echo_n "(cached) " >&6
  3429. else
  3430. lrintf_save_CFLAGS=$CFLAGS
  3431. CFLAGS="-lm"
  3432. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  3433. /* end confdefs.h.  */
  3434. #define _ISOC9X_SOURCE 1
  3435. #define  _ISOC99_SOURCE 1
  3436. #define __USE_ISOC99 1
  3437. #define  __USE_ISOC9X 1
  3438. #include <math.h>
  3439. int
  3440. main ()
  3441. {
  3442. if (!lrintf(3.14159)) lrintf(2.7183);
  3443.   ;
  3444.   return 0;
  3445. }
  3446. _ACEOF
  3447. if ac_fn_c_try_link "$LINENO"; then :
  3448.   ac_cv_c99_lrintf=yes
  3449. else
  3450.   ac_cv_c99_lrintf=no
  3451. fi
  3452. rm -f core conftest.err conftest.$ac_objext 
  3453.     conftest$ac_exeext conftest.$ac_ext
  3454. CFLAGS=$lrintf_save_CFLAGS
  3455. fi
  3456. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c99_lrintf" >&5
  3457. $as_echo "$ac_cv_c99_lrintf" >&6; }
  3458. if test "$ac_cv_c99_lrintf" = yes; then
  3459. $as_echo "#define HAVE_LRINTF 1" >>confdefs.h
  3460. fi
  3461. #====================================================================================
  3462. # Check for requirements for building plugins for other languages/enviroments.
  3463. if test x$cross_compiling = xno ; then
  3464. if test x$enable_octave = xno ; then
  3465.  if false; then
  3466.   BUILD_OCTAVE_MOD_TRUE=
  3467.   BUILD_OCTAVE_MOD_FALSE='#'
  3468. else
  3469.   BUILD_OCTAVE_MOD_TRUE='#'
  3470.   BUILD_OCTAVE_MOD_FALSE=
  3471. fi
  3472. else
  3473. OCTAVE_BUILD=no
  3474. # Check whether --with-octave was given.
  3475. if test "${with_octave+set}" = set; then :
  3476.   withval=$with_octave;  with_octave=$withval
  3477. fi
  3478. test -z "$with_octave" && with_octave=octave
  3479. # Extract the first word of "$with_octave", so it can be a program name with args.
  3480. set dummy $with_octave; ac_word=$2
  3481. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  3482. $as_echo_n "checking for $ac_word... " >&6; }
  3483. if test "${ac_cv_prog_HAVE_OCTAVE+set}" = set; then :
  3484.   $as_echo_n "(cached) " >&6
  3485. else
  3486.   if test -n "$HAVE_OCTAVE"; then
  3487.   ac_cv_prog_HAVE_OCTAVE="$HAVE_OCTAVE" # Let the user override the test.
  3488. else
  3489. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  3490. for as_dir in $PATH
  3491. do
  3492.   IFS=$as_save_IFS
  3493.   test -z "$as_dir" && as_dir=.
  3494.     for ac_exec_ext in '' $ac_executable_extensions; do
  3495.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  3496.     ac_cv_prog_HAVE_OCTAVE="yes"
  3497.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  3498.     break 2
  3499.   fi
  3500. done
  3501.   done
  3502. IFS=$as_save_IFS
  3503.   test -z "$ac_cv_prog_HAVE_OCTAVE" && ac_cv_prog_HAVE_OCTAVE="no"
  3504. fi
  3505. fi
  3506. HAVE_OCTAVE=$ac_cv_prog_HAVE_OCTAVE
  3507. if test -n "$HAVE_OCTAVE"; then
  3508.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAVE_OCTAVE" >&5
  3509. $as_echo "$HAVE_OCTAVE" >&6; }
  3510. else
  3511.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  3512. $as_echo "no" >&6; }
  3513. fi
  3514. if test "x$ac_cv_prog_HAVE_OCTAVE" = "xyes" ; then
  3515. OCTAVE=$with_octave
  3516. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OCTAVE_VERSION in $OCTAVE" >&5
  3517. $as_echo_n "checking for OCTAVE_VERSION in $OCTAVE... " >&6; }
  3518. OCTAVE_VERSION=`TERM=;$OCTAVE -qfH --eval "disp(OCTAVE_VERSION)"`
  3519. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OCTAVE_VERSION" >&5
  3520. $as_echo "$OCTAVE_VERSION" >&6; }
  3521. fi