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

Windows CE

开发平台:

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