ltconfig
上传用户:tsgydb
上传日期:2007-04-14
资源大小:10674k
文件大小:96k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. #! /bin/sh
  2. # ltconfig - Create a system-specific libtool.
  3. # Copyright (C) 1996-1999 Free Software Foundation, Inc.
  4. # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
  5. #
  6. # This file is free software; you can redistribute it and/or modify it
  7. # under the terms of the GNU General Public License as published by
  8. # the Free Software Foundation; either version 2 of the License, or
  9. # (at your option) any later version.
  10. #
  11. # This program is distributed in the hope that it will be useful, but
  12. # WITHOUT ANY WARRANTY; without even the implied warranty of
  13. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  14. # General Public License for more details.
  15. #
  16. # You should have received a copy of the GNU General Public License
  17. # along with this program; if not, write to the Free Software
  18. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  19. #
  20. # As a special exception to the GNU General Public License, if you
  21. # distribute this file as part of a program that contains a
  22. # configuration script generated by Autoconf, you may include it under
  23. # the same distribution terms that you use for the rest of that program.
  24. # A lot of this script is taken from autoconf-2.10.
  25. # Check that we are running under the correct shell.
  26. SHELL=${CONFIG_SHELL-/bin/sh}
  27. echo=echo
  28. if test "X$1" = X--no-reexec; then
  29.   # Discard the --no-reexec flag, and continue.
  30.   shift
  31. elif test "X$1" = X--fallback-echo; then
  32.   # Avoid inline document here, it may be left over
  33.   :
  34. elif test "X`($echo 't') 2>/dev/null`" = 'Xt'; then
  35.   # Yippee, $echo works!
  36.   :
  37. else
  38.   # Restart under the correct shell.
  39.   exec "$SHELL" "$0" --no-reexec ${1+"$@"}
  40. fi
  41. if test "X$1" = X--fallback-echo; then
  42.   # used as fallback echo
  43.   shift
  44.   cat <<EOF
  45. $*
  46. EOF
  47.   exit 0
  48. fi
  49. # Find the correct PATH separator.  Usually this is `:', but
  50. # DJGPP uses `;' like DOS.
  51. if test "X${PATH_SEPARATOR+set}" != Xset; then
  52.   UNAME=${UNAME-`uname 2>/dev/null`}
  53.   case X$UNAME in
  54.     *-DOS) PATH_SEPARATOR=';' ;;
  55.     *)     PATH_SEPARATOR=':' ;;
  56.   esac
  57. fi
  58. # The HP-UX ksh and POSIX shell print the target directory to stdout
  59. # if CDPATH is set.
  60. if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
  61. if test "X${echo_test_string+set}" != Xset; then
  62.   # find a string as large as possible, as long as the shell can cope with it
  63.   for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
  64.     # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
  65.     if (echo_test_string="`eval $cmd`") 2>/dev/null &&
  66.        echo_test_string="`eval $cmd`" &&
  67.        (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null; then
  68.       break
  69.     fi
  70.   done
  71. fi
  72. if test "X`($echo 't') 2>/dev/null`" != 'Xt' ||
  73.    test "X`($echo "$echo_test_string") 2>/dev/null`" != X"$echo_test_string"; then
  74.   # The Solaris, AIX, and Digital Unix default echo programs unquote
  75.   # backslashes.  This makes it impossible to quote backslashes using
  76.   #   echo "$something" | sed 's/\/\\/g'
  77.   #
  78.   # So, first we look for a working echo in the user's PATH.
  79.   IFS="${IFS=  }"; save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR}"
  80.   for dir in $PATH /usr/ucb; do
  81.     if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
  82.        test "X`($dir/echo 't') 2>/dev/null`" = 'Xt' &&
  83.        test "X`($dir/echo "$echo_test_string") 2>/dev/null`" = X"$echo_test_string"; then
  84.       echo="$dir/echo"
  85.       break
  86.     fi
  87.   done
  88.   IFS="$save_ifs"
  89.   if test "X$echo" = Xecho; then
  90.     # We didn't find a better echo, so look for alternatives.
  91.     if test "X`(print -r 't') 2>/dev/null`" = 'Xt' &&
  92.        test "X`(print -r "$echo_test_string") 2>/dev/null`" = X"$echo_test_string"; then
  93.       # This shell has a builtin print -r that does the trick.
  94.       echo='print -r'
  95.     elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
  96.  test "X$CONFIG_SHELL" != X/bin/ksh; then
  97.       # If we have ksh, try running ltconfig again with it.
  98.       ORIGINAL_CONFIG_SHELL="${CONFIG_SHELL-/bin/sh}"
  99.       export ORIGINAL_CONFIG_SHELL
  100.       CONFIG_SHELL=/bin/ksh
  101.       export CONFIG_SHELL
  102.       exec "$CONFIG_SHELL" "$0" --no-reexec ${1+"$@"}
  103.     else
  104.       # Try using printf.
  105.       echo='printf "%sn"'
  106.       if test "X`($echo 't') 2>/dev/null`" = 'Xt' &&
  107.  test "X`($echo "$echo_test_string") 2>/dev/null`" = X"$echo_test_string"; then
  108. # Cool, printf works
  109. :
  110.       elif test "X`("$ORIGINAL_CONFIG_SHELL" "$0" --fallback-echo 't') 2>/dev/null`" = 'Xt' &&
  111.    test "X`("$ORIGINAL_CONFIG_SHELL" "$0" --fallback-echo "$echo_test_string") 2>/dev/null`" = X"$echo_test_string"; then
  112. CONFIG_SHELL="$ORIGINAL_CONFIG_SHELL"
  113. export CONFIG_SHELL
  114. SHELL="$CONFIG_SHELL"
  115. export SHELL
  116. echo="$CONFIG_SHELL $0 --fallback-echo"
  117.       elif test "X`("$CONFIG_SHELL" "$0" --fallback-echo 't') 2>/dev/null`" = 'Xt' &&
  118.    test "X`("$CONFIG_SHELL" "$0" --fallback-echo "$echo_test_string") 2>/dev/null`" = X"$echo_test_string"; then
  119. echo="$CONFIG_SHELL $0 --fallback-echo"
  120.       else
  121. # maybe with a smaller string...
  122. prev=:
  123. for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
  124.   if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null; then
  125.     break
  126.   fi
  127.   prev="$cmd"
  128. done
  129. if test "$prev" != 'sed 50q "$0"'; then
  130.   echo_test_string=`eval $prev`
  131.   export echo_test_string
  132.   exec "${ORIGINAL_CONFIG_SHELL}" "$0" ${1+"$@"}
  133. else
  134.   # Oops.  We lost completely, so just stick with echo.
  135.   echo=echo
  136. fi
  137.       fi
  138.     fi
  139.   fi
  140. fi
  141. # Sed substitution that helps us do robust quoting.  It backslashifies
  142. # metacharacters that are still active within double-quoted strings.
  143. Xsed='sed -e s/^X//'
  144. sed_quote_subst='s/([\"\`$\\])/\1/g'
  145. # Same as above, but do not quote variable references.
  146. double_quote_subst='s/([\"\`\\])/\1/g'
  147. # Sed substitution to delay expansion of an escaped shell variable in a
  148. # double_quote_subst'ed string.
  149. delay_variable_subst='s/\\\\\$/\\\$/g'
  150. # The name of this program.
  151. progname=`$echo "X$0" | $Xsed -e 's%^.*/%%'`
  152. # Constants:
  153. PROGRAM=ltconfig
  154. PACKAGE=libtool
  155. VERSION=1.3.5
  156. TIMESTAMP=" (1.385.2.206 2000/05/27 11:12:27)"
  157. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  158. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  159. rm="rm -f"
  160. help="Try `$progname --help' for more information."
  161. # Global variables:
  162. default_ofile=libtool
  163. can_build_shared=yes
  164. enable_shared=yes
  165. # All known linkers require a `.a' archive for static linking (except M$VC,
  166. # which needs '.lib').
  167. enable_static=yes
  168. enable_fast_install=yes
  169. enable_dlopen=unknown
  170. enable_win32_dll=no
  171. ltmain=
  172. silent=
  173. srcdir=
  174. ac_config_guess=
  175. ac_config_sub=
  176. host=
  177. nonopt=
  178. ofile="$default_ofile"
  179. verify_host=yes
  180. with_gcc=no
  181. with_gnu_ld=no
  182. need_locks=yes
  183. ac_ext=c
  184. objext=o
  185. libext=a
  186. exeext=
  187. cache_file=
  188. old_AR="$AR"
  189. old_CC="$CC"
  190. old_CFLAGS="$CFLAGS"
  191. old_CPPFLAGS="$CPPFLAGS"
  192. old_LDFLAGS="$LDFLAGS"
  193. old_LD="$LD"
  194. old_LN_S="$LN_S"
  195. old_LIBS="$LIBS"
  196. old_NM="$NM"
  197. old_RANLIB="$RANLIB"
  198. old_DLLTOOL="$DLLTOOL"
  199. old_OBJDUMP="$OBJDUMP"
  200. old_AS="$AS"
  201. # Parse the command line options.
  202. args=
  203. prev=
  204. for option
  205. do
  206.   case "$option" in
  207.   -*=*) optarg=`echo "$option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  208.   *) optarg= ;;
  209.   esac
  210.   # If the previous option needs an argument, assign it.
  211.   if test -n "$prev"; then
  212.     eval "$prev=$option"
  213.     prev=
  214.     continue
  215.   fi
  216.   case "$option" in
  217.   --help) cat <<EOM
  218. Usage: $progname [OPTION]... [HOST [LTMAIN]]
  219. Generate a system-specific libtool script.
  220.     --debug                enable verbose shell tracing
  221.     --disable-shared       do not build shared libraries
  222.     --disable-static       do not build static libraries
  223.     --disable-fast-install do not optimize for fast installation
  224.     --enable-dlopen        enable dlopen support
  225.     --enable-win32-dll     enable building dlls on win32 hosts
  226.     --help                 display this help and exit
  227.     --no-verify            do not verify that HOST is a valid host type
  228. -o, --output=FILE          specify the output file [default=$default_ofile]
  229.     --quiet                same as `--silent'
  230.     --silent               do not print informational messages
  231.     --srcdir=DIR           find `config.guess' in DIR
  232.     --version              output version information and exit
  233.     --with-gcc             assume that the GNU C compiler will be used
  234.     --with-gnu-ld          assume that the C compiler uses the GNU linker
  235.     --disable-lock         disable file locking
  236.     --cache-file=FILE      configure cache file
  237. LTMAIN is the `ltmain.sh' shell script fragment or `ltmain.c' program
  238. that provides basic libtool functionality.
  239. HOST is the canonical host system name [default=guessed].
  240. EOM
  241.   exit 0
  242.   ;;
  243.   --debug)
  244.     echo "$progname: enabling shell trace mode"
  245.     set -x
  246.     ;;
  247.   --disable-shared) enable_shared=no ;;
  248.   --disable-static) enable_static=no ;;
  249.   --disable-fast-install) enable_fast_install=no ;;
  250.   --enable-dlopen) enable_dlopen=yes ;;
  251.   --enable-win32-dll) enable_win32_dll=yes ;;
  252.   --quiet | --silent) silent=yes ;;
  253.   --srcdir) prev=srcdir ;;
  254.   --srcdir=*) srcdir="$optarg" ;;
  255.   --no-verify) verify_host=no ;;
  256.   --output | -o) prev=ofile ;;
  257.   --output=*) ofile="$optarg" ;;
  258.   --version) echo "$PROGRAM (GNU $PACKAGE) $VERSION$TIMESTAMP"; exit 0 ;;
  259.   --with-gcc) with_gcc=yes ;;
  260.   --with-gnu-ld) with_gnu_ld=yes ;;
  261.   --disable-lock) need_locks=no ;;
  262.   --cache-file=*) cache_file="$optarg" ;;
  263.   -*)
  264.     echo "$progname: unrecognized option `$option'" 1>&2
  265.     echo "$help" 1>&2
  266.     exit 1
  267.     ;;
  268.   *)
  269.     if test -z "$ltmain"; then
  270.       ltmain="$option"
  271.     elif test -z "$host"; then
  272. # This generates an unnecessary warning for sparc-sun-solaris4.1.3_U1
  273. #      if test -n "`echo $option| sed 's/[-a-z0-9.]//g'`"; then
  274. #        echo "$progname: warning `$option' is not a valid host type" 1>&2
  275. #      fi
  276.       host="$option"
  277.     else
  278.       echo "$progname: too many arguments" 1>&2
  279.       echo "$help" 1>&2
  280.       exit 1
  281.     fi ;;
  282.   esac
  283. done
  284. if test -z "$ltmain"; then
  285.   echo "$progname: you must specify a LTMAIN file" 1>&2
  286.   echo "$help" 1>&2
  287.   exit 1
  288. fi
  289. if test ! -f "$ltmain"; then
  290.   echo "$progname: `$ltmain' does not exist" 1>&2
  291.   echo "$help" 1>&2
  292.   exit 1
  293. fi
  294. # Quote any args containing shell metacharacters.
  295. ltconfig_args=
  296. for arg
  297. do
  298.   case "$arg" in
  299.   *" "*|*" "*|*[[]~#$^&*(){}\|;<>?]*)
  300.   ltconfig_args="$ltconfig_args '$arg'" ;;
  301.   *) ltconfig_args="$ltconfig_args $arg" ;;
  302.   esac
  303. done
  304. # A relevant subset of AC_INIT.
  305. # File descriptor usage:
  306. # 0 standard input
  307. # 1 file creation
  308. # 2 errors and warnings
  309. # 3 some systems may open it to /dev/tty
  310. # 4 used on the Kubota Titan
  311. # 5 compiler messages saved in config.log
  312. # 6 checking for... messages and results
  313. if test "$silent" = yes; then
  314.   exec 6>/dev/null
  315. else
  316.   exec 6>&1
  317. fi
  318. exec 5>>./config.log
  319. # NLS nuisances.
  320. # Only set LANG and LC_ALL to C if already set.
  321. # These must not be set unconditionally because not all systems understand
  322. # e.g. LANG=C (notably SCO).
  323. if test "X${LC_ALL+set}" = Xset; then LC_ALL=C; export LC_ALL; fi
  324. if test "X${LANG+set}"   = Xset; then LANG=C;   export LANG;   fi
  325. if test -n "$cache_file" && test -r "$cache_file"; then
  326.   echo "loading cache $cache_file within ltconfig"
  327.   . $cache_file
  328. fi
  329. if (echo "testingc"; echo 1,2,3) | grep c >/dev/null; then
  330.   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  331.   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
  332.     ac_n= ac_c='
  333. ' ac_t=' '
  334.   else
  335.     ac_n=-n ac_c= ac_t=
  336.   fi
  337. else
  338.   ac_n= ac_c='c' ac_t=
  339. fi
  340. if test -z "$srcdir"; then
  341.   # Assume the source directory is the same one as the path to LTMAIN.
  342.   srcdir=`$echo "X$ltmain" | $Xsed -e 's%/[^/]*$%%'`
  343.   test "$srcdir" = "$ltmain" && srcdir=.
  344. fi
  345. trap "$rm conftest*; exit 1" 1 2 15
  346. if test "$verify_host" = yes; then
  347.   # Check for config.guess and config.sub.
  348.   ac_aux_dir=
  349.   for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
  350.     if test -f $ac_dir/config.guess; then
  351.       ac_aux_dir=$ac_dir
  352.       break
  353.     fi
  354.   done
  355.   if test -z "$ac_aux_dir"; then
  356.     echo "$progname: cannot find config.guess in $srcdir $srcdir/.. $srcdir/../.." 1>&2
  357.     echo "$help" 1>&2
  358.     exit 1
  359.   fi
  360.   ac_config_guess=$ac_aux_dir/config.guess
  361.   ac_config_sub=$ac_aux_dir/config.sub
  362.   # Make sure we can run config.sub.
  363.   if $SHELL $ac_config_sub sun4 >/dev/null 2>&1; then :
  364.   else
  365.     echo "$progname: cannot run $ac_config_sub" 1>&2
  366.     echo "$help" 1>&2
  367.     exit 1
  368.   fi
  369.   echo $ac_n "checking host system type""... $ac_c" 1>&6
  370.   host_alias=$host
  371.   case "$host_alias" in
  372.   "")
  373.     if host_alias=`$SHELL $ac_config_guess`; then :
  374.     else
  375.       echo "$progname: cannot guess host type; you must specify one" 1>&2
  376.       echo "$help" 1>&2
  377.       exit 1
  378.     fi ;;
  379.   esac
  380.   host=`$SHELL $ac_config_sub $host_alias`
  381.   echo "$ac_t$host" 1>&6
  382.   # Make sure the host verified.
  383.   test -z "$host" && exit 1
  384. elif test -z "$host"; then
  385.   echo "$progname: you must specify a host type if you use `--no-verify'" 1>&2
  386.   echo "$help" 1>&2
  387.   exit 1
  388. else
  389.   host_alias=$host
  390. fi
  391. # Transform linux* to *-*-linux-gnu*, to support old configure scripts.
  392. case "$host_os" in
  393. linux-gnu*) ;;
  394. linux*) host=`echo $host | sed 's/^(.*-.*-linux)(.*)$/1-gnu2/'`
  395. esac
  396. host_cpu=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/1/'`
  397. host_vendor=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/2/'`
  398. host_os=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/3/'`
  399. case "$host_os" in
  400. aix3*)
  401.   # AIX sometimes has problems with the GCC collect2 program.  For some
  402.   # reason, if we set the COLLECT_NAMES environment variable, the problems
  403.   # vanish in a puff of smoke.
  404.   if test "X${COLLECT_NAMES+set}" != Xset; then
  405.     COLLECT_NAMES=
  406.     export COLLECT_NAMES
  407.   fi
  408.   ;;
  409. esac
  410. # Determine commands to create old-style static archives.
  411. old_archive_cmds='$AR cru $oldlib$oldobjs'
  412. old_postinstall_cmds='chmod 644 $oldlib'
  413. old_postuninstall_cmds=
  414. # Set a sane default for `AR'.
  415. test -z "$AR" && AR=ar
  416. # Set a sane default for `OBJDUMP'.
  417. test -z "$OBJDUMP" && OBJDUMP=objdump
  418. # If RANLIB is not set, then run the test.
  419. if test "${RANLIB+set}" != "set"; then
  420.   result=no
  421.   echo $ac_n "checking for ranlib... $ac_c" 1>&6
  422.   IFS="${IFS=  }"; save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR}"
  423.   for dir in $PATH; do
  424.     test -z "$dir" && dir=.
  425.     if test -f $dir/ranlib || test -f $dir/ranlib$ac_exeext; then
  426.       RANLIB="ranlib"
  427.       result="ranlib"
  428.       break
  429.     fi
  430.   done
  431.   IFS="$save_ifs"
  432.   echo "$ac_t$result" 1>&6
  433. fi
  434. if test -n "$RANLIB"; then
  435.   old_archive_cmds="$old_archive_cmds~$RANLIB $oldlib"
  436.   old_postinstall_cmds="$RANLIB $oldlib~$old_postinstall_cmds"
  437. fi
  438. # Set sane defaults for `DLLTOOL', `OBJDUMP', and `AS', used on cygwin.
  439. test -z "$DLLTOOL" && DLLTOOL=dlltool
  440. test -z "$OBJDUMP" && OBJDUMP=objdump
  441. test -z "$AS" && AS=as
  442. # Check to see if we are using GCC.
  443. if test "$with_gcc" != yes || test -z "$CC"; then
  444.   # If CC is not set, then try to find GCC or a usable CC.
  445.   if test -z "$CC"; then
  446.     echo $ac_n "checking for gcc... $ac_c" 1>&6
  447.     IFS="${IFS=  }"; save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR}"
  448.     for dir in $PATH; do
  449.       test -z "$dir" && dir=.
  450.       if test -f $dir/gcc || test -f $dir/gcc$ac_exeext; then
  451. CC="gcc"
  452. break
  453.       fi
  454.     done
  455.     IFS="$save_ifs"
  456.     if test -n "$CC"; then
  457.       echo "$ac_t$CC" 1>&6
  458.     else
  459.       echo "$ac_t"no 1>&6
  460.     fi
  461.   fi
  462.   # Not "gcc", so try "cc", rejecting "/usr/ucb/cc".
  463.   if test -z "$CC"; then
  464.     echo $ac_n "checking for cc... $ac_c" 1>&6
  465.     IFS="${IFS=  }"; save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR}"
  466.     cc_rejected=no
  467.     for dir in $PATH; do
  468.       test -z "$dir" && dir=.
  469.       if test -f $dir/cc || test -f $dir/cc$ac_exeext; then
  470. if test "$dir/cc" = "/usr/ucb/cc"; then
  471.   cc_rejected=yes
  472.   continue
  473. fi
  474. CC="cc"
  475. break
  476.       fi
  477.     done
  478.     IFS="$save_ifs"
  479.     if test $cc_rejected = yes; then
  480.       # We found a bogon in the path, so make sure we never use it.
  481.       set dummy $CC
  482.       shift
  483.       if test $# -gt 0; then
  484. # We chose a different compiler from the bogus one.
  485. # However, it has the same name, so the bogon will be chosen
  486. # first if we set CC to just the name; use the full file name.
  487. shift
  488. set dummy "$dir/cc" "$@"
  489. shift
  490. CC="$@"
  491.       fi
  492.     fi
  493.     if test -n "$CC"; then
  494.       echo "$ac_t$CC" 1>&6
  495.     else
  496.       echo "$ac_t"no 1>&6
  497.     fi
  498.     if test -z "$CC"; then
  499.       echo "$progname: error: no acceptable cc found in $PATH" 1>&2
  500.       exit 1
  501.     fi
  502.   fi
  503.   # Now see if the compiler is really GCC.
  504.   with_gcc=no
  505.   echo $ac_n "checking whether we are using GNU C... $ac_c" 1>&6
  506.   echo "$progname:581: checking whether we are using GNU C" >&5
  507.   $rm conftest.c
  508.   cat > conftest.c <<EOF
  509. #ifdef __GNUC__
  510.   yes;
  511. #endif
  512. EOF
  513.   if { ac_try='${CC-cc} -E conftest.c'; { (eval echo $progname:589: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  514.     with_gcc=yes
  515.   fi
  516.   $rm conftest.c
  517.   echo "$ac_t$with_gcc" 1>&6
  518. fi
  519. # Allow CC to be a program name with arguments.
  520. set dummy $CC
  521. compiler="$2"
  522. echo $ac_n "checking for object suffix... $ac_c" 1>&6
  523. $rm conftest*
  524. echo 'int i = 1;' > conftest.c
  525. echo "$progname:603: checking for object suffix" >& 5
  526. if { (eval echo $progname:604: "$ac_compile") 1>&5; (eval $ac_compile) 2>conftest.err; }; then
  527.   # Append any warnings to the config.log.
  528.   cat conftest.err 1>&5
  529.   for ac_file in conftest.*; do
  530.     case $ac_file in
  531.     *.c) ;;
  532.     *) objext=`echo $ac_file | sed -e s/conftest.//` ;;
  533.     esac
  534.   done
  535. else
  536.   cat conftest.err 1>&5
  537.   echo "$progname: failed program was:" >&5
  538.   cat conftest.c >&5
  539. fi
  540. $rm conftest*
  541. echo "$ac_t$objext" 1>&6
  542. echo $ac_n "checking for executable suffix... $ac_c" 1>&6
  543. if eval "test "`echo '$''{'ac_cv_exeext'+set}'`" = set"; then
  544.   echo $ac_n "(cached) $ac_c" 1>&6
  545. else
  546.   ac_cv_exeext="no"
  547.   $rm conftest*
  548.   echo 'main () { return 0; }' > conftest.c
  549.   echo "$progname:629: checking for executable suffix" >& 5
  550.   if { (eval echo $progname:630: "$ac_link") 1>&5; (eval $ac_link) 2>conftest.err; }; then
  551.     # Append any warnings to the config.log.
  552.     cat conftest.err 1>&5
  553.     for ac_file in conftest.*; do
  554.       case $ac_file in
  555.       *.c | *.err | *.$objext ) ;;
  556.       *) ac_cv_exeext=.`echo $ac_file | sed -e s/conftest.//` ;;
  557.       esac
  558.     done
  559.   else
  560.     cat conftest.err 1>&5
  561.     echo "$progname: failed program was:" >&5
  562.     cat conftest.c >&5
  563.   fi
  564.   $rm conftest*
  565. fi
  566. if test "X$ac_cv_exeext" = Xno; then
  567.   exeext=""
  568. else
  569.   exeext="$ac_cv_exeext"
  570. fi
  571. echo "$ac_t$ac_cv_exeext" 1>&6
  572. echo $ac_n "checking for $compiler option to produce PIC... $ac_c" 1>&6
  573. pic_flag=
  574. special_shlib_compile_flags=
  575. wl=
  576. link_static_flag=
  577. no_builtin_flag=
  578. if test "$with_gcc" = yes; then
  579.   wl='-Wl,'
  580.   link_static_flag='-static'
  581.   case "$host_os" in
  582.   beos* | irix5* | irix6* | osf3* | osf4* | osf5*)
  583.     # PIC is the default for these OSes.
  584.     ;;
  585.   aix*)
  586.     # Below there is a dirty hack to force normal static linking with -ldl
  587.     # The problem is because libdl dynamically linked with both libc and
  588.     # libC (AIX C++ library), which obviously doesn't included in libraries
  589.     # list by gcc. This cause undefined symbols with -static flags.
  590.     # This hack allows C programs to be linked with "-static -ldl", but
  591.     # we not sure about C++ programs.
  592.     link_static_flag="$link_static_flag ${wl}-lC"
  593.     ;;
  594.   cygwin* | mingw* | os2*)
  595.     # We can build DLLs from non-PIC.
  596.     ;;
  597.   amigaos*)
  598.     # FIXME: we need at least 68020 code to build shared libraries, but
  599.     # adding the `-m68020' flag to GCC prevents building anything better,
  600.     # like `-m68040'.
  601.     pic_flag='-m68020 -resident32 -malways-restore-a4'
  602.     ;;
  603.   sysv4*MP*)
  604.     if test -d /usr/nec; then
  605.        pic_flag=-Kconform_pic
  606.     fi
  607.     ;;
  608.   *)
  609.     pic_flag='-fPIC'
  610.     ;;
  611.   esac
  612. else
  613.   # PORTME Check for PIC flags for the system compiler.
  614.   case "$host_os" in
  615.   aix3* | aix4*)
  616.     # All AIX code is PIC.
  617.     link_static_flag='-bnso -bI:/lib/syscalls.exp'
  618.     ;;
  619.   hpux9* | hpux10* | hpux11*)
  620.     # Is there a better link_static_flag that works with the bundled CC?
  621.     wl='-Wl,'
  622.     link_static_flag="${wl}-a ${wl}archive"
  623.     pic_flag='+Z'
  624.     ;;
  625.   irix5* | irix6*)
  626.     wl='-Wl,'
  627.     link_static_flag='-non_shared'
  628.     # PIC (with -KPIC) is the default.
  629.     ;;
  630.   cygwin* | mingw* | os2*)
  631.     # We can build DLLs from non-PIC.
  632.     ;;
  633.   osf3* | osf4* | osf5*)
  634.     # All OSF/1 code is PIC.
  635.     wl='-Wl,'
  636.     link_static_flag='-non_shared'
  637.     ;;
  638.   sco3.2v5*)
  639.     pic_flag='-Kpic'
  640.     link_static_flag='-dn'
  641.     special_shlib_compile_flags='-belf'
  642.     ;;
  643.   solaris*)
  644.     pic_flag='-KPIC'
  645.     link_static_flag='-Bstatic'
  646.     wl='-Wl,'
  647.     ;;
  648.   sunos4*)
  649.     pic_flag='-PIC'
  650.     link_static_flag='-Bstatic'
  651.     wl='-Qoption ld '
  652.     ;;
  653.   sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
  654.     pic_flag='-KPIC'
  655.     link_static_flag='-Bstatic'
  656.     wl='-Wl,'
  657.     ;;
  658.   uts4*)
  659.     pic_flag='-pic'
  660.     link_static_flag='-Bstatic'
  661.     ;;
  662.   sysv4*MP*)
  663.     if test -d /usr/nec ;then
  664.       pic_flag='-Kconform_pic'
  665.       link_static_flag='-Bstatic'
  666.     fi
  667.     ;;
  668.   *)
  669.     can_build_shared=no
  670.     ;;
  671.   esac
  672. fi
  673. if test -n "$pic_flag"; then
  674.   echo "$ac_t$pic_flag" 1>&6
  675.   # Check to make sure the pic_flag actually works.
  676.   echo $ac_n "checking if $compiler PIC flag $pic_flag works... $ac_c" 1>&6
  677.   $rm conftest*
  678.   echo "int some_variable = 0;" > conftest.c
  679.   save_CFLAGS="$CFLAGS"
  680.   CFLAGS="$CFLAGS $pic_flag -DPIC"
  681.   echo "$progname:776: checking if $compiler PIC flag $pic_flag works" >&5
  682.   if { (eval echo $progname:777: "$ac_compile") 1>&5; (eval $ac_compile) 2>conftest.err; } && test -s conftest.$objext; then
  683.     # Append any warnings to the config.log.
  684.     cat conftest.err 1>&5
  685.     
  686.     case "$host_os" in
  687.     hpux9* | hpux10* | hpux11*)
  688.       # On HP-UX, both CC and GCC only warn that PIC is supported... then they
  689.       # create non-PIC objects.  So, if there were any warnings, we assume that
  690.       # PIC is not supported.
  691.       if test -s conftest.err; then
  692. echo "$ac_t"no 1>&6
  693. can_build_shared=no
  694. pic_flag=
  695.       else
  696. echo "$ac_t"yes 1>&6
  697. pic_flag=" $pic_flag"
  698.       fi
  699.       ;;
  700.     *)
  701.       echo "$ac_t"yes 1>&6
  702.       pic_flag=" $pic_flag"
  703.       ;;
  704.     esac
  705.   else
  706.     # Append any errors to the config.log.
  707.     cat conftest.err 1>&5
  708.     can_build_shared=no
  709.     pic_flag=
  710.     echo "$ac_t"no 1>&6
  711.   fi
  712.   CFLAGS="$save_CFLAGS"
  713.   $rm conftest*
  714. else
  715.   echo "$ac_t"none 1>&6
  716. fi
  717. # Check to see if options -o and -c are simultaneously supported by compiler
  718. echo $ac_n "checking if $compiler supports -c -o file.o... $ac_c" 1>&6
  719. $rm -r conftest 2>/dev/null
  720. mkdir conftest
  721. cd conftest
  722. $rm conftest*
  723. echo "int some_variable = 0;" > conftest.c
  724. mkdir out
  725. # According to Tom Tromey, Ian Lance Taylor reported there are C compilers
  726. # that will create temporary files in the current directory regardless of
  727. # the output directory.  Thus, making CWD read-only will cause this test
  728. # to fail, enabling locking or at least warning the user not to do parallel
  729. # builds.
  730. chmod -w .
  731. save_CFLAGS="$CFLAGS"
  732. CFLAGS="$CFLAGS -o out/conftest2.o"
  733. echo "$progname:829: checking if $compiler supports -c -o file.o" >&5
  734. if { (eval echo $progname:830: "$ac_compile") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.o; then
  735.   # The compiler can only warn and ignore the option if not recognized
  736.   # So say no if there are warnings
  737.     if test -s out/conftest.err; then
  738.       echo "$ac_t"no 1>&6
  739.       compiler_c_o=no
  740.     else
  741.       echo "$ac_t"yes 1>&6
  742.       compiler_c_o=yes
  743.     fi
  744. else
  745.   # Append any errors to the config.log.
  746.   cat out/conftest.err 1>&5
  747.   compiler_c_o=no
  748.   echo "$ac_t"no 1>&6
  749. fi
  750. CFLAGS="$save_CFLAGS"
  751. chmod u+w .
  752. $rm conftest* out/*
  753. rmdir out
  754. cd ..
  755. rmdir conftest
  756. $rm -r conftest 2>/dev/null
  757. if test x"$compiler_c_o" = x"yes"; then
  758.   # Check to see if we can write to a .lo
  759.   echo $ac_n "checking if $compiler supports -c -o file.lo... $ac_c" 1>&6
  760.   $rm conftest*
  761.   echo "int some_variable = 0;" > conftest.c
  762.   save_CFLAGS="$CFLAGS"
  763.   CFLAGS="$CFLAGS -c -o conftest.lo"
  764.   echo "$progname:862: checking if $compiler supports -c -o file.lo" >&5
  765. if { (eval echo $progname:863: "$ac_compile") 1>&5; (eval $ac_compile) 2>conftest.err; } && test -s conftest.lo; then
  766.     # The compiler can only warn and ignore the option if not recognized
  767.     # So say no if there are warnings
  768.       if test -s conftest.err; then
  769. echo "$ac_t"no 1>&6
  770. compiler_o_lo=no
  771.       else
  772. echo "$ac_t"yes 1>&6
  773. compiler_o_lo=yes
  774.       fi
  775.   else
  776.     # Append any errors to the config.log.
  777.     cat conftest.err 1>&5
  778.     compiler_o_lo=no
  779.     echo "$ac_t"no 1>&6
  780.   fi
  781.   CFLAGS="$save_CFLAGS"
  782.   $rm conftest*
  783. else
  784.   compiler_o_lo=no
  785. fi
  786. # Check to see if we can do hard links to lock some files if needed
  787. hard_links="nottested"
  788. if test "$compiler_c_o" = no && test "$need_locks" != no; then
  789.   # do not overwrite the value of need_locks provided by the user
  790.   echo $ac_n "checking if we can lock with hard links... $ac_c" 1>&6
  791.   hard_links=yes
  792.   $rm conftest*
  793.   ln conftest.a conftest.b 2>/dev/null && hard_links=no
  794.   touch conftest.a
  795.   ln conftest.a conftest.b 2>&5 || hard_links=no
  796.   ln conftest.a conftest.b 2>/dev/null && hard_links=no
  797.   echo "$ac_t$hard_links" 1>&6
  798.   $rm conftest*
  799.   if test "$hard_links" = no; then
  800.     echo "*** WARNING: `$CC' does not support `-c -o', so `make -j' may be unsafe" >&2
  801.     need_locks=warn
  802.   fi
  803. else
  804.   need_locks=no
  805. fi
  806. if test "$with_gcc" = yes; then
  807.   # Check to see if options -fno-rtti -fno-exceptions are supported by compiler
  808.   echo $ac_n "checking if $compiler supports -fno-rtti -fno-exceptions ... $ac_c" 1>&6
  809.   $rm conftest*
  810.   echo "int some_variable = 0;" > conftest.c
  811.   save_CFLAGS="$CFLAGS"
  812.   CFLAGS="$CFLAGS -fno-rtti -fno-exceptions -c conftest.c"
  813.   echo "$progname:914: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
  814.   if { (eval echo $progname:915: "$ac_compile") 1>&5; (eval $ac_compile) 2>conftest.err; } && test -s conftest.o; then
  815.     # The compiler can only warn and ignore the option if not recognized
  816.     # So say no if there are warnings
  817.       if test -s conftest.err; then
  818. echo "$ac_t"no 1>&6
  819. compiler_rtti_exceptions=no
  820.       else
  821. echo "$ac_t"yes 1>&6
  822. compiler_rtti_exceptions=yes
  823.       fi
  824.   else
  825.     # Append any errors to the config.log.
  826.     cat conftest.err 1>&5
  827.     compiler_rtti_exceptions=no
  828.     echo "$ac_t"no 1>&6
  829.   fi
  830.   CFLAGS="$save_CFLAGS"
  831.   $rm conftest*
  832.   if test "$compiler_rtti_exceptions" = "yes"; then
  833.     no_builtin_flag=' -fno-builtin -fno-rtti -fno-exceptions'
  834.   else
  835.     no_builtin_flag=' -fno-builtin'
  836.   fi
  837.   
  838. fi
  839. # Check for any special shared library compilation flags.
  840. if test -n "$special_shlib_compile_flags"; then
  841.   echo "$progname: warning: `$CC' requires `$special_shlib_compile_flags' to build shared libraries" 1>&2
  842.   if echo "$old_CC $old_CFLAGS " | egrep -e "[  ]$special_shlib_compile_flags[  ]" >/dev/null; then :
  843.   else
  844.     echo "$progname: add `$special_shlib_compile_flags' to the CC or CFLAGS env variable and reconfigure" 1>&2
  845.     can_build_shared=no
  846.   fi
  847. fi
  848. echo $ac_n "checking if $compiler static flag $link_static_flag works... $ac_c" 1>&6
  849. $rm conftest*
  850. echo 'main(){return(0);}' > conftest.c
  851. save_LDFLAGS="$LDFLAGS"
  852. LDFLAGS="$LDFLAGS $link_static_flag"
  853. echo "$progname:958: checking if $compiler static flag $link_static_flag works" >&5
  854. if { (eval echo $progname:959: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  855.   echo "$ac_t$link_static_flag" 1>&6
  856. else
  857.   echo "$ac_t"none 1>&6
  858.   link_static_flag=
  859. fi
  860. LDFLAGS="$save_LDFLAGS"
  861. $rm conftest*
  862. if test -z "$LN_S"; then
  863.   # Check to see if we can use ln -s, or we need hard links.
  864.   echo $ac_n "checking whether ln -s works... $ac_c" 1>&6
  865.   $rm conftest.dat
  866.   if ln -s X conftest.dat 2>/dev/null; then
  867.     $rm conftest.dat
  868.     LN_S="ln -s"
  869.   else
  870.     LN_S=ln
  871.   fi
  872.   if test "$LN_S" = "ln -s"; then
  873.     echo "$ac_t"yes 1>&6
  874.   else
  875.     echo "$ac_t"no 1>&6
  876.   fi
  877. fi
  878. # Make sure LD is an absolute path.
  879. if test -z "$LD"; then
  880.   ac_prog=ld
  881.   if test "$with_gcc" = yes; then
  882.     # Check if gcc -print-prog-name=ld gives a path.
  883.     echo $ac_n "checking for ld used by GCC... $ac_c" 1>&6
  884.     echo "$progname:991: checking for ld used by GCC" >&5
  885.     ac_prog=`($CC -print-prog-name=ld) 2>&5`
  886.     case "$ac_prog" in
  887.     # Accept absolute paths.
  888.     [\/]* | [A-Za-z]:[\/]*)
  889.       re_direlt='/[^/][^/]*/../'
  890.       # Canonicalize the path of ld
  891.       ac_prog=`echo $ac_prog| sed 's%\\%/%g'`
  892.       while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
  893. ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
  894.       done
  895.       test -z "$LD" && LD="$ac_prog"
  896.       ;;
  897.     "")
  898.       # If it fails, then pretend we are not using GCC.
  899.       ac_prog=ld
  900.       ;;
  901.     *)
  902.       # If it is relative, then search for the first ld in PATH.
  903.       with_gnu_ld=unknown
  904.       ;;
  905.     esac
  906.   elif test "$with_gnu_ld" = yes; then
  907.     echo $ac_n "checking for GNU ld... $ac_c" 1>&6
  908.     echo "$progname:1015: checking for GNU ld" >&5
  909.   else
  910.     echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
  911.     echo "$progname:1018: checking for non-GNU ld" >&5
  912.   fi
  913.   if test -z "$LD"; then
  914.     IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR}"
  915.     for ac_dir in $PATH; do
  916.       test -z "$ac_dir" && ac_dir=.
  917.       if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
  918. LD="$ac_dir/$ac_prog"
  919. # Check to see if the program is GNU ld.  I'd rather use --version,
  920. # but apparently some GNU ld's only accept -v.
  921. # Break only if it was the GNU/non-GNU ld that we prefer.
  922. if "$LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
  923.   test "$with_gnu_ld" != no && break
  924. else
  925.   test "$with_gnu_ld" != yes && break
  926. fi
  927.       fi
  928.     done
  929.     IFS="$ac_save_ifs"
  930.   fi
  931.   if test -n "$LD"; then
  932.     echo "$ac_t$LD" 1>&6
  933.   else
  934.     echo "$ac_t"no 1>&6
  935.   fi
  936.   if test -z "$LD"; then
  937.     echo "$progname: error: no acceptable ld found in $PATH" 1>&2
  938.     exit 1
  939.   fi
  940. fi
  941. # Check to see if it really is or is not GNU ld.
  942. echo $ac_n "checking if the linker ($LD) is GNU ld... $ac_c" 1>&6
  943. # I'd rather use --version here, but apparently some GNU ld's only accept -v.
  944. if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
  945.   with_gnu_ld=yes
  946. else
  947.   with_gnu_ld=no
  948. fi
  949. echo "$ac_t$with_gnu_ld" 1>&6
  950. # See if the linker supports building shared libraries.
  951. echo $ac_n "checking whether the linker ($LD) supports shared libraries... $ac_c" 1>&6
  952. allow_undefined_flag=
  953. no_undefined_flag=
  954. need_lib_prefix=unknown
  955. need_version=unknown
  956. # when you set need_version to no, make sure it does not cause -set_version
  957. # flags to be left without arguments
  958. archive_cmds=
  959. archive_expsym_cmds=
  960. old_archive_from_new_cmds=
  961. export_dynamic_flag_spec=
  962. whole_archive_flag_spec=
  963. thread_safe_flag_spec=
  964. hardcode_libdir_flag_spec=
  965. hardcode_libdir_separator=
  966. hardcode_direct=no
  967. hardcode_minus_L=no
  968. hardcode_shlibpath_var=unsupported
  969. runpath_var=
  970. always_export_symbols=no
  971. export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | sed '''s/.* //''' | sort | uniq > $export_symbols'
  972. # include_expsyms should be a list of space-separated symbols to be *always*
  973. # included in the symbol list
  974. include_expsyms=
  975. # exclude_expsyms can be an egrep regular expression of symbols to exclude
  976. # it will be wrapped by ` (' and `)$', so one must not match beginning or
  977. # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
  978. # as well as any symbol that contains `d'.
  979. exclude_expsyms="_GLOBAL_OFFSET_TABLE_"
  980. # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
  981. # platforms (ab)use it in PIC code, but their linkers get confused if
  982. # the symbol is explicitly referenced.  Since portable code cannot
  983. # rely on this symbol name, it's probably fine to never include it in
  984. # preloaded symbol tables.
  985. case "$host_os" in
  986. cygwin* | mingw*)
  987.   # FIXME: the MSVC++ port hasn't been tested in a loooong time
  988.   # When not using gcc, we currently assume that we are using
  989.   # Microsoft Visual C++.
  990.   if test "$with_gcc" != yes; then
  991.     with_gnu_ld=no
  992.   fi
  993.   ;;
  994. esac
  995. ld_shlibs=yes
  996. if test "$with_gnu_ld" = yes; then
  997.   # If archive_cmds runs LD, not CC, wlarc should be empty
  998.   wlarc='${wl}'
  999.   # See if GNU ld supports shared libraries.
  1000.   case "$host_os" in
  1001.   aix3* | aix4*)
  1002.     # On AIX, the GNU linker is very broken
  1003.     ld_shlibs=no
  1004.     cat <<EOF 1>&2
  1005. *** Warning: the GNU linker, at least up to release 2.9.1, is reported
  1006. *** to be unable to reliably create shared libraries on AIX.
  1007. *** Therefore, libtool is disabling shared libraries support.  If you
  1008. *** really care for shared libraries, you may want to modify your PATH
  1009. *** so that a non-GNU linker is found, and then restart.
  1010. EOF
  1011.     ;;
  1012.   amigaos*)
  1013.     archive_cmds='$rm $objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $objdir/a2ixlibrary.data~$AR cru $lib $libobjs~$RANLIB $lib~(cd $objdir && a2ixlibrary -32)'
  1014.     hardcode_libdir_flag_spec='-L$libdir'
  1015.     hardcode_minus_L=yes
  1016.     # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
  1017.     # that the semantics of dynamic libraries on AmigaOS, at least up
  1018.     # to version 4, is to share data among multiple programs linked
  1019.     # with the same dynamic library.  Since this doesn't match the
  1020.     # behavior of shared libraries on other platforms, we can use
  1021.     # them.
  1022.     ld_shlibs=no
  1023.     ;;
  1024.   beos*)
  1025.     if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
  1026.       allow_undefined_flag=unsupported
  1027.       # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
  1028.       # support --undefined.  This deserves some investigation.  FIXME
  1029.       archive_cmds='$CC -nostart $libobjs $deplibs $linkopts ${wl}-soname $wl$soname -o $lib'
  1030.     else
  1031.       ld_shlibs=no
  1032.     fi
  1033.     ;;
  1034.   cygwin* | mingw*)
  1035.     # hardcode_libdir_flag_spec is actually meaningless, as there is
  1036.     # no search path for DLLs.
  1037.     hardcode_libdir_flag_spec='-L$libdir'
  1038.     allow_undefined_flag=unsupported
  1039.     always_export_symbols=yes
  1040.     # Extract the symbol export list from an `--export-all' def file,
  1041.     # then regenerate the def file from the symbol export list, so that
  1042.     # the compiled dll only exports the symbol export list.
  1043.     # Be careful not to strip the DATA tag left by newer dlltools.
  1044.     export_symbols_cmds='test -f $objdir/$soname-ltdll.c || sed -e "/^# /* ltdll.c starts here *//,/^# /* ltdll.c ends here *// { s/^# //; p; }" -e d < $0 > $objdir/$soname-ltdll.c~
  1045.       test -f $objdir/$soname-ltdll.$objext || (cd $objdir && $CC -c $soname-ltdll.c)~
  1046.       $DLLTOOL --export-all --exclude-symbols DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12 --output-def $objdir/$soname-def  $objdir/$soname-ltdll.$objext $libobjs $convenience~
  1047.       sed -e "1,/EXPORTS/d" -e "s/ @ [0-9]*//" -e "s/ *;.*$//" < $objdir/$soname-def > $export_symbols'
  1048.     # If DATA tags from a recent dlltool are present, honour them!
  1049.     archive_expsym_cmds='echo EXPORTS > $objdir/$soname-def~
  1050.       _lt_hint=1;
  1051.       cat $export_symbols | while read symbol; do
  1052.         set dummy $symbol;
  1053.         case $# in
  1054.           2) echo " $2 @ $_lt_hint ; " >> $objdir/$soname-def;;
  1055.           *) echo "     $2 @ $_lt_hint $3 ; " >> $objdir/$soname-def;;
  1056.         esac;
  1057. _lt_hint=`expr 1 + $_lt_hint`;
  1058.       done~
  1059.       test -f $objdir/$soname-ltdll.c || sed -e "/^# /* ltdll.c starts here *//,/^# /* ltdll.c ends here *// { s/^# //; p; }" -e d < $0 > $objdir/$soname-ltdll.c~
  1060.       test -f $objdir/$soname-ltdll.$objext || (cd $objdir && $CC -c $soname-ltdll.c)~
  1061.       $CC -Wl,--base-file,$objdir/$soname-base -Wl,--dll -nostartfiles -Wl,-e,__cygwin_dll_entry@12 -o $lib $objdir/$soname-ltdll.$objext $libobjs $deplibs $linkopts~
  1062.       $DLLTOOL --as=$AS --dllname $soname --exclude-symbols DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12 --def $objdir/$soname-def --base-file $objdir/$soname-base --output-exp $objdir/$soname-exp~
  1063.       $CC -Wl,--base-file,$objdir/$soname-base $objdir/$soname-exp -Wl,--dll -nostartfiles -Wl,-e,__cygwin_dll_entry@12 -o $lib $objdir/$soname-ltdll.$objext $libobjs $deplibs $linkopts~
  1064.       $DLLTOOL --as=$AS --dllname $soname --exclude-symbols DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12 --def $objdir/$soname-def --base-file $objdir/$soname-base --output-exp $objdir/$soname-exp~
  1065.       $CC $objdir/$soname-exp -Wl,--dll -nostartfiles -Wl,-e,__cygwin_dll_entry@12 -o $lib $objdir/$soname-ltdll.$objext $libobjs $deplibs $linkopts'
  1066.       old_archive_from_new_cmds='$DLLTOOL --as=$AS --dllname $soname --def $objdir/$soname-def --output-lib $objdir/$libname.a' 
  1067.     ;;
  1068.   netbsd*)
  1069.     if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
  1070.       archive_cmds='$CC -shared $libobjs $deplibs $linkopts ${wl}-soname $wl$soname -o $lib'
  1071.       archive_expsym_cmds='$CC -shared $libobjs $deplibs $linkopts ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
  1072.     else
  1073.       archive_cmds='$LD -Bshareable $libobjs $deplibs $linkopts -o $lib'
  1074.       # can we support soname and/or expsyms with a.out? -oliva
  1075.     fi
  1076.     ;;
  1077.   solaris* | sysv5*)
  1078.     if $LD -v 2>&1 | egrep 'BFD 2.8' > /dev/null; then
  1079.       ld_shlibs=no
  1080.       cat <<EOF 1>&2
  1081. *** Warning: The releases 2.8.* of the GNU linker cannot reliably
  1082. *** create shared libraries on Solaris systems.  Therefore, libtool
  1083. *** is disabling shared libraries support.  We urge you to upgrade GNU
  1084. *** binutils to release 2.9.1 or newer.  Another option is to modify
  1085. *** your PATH or compiler configuration so that the native linker is
  1086. *** used, and then restart.
  1087. EOF
  1088.     elif $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
  1089.       archive_cmds='$CC -shared $libobjs $deplibs $linkopts ${wl}-soname $wl$soname -o $lib'
  1090.       archive_expsym_cmds='$CC -shared $libobjs $deplibs $linkopts ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
  1091.     else
  1092.       ld_shlibs=no
  1093.     fi
  1094.     ;;      
  1095.   sunos4*)
  1096.     archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linkopts'
  1097.     wlarc=
  1098.     hardcode_direct=yes
  1099.     hardcode_shlibpath_var=no
  1100.     ;;
  1101.   *)
  1102.     if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
  1103.       archive_cmds='$CC -shared $libobjs $deplibs $linkopts ${wl}-soname $wl$soname -o $lib'
  1104.       archive_expsym_cmds='$CC -shared $libobjs $deplibs $linkopts ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
  1105.     else
  1106.       ld_shlibs=no
  1107.     fi
  1108.     ;;
  1109.   esac
  1110.   if test "$ld_shlibs" = yes; then
  1111.     runpath_var=LD_RUN_PATH
  1112.     hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
  1113.     export_dynamic_flag_spec='${wl}--export-dynamic'
  1114.     case $host_os in
  1115.     cygwin* | mingw*)
  1116.       # dlltool doesn't understand --whole-archive et. al.
  1117.       whole_archive_flag_spec=
  1118.       ;;
  1119.     *)
  1120.       # ancient GNU ld didn't support --whole-archive et. al.
  1121.       if $LD --help 2>&1 | egrep 'no-whole-archive' > /dev/null; then
  1122.         whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
  1123.       else
  1124.         whole_archive_flag_spec=
  1125.       fi
  1126.       ;;
  1127.     esac
  1128.   fi
  1129. else
  1130.   # PORTME fill in a description of your system's linker (not GNU ld)
  1131.   case "$host_os" in
  1132.   aix3*)
  1133.     allow_undefined_flag=unsupported
  1134.     always_export_symbols=yes
  1135.     archive_expsym_cmds='$LD -o $objdir/$soname $libobjs $deplibs $linkopts -bE:$export_symbols -T512 -H512 -bM:SRE~$AR cru $lib $objdir/$soname'
  1136.     # Note: this linker hardcodes the directories in LIBPATH if there
  1137.     # are no directories specified by -L.
  1138.     hardcode_minus_L=yes
  1139.     if test "$with_gcc" = yes && test -z "$link_static_flag"; then
  1140.       # Neither direct hardcoding nor static linking is supported with a
  1141.       # broken collect2.
  1142.       hardcode_direct=unsupported
  1143.     fi
  1144.     ;;
  1145.   aix4*)
  1146.     hardcode_libdir_flag_spec='${wl}-b ${wl}nolibpath ${wl}-b ${wl}libpath:$libdir:/usr/lib:/lib'
  1147.     hardcode_libdir_separator=':'
  1148.     if test "$with_gcc" = yes; then
  1149.       collect2name=`${CC} -print-prog-name=collect2`
  1150.       if test -f "$collect2name" && 
  1151.  strings "$collect2name" | grep resolve_lib_name >/dev/null
  1152.       then
  1153. # We have reworked collect2
  1154. hardcode_direct=yes
  1155.       else
  1156. # We have old collect2
  1157. hardcode_direct=unsupported
  1158. # It fails to find uninstalled libraries when the uninstalled
  1159. # path is not listed in the libpath.  Setting hardcode_minus_L
  1160. # to unsupported forces relinking
  1161. hardcode_minus_L=yes
  1162. hardcode_libdir_flag_spec='-L$libdir'
  1163. hardcode_libdir_separator=
  1164.       fi
  1165.       shared_flag='-shared'
  1166.     else
  1167.       shared_flag='${wl}-bM:SRE'
  1168.       hardcode_direct=yes
  1169.     fi
  1170.     allow_undefined_flag=' ${wl}-berok'
  1171.     archive_cmds="$CC $shared_flag"' -o $objdir/$soname $libobjs $deplibs $linkopts ${wl}-bexpall ${wl}-bnoentry${allow_undefined_flag}'
  1172.     archive_expsym_cmds="$CC $shared_flag"' -o $objdir/$soname $libobjs $deplibs $linkopts ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}'
  1173.     case "$host_os" in aix4.[01]|aix4.[01].*)
  1174.       # According to Greg Wooledge, -bexpall is only supported from AIX 4.2 on
  1175.       always_export_symbols=yes ;;
  1176.     esac
  1177.    ;;
  1178.   amigaos*)
  1179.     archive_cmds='$rm $objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $objdir/a2ixlibrary.data~$AR cru $lib $libobjs~$RANLIB $lib~(cd $objdir && a2ixlibrary -32)'
  1180.     hardcode_libdir_flag_spec='-L$libdir'
  1181.     hardcode_minus_L=yes
  1182.     # see comment about different semantics on the GNU ld section
  1183.     ld_shlibs=no
  1184.     ;;
  1185.   cygwin* | mingw*)
  1186.     # When not using gcc, we currently assume that we are using
  1187.     # Microsoft Visual C++.
  1188.     # hardcode_libdir_flag_spec is actually meaningless, as there is
  1189.     # no search path for DLLs.
  1190.     hardcode_libdir_flag_spec=' '
  1191.     allow_undefined_flag=unsupported
  1192.     # Tell ltmain to make .lib files, not .a files.
  1193.     libext=lib
  1194.     # FIXME: Setting linknames here is a bad hack.
  1195.     archive_cmds='$CC -o $lib $libobjs $linkopts `echo "$deplibs" | sed -e '''s/ -lc$//'''` -link -dll~linknames='
  1196.     # The linker will automatically build a .lib file if we build a DLL.
  1197.     old_archive_from_new_cmds='true'
  1198.     # FIXME: Should let the user specify the lib program.
  1199.     old_archive_cmds='lib /OUT:$oldlib$oldobjs'
  1200.     fix_srcfile_path='`cygpath -w $srcfile`'
  1201.     ;;
  1202.   freebsd1*)
  1203.     ld_shlibs=no
  1204.     ;;
  1205.   # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
  1206.   # support.  Future versions do this automatically, but an explicit c++rt0.o
  1207.   # does not break anything, and helps significantly (at the cost of a little
  1208.   # extra space).
  1209.   freebsd2.2*)
  1210.     archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linkopts /usr/lib/c++rt0.o'
  1211.     hardcode_libdir_flag_spec='-R$libdir'
  1212.     hardcode_direct=yes
  1213.     hardcode_shlibpath_var=no
  1214.     ;;
  1215.   # Unfortunately, older versions of FreeBSD 2 do not have this feature.
  1216.   freebsd2*)
  1217.     archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linkopts'
  1218.     hardcode_direct=yes
  1219.     hardcode_minus_L=yes
  1220.     hardcode_shlibpath_var=no
  1221.     ;;
  1222.   # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
  1223.   freebsd*)
  1224.     archive_cmds='$CC -shared -o $lib $libobjs $deplibs $linkopts'
  1225.     hardcode_libdir_flag_spec='-R$libdir'
  1226.     hardcode_direct=yes
  1227.     hardcode_shlibpath_var=no
  1228.     ;;
  1229.   hpux9* | hpux10* | hpux11*)
  1230.     case "$host_os" in
  1231.     hpux9*) archive_cmds='$rm $objdir/$soname~$LD -b +b $install_libdir -o $objdir/$soname $libobjs $deplibs $linkopts~test $objdir/$soname = $lib || mv $objdir/$soname $lib' ;;
  1232.     *) archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linkopts' ;;
  1233.     esac
  1234.     hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
  1235.     hardcode_libdir_separator=:
  1236.     hardcode_direct=yes
  1237.     hardcode_minus_L=yes # Not in the search PATH, but as the default
  1238.  # location of the library.
  1239.     export_dynamic_flag_spec='${wl}-E'
  1240.     ;;
  1241.   irix5* | irix6*)
  1242.     if test "$with_gcc" = yes; then
  1243.       archive_cmds='$CC -shared $libobjs $deplibs $linkopts ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
  1244.     else
  1245.       archive_cmds='$LD -shared $libobjs $deplibs $linkopts -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
  1246.     fi
  1247.     hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  1248.     hardcode_libdir_separator=:
  1249.     ;;
  1250.   netbsd*)
  1251.     if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
  1252.       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linkopts'  # a.out
  1253.     else
  1254.       archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linkopts'      # ELF
  1255.     fi
  1256.     hardcode_libdir_flag_spec='${wl}-R$libdir'
  1257.     hardcode_direct=yes
  1258.     hardcode_shlibpath_var=no
  1259.     ;;
  1260.   openbsd*)
  1261.     archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linkopts'
  1262.     hardcode_libdir_flag_spec='-R$libdir'
  1263.     hardcode_direct=yes
  1264.     hardcode_shlibpath_var=no
  1265.     ;;
  1266.   os2*)
  1267.     hardcode_libdir_flag_spec='-L$libdir'
  1268.     hardcode_minus_L=yes
  1269.     allow_undefined_flag=" "
  1270.     archive_cmds='$echo "LIBRARY $libname INITINSTANCE" > $objdir/$libname.def~$echo "DESCRIPTION "$libname"" >> $objdir/$libname.def~$echo DATA >> $objdir/$libname.def~$echo " SINGLE NONSHARED" >> $objdir/$libname.def~$echo EXPORTS >> $objdir/$libname.def~emxexp $libobjs >> $objdir/$libname.def~$CC -Zdll $linkflags -o $lib $libobjs $deplibs $objdir/$libname.def'
  1271.     old_archive_from_new_cmds='emximp -o $objdir/$libname.a $objdir/$libname.def'
  1272.     ;;
  1273.   osf3*)
  1274.     if test "$with_gcc" = yes; then
  1275.       allow_undefined_flag=' ${wl}-expect_unresolved ${wl}*'
  1276.       archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $linkopts ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
  1277.     else
  1278.       allow_undefined_flag=' -expect_unresolved *'
  1279.       archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linkopts -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
  1280.     fi
  1281.     hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  1282.     hardcode_libdir_separator=:
  1283.     ;;
  1284.   osf4* | osf5*)  # As osf3* with the addition of the -msym flag
  1285.     if test "$with_gcc" = yes; then
  1286.       allow_undefined_flag=' ${wl}-expect_unresolved ${wl}*'
  1287.       archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $linkopts ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
  1288.     else
  1289.       allow_undefined_flag=' -expect_unresolved *'
  1290.       archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linkopts -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
  1291.     fi
  1292.     hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  1293.     hardcode_libdir_separator=:
  1294.     ;;
  1295.   rhapsody*)
  1296.     archive_cmds='$CC -bundle -undefined suppress -o $lib $libobjs $deplibs $linkopts'
  1297.     hardcode_libdir_flags_spec='-L$libdir'
  1298.     hardcode_direct=yes
  1299.     hardcode_shlibpath_var=no
  1300.     ;;
  1301.                                        
  1302.   sco3.2v5*)
  1303.     archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linkopts'
  1304.     hardcode_shlibpath_var=no
  1305.     runpath_var=LD_RUN_PATH
  1306.     hardcode_runpath_var=yes
  1307.     ;;
  1308.   solaris*)
  1309.     no_undefined_flag=' -z text'
  1310.     # $CC -shared without GNU ld will not create a library from C++
  1311.     # object files and a static libstdc++, better avoid it by now
  1312.     archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linkopts'
  1313.     archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | sed -e "s/(.*)/1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
  1314. $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linkopts~$rm $lib.exp'
  1315.     hardcode_libdir_flag_spec='-R$libdir'
  1316.     hardcode_shlibpath_var=no
  1317.     case "$host_os" in
  1318.     solaris2.[0-5] | solaris2.[0-5].*) ;;
  1319.     *) # Supported since Solaris 2.6 (maybe 2.5.1?)
  1320.       whole_archive_flag_spec='-z allextract$convenience -z defaultextract' ;;
  1321.     esac
  1322.     ;;
  1323.   sunos4*)
  1324.     archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linkopts'
  1325.     hardcode_libdir_flag_spec='-L$libdir'
  1326.     hardcode_direct=yes
  1327.     hardcode_minus_L=yes
  1328.     hardcode_shlibpath_var=no
  1329.     ;;
  1330.   sysv4)
  1331.     if test "x$host_vendor" = xsequent; then
  1332.       # Use $CC to link under sequent, because it throws in some extra .o 
  1333.       # files that make .init and .fini sections work.
  1334.       archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $linkopts'
  1335.     else
  1336.       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linkopts'
  1337.     fi
  1338.     runpath_var='LD_RUN_PATH'
  1339.     hardcode_shlibpath_var=no
  1340.     hardcode_direct=no #Motorola manual says yes, but my tests say they lie 
  1341.     ;;  
  1342.   sysv4.3*)
  1343.     archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linkopts'
  1344.     hardcode_shlibpath_var=no
  1345.     export_dynamic_flag_spec='-Bexport'
  1346.     ;;
  1347.   sysv5*)
  1348.     no_undefined_flag=' -z text'
  1349.     # $CC -shared without GNU ld will not create a library from C++
  1350.     # object files and a static libstdc++, better avoid it by now
  1351.     archive_cmds='$UW7_compile_command -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linkopts'
  1352.     archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | sed -e "s/(.*)/1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
  1353. $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linkopts~$rm $lib.exp'
  1354.     hardcode_libdir_flag_spec=
  1355.     hardcode_shlibpath_var=no
  1356.     runpath_var='LD_RUN_PATH'
  1357.     ;;
  1358.   uts4*)
  1359.     archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linkopts'
  1360.     hardcode_libdir_flag_spec='-L$libdir'
  1361.     hardcode_shlibpath_var=no
  1362.     ;;
  1363.   dgux*)
  1364.     archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linkopts'
  1365.     hardcode_libdir_flag_spec='-L$libdir'
  1366.     hardcode_shlibpath_var=no
  1367.     ;;
  1368.   sysv4*MP*)
  1369.     if test -d /usr/nec; then
  1370.       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linkopts'
  1371.       hardcode_shlibpath_var=no
  1372.       runpath_var=LD_RUN_PATH
  1373.       hardcode_runpath_var=yes
  1374.       ld_shlibs=yes
  1375.     fi
  1376.     ;;
  1377.   sysv4.2uw2*)
  1378.     archive_cmds='$LD -G -o $lib $libobjs $deplibs $linkopts'
  1379.     hardcode_direct=yes
  1380.     hardcode_minus_L=no
  1381.     hardcode_shlibpath_var=no
  1382.     hardcode_runpath_var=yes
  1383.     runpath_var=LD_RUN_PATH
  1384.     ;;
  1385.   unixware7*)
  1386.     archive_cmds='$UW7_compile_command -G -h $soname -o $lib $libobjs $deplibs $linkopts'
  1387.     runpath_var='LD_RUN_PATH'
  1388.     hardcode_shlibpath_var=no
  1389.     ;;
  1390.   *)
  1391.     ld_shlibs=no
  1392.     ;;
  1393.   esac
  1394. fi
  1395. echo "$ac_t$ld_shlibs" 1>&6
  1396. test "$ld_shlibs" = no && can_build_shared=no
  1397. if test -z "$NM"; then
  1398.   echo $ac_n "checking for BSD-compatible nm... $ac_c" 1>&6
  1399.   case "$NM" in
  1400.   [\/]* | [A-Za-z]:[\/]*) ;; # Let the user override the test with a path.
  1401.   *)
  1402.     IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR}"
  1403.     for ac_dir in $PATH /usr/ucb /usr/ccs/bin /bin; do
  1404.       test -z "$ac_dir" && ac_dir=.
  1405.       if test -f $ac_dir/nm || test -f $ac_dir/nm$ac_exeext; then
  1406. # Check to see if the nm accepts a BSD-compat flag.
  1407. # Adding the `sed 1q' prevents false positives on HP-UX, which says:
  1408. #   nm: unknown option "B" ignored
  1409. if ($ac_dir/nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
  1410.   NM="$ac_dir/nm -B"
  1411.   break
  1412. elif ($ac_dir/nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
  1413.   NM="$ac_dir/nm -p"
  1414.   break
  1415. else
  1416.   NM=${NM="$ac_dir/nm"} # keep the first match, but
  1417.   continue # so that we can try to find one that supports BSD flags
  1418. fi
  1419.       fi
  1420.     done
  1421.     IFS="$ac_save_ifs"
  1422.     test -z "$NM" && NM=nm
  1423.     ;;
  1424.   esac
  1425.   echo "$ac_t$NM" 1>&6
  1426. fi
  1427. # Check for command to grab the raw symbol name followed by C symbol from nm.
  1428. echo $ac_n "checking command to parse $NM output... $ac_c" 1>&6
  1429. # These are sane defaults that work on at least a few old systems.
  1430. # [They come from Ultrix.  What could be older than Ultrix?!! ;)]
  1431. # Character class describing NM global symbol codes.
  1432. symcode='[BCDEGRST]'
  1433. # Regexp to match symbols that can be accessed directly from C.
  1434. sympat='([_A-Za-z][_A-Za-z0-9]*)'
  1435. # Transform the above into a raw symbol and a C symbol.
  1436. symxfrm='1 23 3'
  1437. # Transform an extracted symbol line into a proper C declaration
  1438. global_symbol_to_cdecl="sed -n -e 's/^. .* (.*)$/extern char 1;/p'"
  1439. # Define system-specific variables.
  1440. case "$host_os" in
  1441. aix*)
  1442.   symcode='[BCDT]'
  1443.   ;;
  1444. cygwin* | mingw*)
  1445.   symcode='[ABCDGISTW]'
  1446.   ;;
  1447. hpux*) # Its linker distinguishes data from code symbols
  1448.   global_symbol_to_cdecl="sed -n -e 's/^T .* (.*)$/extern char 1();/p' -e 's/^. .* (.*)$/extern char 1;/p'"
  1449.   ;;
  1450. irix*)
  1451.   symcode='[BCDEGRST]'
  1452.   ;;
  1453. solaris*)
  1454.   symcode='[BDT]'
  1455.   ;;
  1456. sysv4)
  1457.   symcode='[DFNSTU]'
  1458.   ;;
  1459. esac
  1460. # If we're using GNU nm, then use its standard symbol codes.
  1461. if $NM -V 2>&1 | egrep '(GNU|with BFD)' > /dev/null; then
  1462.   symcode='[ABCDGISTW]'
  1463. fi
  1464. # Try without a prefix undercore, then with it.
  1465. for ac_symprfx in "" "_"; do
  1466.   # Write the raw and C identifiers.
  1467.   global_symbol_pipe="sed -n -e 's/^.*[  ]($symcode)[  ][  ]*($ac_symprfx)$sympat$/$symxfrm/p'"
  1468.   # Check to see that the pipe works correctly.
  1469.   pipe_works=no
  1470.   $rm conftest*
  1471.   cat > conftest.c <<EOF
  1472. #ifdef __cplusplus
  1473. extern "C" {
  1474. #endif
  1475. char nm_test_var;
  1476. void nm_test_func(){}
  1477. #ifdef __cplusplus
  1478. }
  1479. #endif
  1480. main(){nm_test_var='a';nm_test_func();return(0);}
  1481. EOF
  1482.   echo "$progname:1653: checking if global_symbol_pipe works" >&5
  1483.   if { (eval echo $progname:1654: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; } && test -s conftest.$objext; then
  1484.     # Now try to grab the symbols.
  1485.     nlist=conftest.nm
  1486.     if { echo "$progname:1657: eval "$NM conftest.$objext | $global_symbol_pipe > $nlist"" >&5; eval "$NM conftest.$objext | $global_symbol_pipe > $nlist 2>&5"; } && test -s "$nlist"; then
  1487.       # Try sorting and uniquifying the output.
  1488.       if sort "$nlist" | uniq > "$nlist"T; then
  1489. mv -f "$nlist"T "$nlist"
  1490.       else
  1491. rm -f "$nlist"T
  1492.       fi
  1493.       # Make sure that we snagged all the symbols we need.
  1494.       if egrep ' nm_test_var$' "$nlist" >/dev/null; then
  1495. if egrep ' nm_test_func$' "$nlist" >/dev/null; then
  1496.   cat <<EOF > conftest.c
  1497. #ifdef __cplusplus
  1498. extern "C" {
  1499. #endif
  1500. EOF
  1501.   # Now generate the symbol file.
  1502.   eval "$global_symbol_to_cdecl"' < "$nlist" >> conftest.c'
  1503.   cat <<EOF >> conftest.c
  1504. #if defined (__STDC__) && __STDC__
  1505. # define lt_ptr_t void *
  1506. #else
  1507. # define lt_ptr_t char *
  1508. # define const
  1509. #endif
  1510. /* The mapping between symbol names and symbols. */
  1511. const struct {
  1512.   const char *name;
  1513.   lt_ptr_t address;
  1514. }
  1515. lt_preloaded_symbols[] =
  1516. {
  1517. EOF
  1518.   sed 's/^. (.*) (.*)$/  {"2", (lt_ptr_t) &2},/' < "$nlist" >> conftest.c
  1519.   cat <<EOF >> conftest.c
  1520.   {0, (lt_ptr_t) 0}
  1521. };
  1522. #ifdef __cplusplus
  1523. }
  1524. #endif
  1525. EOF
  1526.   # Now try linking the two files.
  1527.   mv conftest.$objext conftstm.$objext
  1528.   save_LIBS="$LIBS"
  1529.   save_CFLAGS="$CFLAGS"
  1530.   LIBS="conftstm.$objext"
  1531.   CFLAGS="$CFLAGS$no_builtin_flag"
  1532.   if { (eval echo $progname:1709: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1533.     pipe_works=yes
  1534.   else
  1535.     echo "$progname: failed program was:" >&5
  1536.     cat conftest.c >&5
  1537.   fi
  1538.   LIBS="$save_LIBS"
  1539. else
  1540.   echo "cannot find nm_test_func in $nlist" >&5
  1541. fi
  1542.       else
  1543. echo "cannot find nm_test_var in $nlist" >&5
  1544.       fi
  1545.     else
  1546.       echo "cannot run $global_symbol_pipe" >&5
  1547.     fi
  1548.   else
  1549.     echo "$progname: failed program was:" >&5
  1550.     cat conftest.c >&5
  1551.   fi
  1552.   $rm conftest* conftst*
  1553.   # Do not use the global_symbol_pipe unless it works.
  1554.   if test "$pipe_works" = yes; then
  1555.     break
  1556.   else
  1557.     global_symbol_pipe=
  1558.   fi
  1559. done
  1560. if test "$pipe_works" = yes; then
  1561.   echo "${ac_t}ok" 1>&6
  1562. else
  1563.   echo "${ac_t}failed" 1>&6
  1564. fi
  1565. if test -z "$global_symbol_pipe"; then
  1566.   global_symbol_to_cdecl=
  1567. fi
  1568. # Check hardcoding attributes.
  1569. echo $ac_n "checking how to hardcode library paths into programs... $ac_c" 1>&6
  1570. hardcode_action=
  1571. if test -n "$hardcode_libdir_flag_spec" || 
  1572.    test -n "$runpath_var"; then
  1573.   # We can hardcode non-existant directories.
  1574.   if test "$hardcode_direct" != no &&
  1575.      # If the only mechanism to avoid hardcoding is shlibpath_var, we
  1576.      # have to relink, otherwise we might link with an installed library
  1577.      # when we should be linking with a yet-to-be-installed one
  1578.      ## test "$hardcode_shlibpath_var" != no &&
  1579.      test "$hardcode_minus_L" != no; then
  1580.     # Linking always hardcodes the temporary library directory.
  1581.     hardcode_action=relink
  1582.   else
  1583.     # We can link without hardcoding, and we can hardcode nonexisting dirs.
  1584.     hardcode_action=immediate
  1585.   fi
  1586. else
  1587.   # We cannot hardcode anything, or else we can only hardcode existing
  1588.   # directories.
  1589.   hardcode_action=unsupported
  1590. fi
  1591. echo "$ac_t$hardcode_action" 1>&6
  1592. reload_flag=
  1593. reload_cmds='$LD$reload_flag -o $output$reload_objs'
  1594. echo $ac_n "checking for $LD option to reload object files... $ac_c" 1>&6
  1595. # PORTME Some linkers may need a different reload flag.
  1596. reload_flag='-r'
  1597. echo "$ac_t$reload_flag" 1>&6
  1598. test -n "$reload_flag" && reload_flag=" $reload_flag"
  1599. # PORTME Fill in your ld.so characteristics
  1600. library_names_spec=
  1601. libname_spec='lib$name'
  1602. soname_spec=
  1603. postinstall_cmds=
  1604. postuninstall_cmds=
  1605. finish_cmds=
  1606. finish_eval=
  1607. shlibpath_var=
  1608. shlibpath_overrides_runpath=unknown
  1609. version_type=none
  1610. dynamic_linker="$host_os ld.so"
  1611. sys_lib_dlsearch_path_spec="/lib /usr/lib"
  1612. sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
  1613. file_magic_cmd=
  1614. file_magic_test_file=
  1615. deplibs_check_method='unknown'
  1616. # Need to set the preceding variable on all platforms that support
  1617. # interlibrary dependencies.
  1618. # 'none' -- dependencies not supported.
  1619. # `unknown' -- same as none, but documents that we really don't know.
  1620. # 'pass_all' -- all dependencies passed with no checks.
  1621. # 'test_compile' -- check by making test program.
  1622. # 'file_magic [regex]' -- check by looking for files in library path
  1623. # which responds to the $file_magic_cmd with a given egrep regex.
  1624. # If you have `file' or equivalent on your system and you're not sure
  1625. # whether `pass_all' will *always* work, you probably want this one.
  1626. echo $ac_n "checking dynamic linker characteristics... $ac_c" 1>&6
  1627. case "$host_os" in
  1628. aix3*)
  1629.   version_type=linux
  1630.   library_names_spec='${libname}${release}.so$versuffix $libname.a'
  1631.   shlibpath_var=LIBPATH
  1632.   # AIX has no versioning support, so we append a major version to the name.
  1633.   soname_spec='${libname}${release}.so$major'
  1634.   ;;
  1635. aix4*)
  1636.   version_type=linux
  1637.   # AIX has no versioning support, so currently we can not hardcode correct
  1638.   # soname into executable. Probably we can add versioning support to
  1639.   # collect2, so additional links can be useful in future.
  1640.   # We preserve .a as extension for shared libraries though AIX4.2
  1641.   # and later linker supports .so
  1642.   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.a'
  1643.   shlibpath_var=LIBPATH
  1644.   deplibs_check_method=pass_all
  1645.   ;;
  1646. amigaos*)
  1647.   library_names_spec='$libname.ixlibrary $libname.a'
  1648.   # Create ${libname}_ixlibrary.a entries in /sys/libs.
  1649.   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'
  1650.   ;;
  1651. beos*)
  1652.   library_names_spec='${libname}.so'
  1653.   dynamic_linker="$host_os ld.so"
  1654.   shlibpath_var=LIBRARY_PATH
  1655.   deplibs_check_method=pass_all
  1656.   lt_cv_dlopen="load_add_on"
  1657.   lt_cv_dlopen_libs=
  1658.   lt_cv_dlopen_self=yes
  1659.   ;;
  1660. bsdi4*)
  1661.   version_type=linux
  1662.   need_version=no
  1663.   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
  1664.   soname_spec='${libname}${release}.so$major'
  1665.   finish_cmds='PATH="$PATH:/sbin" ldconfig $libdir'
  1666.   shlibpath_var=LD_LIBRARY_PATH
  1667.   deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
  1668.   file_magic_cmd=/usr/bin/file
  1669.   file_magic_test_file=/shlib/libc.so
  1670.   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
  1671.   sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
  1672.   export_dynamic_flag_spec=-rdynamic
  1673.   # the default ld.so.conf also contains /usr/contrib/lib and
  1674.   # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
  1675.   # libtool to hard-code these into programs
  1676.   ;;
  1677. cygwin* | mingw*)
  1678.   version_type=windows
  1679.   need_version=no
  1680.   need_lib_prefix=no
  1681.   if test "$with_gcc" = yes; then
  1682.     library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll $libname.a'
  1683.   else
  1684.     library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll $libname.lib'
  1685.   fi
  1686.   dynamic_linker='Win32 ld.exe'
  1687.   deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
  1688.   file_magic_cmd='${OBJDUMP} -f'
  1689.   # FIXME: first we should search . and the directory the executable is in
  1690.   shlibpath_var=PATH
  1691.   lt_cv_dlopen="LoadLibrary"
  1692.   lt_cv_dlopen_libs=
  1693.   ;;
  1694. freebsd1*)
  1695.   dynamic_linker=no
  1696.   ;;
  1697.   
  1698. freebsd*)
  1699.   objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
  1700.   version_type=freebsd-$objformat
  1701.   case "$version_type" in
  1702.     freebsd-elf*)
  1703.       deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
  1704.       file_magic_cmd=/usr/bin/file
  1705.       file_magic_test_file=`echo /usr/lib/libc.so*`
  1706.       library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so'
  1707.       need_version=no
  1708.       need_lib_prefix=no
  1709.       ;;
  1710.     freebsd-*)
  1711.       deplibs_check_method=unknown
  1712.       library_names_spec='${libname}${release}.so$versuffix $libname.so$versuffix'
  1713.       need_version=yes
  1714.       ;;
  1715.   esac
  1716.   shlibpath_var=LD_LIBRARY_PATH
  1717.   case "$host_os" in
  1718.   freebsd2* | freebsd3.[01]* | freebsdelf3.[01]*)
  1719.     shlibpath_overrides_runpath=yes
  1720.     ;;
  1721.   *) # from 3.2 on
  1722.     shlibpath_overrides_runpath=no
  1723.     ;;
  1724.   esac
  1725.   ;;
  1726. gnu*)
  1727.   version_type=linux
  1728.   need_lib_prefix=no
  1729.   need_version=no
  1730.   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so${major} ${libname}.so'
  1731.   soname_spec='${libname}${release}.so$major'
  1732.   shlibpath_var=LD_LIBRARY_PATH
  1733.   deplibs_check_method=pass_all
  1734.   ;;
  1735. hpux9* | hpux10* | hpux11*)
  1736.   # Give a soname corresponding to the major version so that dld.sl refuses to
  1737.   # link against other versions.
  1738.   dynamic_linker="$host_os dld.sl"
  1739.   version_type=sunos
  1740.   need_lib_prefix=no
  1741.   need_version=no
  1742.   shlibpath_var=SHLIB_PATH
  1743.   shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
  1744.   library_names_spec='${libname}${release}.sl$versuffix ${libname}${release}.sl$major $libname.sl'
  1745.   soname_spec='${libname}${release}.sl$major'
  1746.   # HP-UX runs *really* slowly unless shared libraries are mode 555.
  1747.   postinstall_cmds='chmod 555 $lib'
  1748.   case "$host_os" in
  1749.   hpux10.20*)
  1750.     # TODO:  Does this work for hpux-11 too?
  1751.     deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
  1752.     file_magic_cmd=/usr/bin/file
  1753.     file_magic_test_file=/usr/lib/libc.sl
  1754.     ;;
  1755.   esac
  1756.   ;;
  1757. irix5* | irix6*)
  1758.   version_type=irix
  1759.   need_lib_prefix=no
  1760.   need_version=no
  1761.   soname_spec='${libname}${release}.so.$major'
  1762.   library_names_spec='${libname}${release}.so.$versuffix ${libname}${release}.so.$major ${libname}${release}.so $libname.so'
  1763.   case "$host_os" in
  1764.   irix5*)
  1765.     libsuff= shlibsuff=
  1766.     # this will be overridden with pass_all, but let us keep it just in case
  1767.     deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
  1768.     ;;
  1769.   *)
  1770.     case "$LD" in # libtool.m4 will add one of these switches to LD
  1771.     *-32|*"-32 ") libsuff= shlibsuff= libmagic=32-bit;;
  1772.     *-n32|*"-n32 ") libsuff=32 shlibsuff=N32 libmagic=N32;;
  1773.     *-64|*"-64 ") libsuff=64 shlibsuff=64 libmagic=64-bit;;
  1774.     *) libsuff= shlibsuff= libmagic=never-match;;
  1775.     esac
  1776.     ;;
  1777.   esac
  1778.   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
  1779.   shlibpath_overrides_runpath=no
  1780.   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
  1781.   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
  1782.   file_magic_cmd=/usr/bin/file
  1783.   file_magic_test_file=`echo /lib${libsuff}/libc.so*`
  1784.   deplibs_check_method='pass_all'
  1785.   ;;
  1786. # No shared lib support for Linux oldld, aout, or coff.
  1787. linux-gnuoldld* | linux-gnuaout* | linux-gnucoff*)
  1788.   dynamic_linker=no
  1789.   ;;
  1790. # This must be Linux ELF.
  1791. linux-gnu*)
  1792.   version_type=linux
  1793.   need_lib_prefix=no
  1794.   need_version=no
  1795.   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
  1796.   soname_spec='${libname}${release}.so$major'
  1797.   finish_cmds='PATH="$PATH:/sbin" ldconfig -n $libdir'
  1798.   shlibpath_var=LD_LIBRARY_PATH
  1799.   shlibpath_overrides_runpath=no
  1800.   deplibs_check_method=pass_all
  1801.   if test -f /lib/ld.so.1; then
  1802.     dynamic_linker='GNU ld.so'
  1803.   else
  1804.     # Only the GNU ld.so supports shared libraries on MkLinux.
  1805.     case "$host_cpu" in
  1806.     powerpc*) dynamic_linker=no ;;
  1807.     *) dynamic_linker='Linux ld.so' ;;
  1808.     esac
  1809.   fi
  1810.   ;;
  1811. netbsd*)
  1812.   version_type=sunos
  1813.   if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
  1814.     library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
  1815.     finish_cmds='PATH="$PATH:/sbin" ldconfig -m $libdir'
  1816.     dynamic_linker='NetBSD (a.out) ld.so'
  1817.   else
  1818.     library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major ${libname}${release}.so ${libname}.so'
  1819.     soname_spec='${libname}${release}.so$major'
  1820.     dynamic_linker='NetBSD ld.elf_so'
  1821.   fi
  1822.   shlibpath_var=LD_LIBRARY_PATH
  1823.   ;;
  1824. openbsd*)
  1825.   version_type=sunos
  1826.   if test "$with_gnu_ld" = yes; then
  1827.     need_lib_prefix=no
  1828.     need_version=no
  1829.   fi
  1830.   library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
  1831.   finish_cmds='PATH="$PATH:/sbin" ldconfig -m $libdir'
  1832.   shlibpath_var=LD_LIBRARY_PATH
  1833.   ;;
  1834. os2*)
  1835.   libname_spec='$name'
  1836.   need_lib_prefix=no
  1837.   library_names_spec='$libname.dll $libname.a'
  1838.   dynamic_linker='OS/2 ld.exe'
  1839.   deplibs_check_method=pass_all
  1840.   shlibpath_var=LIBPATH
  1841.   ;;
  1842. osf3* | osf4* | osf5*)
  1843.   version_type=osf
  1844.   need_version=no
  1845.   soname_spec='${libname}${release}.so'
  1846.   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so'
  1847.   shlibpath_var=LD_LIBRARY_PATH
  1848.   # this will be overridden with pass_all, but let us keep it just in case
  1849.   deplibs_check_method='file_magic COFF format alpha shared library'
  1850.   file_magic_cmd=/usr/bin/file
  1851.   file_magic_test_file=/shlib/libc.so
  1852.   deplibs_check_method='pass_all'
  1853.   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
  1854.   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
  1855.   ;;
  1856. rhapsody*)
  1857.   version_type=sunos
  1858.   library_names_spec='${libname}.so'
  1859.   soname_spec='${libname}.so'
  1860.   shlibpath_var=DYLD_LIBRARY_PATH
  1861.   deplibs_check_method=pass_all
  1862.   ;;
  1863. sco3.2v5*)
  1864.   version_type=osf
  1865.   soname_spec='${libname}${release}.so$major'
  1866.   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
  1867.   shlibpath_var=LD_LIBRARY_PATH
  1868.   ;;
  1869. solaris*)
  1870.   version_type=linux
  1871.   need_lib_prefix=no
  1872.   need_version=no
  1873.   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
  1874.   soname_spec='${libname}${release}.so$major'
  1875.   shlibpath_var=LD_LIBRARY_PATH
  1876.   shlibpath_overrides_runpath=yes
  1877.   # ldd complains unless libraries are executable
  1878.   postinstall_cmds='chmod +x $lib'
  1879.   deplibs_check_method="file_magic ELF [0-9][0-9]-bit [LM]SB dynamic lib"
  1880.   file_magic_cmd=/usr/bin/file
  1881.   file_magic_test_file=/lib/libc.so
  1882.   ;;
  1883. sunos4*)
  1884.   version_type=sunos
  1885.   library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
  1886.   finish_cmds='PATH="$PATH:/usr/etc" ldconfig $libdir'
  1887.   shlibpath_var=LD_LIBRARY_PATH
  1888.   shlibpath_overrides_runpath=yes
  1889.   if test "$with_gnu_ld" = yes; then
  1890.     need_lib_prefix=no
  1891.   fi
  1892.   need_version=yes
  1893.   ;;
  1894. sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
  1895.   version_type=linux
  1896.   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
  1897.   soname_spec='${libname}${release}.so$major'
  1898.   shlibpath_var=LD_LIBRARY_PATH
  1899.   case "$host_vendor" in
  1900.     sequent)
  1901.       file_magic_cmd='/bin/file'
  1902.       deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
  1903.       ;;
  1904.     ncr)
  1905.       deplibs_check_method='pass_all'
  1906.       ;;
  1907.     motorola)
  1908.       need_lib_prefix=no
  1909.       need_version=no
  1910.       shlibpath_overrides_runpath=no
  1911.       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
  1912.       deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
  1913.       file_magic_cmd=/usr/bin/file
  1914.       file_magic_test_file=`echo /usr/lib/libc.so*`
  1915.       ;;
  1916.   esac
  1917.   ;;
  1918. uts4*)
  1919.   version_type=linux
  1920.   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
  1921.   soname_spec='${libname}${release}.so$major'
  1922.   shlibpath_var=LD_LIBRARY_PATH
  1923.   ;;
  1924. dgux*)
  1925.   version_type=linux
  1926.   need_lib_prefix=no
  1927.   need_version=no
  1928.   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
  1929.   soname_spec='${libname}${release}.so$major'
  1930.   shlibpath_var=LD_LIBRARY_PATH
  1931.   ;;
  1932. sysv4*MP*)
  1933.   if test -d /usr/nec ;then
  1934.     version_type=linux
  1935.     library_names_spec='$libname.so.$versuffix $libname.so.$major $libname.so'
  1936.     soname_spec='$libname.so.$major'
  1937.     shlibpath_var=LD_LIBRARY_PATH
  1938.   fi
  1939.   ;;
  1940. *)
  1941.   dynamic_linker=no
  1942.   ;;
  1943. esac
  1944. echo "$ac_t$dynamic_linker" 1>&6
  1945. test "$dynamic_linker" = no && can_build_shared=no
  1946. # Report the final consequences.
  1947. echo "checking if libtool supports shared libraries... $can_build_shared" 1>&6
  1948. # Only try to build win32 dlls if AC_LIBTOOL_WIN32_DLL was used in
  1949. # configure.in, otherwise build static only libraries.
  1950. case "$host_os" in
  1951. cygwin* | mingw* | os2*)
  1952.   if test x$can_build_shared = xyes; then
  1953.     test x$enable_win32_dll = xno && can_build_shared=no
  1954.     echo "checking if package supports dlls... $can_build_shared" 1>&6
  1955.   fi
  1956. ;;
  1957. esac
  1958. if test -n "$file_magic_test_file" && test -n "$file_magic_cmd"; then
  1959.   case "$deplibs_check_method" in
  1960.   "file_magic "*)
  1961.     file_magic_regex="`expr "$deplibs_check_method" : "file_magic (.*)"`"
  1962.     if eval $file_magic_cmd $file_magic_test_file 2> /dev/null |
  1963.        egrep "$file_magic_regex" > /dev/null; then
  1964.       :
  1965.     else
  1966.       cat <<EOF 1>&2
  1967. *** Warning: the command libtool uses to detect shared libraries,
  1968. *** $file_magic_cmd, produces output that libtool cannot recognize.
  1969. *** The result is that libtool may fail to recognize shared libraries
  1970. *** as such.  This will affect the creation of libtool libraries that
  1971. *** depend on shared libraries, but programs linked with such libtool
  1972. *** libraries will work regardless of this problem.  Nevertheless, you
  1973. *** may want to report the problem to your system manager and/or to
  1974. *** bug-libtool@gnu.org
  1975. EOF
  1976.     fi ;;
  1977.   esac
  1978. fi
  1979. echo $ac_n "checking whether to build shared libraries... $ac_c" 1>&6
  1980. test "$can_build_shared" = "no" && enable_shared=no
  1981. # On AIX, shared libraries and static libraries use the same namespace, and
  1982. # are all built from PIC.
  1983. case "$host_os" in
  1984. aix3*)
  1985.   test "$enable_shared" = yes && enable_static=no
  1986.   if test -n "$RANLIB"; then
  1987.     archive_cmds="$archive_cmds~$RANLIB $lib"
  1988.     postinstall_cmds='$RANLIB $lib'
  1989.   fi
  1990.   ;;
  1991. aix4*)
  1992.   test "$enable_shared" = yes && enable_static=no
  1993.   ;;
  1994. esac
  1995. echo "$ac_t$enable_shared" 1>&6
  1996. # Make sure either enable_shared or enable_static is yes.
  1997. test "$enable_shared" = yes || enable_static=yes
  1998. echo "checking whether to build static libraries... $enable_static" 1>&6
  1999. if test "$hardcode_action" = relink; then
  2000.   # Fast installation is not supported
  2001.   enable_fast_install=no
  2002. elif test "$shlibpath_overrides_runpath" = yes ||
  2003.      test "$enable_shared" = no; then
  2004.   # Fast installation is not necessary
  2005.   enable_fast_install=needless
  2006. fi
  2007. echo $ac_n "checking for objdir... $ac_c" 1>&6
  2008. rm -f .libs 2>/dev/null
  2009. mkdir .libs 2>/dev/null
  2010. if test -d .libs; then
  2011.   objdir=.libs
  2012. else
  2013.   # MS-DOS does not allow filenames that begin with a dot.
  2014.   objdir=_libs
  2015. fi
  2016. rmdir .libs 2>/dev/null
  2017. echo "$ac_t$objdir" 1>&6
  2018. if test "x$enable_dlopen" != xyes; then
  2019.   enable_dlopen=unknown
  2020.   enable_dlopen_self=unknown
  2021.   enable_dlopen_self_static=unknown
  2022. else
  2023. if eval "test "`echo '$''{'lt_cv_dlopen'+set}'`" != set"; then
  2024.   lt_cv_dlopen=no lt_cv_dlopen_libs=
  2025. echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
  2026. echo "$progname:2248: checking for dlopen in -ldl" >&5
  2027. ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
  2028. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  2029.   echo $ac_n "(cached) $ac_c" 1>&6
  2030. else
  2031.   ac_save_LIBS="$LIBS"
  2032. LIBS="-ldl  $LIBS"
  2033. cat > conftest.$ac_ext <<EOF
  2034. #line 2256 "ltconfig"
  2035. /* Override any gcc2 internal prototype to avoid an error.  */
  2036. /* We use char because int might match the return type of a gcc2
  2037.     builtin and then its argument prototype would still apply.  */
  2038. #ifdef __cplusplus
  2039. extern "C"
  2040. #endif
  2041. char dlopen();
  2042. int main() {
  2043. dlopen()
  2044. ; return 0; }
  2045. EOF
  2046. if { (eval echo $progname:2269: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2047.   rm -rf conftest*
  2048.   eval "ac_cv_lib_$ac_lib_var=yes"
  2049. else
  2050.   echo "$progname: failed program was:" >&5
  2051.   cat conftest.$ac_ext >&5
  2052.   rm -rf conftest*
  2053.   eval "ac_cv_lib_$ac_lib_var=no"
  2054. fi
  2055. rm -f conftest*
  2056. LIBS="$ac_save_LIBS"
  2057. fi
  2058. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  2059.   echo "$ac_t""yes" 1>&6
  2060.   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
  2061. else
  2062.   echo "$ac_t""no" 1>&6
  2063. echo $ac_n "checking for dlopen""... $ac_c" 1>&6
  2064. echo "$progname:2288: checking for dlopen" >&5
  2065. if eval "test "`echo '$''{'ac_cv_func_dlopen'+set}'`" = set"; then
  2066.   echo $ac_n "(cached) $ac_c" 1>&6
  2067. else
  2068.   cat > conftest.$ac_ext <<EOF
  2069. #line 2293 "ltconfig"
  2070. /* System header to define __stub macros and hopefully few prototypes,
  2071.     which can conflict with char dlopen(); below.  */
  2072. #include <assert.h>
  2073. /* Override any gcc2 internal prototype to avoid an error.  */
  2074. /* We use char because int might match the return type of a gcc2
  2075.     builtin and then its argument prototype would still apply.  */
  2076. #ifdef __cplusplus
  2077. extern "C"
  2078. #endif
  2079. char dlopen();
  2080. int main() {
  2081. /* The GNU C library defines this for functions which it implements
  2082.     to always fail with ENOSYS.  Some functions are actually named
  2083.     something starting with __ and the normal name is an alias.  */
  2084. #if defined (__stub_dlopen) || defined (__stub___dlopen)
  2085. choke me
  2086. #else
  2087. dlopen();
  2088. #endif
  2089. ; return 0; }
  2090. EOF
  2091. if { (eval echo $progname:2318: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2092.   rm -rf conftest*
  2093.   eval "ac_cv_func_dlopen=yes"
  2094. else
  2095.   echo "$progname: failed program was:" >&5
  2096.   cat conftest.$ac_ext >&5
  2097.   rm -rf conftest*
  2098.   eval "ac_cv_func_dlopen=no"
  2099. fi
  2100. rm -f conftest*
  2101. fi
  2102. if eval "test "`echo '$ac_cv_func_'dlopen`" = yes"; then
  2103.   echo "$ac_t""yes" 1>&6
  2104.   lt_cv_dlopen="dlopen"
  2105. else
  2106.   echo "$ac_t""no" 1>&6
  2107. echo $ac_n "checking for dld_link in -ldld""... $ac_c" 1>&6
  2108. echo "$progname:2335: checking for dld_link in -ldld" >&5
  2109. ac_lib_var=`echo dld'_'dld_link | sed 'y%./+-%__p_%'`
  2110. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  2111.   echo $ac_n "(cached) $ac_c" 1>&6
  2112. else
  2113.   ac_save_LIBS="$LIBS"
  2114. LIBS="-ldld  $LIBS"
  2115. cat > conftest.$ac_ext <<EOF
  2116. #line 2343 "ltconfig"
  2117. /* Override any gcc2 internal prototype to avoid an error.  */
  2118. /* We use char because int might match the return type of a gcc2
  2119.     builtin and then its argument prototype would still apply.  */
  2120. #ifdef __cplusplus
  2121. extern "C"
  2122. #endif
  2123. char dld_link();
  2124. int main() {
  2125. dld_link()
  2126. ; return 0; }
  2127. EOF
  2128. if { (eval echo $progname:2356: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2129.   rm -rf conftest*
  2130.   eval "ac_cv_lib_$ac_lib_var=yes"
  2131. else
  2132.   echo "$progname: failed program was:" >&5
  2133.   cat conftest.$ac_ext >&5
  2134.   rm -rf conftest*
  2135.   eval "ac_cv_lib_$ac_lib_var=no"
  2136. fi
  2137. rm -f conftest*
  2138. LIBS="$ac_save_LIBS"
  2139. fi
  2140. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  2141.   echo "$ac_t""yes" 1>&6
  2142.   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
  2143. else
  2144.   echo "$ac_t""no" 1>&6
  2145. echo $ac_n "checking for shl_load""... $ac_c" 1>&6
  2146. echo "$progname:2375: checking for shl_load" >&5
  2147. if eval "test "`echo '$''{'ac_cv_func_shl_load'+set}'`" = set"; then
  2148.   echo $ac_n "(cached) $ac_c" 1>&6
  2149. else
  2150.   cat > conftest.$ac_ext <<EOF
  2151. #line 2380 "ltconfig"
  2152. /* System header to define __stub macros and hopefully few prototypes,
  2153.     which can conflict with char shl_load(); below.  */
  2154. #include <assert.h>
  2155. /* Override any gcc2 internal prototype to avoid an error.  */
  2156. /* We use char because int might match the return type of a gcc2
  2157.     builtin and then its argument prototype would still apply.  */
  2158. #ifdef __cplusplus
  2159. extern "C"
  2160. #endif
  2161. char shl_load();
  2162. int main() {
  2163. /* The GNU C library defines this for functions which it implements
  2164.     to always fail with ENOSYS.  Some functions are actually named
  2165.     something starting with __ and the normal name is an alias.  */
  2166. #if defined (__stub_shl_load) || defined (__stub___shl_load)
  2167. choke me
  2168. #else
  2169. shl_load();
  2170. #endif
  2171. ; return 0; }
  2172. EOF
  2173. if { (eval echo $progname:2405: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2174.   rm -rf conftest*
  2175.   eval "ac_cv_func_shl_load=yes"
  2176. else
  2177.   echo "$progname: failed program was:" >&5
  2178.   cat conftest.$ac_ext >&5
  2179.   rm -rf conftest*
  2180.   eval "ac_cv_func_shl_load=no"
  2181. fi
  2182. rm -f conftest*
  2183. fi
  2184. if eval "test "`echo '$ac_cv_func_'shl_load`" = yes"; then
  2185.   echo "$ac_t""yes" 1>&6
  2186.   lt_cv_dlopen="shl_load"
  2187. else
  2188.   echo "$ac_t""no" 1>&6
  2189. echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6
  2190. echo "$progname:2423: checking for shl_load in -ldld" >&5
  2191. ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'`
  2192. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  2193.   echo $ac_n "(cached) $ac_c" 1>&6
  2194. else
  2195.   ac_save_LIBS="$LIBS"
  2196. LIBS="-ldld  $LIBS"
  2197. cat > conftest.$ac_ext <<EOF
  2198. #line 2431 "ltconfig"
  2199. #include "confdefs.h"
  2200. /* Override any gcc2 internal prototype to avoid an error.  */
  2201. /* We use char because int might match the return type of a gcc2
  2202.     builtin and then its argument prototype would still apply.  */
  2203. #ifdef __cplusplus
  2204. extern "C"
  2205. #endif
  2206. char shl_load();
  2207. int main() {
  2208. shl_load()
  2209. ; return 0; }
  2210. EOF
  2211. if { (eval echo $progname:2445: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2212.   rm -rf conftest*
  2213.   eval "ac_cv_lib_$ac_lib_var=yes"
  2214. else
  2215.   echo "$progname: failed program was:" >&5
  2216.   cat conftest.$ac_ext >&5
  2217.   rm -rf conftest*
  2218.   eval "ac_cv_lib_$ac_lib_var=no"
  2219. fi
  2220. rm -f conftest*
  2221. LIBS="$ac_save_LIBS"
  2222. fi
  2223. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  2224.   echo "$ac_t""yes" 1>&6
  2225.   lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
  2226. else
  2227.   echo "$ac_t""no" 1>&6
  2228. fi
  2229. fi
  2230.     
  2231. fi
  2232.   
  2233. fi
  2234. fi
  2235. fi
  2236.   if test "x$lt_cv_dlopen" != xno; then
  2237.     enable_dlopen=yes
  2238.   fi
  2239.   case "$lt_cv_dlopen" in
  2240.   dlopen)
  2241. for ac_hdr in dlfcn.h; do
  2242. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  2243. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  2244. echo "$progname:2488: checking for $ac_hdr" >&5
  2245. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  2246.   echo $ac_n "(cached) $ac_c" 1>&6
  2247. else
  2248.   cat > conftest.$ac_ext <<EOF
  2249. #line 2493 "ltconfig"
  2250. #include <$ac_hdr>
  2251. int fnord = 0;
  2252. EOF
  2253. ac_try="$ac_compile >/dev/null 2>conftest.out"
  2254. { (eval echo $progname:2498: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  2255. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  2256. if test -z "$ac_err"; then
  2257.   rm -rf conftest*
  2258.   eval "ac_cv_header_$ac_safe=yes"
  2259. else
  2260.   echo "$ac_err" >&5
  2261.   echo "$progname: failed program was:" >&5
  2262.   cat conftest.$ac_ext >&5
  2263.   rm -rf conftest*
  2264.   eval "ac_cv_header_$ac_safe=no"
  2265. fi
  2266. rm -f conftest*
  2267. fi
  2268. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  2269.   echo "$ac_t""yes" 1>&6
  2270. else
  2271.   echo "$ac_t""no" 1>&6
  2272. fi
  2273. done
  2274.     if test "x$ac_cv_header_dlfcn_h" = xyes; then
  2275.       CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
  2276.     fi
  2277.     eval LDFLAGS="$LDFLAGS $export_dynamic_flag_spec"
  2278.     LIBS="$lt_cv_dlopen_libs $LIBS"
  2279.   echo $ac_n "checking whether a program can dlopen itself""... $ac_c" 1>&6
  2280. echo "$progname:2526: checking whether a program can dlopen itself" >&5
  2281. if test "${lt_cv_dlopen_self+set}" = set; then
  2282.   echo $ac_n "(cached) $ac_c" 1>&6
  2283. else
  2284.   if test "$cross_compiling" = yes; then
  2285.     lt_cv_dlopen_self=cross
  2286.   else
  2287.     cat > conftest.c <<EOF
  2288. #line 2534 "ltconfig"
  2289. #if HAVE_DLFCN_H
  2290. #include <dlfcn.h>
  2291. #endif
  2292. #include <stdio.h>
  2293. #ifdef RTLD_GLOBAL
  2294. # define LTDL_GLOBAL RTLD_GLOBAL
  2295. #else
  2296. # ifdef DL_GLOBAL
  2297. #  define LTDL_GLOBAL DL_GLOBAL
  2298. # else
  2299. #  define LTDL_GLOBAL 0
  2300. # endif
  2301. #endif
  2302. /* We may have to define LTDL_LAZY_OR_NOW in the command line if we
  2303.    find out it does not work in some platform. */
  2304. #ifndef LTDL_LAZY_OR_NOW
  2305. # ifdef RTLD_LAZY
  2306. #  define LTDL_LAZY_OR_NOW RTLD_LAZY
  2307. # else
  2308. #  ifdef DL_LAZY
  2309. #   define LTDL_LAZY_OR_NOW DL_LAZY
  2310. #  else
  2311. #   ifdef RTLD_NOW
  2312. #    define LTDL_LAZY_OR_NOW RTLD_NOW
  2313. #   else
  2314. #    ifdef DL_NOW
  2315. #     define LTDL_LAZY_OR_NOW DL_NOW
  2316. #    else
  2317. #     define LTDL_LAZY_OR_NOW 0
  2318. #    endif
  2319. #   endif
  2320. #  endif
  2321. # endif
  2322. #endif
  2323. fnord() { int i=42;}
  2324. main() { void *self, *ptr1, *ptr2; self=dlopen(0,LTDL_GLOBAL|LTDL_LAZY_OR_NOW);
  2325.     if(self) { ptr1=dlsym(self,"fnord"); ptr2=dlsym(self,"_fnord");
  2326.        if(ptr1 || ptr2) { dlclose(self); exit(0); } } exit(1); } 
  2327. EOF
  2328. if { (eval echo $progname:2580: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
  2329. then
  2330.   lt_cv_dlopen_self=yes
  2331. else
  2332.   echo "$progname: failed program was:" >&5
  2333.   cat conftest.$ac_ext >&5
  2334.   rm -fr conftest*
  2335.   lt_cv_dlopen_self=no
  2336. fi
  2337. rm -fr conftest*
  2338. fi
  2339. fi
  2340. echo "$ac_t""$lt_cv_dlopen_self" 1>&6
  2341.   if test "$lt_cv_dlopen_self" = yes; then
  2342.     LDFLAGS="$LDFLAGS $link_static_flag"
  2343.   echo $ac_n "checking whether a statically linked program can dlopen itself""... $ac_c" 1>&6
  2344. echo "$progname:2599: checking whether a statically linked program can dlopen itself" >&5
  2345. if test "${lt_cv_dlopen_self_static+set}" = set; then
  2346.   echo $ac_n "(cached) $ac_c" 1>&6
  2347. else
  2348.   if test "$cross_compiling" = yes; then
  2349.     lt_cv_dlopen_self_static=cross
  2350.   else
  2351.     cat > conftest.c <<EOF
  2352. #line 2607 "ltconfig"
  2353. #if HAVE_DLFCN_H
  2354. #include <dlfcn.h>
  2355. #endif
  2356. #include <stdio.h>
  2357. #ifdef RTLD_GLOBAL
  2358. # define LTDL_GLOBAL RTLD_GLOBAL
  2359. #else
  2360. # ifdef DL_GLOBAL
  2361. #  define LTDL_GLOBAL DL_GLOBAL
  2362. # else
  2363. #  define LTDL_GLOBAL 0
  2364. # endif
  2365. #endif
  2366. /* We may have to define LTDL_LAZY_OR_NOW in the command line if we
  2367.    find out it does not work in some platform. */
  2368. #ifndef LTDL_LAZY_OR_NOW
  2369. # ifdef RTLD_LAZY
  2370. #  define LTDL_LAZY_OR_NOW RTLD_LAZY
  2371. # else
  2372. #  ifdef DL_LAZY
  2373. #   define LTDL_LAZY_OR_NOW DL_LAZY
  2374. #  else
  2375. #   ifdef RTLD_NOW
  2376. #    define LTDL_LAZY_OR_NOW RTLD_NOW
  2377. #   else
  2378. #    ifdef DL_NOW
  2379. #     define LTDL_LAZY_OR_NOW DL_NOW
  2380. #    else
  2381. #     define LTDL_LAZY_OR_NOW 0
  2382. #    endif
  2383. #   endif
  2384. #  endif
  2385. # endif
  2386. #endif
  2387. fnord() { int i=42;}
  2388. main() { void *self, *ptr1, *ptr2; self=dlopen(0,LTDL_GLOBAL|LTDL_LAZY_OR_NOW);
  2389.     if(self) { ptr1=dlsym(self,"fnord"); ptr2=dlsym(self,"_fnord");
  2390.     if(ptr1 || ptr2) { dlclose(self); exit(0); } } exit(1); } 
  2391. EOF
  2392. if { (eval echo $progname:2653: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
  2393. then
  2394.   lt_cv_dlopen_self_static=yes
  2395. else
  2396.   echo "$progname: failed program was:" >&5
  2397.   cat conftest.$ac_ext >&5
  2398.   rm -fr conftest*
  2399.   lt_cv_dlopen_self_static=no
  2400. fi
  2401. rm -fr conftest*
  2402. fi
  2403. fi
  2404. echo "$ac_t""$lt_cv_dlopen_self_static" 1>&6
  2405. fi
  2406.     ;;
  2407.   esac
  2408.   case "$lt_cv_dlopen_self" in
  2409.   yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
  2410.   *) enable_dlopen_self=unknown ;;
  2411.   esac
  2412.   case "$lt_cv_dlopen_self_static" in
  2413.   yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
  2414.   *) enable_dlopen_self_static=unknown ;;
  2415.   esac
  2416. fi
  2417. # Copy echo and quote the copy, instead of the original, because it is
  2418. # used later.
  2419. ltecho="$echo"
  2420. if test "X$ltecho" = "X$CONFIG_SHELL $0 --fallback-echo"; then
  2421.    ltecho="$CONFIG_SHELL $0 --fallback-echo"
  2422. fi
  2423. LTSHELL="$SHELL"
  2424. LTCONFIG_VERSION="$VERSION"
  2425. # Only quote variables if we're using ltmain.sh.
  2426. case "$ltmain" in
  2427. *.sh)
  2428.   # Now quote all the things that may contain metacharacters.
  2429.   for var in ltecho old_CC old_CFLAGS old_CPPFLAGS 
  2430.     old_LD old_LDFLAGS old_LIBS 
  2431.     old_NM old_RANLIB old_LN_S old_DLLTOOL old_OBJDUMP old_AS 
  2432.     AR CC LD LN_S NM LTSHELL LTCONFIG_VERSION 
  2433.     reload_flag reload_cmds wl 
  2434.     pic_flag link_static_flag no_builtin_flag export_dynamic_flag_spec 
  2435.     thread_safe_flag_spec whole_archive_flag_spec libname_spec 
  2436.     library_names_spec soname_spec 
  2437.     RANLIB old_archive_cmds old_archive_from_new_cmds old_postinstall_cmds 
  2438.     old_postuninstall_cmds archive_cmds archive_expsym_cmds postinstall_cmds postuninstall_cmds 
  2439.     file_magic_cmd export_symbols_cmds deplibs_check_method allow_undefined_flag no_undefined_flag 
  2440.     finish_cmds finish_eval global_symbol_pipe global_symbol_to_cdecl 
  2441.     hardcode_libdir_flag_spec hardcode_libdir_separator  
  2442.     sys_lib_search_path_spec sys_lib_dlsearch_path_spec 
  2443.     compiler_c_o compiler_o_lo need_locks exclude_expsyms include_expsyms; do
  2444.     case "$var" in
  2445.     reload_cmds | old_archive_cmds | old_archive_from_new_cmds | 
  2446.     old_postinstall_cmds | old_postuninstall_cmds | 
  2447.     export_symbols_cmds | archive_cmds | archive_expsym_cmds | 
  2448.     postinstall_cmds | postuninstall_cmds | 
  2449.     finish_cmds | sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
  2450.       # Double-quote double-evaled strings.
  2451.       eval "$var=\"`$echo "X$$var" | $Xsed -e "$double_quote_subst" -e "$sed_quote_subst" -e "$delay_variable_subst"`\""
  2452.       ;;
  2453.     *)
  2454.       eval "$var=\"`$echo "X$$var" | $Xsed -e "$sed_quote_subst"`\""
  2455.       ;;
  2456.     esac
  2457.   done
  2458.   case "$ltecho" in
  2459.   *'$0 --fallback-echo"')
  2460.     ltecho=`$echo "X$ltecho" | $Xsed -e 's/\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
  2461.     ;;
  2462.   esac
  2463.   trap "$rm "$ofile"; exit 1" 1 2 15
  2464.   echo "creating $ofile"
  2465.   $rm "$ofile"
  2466.   cat <<EOF > "$ofile"
  2467. #! $SHELL
  2468. # `$echo "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
  2469. # Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
  2470. # NOTE: Changes made to this file will be lost: look at ltconfig or ltmain.sh.
  2471. #
  2472. # Copyright (C) 1996-1999 Free Software Foundation, Inc.
  2473. # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
  2474. #
  2475. # This program is free software; you can redistribute it and/or modify
  2476. # it under the terms of the GNU General Public License as published by
  2477. # the Free Software Foundation; either version 2 of the License, or
  2478. # (at your option) any later version.
  2479. #
  2480. # This program is distributed in the hope that it will be useful, but
  2481. # WITHOUT ANY WARRANTY; without even the implied warranty of
  2482. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  2483. # General Public License for more details.
  2484. #
  2485. # You should have received a copy of the GNU General Public License
  2486. # along with this program; if not, write to the Free Software
  2487. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  2488. #
  2489. # As a special exception to the GNU General Public License, if you
  2490. # distribute this file as part of a program that contains a
  2491. # configuration script generated by Autoconf, you may include it under
  2492. # the same distribution terms that you use for the rest of that program.
  2493. # Sed that helps us avoid accidentally triggering echo(1) options like -n.
  2494. Xsed="sed -e s/^X//"
  2495. # The HP-UX ksh and POSIX shell print the target directory to stdout
  2496. # if CDPATH is set.
  2497. if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
  2498. ### BEGIN LIBTOOL CONFIG
  2499. EOF
  2500.   cfgfile="$ofile"
  2501.   ;;
  2502. *)
  2503.   # Double-quote the variables that need it (for aesthetics).
  2504.   for var in old_CC old_CFLAGS old_CPPFLAGS 
  2505.     old_LD old_LDFLAGS old_LIBS 
  2506.     old_NM old_RANLIB old_LN_S old_DLLTOOL old_OBJDUMP old_AS; do
  2507.     eval "$var=\"$var\""
  2508.   done
  2509.   # Just create a config file.
  2510.   cfgfile="$ofile.cfg"
  2511.   trap "$rm "$cfgfile"; exit 1" 1 2 15
  2512.   echo "creating $cfgfile"
  2513.   $rm "$cfgfile"
  2514.   cat <<EOF > "$cfgfile"
  2515. # `$echo "$cfgfile" | sed 's%^.*/%%'` - Libtool configuration file.
  2516. # Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
  2517. EOF
  2518.   ;;
  2519. esac
  2520. cat <<EOF >> "$cfgfile"
  2521. # Libtool was configured as follows, on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  2522. #
  2523. # CC=$old_CC CFLAGS=$old_CFLAGS CPPFLAGS=$old_CPPFLAGS \
  2524. # LD=$old_LD LDFLAGS=$old_LDFLAGS LIBS=$old_LIBS \
  2525. # NM=$old_NM RANLIB=$old_RANLIB LN_S=$old_LN_S \
  2526. # DLLTOOL=$old_DLLTOOL OBJDUMP=$old_OBJDUMP AS=$old_AS \
  2527. #   $0$ltconfig_args
  2528. #
  2529. # Compiler and other test output produced by $progname, useful for
  2530. # debugging $progname, is in ./config.log if it exists.
  2531. # The version of $progname that generated this script.
  2532. LTCONFIG_VERSION=$LTCONFIG_VERSION
  2533. # Shell to use when invoking shell scripts.
  2534. SHELL=$LTSHELL
  2535. # Whether or not to build shared libraries.
  2536. build_libtool_libs=$enable_shared
  2537. # Whether or not to build static libraries.
  2538. build_old_libs=$enable_static
  2539. # Whether or not to optimize for fast installation.
  2540. fast_install=$enable_fast_install
  2541. # The host system.
  2542. host_alias=$host_alias
  2543. host=$host
  2544. # An echo program that does not interpret backslashes.
  2545. echo=$ltecho
  2546. # The archiver.
  2547. AR=$AR
  2548. # The default C compiler.
  2549. CC=$CC
  2550. # The linker used to build libraries.
  2551. LD=$LD
  2552. # Whether we need hard or soft links.
  2553. LN_S=$LN_S
  2554. # A BSD-compatible nm program.
  2555. NM=$NM
  2556. # Used on cygwin: DLL creation program.
  2557. DLLTOOL="$DLLTOOL"
  2558. # Used on cygwin: object dumper.
  2559. OBJDUMP="$OBJDUMP"
  2560. # Used on cygwin: assembler.
  2561. AS="$AS"
  2562. # The name of the directory that contains temporary libtool files.
  2563. objdir=$objdir
  2564. # How to create reloadable object files.
  2565. reload_flag=$reload_flag
  2566. reload_cmds=$reload_cmds
  2567. # How to pass a linker flag through the compiler.
  2568. wl=$wl
  2569. # Object file suffix (normally "o").
  2570. objext="$objext"
  2571. # Old archive suffix (normally "a").
  2572. libext="$libext"
  2573. # Executable file suffix (normally "").
  2574. exeext="$exeext"
  2575. # Additional compiler flags for building library objects.
  2576. pic_flag=$pic_flag
  2577. # Does compiler simultaneously support -c and -o options?
  2578. compiler_c_o=$compiler_c_o
  2579. # Can we write directly to a .lo ?
  2580. compiler_o_lo=$compiler_o_lo
  2581. # Must we lock files when doing compilation ?
  2582. need_locks=$need_locks
  2583. # Do we need the lib prefix for modules?
  2584. need_lib_prefix=$need_lib_prefix
  2585. # Do we need a version for libraries?
  2586. need_version=$need_version
  2587. # Whether dlopen is supported.
  2588. dlopen=$enable_dlopen
  2589. # Whether dlopen of programs is supported.
  2590. dlopen_self=$enable_dlopen_self
  2591. # Whether dlopen of statically linked programs is supported.
  2592. dlopen_self_static=$enable_dlopen_self_static
  2593. # Compiler flag to prevent dynamic linking.
  2594. link_static_flag=$link_static_flag
  2595. # Compiler flag to turn off builtin functions.
  2596. no_builtin_flag=$no_builtin_flag
  2597. # Compiler flag to allow reflexive dlopens.
  2598. export_dynamic_flag_spec=$export_dynamic_flag_spec
  2599. # Compiler flag to generate shared objects directly from archives.
  2600. whole_archive_flag_spec=$whole_archive_flag_spec
  2601. # Compiler flag to generate thread-safe objects.
  2602. thread_safe_flag_spec=$thread_safe_flag_spec
  2603. # Library versioning type.
  2604. version_type=$version_type
  2605. # Format of library name prefix.
  2606. libname_spec=$libname_spec
  2607. # List of archive names.  First name is the real one, the rest are links.
  2608. # The last name is the one that the linker finds with -lNAME.
  2609. library_names_spec=$library_names_spec
  2610. # The coded name of the library, if different from the real name.
  2611. soname_spec=$soname_spec
  2612. # Commands used to build and install an old-style archive.
  2613. RANLIB=$RANLIB
  2614. old_archive_cmds=$old_archive_cmds
  2615. old_postinstall_cmds=$old_postinstall_cmds
  2616. old_postuninstall_cmds=$old_postuninstall_cmds
  2617. # Create an old-style archive from a shared archive.
  2618. old_archive_from_new_cmds=$old_archive_from_new_cmds
  2619. # Commands used to build and install a shared archive.
  2620. archive_cmds=$archive_cmds
  2621. archive_expsym_cmds=$archive_expsym_cmds
  2622. postinstall_cmds=$postinstall_cmds
  2623. postuninstall_cmds=$postuninstall_cmds
  2624. # Method to check whether dependent libraries are shared objects.
  2625. deplibs_check_method=$deplibs_check_method
  2626. # Command to use when deplibs_check_method == file_magic.
  2627. file_magic_cmd=$file_magic_cmd
  2628. # Flag that allows shared libraries with undefined symbols to be built.
  2629. allow_undefined_flag=$allow_undefined_flag
  2630. # Flag that forces no undefined symbols.
  2631. no_undefined_flag=$no_undefined_flag
  2632. # Commands used to finish a libtool library installation in a directory.
  2633. finish_cmds=$finish_cmds
  2634. # Same as above, but a single script fragment to be evaled but not shown.
  2635. finish_eval=$finish_eval
  2636. # Take the output of nm and produce a listing of raw symbols and C names.
  2637. global_symbol_pipe=$global_symbol_pipe
  2638. # Transform the output of nm in a proper C declaration
  2639. global_symbol_to_cdecl=$global_symbol_to_cdecl
  2640. # This is the shared library runtime path variable.
  2641. runpath_var=$runpath_var
  2642. # This is the shared library path variable.
  2643. shlibpath_var=$shlibpath_var
  2644. # Is shlibpath searched before the hard-coded library search path?
  2645. shlibpath_overrides_runpath=$shlibpath_overrides_runpath
  2646. # How to hardcode a shared library path into an executable.
  2647. hardcode_action=$hardcode_action
  2648. # Flag to hardcode $libdir into a binary during linking.
  2649. # This must work even if $libdir does not exist.
  2650. hardcode_libdir_flag_spec=$hardcode_libdir_flag_spec
  2651. # Whether we need a single -rpath flag with a separated argument.
  2652. hardcode_libdir_separator=$hardcode_libdir_separator
  2653. # Set to yes if using DIR/libNAME.so during linking hardcodes DIR into the
  2654. # resulting binary.
  2655. hardcode_direct=$hardcode_direct
  2656. # Set to yes if using the -LDIR flag during linking hardcodes DIR into the
  2657. # resulting binary.
  2658. hardcode_minus_L=$hardcode_minus_L
  2659. # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
  2660. # the resulting binary.
  2661. hardcode_shlibpath_var=$hardcode_shlibpath_var
  2662. # Compile-time system search path for libraries
  2663. sys_lib_search_path_spec=$sys_lib_search_path_spec
  2664. # Run-time system search path for libraries
  2665. sys_lib_dlsearch_path_spec=$sys_lib_dlsearch_path_spec
  2666. # Fix the shell variable $srcfile for the compiler.
  2667. fix_srcfile_path="$fix_srcfile_path"
  2668. # Set to yes if exported symbols are required.
  2669. always_export_symbols=$always_export_symbols
  2670. # The commands to list exported symbols.
  2671. export_symbols_cmds=$export_symbols_cmds
  2672. # Symbols that should not be listed in the preloaded symbols.
  2673. exclude_expsyms=$exclude_expsyms
  2674. # Symbols that must always be exported.
  2675. include_expsyms=$include_expsyms
  2676. EOF
  2677. case "$ltmain" in
  2678. *.sh)
  2679.   echo '### END LIBTOOL CONFIG' >> "$ofile"
  2680.   echo >> "$ofile"
  2681.   case "$host_os" in
  2682.   aix3*)
  2683.     cat <<EOF >> "$ofile"
  2684. # AIX sometimes has problems with the GCC collect2 program.  For some
  2685. # reason, if we set the COLLECT_NAMES environment variable, the problems
  2686. # vanish in a puff of smoke.
  2687. if test "X${COLLECT_NAMES+set}" != Xset; then
  2688.   COLLECT_NAMES=
  2689.   export COLLECT_NAMES
  2690. fi
  2691. EOF
  2692.     ;;
  2693.   esac
  2694.   # Append the ltmain.sh script.
  2695.   sed '$q' "$ltmain" >> "$ofile" || (rm -f "$ofile"; exit 1)
  2696.   # We use sed instead of cat because bash on DJGPP gets confused if
  2697.   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
  2698.   # text mode, it properly converts lines to CR/LF.  This bash problem
  2699.   # is reportedly fixed, but why not run on old versions too?
  2700.   chmod +x "$ofile"
  2701.   ;;
  2702. *)
  2703.   # Compile the libtool program.
  2704.   echo "FIXME: would compile $ltmain"
  2705.   ;;
  2706. esac
  2707. test -n "$cache_file" || exit 0
  2708. # AC_CACHE_SAVE
  2709. trap '' 1 2 15
  2710. cat > confcache <<EOF
  2711. # This file is a shell script that caches the results of configure
  2712. # tests run on this system so they can be shared between configure
  2713. # scripts and configure runs.  It is not useful on other systems.
  2714. # If it contains results you don't want to keep, you may remove or edit it.
  2715. #
  2716. # By default, configure uses ./config.cache as the cache file,
  2717. # creating it if it does not exist already.  You can give configure
  2718. # the --cache-file=FILE option to use a different cache file; that is
  2719. # what configure does when it calls configure scripts in
  2720. # subdirectories, so they share the cache.
  2721. # Giving --cache-file=/dev/null disables caching, for debugging configure.
  2722. # config.status only pays attention to the cache file if you give it the
  2723. # --recheck option to rerun configure.
  2724. #
  2725. EOF
  2726. # The following way of writing the cache mishandles newlines in values,
  2727. # but we know of no workaround that is simple, portable, and efficient.
  2728. # So, don't put newlines in cache variables' values.
  2729. # Ultrix sh set writes to stderr and can't be redirected directly,
  2730. # and sets the high bit in the cache file unless we assign to the vars.
  2731. (set) 2>&1 |
  2732.   case `(ac_space=' '; set | grep ac_space) 2>&1` in
  2733.   *ac_space= *)
  2734.     # `set' does not quote correctly, so add quotes (double-quote substitution
  2735.     # turns \\ into \, and sed turns \ into ).
  2736.     sed -n 
  2737.       -e "s/'/'\\''/g" 
  2738.       -e "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1='\2'}/p"
  2739.     ;;
  2740.   *)
  2741.     # `set' quotes correctly as required by POSIX, so do not add quotes.
  2742.     sed -n -e 's/^([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*)=(.*)/1=${1=2}/p'
  2743.     ;;
  2744.   esac >> confcache
  2745. if cmp -s $cache_file confcache; then
  2746.   :
  2747. else
  2748.   if test -w $cache_file; then
  2749.     echo "updating cache $cache_file"
  2750.     cat confcache > $cache_file
  2751.   else
  2752.     echo "not updating unwritable cache $cache_file"
  2753.   fi
  2754. fi
  2755. rm -f confcache
  2756. exit 0
  2757. # Local Variables:
  2758. # mode:shell-script
  2759. # sh-indentation:2
  2760. # End: