2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for libffi 3.99999.
5 # Report bugs to <http://github.com/atgreen/libffi/issues>.
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
11 # This configure script is free software; the Free Software Foundation
12 # gives unlimited permission to copy, distribute and modify it.
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
17 # Be more Bourne compatible
18 DUALCASE
=1; export DUALCASE
# for MKS sh
19 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23 # is contrary to our usage. Disable this feature.
24 alias -g '${1+"$@"}'='"$@"'
27 case `(set -o) 2>/dev/null` in #(
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
40 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43 # Prefer a ksh shell builtin over an external printf program on Solaris,
44 # but without wasting forks for bash or zsh.
45 if test -z "$BASH_VERSION$ZSH_VERSION" \
46 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo_n='print
-rn --'
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
55 as_echo_n='/usr
/ucb
/echo -n'
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
65 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
68 as_echo_n='sh
-c $as_echo_n_body as_echo
'
71 as_echo='sh
-c $as_echo_body as_echo
'
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
77 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
85 # We need space, tab and new line, in precisely that order. Quoting is
86 # there to prevent editors from complaining about space-tab.
87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
88 # splitting by setting IFS to empty value.)
91 # Find who we are. Look in the path if we contain no directory separator.
94 *[\\/]* ) as_myself=$0 ;;
95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
99 test -z "$as_dir" && as_dir=.
100 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
106 # We did not find ourselves, most probably we were run as `sh COMMAND'
107 # in which case we are not to be found in the path.
108 if test "x$as_myself" = x
; then
111 if test ! -f "$as_myself"; then
112 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
116 # Unset variables that we do not need and which cause bugs (e.g. in
117 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
118 # suppresses any "Segmentation fault" message there. '((' could
119 # trigger a bug in pdksh 5.2.14.
120 for as_var
in BASH_ENV ENV MAIL MAILPATH
121 do eval test x\
${$as_var+set} = xset \
122 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
135 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
137 # Use a proper internal environment variable to ensure we don't fall
138 # into an infinite loop, continuously re-executing ourselves.
139 if test x
"${_as_can_reexec}" != xno
&& test "x$CONFIG_SHELL" != x
; then
140 _as_can_reexec
=no
; export _as_can_reexec
;
141 # We cannot yet assume a decent shell, so we have to provide a
142 # neutralization value for shells without unset; and this also
143 # works around shells that cannot unset nonexistent variables.
144 # Preserve -v and -x to the replacement shell.
147 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
149 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
154 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
155 # Admittedly, this is quite paranoid, since all the known shells bail
156 # out after a failed `exec'.
157 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
160 # We don't want this to propagate to other subprocesses.
161 { _as_can_reexec
=; unset _as_can_reexec
;}
162 if test "x$CONFIG_SHELL" = x
; then
163 as_bourne_compatible
="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
166 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
167 # is contrary to our usage. Disable this feature.
168 alias -g '\${1+\"\$@\"}'='\"\$@\"'
171 case \`(set -o) 2>/dev/null\` in #(
179 as_required
="as_fn_return () { (exit \$1); }
180 as_fn_success () { as_fn_return 0; }
181 as_fn_failure () { as_fn_return 1; }
182 as_fn_ret_success () { return 0; }
183 as_fn_ret_failure () { return 1; }
186 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
187 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
188 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
189 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
190 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
193 exitcode=1; echo positional parameters were not saved.
195 test x\$exitcode = x0 || exit 1
197 as_suggested
=" as_lineno_1=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_1a=\$LINENO
198 as_lineno_2=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_2a=\$LINENO
199 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
200 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
202 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
203 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
206 PATH=/empty FPATH=/empty; export PATH FPATH
207 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
208 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
209 test \$(( 1 + 1 )) = 2 || exit 1"
210 if (eval "$as_required") 2>/dev
/null
; then :
215 if test x
$as_have_required = xyes
&& (eval "$as_suggested") 2>/dev
/null
; then :
218 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
220 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
223 test -z "$as_dir" && as_dir
=.
227 for as_base
in sh bash ksh sh5
; do
228 # Try only shells that exist, to save several forks.
229 as_shell
=$as_dir/$as_base
230 if { test -f "$as_shell" ||
test -f "$as_shell.exe"; } &&
231 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
232 CONFIG_SHELL
=$as_shell as_have_required
=yes
233 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
241 $as_found ||
{ if { test -f "$SHELL" ||
test -f "$SHELL.exe"; } &&
242 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$SHELL"; } 2>/dev
/null
; then :
243 CONFIG_SHELL
=$SHELL as_have_required
=yes
248 if test "x$CONFIG_SHELL" != x
; then :
250 # We cannot yet assume a decent shell, so we have to provide a
251 # neutralization value for shells without unset; and this also
252 # works around shells that cannot unset nonexistent variables.
253 # Preserve -v and -x to the replacement shell.
256 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
258 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
263 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
264 # Admittedly, this is quite paranoid, since all the known shells bail
265 # out after a failed `exec'.
266 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
270 if test x
$as_have_required = xno
; then :
271 $as_echo "$0: This script requires a shell more modern than all"
272 $as_echo "$0: the shells that I found on your system."
273 if test x
${ZSH_VERSION+set} = xset
; then
274 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
275 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
277 $as_echo "$0: Please tell bug-autoconf@gnu.org and
278 $0: http://github.com/atgreen/libffi/issues about your
279 $0: system, including any error possibly output before this
280 $0: message. Then install a modern shell, or manually run
281 $0: the script under such a shell if you do have one."
287 SHELL
=${CONFIG_SHELL-/bin/sh}
289 # Unset more variables known to interfere with behavior of common tools.
290 CLICOLOR_FORCE
= GREP_OPTIONS
=
291 unset CLICOLOR_FORCE GREP_OPTIONS
293 ## --------------------- ##
294 ## M4sh Shell Functions. ##
295 ## --------------------- ##
298 # Portably unset VAR.
301 { eval $1=; unset $1;}
305 # as_fn_set_status STATUS
306 # -----------------------
307 # Set $? to STATUS, without forking.
315 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
325 # Create "$as_dir" as a directory, including parents if necessary.
330 -*) as_dir
=.
/$as_dir;;
332 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
336 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
339 as_dirs
="'$as_qdir' $as_dirs"
340 as_dir
=`$as_dirname -- "$as_dir" ||
341 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
342 X"$as_dir" : 'X\(//\)[^/]' \| \
343 X"$as_dir" : 'X\(//\)$' \| \
344 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
345 $as_echo X"$as_dir" |
346 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
363 test -d "$as_dir" && break
365 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
366 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
371 # as_fn_executable_p FILE
372 # -----------------------
373 # Test if FILE is an executable regular file.
374 as_fn_executable_p
()
376 test -f "$1" && test -x "$1"
377 } # as_fn_executable_p
378 # as_fn_append VAR VALUE
379 # ----------------------
380 # Append the text in VALUE to the end of the definition contained in VAR. Take
381 # advantage of any shell optimizations that allow amortized linear growth over
382 # repeated appends, instead of the typical quadratic growth present in naive
384 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
385 eval 'as_fn_append ()
398 # Perform arithmetic evaluation on the ARGs, and store the result in the
399 # global $as_val. Take advantage of shells that can avoid forks. The arguments
400 # must be portable across $(()) and expr.
401 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
409 as_val
=`expr "$@" || test $? -eq 1`
414 # as_fn_error STATUS ERROR [LINENO LOG_FD]
415 # ----------------------------------------
416 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
417 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
418 # script with STATUS, using 1 if that was 0.
421 as_status
=$1; test $as_status -eq 0 && as_status
=1
423 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
424 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
426 $as_echo "$as_me: error: $2" >&2
427 as_fn_exit
$as_status
430 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
431 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
437 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
443 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
449 as_me
=`$as_basename -- "$0" ||
450 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
451 X"$0" : 'X\(//\)$' \| \
452 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
454 sed '/^.*\/\([^/][^/]*\)\/*$/{
468 # Avoid depending upon Character Ranges.
469 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
470 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
471 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
472 as_cr_digits
='0123456789'
473 as_cr_alnum
=$as_cr_Letters$as_cr_digits
476 as_lineno_1
=$LINENO as_lineno_1a
=$LINENO
477 as_lineno_2
=$LINENO as_lineno_2a
=$LINENO
478 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
479 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' ||
{
480 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
492 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
496 chmod +x
"$as_me.lineno" ||
497 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit
1; }
499 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
500 # already done that, so ensure we don't try to do so again and fall
501 # in an infinite loop. This has already happened in practice.
502 _as_can_reexec
=no
; export _as_can_reexec
503 # Don't try to exec as it changes $[0], causing all sort of problems
504 # (the dirname of $[0] is not the place where we might find the
505 # original and so on. Autoconf is especially sensitive to this).
507 # Exit status is that of the last command.
511 ECHO_C
= ECHO_N
= ECHO_T
=
512 case `echo -n x` in #(((((
514 case `echo 'xy\c'` in
515 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
517 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
524 rm -f conf$$ conf$$.exe conf$$.
file
525 if test -d conf$$.dir
; then
526 rm -f conf$$.dir
/conf$$.
file
529 mkdir conf$$.dir
2>/dev
/null
531 if (echo >conf$$.
file) 2>/dev
/null
; then
532 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
534 # ... but there are two gotchas:
535 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
536 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
537 # In both cases, we have to default to `cp -pR'.
538 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
540 elif ln conf$$.
file conf$$
2>/dev
/null
; then
548 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
549 rmdir conf$$.dir
2>/dev
/null
551 if mkdir
-p .
2>/dev
/null
; then
552 as_mkdir_p
='mkdir -p "$as_dir"'
554 test -d .
/-p && rmdir .
/-p
559 as_executable_p
=as_fn_executable_p
561 # Sed expression to map a string onto a valid CPP name.
562 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
564 # Sed expression to map a string onto a valid variable name.
565 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
567 SHELL
=${CONFIG_SHELL-/bin/sh}
570 test -n "$DJDIR" ||
exec 7<&0 </dev
/null
574 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
575 # so uname gets run too.
576 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
581 ac_default_prefix
=/usr
/local
583 ac_config_libobj_dir
=.
590 # Identity of this package.
591 PACKAGE_NAME
='libffi'
592 PACKAGE_TARNAME
='libffi'
593 PACKAGE_VERSION
='3.99999'
594 PACKAGE_STRING
='libffi 3.99999'
595 PACKAGE_BUGREPORT
='http://github.com/atgreen/libffi/issues'
598 # Factoring default headers for most tests.
599 ac_includes_default
="\
601 #ifdef HAVE_SYS_TYPES_H
602 # include <sys/types.h>
604 #ifdef HAVE_SYS_STAT_H
605 # include <sys/stat.h>
611 # ifdef HAVE_STDLIB_H
616 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
621 #ifdef HAVE_STRINGS_H
622 # include <strings.h>
624 #ifdef HAVE_INTTYPES_H
625 # include <inttypes.h>
634 ac_subst_vars
='am__EXEEXT_FALSE
639 LIBAT_BUILD_VERSIONED_SHLIB_SUN_FALSE
640 LIBAT_BUILD_VERSIONED_SHLIB_SUN_TRUE
641 LIBAT_BUILD_VERSIONED_SHLIB_GNU_FALSE
642 LIBAT_BUILD_VERSIONED_SHLIB_GNU_TRUE
643 LIBAT_BUILD_VERSIONED_SHLIB_FALSE
644 LIBAT_BUILD_VERSIONED_SHLIB_TRUE
654 FFI_EXEC_TRAMPOLINE_TABLE
655 FFI_EXEC_TRAMPOLINE_TABLE_FALSE
656 FFI_EXEC_TRAMPOLINE_TABLE_TRUE
657 HAVE_LONG_DOUBLE_VARIANT
665 MAINTAINER_MODE_FALSE
687 am__fastdepCCAS_FALSE
731 INSTALL_STRIP_PROGRAM
786 program_transform_name
799 enable_option_checking
802 enable_generated_files_in_srcdir
803 enable_dependency_tracking
810 enable_maintainer_mode
817 with_gcc_major_version_only
819 ac_precious_vars
='build_alias
829 # Initialize some variables set by options.
831 ac_init_version
=false
832 ac_unrecognized_opts
=
834 # The variables have the same names as the options, with
835 # dashes changed to underlines.
843 program_transform_name
=s
,x
,x
,
851 # Installation directory options.
852 # These are left unexpanded so users can "make install exec_prefix=/foo"
853 # and all the variables that are supposed to be based on exec_prefix
854 # by default will actually change.
855 # Use braces instead of parens because sh, perl, etc. also accept them.
856 # (The list follows the same order as the GNU Coding Standards.)
857 bindir
='${exec_prefix}/bin'
858 sbindir
='${exec_prefix}/sbin'
859 libexecdir
='${exec_prefix}/libexec'
860 datarootdir
='${prefix}/share'
861 datadir
='${datarootdir}'
862 sysconfdir
='${prefix}/etc'
863 sharedstatedir
='${prefix}/com'
864 localstatedir
='${prefix}/var'
865 includedir
='${prefix}/include'
866 oldincludedir
='/usr/include'
867 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
868 infodir
='${datarootdir}/info'
873 libdir
='${exec_prefix}/lib'
874 localedir
='${datarootdir}/locale'
875 mandir
='${datarootdir}/man'
881 # If the previous option needs an argument, assign it.
882 if test -n "$ac_prev"; then
883 eval $ac_prev=\
$ac_option
889 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
894 # Accept the important Cygnus configure options, so we can diagnose typos.
896 case $ac_dashdash$ac_option in
900 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
902 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
905 -build |
--build |
--buil |
--bui |
--bu)
906 ac_prev
=build_alias
;;
907 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
908 build_alias
=$ac_optarg ;;
910 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
911 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
912 ac_prev
=cache_file
;;
913 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
914 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
915 cache_file
=$ac_optarg ;;
918 cache_file
=config.cache
;;
920 -datadir |
--datadir |
--datadi |
--datad)
922 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
923 datadir
=$ac_optarg ;;
925 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
926 |
--dataroo |
--dataro |
--datar)
927 ac_prev
=datarootdir
;;
928 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
929 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
930 datarootdir
=$ac_optarg ;;
932 -disable-* |
--disable-*)
933 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
934 # Reject names that are not valid shell variable names.
935 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
936 as_fn_error $?
"invalid feature name: $ac_useropt"
937 ac_useropt_orig
=$ac_useropt
938 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
939 case $ac_user_opts in
943 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
944 ac_unrecognized_sep
=', ';;
946 eval enable_
$ac_useropt=no
;;
948 -docdir |
--docdir |
--docdi |
--doc |
--do)
950 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
953 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
955 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
958 -enable-* |
--enable-*)
959 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
960 # Reject names that are not valid shell variable names.
961 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
962 as_fn_error $?
"invalid feature name: $ac_useropt"
963 ac_useropt_orig
=$ac_useropt
964 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
965 case $ac_user_opts in
969 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
970 ac_unrecognized_sep
=', ';;
972 eval enable_
$ac_useropt=\
$ac_optarg ;;
974 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
975 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
976 |
--exec |
--exe |
--ex)
977 ac_prev
=exec_prefix
;;
978 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
979 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
980 |
--exec=* |
--exe=* |
--ex=*)
981 exec_prefix
=$ac_optarg ;;
983 -gas |
--gas |
--ga |
--g)
984 # Obsolete; use --with-gas.
987 -help |
--help |
--hel |
--he |
-h)
989 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
990 ac_init_help
=recursive
;;
991 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
992 ac_init_help
=short
;;
994 -host |
--host |
--hos |
--ho)
995 ac_prev
=host_alias
;;
996 -host=* |
--host=* |
--hos=* |
--ho=*)
997 host_alias
=$ac_optarg ;;
999 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1001 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1003 htmldir
=$ac_optarg ;;
1005 -includedir |
--includedir |
--includedi |
--included |
--include \
1006 |
--includ |
--inclu |
--incl |
--inc)
1007 ac_prev
=includedir
;;
1008 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1009 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1010 includedir
=$ac_optarg ;;
1012 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1014 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1015 infodir
=$ac_optarg ;;
1017 -libdir |
--libdir |
--libdi |
--libd)
1019 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1020 libdir
=$ac_optarg ;;
1022 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1023 |
--libexe |
--libex |
--libe)
1024 ac_prev
=libexecdir
;;
1025 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1026 |
--libexe=* |
--libex=* |
--libe=*)
1027 libexecdir
=$ac_optarg ;;
1029 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1030 ac_prev
=localedir
;;
1031 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1032 localedir
=$ac_optarg ;;
1034 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1035 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1036 ac_prev
=localstatedir
;;
1037 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1038 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1039 localstatedir
=$ac_optarg ;;
1041 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1043 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1044 mandir
=$ac_optarg ;;
1046 -nfp |
--nfp |
--nf)
1047 # Obsolete; use --without-fp.
1050 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1051 |
--no-cr |
--no-c |
-n)
1054 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1055 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1058 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1059 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1060 |
--oldin |
--oldi |
--old |
--ol |
--o)
1061 ac_prev
=oldincludedir
;;
1062 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1063 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1064 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1065 oldincludedir
=$ac_optarg ;;
1067 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1069 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1070 prefix
=$ac_optarg ;;
1072 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1073 |
--program-pre |
--program-pr |
--program-p)
1074 ac_prev
=program_prefix
;;
1075 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1076 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1077 program_prefix
=$ac_optarg ;;
1079 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1080 |
--program-suf |
--program-su |
--program-s)
1081 ac_prev
=program_suffix
;;
1082 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1083 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1084 program_suffix
=$ac_optarg ;;
1086 -program-transform-name |
--program-transform-name \
1087 |
--program-transform-nam |
--program-transform-na \
1088 |
--program-transform-n |
--program-transform- \
1089 |
--program-transform |
--program-transfor \
1090 |
--program-transfo |
--program-transf \
1091 |
--program-trans |
--program-tran \
1092 |
--progr-tra |
--program-tr |
--program-t)
1093 ac_prev
=program_transform_name
;;
1094 -program-transform-name=* |
--program-transform-name=* \
1095 |
--program-transform-nam=* |
--program-transform-na=* \
1096 |
--program-transform-n=* |
--program-transform-=* \
1097 |
--program-transform=* |
--program-transfor=* \
1098 |
--program-transfo=* |
--program-transf=* \
1099 |
--program-trans=* |
--program-tran=* \
1100 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1101 program_transform_name
=$ac_optarg ;;
1103 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1105 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1106 pdfdir
=$ac_optarg ;;
1108 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1110 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1113 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1114 |
-silent |
--silent |
--silen |
--sile |
--sil)
1117 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1119 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1121 sbindir
=$ac_optarg ;;
1123 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1124 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1125 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1127 ac_prev
=sharedstatedir
;;
1128 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1129 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1130 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1132 sharedstatedir
=$ac_optarg ;;
1134 -site |
--site |
--sit)
1136 -site=* |
--site=* |
--sit=*)
1139 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1141 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1142 srcdir
=$ac_optarg ;;
1144 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1145 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1146 ac_prev
=sysconfdir
;;
1147 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1148 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1149 sysconfdir
=$ac_optarg ;;
1151 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1152 ac_prev
=target_alias
;;
1153 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1154 target_alias
=$ac_optarg ;;
1156 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1159 -version |
--version |
--versio |
--versi |
--vers |
-V)
1160 ac_init_version
=: ;;
1163 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1164 # Reject names that are not valid shell variable names.
1165 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1166 as_fn_error $?
"invalid package name: $ac_useropt"
1167 ac_useropt_orig
=$ac_useropt
1168 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1169 case $ac_user_opts in
1173 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1174 ac_unrecognized_sep
=', ';;
1176 eval with_
$ac_useropt=\
$ac_optarg ;;
1178 -without-* |
--without-*)
1179 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1180 # Reject names that are not valid shell variable names.
1181 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1182 as_fn_error $?
"invalid package name: $ac_useropt"
1183 ac_useropt_orig
=$ac_useropt
1184 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1185 case $ac_user_opts in
1189 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1190 ac_unrecognized_sep
=', ';;
1192 eval with_
$ac_useropt=no
;;
1195 # Obsolete; use --with-x.
1198 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1199 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1200 ac_prev
=x_includes
;;
1201 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1202 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1203 x_includes
=$ac_optarg ;;
1205 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1206 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1207 ac_prev
=x_libraries
;;
1208 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1209 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1210 x_libraries
=$ac_optarg ;;
1212 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
1213 Try \`$0 --help' for more information"
1217 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1218 # Reject names that are not valid shell variable names.
1219 case $ac_envvar in #(
1220 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1221 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
1223 eval $ac_envvar=\
$ac_optarg
1224 export $ac_envvar ;;
1227 # FIXME: should be removed in autoconf 3.0.
1228 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1229 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1230 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1231 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1237 if test -n "$ac_prev"; then
1238 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1239 as_fn_error $?
"missing argument to $ac_option"
1242 if test -n "$ac_unrecognized_opts"; then
1243 case $enable_option_checking in
1245 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
1246 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1250 # Check all directory arguments for consistency.
1251 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1252 datadir sysconfdir sharedstatedir localstatedir includedir \
1253 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1254 libdir localedir mandir
1256 eval ac_val
=\$
$ac_var
1257 # Remove trailing slashes.
1260 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1261 eval $ac_var=\
$ac_val;;
1263 # Be sure to have absolute directory names.
1265 [\\/$
]* | ?
:[\\/]* ) continue;;
1266 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1268 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
1271 # There might be people who depend on the old broken behavior: `$host'
1272 # used to hold the argument of --host etc.
1273 # FIXME: To remove some day.
1276 target
=$target_alias
1278 # FIXME: To remove some day.
1279 if test "x$host_alias" != x
; then
1280 if test "x$build_alias" = x
; then
1281 cross_compiling
=maybe
1282 elif test "x$build_alias" != "x$host_alias"; then
1288 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1290 test "$silent" = yes && exec 6>/dev
/null
1293 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1294 ac_ls_di
=`ls -di .` &&
1295 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1296 as_fn_error $?
"working directory cannot be determined"
1297 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1298 as_fn_error $?
"pwd does not report name of working directory"
1301 # Find the source files, if location was not specified.
1302 if test -z "$srcdir"; then
1303 ac_srcdir_defaulted
=yes
1304 # Try the directory containing this script, then the parent directory.
1305 ac_confdir
=`$as_dirname -- "$as_myself" ||
1306 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1307 X"$as_myself" : 'X\(//\)[^/]' \| \
1308 X"$as_myself" : 'X\(//\)$' \| \
1309 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1310 $as_echo X"$as_myself" |
1311 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1329 if test ! -r "$srcdir/$ac_unique_file"; then
1333 ac_srcdir_defaulted
=no
1335 if test ! -r "$srcdir/$ac_unique_file"; then
1336 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1337 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
1339 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1341 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1343 # When building in place, set srcdir=.
1344 if test "$ac_abs_confdir" = "$ac_pwd"; then
1347 # Remove unnecessary trailing slashes from srcdir.
1348 # Double slashes in file names in object file debugging info
1349 # mess up M-x gdb in Emacs.
1351 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1353 for ac_var
in $ac_precious_vars; do
1354 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1355 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1356 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1357 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1361 # Report the --help message.
1363 if test "$ac_init_help" = "long"; then
1364 # Omit some internal or obsolete options to make the list less imposing.
1365 # This message is too long to be a string in the A/UX 3.1 sh.
1367 \`configure' configures libffi 3.99999 to adapt to many kinds of systems.
1369 Usage: $0 [OPTION]... [VAR=VALUE]...
1371 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1372 VAR=VALUE. See below for descriptions of some of the useful variables.
1374 Defaults for the options are specified in brackets.
1377 -h, --help display this help and exit
1378 --help=short display options specific to this package
1379 --help=recursive display the short help of all the included packages
1380 -V, --version display version information and exit
1381 -q, --quiet, --silent do not print \`checking ...' messages
1382 --cache-file=FILE cache test results in FILE [disabled]
1383 -C, --config-cache alias for \`--cache-file=config.cache'
1384 -n, --no-create do not create output files
1385 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1387 Installation directories:
1388 --prefix=PREFIX install architecture-independent files in PREFIX
1389 [$ac_default_prefix]
1390 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1393 By default, \`make install' will install all the files in
1394 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1395 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1396 for instance \`--prefix=\$HOME'.
1398 For better control, use the options below.
1400 Fine tuning of the installation directories:
1401 --bindir=DIR user executables [EPREFIX/bin]
1402 --sbindir=DIR system admin executables [EPREFIX/sbin]
1403 --libexecdir=DIR program executables [EPREFIX/libexec]
1404 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1405 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1406 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1407 --libdir=DIR object code libraries [EPREFIX/lib]
1408 --includedir=DIR C header files [PREFIX/include]
1409 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1410 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1411 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1412 --infodir=DIR info documentation [DATAROOTDIR/info]
1413 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1414 --mandir=DIR man documentation [DATAROOTDIR/man]
1415 --docdir=DIR documentation root [DATAROOTDIR/doc/libffi]
1416 --htmldir=DIR html documentation [DOCDIR]
1417 --dvidir=DIR dvi documentation [DOCDIR]
1418 --pdfdir=DIR pdf documentation [DOCDIR]
1419 --psdir=DIR ps documentation [DOCDIR]
1425 --program-prefix=PREFIX prepend PREFIX to installed program names
1426 --program-suffix=SUFFIX append SUFFIX to installed program names
1427 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
1430 --build=BUILD configure
for building on BUILD
[guessed
]
1431 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1432 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
1436 if test -n "$ac_init_help"; then
1437 case $ac_init_help in
1438 short | recursive
) echo "Configuration of libffi 3.99999:";;
1443 --disable-option-checking ignore unrecognized
--enable/--with options
1444 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1445 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1446 --enable-multilib build many library versions
(default
)
1447 --enable-silent-rules less verbose build output
(undo
: "make V=1")
1448 --disable-silent-rules verbose build output
(undo
: "make V=0")
1449 --enable-generated-files-in-srcdir
1450 put copies of generated files
in source dir intended
1451 for creating
source tarballs
for users without
1452 texinfo bison or flex
1453 --enable-dependency-tracking
1454 do not reject slow dependency extractors
1455 --disable-dependency-tracking
1456 speeds up one-time build
1457 --enable-shared[=PKGS
] build shared libraries
[default
=yes]
1458 --enable-static[=PKGS
] build static libraries
[default
=yes]
1459 --enable-fast-install[=PKGS
]
1460 optimize
for fast installation
[default
=yes]
1461 --disable-libtool-lock avoid locking
(might
break parallel builds
)
1462 --enable-maintainer-mode
1463 enable make rules and dependencies not useful
(and
1464 sometimes confusing
) to the casual installer
1465 --enable-pax_emutramp enable pax emulated trampolines
, for we can
't use PROT_EXEC
1466 --enable-debug debugging mode
1467 --disable-structs omit code for struct support
1468 --disable-raw-api make the raw api unavailable
1469 --enable-purify-safety purify-safe mode
1470 --enable-symvers=STYLE enables symbol versioning of the shared library
1474 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1475 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1476 --with-pic try to use only PIC/non-PIC objects [default=use
1478 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1479 --with-gcc-major-version-only
1480 use only GCC major number in filesystem paths
1482 Some influential environment variables:
1483 CC C compiler command
1484 CFLAGS C compiler flags
1485 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1486 nonstandard directory <lib dir>
1487 LIBS libraries to pass to the linker, e.g. -l<library>
1488 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1489 you have headers in a nonstandard directory <include dir>
1490 CXX C++ compiler command
1491 CXXFLAGS C++ compiler flags
1492 CCAS assembler compiler command (defaults to CC)
1493 CCASFLAGS assembler compiler flags (defaults to CFLAGS)
1495 CXXCPP C++ preprocessor
1497 Use these variables to override the choices made by `configure' or to
help
1498 it to
find libraries and programs with nonstandard names
/locations.
1500 Report bugs to
<http
://github.com
/atgreen
/libffi
/issues
>.
1505 if test "$ac_init_help" = "recursive"; then
1506 # If there are subdirs, report their specific --help.
1507 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
1508 test -d "$ac_dir" ||
1509 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
1514 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1516 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1517 # A ".." for each directory in $ac_dir_suffix.
1518 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1519 case $ac_top_builddir_sub in
1520 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1521 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
1524 ac_abs_top_builddir
=$ac_pwd
1525 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
1526 # for backward compatibility:
1527 ac_top_builddir
=$ac_top_build_prefix
1530 .
) # We are building in place.
1532 ac_top_srcdir
=$ac_top_builddir_sub
1533 ac_abs_top_srcdir
=$ac_pwd ;;
1534 [\\/]* | ?
:[\\/]* ) # Absolute name.
1535 ac_srcdir
=$srcdir$ac_dir_suffix;
1536 ac_top_srcdir
=$srcdir
1537 ac_abs_top_srcdir
=$srcdir ;;
1539 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
1540 ac_top_srcdir
=$ac_top_build_prefix$srcdir
1541 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
1543 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
1545 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
1546 # Check for guested configure.
1547 if test -f "$ac_srcdir/configure.gnu"; then
1549 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1550 elif test -f "$ac_srcdir/configure"; then
1552 $SHELL "$ac_srcdir/configure" --help=recursive
1554 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1556 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
1560 test -n "$ac_init_help" && exit $ac_status
1561 if $ac_init_version; then
1563 libffi configure
3.99999
1564 generated by GNU Autoconf
2.69
1566 Copyright
(C
) 2012 Free Software Foundation
, Inc.
1567 This configure
script is free software
; the Free Software Foundation
1568 gives unlimited permission to copy
, distribute and modify it.
1573 ## ------------------------ ##
1574 ## Autoconf initialization. ##
1575 ## ------------------------ ##
1577 # ac_fn_c_try_compile LINENO
1578 # --------------------------
1579 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1580 ac_fn_c_try_compile
()
1582 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1583 rm -f conftest.
$ac_objext
1584 if { { ac_try
="$ac_compile"
1586 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1587 *) ac_try_echo=$ac_try;;
1589 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1590 $as_echo "$ac_try_echo"; } >&5
1591 (eval "$ac_compile") 2>conftest.err
1593 if test -s conftest.err; then
1594 grep -v '^ *+' conftest.err >conftest.er1
1595 cat conftest.er1 >&5
1596 mv -f conftest.er1 conftest.err
1598 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1599 test $ac_status = 0; } && {
1600 test -z "$ac_c_werror_flag" ||
1601 test ! -s conftest.err
1602 } && test -s conftest.$ac_objext; then :
1605 $as_echo "$as_me: failed program was:" >&5
1606 sed 's/^/| /' conftest.$ac_ext >&5
1610 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1611 as_fn_set_status $ac_retval
1613 } # ac_fn_c_try_compile
1615 # ac_fn_cxx_try_compile LINENO
1616 # ----------------------------
1617 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1618 ac_fn_cxx_try_compile ()
1620 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1621 rm -f conftest.$ac_objext
1622 if { { ac_try="$ac_compile"
1624 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1625 *) ac_try_echo
=$ac_try;;
1627 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1628 $as_echo "$ac_try_echo"; } >&5
1629 (eval "$ac_compile") 2>conftest.err
1631 if test -s conftest.err
; then
1632 grep -v '^ *+' conftest.err
>conftest.er1
1633 cat conftest.er1
>&5
1634 mv -f conftest.er1 conftest.err
1636 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1637 test $ac_status = 0; } && {
1638 test -z "$ac_cxx_werror_flag" ||
1639 test ! -s conftest.err
1640 } && test -s conftest.
$ac_objext; then :
1643 $as_echo "$as_me: failed program was:" >&5
1644 sed 's/^/| /' conftest.
$ac_ext >&5
1648 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1649 as_fn_set_status
$ac_retval
1651 } # ac_fn_cxx_try_compile
1653 # ac_fn_c_try_link LINENO
1654 # -----------------------
1655 # Try to link conftest.$ac_ext, and return whether this succeeded.
1658 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1659 rm -f conftest.
$ac_objext conftest
$ac_exeext
1660 if { { ac_try
="$ac_link"
1662 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1663 *) ac_try_echo=$ac_try;;
1665 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1666 $as_echo "$ac_try_echo"; } >&5
1667 (eval "$ac_link") 2>conftest.err
1669 if test -s conftest.err; then
1670 grep -v '^ *+' conftest.err >conftest.er1
1671 cat conftest.er1 >&5
1672 mv -f conftest.er1 conftest.err
1674 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1675 test $ac_status = 0; } && {
1676 test -z "$ac_c_werror_flag" ||
1677 test ! -s conftest.err
1678 } && test -s conftest$ac_exeext && {
1679 test "$cross_compiling" = yes ||
1680 test -x conftest$ac_exeext
1684 $as_echo "$as_me: failed program was:" >&5
1685 sed 's/^/| /' conftest.$ac_ext >&5
1689 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1690 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1691 # interfere with the next link command; also delete a directory that is
1692 # left behind by Apple's compiler. We do this before executing the actions.
1693 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1694 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1695 as_fn_set_status $ac_retval
1697 } # ac_fn_c_try_link
1699 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1700 # -------------------------------------------------------
1701 # Tests whether HEADER exists and can be compiled using the include files in
1702 # INCLUDES, setting the cache variable VAR accordingly.
1703 ac_fn_c_check_header_compile ()
1705 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1707 $as_echo_n "checking for $2... " >&6; }
1708 if eval \${$3+:} false; then :
1709 $as_echo_n "(cached) " >&6
1711 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1712 /* end confdefs.h. */
1716 if ac_fn_c_try_compile "$LINENO"; then :
1721 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1725 $as_echo "$ac_res" >&6; }
1726 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1728 } # ac_fn_c_check_header_compile
1730 # ac_fn_c_try_cpp LINENO
1731 # ----------------------
1732 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1735 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1736 if { { ac_try="$ac_cpp conftest.$ac_ext"
1738 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1739 *) ac_try_echo
=$ac_try;;
1741 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1742 $as_echo "$ac_try_echo"; } >&5
1743 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1745 if test -s conftest.err
; then
1746 grep -v '^ *+' conftest.err
>conftest.er1
1747 cat conftest.er1
>&5
1748 mv -f conftest.er1 conftest.err
1750 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1751 test $ac_status = 0; } > conftest.i
&& {
1752 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1753 test ! -s conftest.err
1757 $as_echo "$as_me: failed program was:" >&5
1758 sed 's/^/| /' conftest.
$ac_ext >&5
1762 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1763 as_fn_set_status
$ac_retval
1767 # ac_fn_c_try_run LINENO
1768 # ----------------------
1769 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1770 # that executables *can* be run.
1773 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1774 if { { ac_try
="$ac_link"
1776 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1777 *) ac_try_echo=$ac_try;;
1779 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1780 $as_echo "$ac_try_echo"; } >&5
1781 (eval "$ac_link") 2>&5
1783 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1784 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1785 { { case "(($ac_try" in
1786 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1787 *) ac_try_echo
=$ac_try;;
1789 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1790 $as_echo "$ac_try_echo"; } >&5
1791 (eval "$ac_try") 2>&5
1793 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1794 test $ac_status = 0; }; }; then :
1797 $as_echo "$as_me: program exited with status $ac_status" >&5
1798 $as_echo "$as_me: failed program was:" >&5
1799 sed 's/^/| /' conftest.
$ac_ext >&5
1801 ac_retval
=$ac_status
1803 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1804 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1805 as_fn_set_status
$ac_retval
1809 # ac_fn_c_check_func LINENO FUNC VAR
1810 # ----------------------------------
1811 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1812 ac_fn_c_check_func
()
1814 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1816 $as_echo_n "checking for $2... " >&6; }
1817 if eval \
${$3+:} false
; then :
1818 $as_echo_n "(cached) " >&6
1820 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1821 /* end confdefs.h. */
1822 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1823 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1824 #define $2 innocuous_$2
1826 /* System header to define __stub macros and hopefully few prototypes,
1827 which can conflict with char $2 (); below.
1828 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1829 <limits.h> exists even on freestanding compilers. */
1832 # include <limits.h>
1834 # include <assert.h>
1839 /* Override any GCC internal prototype to avoid an error.
1840 Use char because int might match the return type of a GCC
1841 builtin and then its argument prototype would still apply. */
1846 /* The GNU C library defines this for functions which it implements
1847 to always fail with ENOSYS. Some functions are actually named
1848 something starting with __ and the normal name is an alias. */
1849 #if defined __stub_$2 || defined __stub___$2
1861 if ac_fn_c_try_link
"$LINENO"; then :
1866 rm -f core conftest.err conftest.
$ac_objext \
1867 conftest
$ac_exeext conftest.
$ac_ext
1870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1871 $as_echo "$ac_res" >&6; }
1872 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1874 } # ac_fn_c_check_func
1876 # ac_fn_cxx_try_cpp LINENO
1877 # ------------------------
1878 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1879 ac_fn_cxx_try_cpp
()
1881 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1882 if { { ac_try
="$ac_cpp conftest.$ac_ext"
1884 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1885 *) ac_try_echo=$ac_try;;
1887 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1888 $as_echo "$ac_try_echo"; } >&5
1889 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1891 if test -s conftest.err; then
1892 grep -v '^ *+' conftest.err >conftest.er1
1893 cat conftest.er1 >&5
1894 mv -f conftest.er1 conftest.err
1896 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1897 test $ac_status = 0; } > conftest.i && {
1898 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
1899 test ! -s conftest.err
1903 $as_echo "$as_me: failed program was:" >&5
1904 sed 's/^/| /' conftest.$ac_ext >&5
1908 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1909 as_fn_set_status $ac_retval
1911 } # ac_fn_cxx_try_cpp
1913 # ac_fn_cxx_try_link LINENO
1914 # -------------------------
1915 # Try to link conftest.$ac_ext, and return whether this succeeded.
1916 ac_fn_cxx_try_link ()
1918 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1919 rm -f conftest.$ac_objext conftest$ac_exeext
1920 if { { ac_try="$ac_link"
1922 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1923 *) ac_try_echo
=$ac_try;;
1925 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1926 $as_echo "$ac_try_echo"; } >&5
1927 (eval "$ac_link") 2>conftest.err
1929 if test -s conftest.err
; then
1930 grep -v '^ *+' conftest.err
>conftest.er1
1931 cat conftest.er1
>&5
1932 mv -f conftest.er1 conftest.err
1934 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1935 test $ac_status = 0; } && {
1936 test -z "$ac_cxx_werror_flag" ||
1937 test ! -s conftest.err
1938 } && test -s conftest
$ac_exeext && {
1939 test "$cross_compiling" = yes ||
1940 test -x conftest
$ac_exeext
1944 $as_echo "$as_me: failed program was:" >&5
1945 sed 's/^/| /' conftest.
$ac_ext >&5
1949 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1950 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1951 # interfere with the next link command; also delete a directory that is
1952 # left behind by Apple's compiler. We do this before executing the actions.
1953 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1954 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1955 as_fn_set_status
$ac_retval
1957 } # ac_fn_cxx_try_link
1959 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1960 # --------------------------------------------
1961 # Tries to find the compile-time value of EXPR in a program that includes
1962 # INCLUDES, setting VAR accordingly. Returns whether the value could be
1964 ac_fn_c_compute_int
()
1966 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1967 if test "$cross_compiling" = yes; then
1968 # Depending upon the size, compute the lo and hi bounds.
1969 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1970 /* end confdefs.h. */
1975 static int test_array [1 - 2 * !(($2) >= 0)];
1977 return test_array [0];
1983 if ac_fn_c_try_compile
"$LINENO"; then :
1986 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1987 /* end confdefs.h. */
1992 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1994 return test_array [0];
2000 if ac_fn_c_try_compile
"$LINENO"; then :
2001 ac_hi
=$ac_mid; break
2003 as_fn_arith
$ac_mid + 1 && ac_lo
=$as_val
2004 if test $ac_lo -le $ac_mid; then
2008 as_fn_arith
2 '*' $ac_mid + 1 && ac_mid
=$as_val
2010 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2013 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2014 /* end confdefs.h. */
2019 static int test_array [1 - 2 * !(($2) < 0)];
2021 return test_array [0];
2027 if ac_fn_c_try_compile
"$LINENO"; then :
2030 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2031 /* end confdefs.h. */
2036 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2038 return test_array [0];
2044 if ac_fn_c_try_compile
"$LINENO"; then :
2045 ac_lo
=$ac_mid; break
2047 as_fn_arith
'(' $ac_mid ')' - 1 && ac_hi
=$as_val
2048 if test $ac_mid -le $ac_hi; then
2052 as_fn_arith
2 '*' $ac_mid && ac_mid
=$as_val
2054 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2059 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2061 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2062 # Binary search between lo and hi bounds.
2063 while test "x$ac_lo" != "x$ac_hi"; do
2064 as_fn_arith
'(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid
=$as_val
2065 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2066 /* end confdefs.h. */
2071 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2073 return test_array [0];
2079 if ac_fn_c_try_compile
"$LINENO"; then :
2082 as_fn_arith
'(' $ac_mid ')' + 1 && ac_lo
=$as_val
2084 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2087 ?
*) eval "$3=\$ac_lo"; ac_retval
=0 ;;
2091 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2092 /* end confdefs.h. */
2094 static long int longval () { return $2; }
2095 static unsigned long int ulongval () { return $2; }
2102 FILE *f = fopen ("conftest.val", "w");
2107 long int i = longval ();
2110 fprintf (f, "%ld", i);
2114 unsigned long int i = ulongval ();
2117 fprintf (f, "%lu", i);
2119 /* Do not output a trailing newline, as this causes \r\n confusion
2120 on some platforms. */
2121 return ferror (f) || fclose (f) != 0;
2127 if ac_fn_c_try_run
"$LINENO"; then :
2128 echo >>conftest.val
; read $3 <conftest.val
; ac_retval
=0
2132 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
2133 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
2137 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2138 as_fn_set_status
$ac_retval
2140 } # ac_fn_c_compute_int
2142 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2143 # -------------------------------------------------------
2144 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2145 # the include files in INCLUDES and setting the cache variable VAR
2147 ac_fn_c_check_header_mongrel
()
2149 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2150 if eval \
${$3+:} false
; then :
2151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2152 $as_echo_n "checking for $2... " >&6; }
2153 if eval \
${$3+:} false
; then :
2154 $as_echo_n "(cached) " >&6
2157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2158 $as_echo "$ac_res" >&6; }
2160 # Is the header compilable?
2161 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2162 $as_echo_n "checking $2 usability... " >&6; }
2163 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2164 /* end confdefs.h. */
2168 if ac_fn_c_try_compile
"$LINENO"; then :
2169 ac_header_compiler
=yes
2171 ac_header_compiler
=no
2173 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2175 $as_echo "$ac_header_compiler" >&6; }
2177 # Is the header present?
2178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2179 $as_echo_n "checking $2 presence... " >&6; }
2180 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2181 /* end confdefs.h. */
2184 if ac_fn_c_try_cpp
"$LINENO"; then :
2185 ac_header_preproc
=yes
2187 ac_header_preproc
=no
2189 rm -f conftest.err conftest.i conftest.
$ac_ext
2190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2191 $as_echo "$ac_header_preproc" >&6; }
2193 # So? What about this header?
2194 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2196 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2197 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2198 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2199 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2202 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2203 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2204 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2205 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2206 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2207 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2208 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2209 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2210 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2211 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2212 ( $as_echo "## ------------------------------------------------------ ##
2213 ## Report this to http://github.com/atgreen/libffi/issues ##
2214 ## ------------------------------------------------------ ##"
2215 ) |
sed "s/^/$as_me: WARNING: /" >&2
2218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2219 $as_echo_n "checking for $2... " >&6; }
2220 if eval \
${$3+:} false
; then :
2221 $as_echo_n "(cached) " >&6
2223 eval "$3=\$ac_header_compiler"
2226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2227 $as_echo "$ac_res" >&6; }
2229 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2231 } # ac_fn_c_check_header_mongrel
2233 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2234 # -------------------------------------------
2235 # Tests whether TYPE exists after having included INCLUDES, setting cache
2236 # variable VAR accordingly.
2237 ac_fn_c_check_type
()
2239 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2241 $as_echo_n "checking for $2... " >&6; }
2242 if eval \
${$3+:} false
; then :
2243 $as_echo_n "(cached) " >&6
2246 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2247 /* end confdefs.h. */
2258 if ac_fn_c_try_compile
"$LINENO"; then :
2259 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2260 /* end confdefs.h. */
2271 if ac_fn_c_try_compile
"$LINENO"; then :
2276 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2278 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2282 $as_echo "$ac_res" >&6; }
2283 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2285 } # ac_fn_c_check_type
2286 cat >config.log
<<_ACEOF
2287 This file contains any messages produced by compilers while
2288 running configure, to aid debugging if configure makes a mistake.
2290 It was created by libffi $as_me 3.99999, which was
2291 generated by GNU Autoconf 2.69. Invocation command line was
2303 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2304 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2305 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2306 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2307 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2309 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2310 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2312 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2313 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2314 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2315 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2316 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2317 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2318 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2322 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2326 test -z "$as_dir" && as_dir
=.
2327 $as_echo "PATH: $as_dir"
2343 # Keep a trace of the command line.
2344 # Strip out --no-create and --no-recursion so they do not pile up.
2345 # Strip out --silent because we don't want to record it for future runs.
2346 # Also quote any args containing shell meta-characters.
2347 # Make two passes to allow for proper duplicate-argument suppression.
2351 ac_must_keep_next
=false
2357 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
2358 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
2359 |
-silent |
--silent |
--silen |
--sile |
--sil)
2362 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2365 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
2367 as_fn_append ac_configure_args1
" '$ac_arg'"
2368 if test $ac_must_keep_next = true
; then
2369 ac_must_keep_next
=false
# Got value, back to normal.
2372 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
2373 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
2374 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
2375 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
2376 case "$ac_configure_args0 " in
2377 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2380 -* ) ac_must_keep_next
=true
;;
2383 as_fn_append ac_configure_args
" '$ac_arg'"
2388 { ac_configure_args0
=; unset ac_configure_args0
;}
2389 { ac_configure_args1
=; unset ac_configure_args1
;}
2391 # When interrupted or exit'd, cleanup temporary files, and complete
2392 # config.log. We remove comments because anyway the quotes in there
2393 # would cause problems or look ugly.
2394 # WARNING: Use '\'' to represent an apostrophe within the trap.
2395 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2396 trap 'exit_status=$?
2397 # Save into config.log some information that might help in debugging.
2401 $as_echo "## ---------------- ##
2402 ## Cache variables. ##
2403 ## ---------------- ##"
2405 # The following way of writing the cache mishandles newlines in values,
2407 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2408 eval ac_val=\$$ac_var
2412 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2413 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2416 _ | IFS | as_nl) ;; #(
2417 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2418 *) { eval $ac_var=; unset $ac_var;} ;;
2423 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2424 *${as_nl}ac_space=\ *)
2426 "s/'\''/'\''\\\\'\'''\''/g;
2427 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2430 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2437 $as_echo "## ----------------- ##
2438 ## Output variables. ##
2439 ## ----------------- ##"
2441 for ac_var in $ac_subst_vars
2443 eval ac_val=\$$ac_var
2445 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2447 $as_echo "$ac_var='\''$ac_val'\''"
2451 if test -n "$ac_subst_files"; then
2452 $as_echo "## ------------------- ##
2453 ## File substitutions. ##
2454 ## ------------------- ##"
2456 for ac_var
in $ac_subst_files
2458 eval ac_val
=\$
$ac_var
2460 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2462 $as_echo "$ac_var='\''$ac_val'\''"
2467 if test -s confdefs.h; then
2468 $as_echo "## ----------- ##
2475 test "$ac_signal" != 0 &&
2476 $as_echo "$as_me: caught signal $ac_signal"
2477 $as_echo "$as_me: exit $exit_status"
2479 rm -f core *.core core.conftest.* &&
2480 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2483 for ac_signal
in 1 2 13 15; do
2484 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2488 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2489 rm -f -r conftest
* confdefs.h
2491 $as_echo "/* confdefs.h */" > confdefs.h
2493 # Predefined preprocessor variables.
2495 cat >>confdefs.h
<<_ACEOF
2496 #define PACKAGE_NAME "$PACKAGE_NAME"
2499 cat >>confdefs.h
<<_ACEOF
2500 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2503 cat >>confdefs.h
<<_ACEOF
2504 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2507 cat >>confdefs.h
<<_ACEOF
2508 #define PACKAGE_STRING "$PACKAGE_STRING"
2511 cat >>confdefs.h
<<_ACEOF
2512 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2515 cat >>confdefs.h
<<_ACEOF
2516 #define PACKAGE_URL "$PACKAGE_URL"
2520 # Let the site file select an alternate cache file if it wants to.
2521 # Prefer an explicitly selected file to automatically selected ones.
2524 if test -n "$CONFIG_SITE"; then
2525 # We do not want a PATH search for config.site.
2526 case $CONFIG_SITE in #((
2527 -*) ac_site_file1
=.
/$CONFIG_SITE;;
2528 */*) ac_site_file1
=$CONFIG_SITE;;
2529 *) ac_site_file1
=.
/$CONFIG_SITE;;
2531 elif test "x$prefix" != xNONE
; then
2532 ac_site_file1
=$prefix/share
/config.site
2533 ac_site_file2
=$prefix/etc
/config.site
2535 ac_site_file1
=$ac_default_prefix/share
/config.site
2536 ac_site_file2
=$ac_default_prefix/etc
/config.site
2538 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
2540 test "x$ac_site_file" = xNONE
&& continue
2541 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
2542 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2543 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2544 sed 's/^/| /' "$ac_site_file" >&5
2546 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2547 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2548 as_fn_error $?
"failed to load site script $ac_site_file
2549 See \`config.log' for more details" "$LINENO" 5; }
2553 if test -r "$cache_file"; then
2554 # Some versions of bash will fail to source /dev/null (special files
2555 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2556 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
2557 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2558 $as_echo "$as_me: loading cache $cache_file" >&6;}
2560 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
2561 *) .
"./$cache_file";;
2565 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2566 $as_echo "$as_me: creating cache $cache_file" >&6;}
2570 # Check that the precious variables saved in the cache have kept the same
2572 ac_cache_corrupted
=false
2573 for ac_var
in $ac_precious_vars; do
2574 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
2575 eval ac_new_set
=\
$ac_env_${ac_var}_set
2576 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
2577 eval ac_new_val
=\
$ac_env_${ac_var}_value
2578 case $ac_old_set,$ac_new_set in
2580 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2581 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2582 ac_cache_corrupted
=: ;;
2584 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2585 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2586 ac_cache_corrupted
=: ;;
2589 if test "x$ac_old_val" != "x$ac_new_val"; then
2590 # differences in whitespace do not lead to failure.
2591 ac_old_val_w
=`echo x $ac_old_val`
2592 ac_new_val_w
=`echo x $ac_new_val`
2593 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2594 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2595 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2596 ac_cache_corrupted
=:
2598 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2599 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2600 eval $ac_var=\
$ac_old_val
2602 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2603 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2604 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2605 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2608 # Pass precious variables to config.status.
2609 if test "$ac_new_set" = set; then
2611 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2612 *) ac_arg
=$ac_var=$ac_new_val ;;
2614 case " $ac_configure_args " in
2615 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2616 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
2620 if $ac_cache_corrupted; then
2621 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2622 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2623 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2624 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2625 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2627 ## -------------------- ##
2628 ## Main body of script. ##
2629 ## -------------------- ##
2632 ac_cpp
='$CPP $CPPFLAGS'
2633 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2634 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2635 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2641 ac_config_headers
="$ac_config_headers fficonfig.h"
2644 # Default to --enable-multilib
2645 # Check whether --enable-multilib was given.
2646 if test "${enable_multilib+set}" = set; then :
2647 enableval
=$enable_multilib; case "$enableval" in
2648 yes) multilib
=yes ;;
2650 *) as_fn_error $?
"bad value $enableval for multilib option" "$LINENO" 5 ;;
2657 # We may get other options which we leave undocumented:
2658 # --with-target-subdir, --with-multisrctop, --with-multisubdir
2659 # See config-ml.in if you want the gory details.
2661 if test "$srcdir" = "."; then
2662 if test "$with_target_subdir" != "."; then
2663 multi_basedir
="$srcdir/$with_multisrctop../.."
2665 multi_basedir
="$srcdir/$with_multisrctop.."
2668 multi_basedir
="$srcdir/.."
2672 # Even if the default multilib is not a cross compilation,
2673 # it may be that some of the other multilibs are.
2674 if test $cross_compiling = no
&& test $multilib = yes \
2675 && test "x${with_multisubdir}" != x
; then
2676 cross_compiling
=maybe
2679 ac_config_commands
="$ac_config_commands default-1"
2683 for ac_dir
in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2684 if test -f "$ac_dir/install-sh"; then
2686 ac_install_sh
="$ac_aux_dir/install-sh -c"
2688 elif test -f "$ac_dir/install.sh"; then
2690 ac_install_sh
="$ac_aux_dir/install.sh -c"
2692 elif test -f "$ac_dir/shtool"; then
2694 ac_install_sh
="$ac_aux_dir/shtool install -c"
2698 if test -z "$ac_aux_dir"; then
2699 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2702 # These three variables are undocumented and unsupported,
2703 # and are intended to be withdrawn in a future Autoconf release.
2704 # They can cause serious problems if a builder's source tree is in a directory
2705 # whose full name contains unusual characters.
2706 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2707 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2708 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2711 # Make sure we can run config.sub.
2712 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
2713 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2716 $as_echo_n "checking build system type... " >&6; }
2717 if ${ac_cv_build+:} false
; then :
2718 $as_echo_n "(cached) " >&6
2720 ac_build_alias
=$build_alias
2721 test "x$ac_build_alias" = x
&&
2722 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
2723 test "x$ac_build_alias" = x
&&
2724 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
2725 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2726 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2730 $as_echo "$ac_cv_build" >&6; }
2731 case $ac_cv_build in
2733 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
2736 ac_save_IFS
=$IFS; IFS
='-'
2742 # Remember, the first character of IFS is used to create $*,
2743 # except with old shells:
2746 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
2749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2750 $as_echo_n "checking host system type... " >&6; }
2751 if ${ac_cv_host+:} false
; then :
2752 $as_echo_n "(cached) " >&6
2754 if test "x$host_alias" = x
; then
2755 ac_cv_host
=$ac_cv_build
2757 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2758 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2763 $as_echo "$ac_cv_host" >&6; }
2766 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
2769 ac_save_IFS
=$IFS; IFS
='-'
2775 # Remember, the first character of IFS is used to create $*,
2776 # except with old shells:
2779 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
2782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2783 $as_echo_n "checking target system type... " >&6; }
2784 if ${ac_cv_target+:} false
; then :
2785 $as_echo_n "(cached) " >&6
2787 if test "x$target_alias" = x
; then
2788 ac_cv_target
=$ac_cv_host
2790 ac_cv_target
=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2791 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2796 $as_echo "$ac_cv_target" >&6; }
2797 case $ac_cv_target in
2799 *) as_fn_error $?
"invalid value of canonical target" "$LINENO" 5;;
2801 target
=$ac_cv_target
2802 ac_save_IFS
=$IFS; IFS
='-'
2808 # Remember, the first character of IFS is used to create $*,
2809 # except with old shells:
2812 case $target_os in *\
*) target_os
=`echo "$target_os" | sed 's/ /-/g'`;; esac
2815 # The aliases save the names the user supplied, while $host etc.
2816 # will get canonicalized.
2817 test -n "$target_alias" &&
2818 test "$program_prefix$program_suffix$program_transform_name" = \
2820 program_prefix
=${target_alias}-
2822 target_alias
=${target_alias-$host_alias}
2824 am__api_version
='1.15'
2826 # Find a good install program. We prefer a C program (faster),
2827 # so one script is as good as another. But avoid the broken or
2828 # incompatible versions:
2829 # SysV /etc/install, /usr/sbin/install
2830 # SunOS /usr/etc/install
2831 # IRIX /sbin/install
2833 # AmigaOS /C/install, which installs bootblocks on floppy discs
2834 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2835 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2836 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2837 # OS/2's system install, which has a completely different semantic
2838 # ./install, which can be erroneously created by make from ./install.sh.
2839 # Reject install programs that cannot install multiple files.
2840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2841 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2842 if test -z "$INSTALL"; then
2843 if ${ac_cv_path_install+:} false
; then :
2844 $as_echo_n "(cached) " >&6
2846 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2850 test -z "$as_dir" && as_dir
=.
2851 # Account for people who put trailing slashes in PATH elements.
2852 case $as_dir/ in #((
2853 .
/ | .
// |
/[cC
]/* | \
2854 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
2855 ?
:[\\/]os2
[\\/]install[\\/]* | ?
:[\\/]OS2
[\\/]INSTALL
[\\/]* | \
2858 # OSF1 and SCO ODT 3.0 have their own names for install.
2859 # Don't use installbsd from OSF since it installs stuff as root
2861 for ac_prog
in ginstall scoinst
install; do
2862 for ac_exec_ext
in '' $ac_executable_extensions; do
2863 if as_fn_executable_p
"$as_dir/$ac_prog$ac_exec_ext"; then
2864 if test $ac_prog = install &&
2865 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2866 # AIX install. It has an incompatible calling convention.
2868 elif test $ac_prog = install &&
2869 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2870 # program-specific install script used by HP pwplus--don't use.
2873 rm -rf conftest.one conftest.two conftest.dir
2874 echo one
> conftest.one
2875 echo two
> conftest.two
2877 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two
"`pwd`/conftest.dir" &&
2878 test -s conftest.one
&& test -s conftest.two
&&
2879 test -s conftest.dir
/conftest.one
&&
2880 test -s conftest.dir
/conftest.two
2882 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
2895 rm -rf conftest.one conftest.two conftest.dir
2898 if test "${ac_cv_path_install+set}" = set; then
2899 INSTALL
=$ac_cv_path_install
2901 # As a last resort, use the slow shell script. Don't cache a
2902 # value for INSTALL within a source directory, because that will
2903 # break other packages using the cache if that directory is
2904 # removed, or if the value is a relative name.
2905 INSTALL
=$ac_install_sh
2908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2909 $as_echo "$INSTALL" >&6; }
2911 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2912 # It thinks the first close brace ends the variable substitution.
2913 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
2915 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
2917 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
2919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2920 $as_echo_n "checking whether build environment is sane... " >&6; }
2921 # Reject unsafe characters in $srcdir or the absolute working directory
2922 # name. Accept space and tab only in the latter.
2926 *[\\\"\
#\$\&\'\`$am_lf]*)
2927 as_fn_error $?
"unsafe absolute working directory name" "$LINENO" 5;;
2930 *[\\\"\
#\$\&\'\`$am_lf\ \ ]*)
2931 as_fn_error $?
"unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2934 # Do 'set' in a subshell so we don't clobber the current shell's
2935 # arguments. Must try -L first in case configure is actually a
2936 # symlink; some systems play weird games with the mod time of symlinks
2937 # (eg FreeBSD returns the mod time of the symlink's containing
2941 for am_try
in 1 2; do
2942 echo "timestamp, slept: $am_has_slept" > conftest.
file
2943 set X
`ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2944 if test "$*" = "X"; then
2946 set X
`ls -t "$srcdir/configure" conftest.file`
2948 if test "$*" != "X $srcdir/configure conftest.file" \
2949 && test "$*" != "X conftest.file $srcdir/configure"; then
2951 # If neither matched, then we have a broken ls. This can happen
2952 # if, for instance, CONFIG_SHELL is bash and it inherits a
2953 # broken ls alias from the environment. This has actually
2954 # happened. Such a system could not be considered "sane".
2955 as_fn_error $?
"ls -t appears to fail. Make sure there is not a broken
2956 alias in your environment" "$LINENO" 5
2958 if test "$2" = conftest.
file ||
test $am_try -eq 2; then
2965 test "$2" = conftest.
file
2971 as_fn_error $?
"newly created file is older than distributed files!
2972 Check your system clock" "$LINENO" 5
2974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2975 $as_echo "yes" >&6; }
2976 # If we didn't sleep, we still need to ensure time stamps of config.status and
2977 # generated files are strictly newer.
2979 if grep 'slept: no' conftest.
file >/dev
/null
2>&1; then
2986 test "$program_prefix" != NONE
&&
2987 program_transform_name
="s&^&$program_prefix&;$program_transform_name"
2988 # Use a double $ so make ignores it.
2989 test "$program_suffix" != NONE
&&
2990 program_transform_name
="s&\$&$program_suffix&;$program_transform_name"
2991 # Double any \ or $.
2992 # By default was `s,x,x', remove it if useless.
2993 ac_script
='s/[\\$]/&&/g;s/;s,x,x,$//'
2994 program_transform_name
=`$as_echo "$program_transform_name" | sed "$ac_script"`
2996 # Expand $ac_aux_dir to an absolute path.
2997 am_aux_dir
=`cd "$ac_aux_dir" && pwd`
2999 if test x
"${MISSING+set}" != xset
; then
3002 MISSING
="\${SHELL} \"$am_aux_dir/missing\"" ;;
3004 MISSING
="\${SHELL} $am_aux_dir/missing" ;;
3007 # Use eval to expand $SHELL
3008 if eval "$MISSING --is-lightweight"; then
3009 am_missing_run
="$MISSING "
3012 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
3013 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
3016 if test x
"${install_sh+set}" != xset
; then
3019 install_sh
="\${SHELL} '$am_aux_dir/install-sh'" ;;
3021 install_sh
="\${SHELL} $am_aux_dir/install-sh"
3025 # Installed binaries are usually stripped using 'strip' when the user
3026 # run "make install-strip". However 'strip' might not be the right
3027 # tool to use in cross-compilation environments, therefore Automake
3028 # will honor the 'STRIP' environment variable to overrule this program.
3029 if test "$cross_compiling" != no
; then
3030 if test -n "$ac_tool_prefix"; then
3031 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3032 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
3033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3034 $as_echo_n "checking for $ac_word... " >&6; }
3035 if ${ac_cv_prog_STRIP+:} false
; then :
3036 $as_echo_n "(cached) " >&6
3038 if test -n "$STRIP"; then
3039 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
3041 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3045 test -z "$as_dir" && as_dir
=.
3046 for ac_exec_ext
in '' $ac_executable_extensions; do
3047 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3048 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
3049 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3058 STRIP
=$ac_cv_prog_STRIP
3059 if test -n "$STRIP"; then
3060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3061 $as_echo "$STRIP" >&6; }
3063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3064 $as_echo "no" >&6; }
3069 if test -z "$ac_cv_prog_STRIP"; then
3071 # Extract the first word of "strip", so it can be a program name with args.
3072 set dummy strip
; ac_word
=$2
3073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3074 $as_echo_n "checking for $ac_word... " >&6; }
3075 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
3076 $as_echo_n "(cached) " >&6
3078 if test -n "$ac_ct_STRIP"; then
3079 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
3081 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3085 test -z "$as_dir" && as_dir
=.
3086 for ac_exec_ext
in '' $ac_executable_extensions; do
3087 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3088 ac_cv_prog_ac_ct_STRIP
="strip"
3089 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3098 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
3099 if test -n "$ac_ct_STRIP"; then
3100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3101 $as_echo "$ac_ct_STRIP" >&6; }
3103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3104 $as_echo "no" >&6; }
3107 if test "x$ac_ct_STRIP" = x
; then
3110 case $cross_compiling:$ac_tool_warned in
3112 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3113 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3114 ac_tool_warned
=yes ;;
3119 STRIP
="$ac_cv_prog_STRIP"
3123 INSTALL_STRIP_PROGRAM
="\$(install_sh) -c -s"
3125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3126 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3127 if test -z "$MKDIR_P"; then
3128 if ${ac_cv_path_mkdir+:} false
; then :
3129 $as_echo_n "(cached) " >&6
3131 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3132 for as_dir
in $PATH$PATH_SEPARATOR/opt
/sfw
/bin
3135 test -z "$as_dir" && as_dir
=.
3136 for ac_prog
in mkdir gmkdir
; do
3137 for ac_exec_ext
in '' $ac_executable_extensions; do
3138 as_fn_executable_p
"$as_dir/$ac_prog$ac_exec_ext" ||
continue
3139 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3140 'mkdir (GNU coreutils) '* | \
3141 'mkdir (coreutils) '* | \
3142 'mkdir (fileutils) '4.1*)
3143 ac_cv_path_mkdir
=$as_dir/$ac_prog$ac_exec_ext
3153 test -d .
/--version && rmdir .
/--version
3154 if test "${ac_cv_path_mkdir+set}" = set; then
3155 MKDIR_P
="$ac_cv_path_mkdir -p"
3157 # As a last resort, use the slow shell script. Don't cache a
3158 # value for MKDIR_P within a source directory, because that will
3159 # break other packages using the cache if that directory is
3160 # removed, or if the value is a relative name.
3161 MKDIR_P
="$ac_install_sh -d"
3164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3165 $as_echo "$MKDIR_P" >&6; }
3167 for ac_prog
in gawk mawk nawk
awk
3169 # Extract the first word of "$ac_prog", so it can be a program name with args.
3170 set dummy
$ac_prog; ac_word
=$2
3171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3172 $as_echo_n "checking for $ac_word... " >&6; }
3173 if ${ac_cv_prog_AWK+:} false
; then :
3174 $as_echo_n "(cached) " >&6
3176 if test -n "$AWK"; then
3177 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
3179 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3183 test -z "$as_dir" && as_dir
=.
3184 for ac_exec_ext
in '' $ac_executable_extensions; do
3185 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3186 ac_cv_prog_AWK
="$ac_prog"
3187 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3197 if test -n "$AWK"; then
3198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3199 $as_echo "$AWK" >&6; }
3201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3202 $as_echo "no" >&6; }
3206 test -n "$AWK" && break
3209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3210 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3212 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3213 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
3214 $as_echo_n "(cached) " >&6
3216 cat >conftest.
make <<\_ACEOF
3219 @
echo '@@@%%%=$(MAKE)=@@@%%%'
3221 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3222 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3224 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
3226 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
3230 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
3231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3232 $as_echo "yes" >&6; }
3235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3236 $as_echo "no" >&6; }
3237 SET_MAKE
="MAKE=${MAKE-make}"
3240 rm -rf .tst
2>/dev
/null
3241 mkdir .tst
2>/dev
/null
3242 if test -d .tst
; then
3247 rmdir .tst
2>/dev
/null
3249 # Check whether --enable-silent-rules was given.
3250 if test "${enable_silent_rules+set}" = set; then :
3251 enableval
=$enable_silent_rules;
3254 case $enable_silent_rules in # (((
3255 yes) AM_DEFAULT_VERBOSITY
=0;;
3256 no
) AM_DEFAULT_VERBOSITY
=1;;
3257 *) AM_DEFAULT_VERBOSITY
=1;;
3259 am_make
=${MAKE-make}
3260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3261 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3262 if ${am_cv_make_support_nested_variables+:} false
; then :
3263 $as_echo_n "(cached) " >&6
3265 if $as_echo 'TRUE=$(BAR$(V))
3271 .PHONY: am__doit' |
$am_make -f - >/dev
/null
2>&1; then
3272 am_cv_make_support_nested_variables
=yes
3274 am_cv_make_support_nested_variables
=no
3277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3278 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3279 if test $am_cv_make_support_nested_variables = yes; then
3281 AM_DEFAULT_V
='$(AM_DEFAULT_VERBOSITY)'
3283 AM_V
=$AM_DEFAULT_VERBOSITY
3284 AM_DEFAULT_V
=$AM_DEFAULT_VERBOSITY
3288 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3289 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3290 # is not polluted with repeated "-I."
3291 am__isrc
=' -I$(srcdir)'
3292 # test to see if srcdir already configured
3293 if test -f $srcdir/config.status
; then
3294 as_fn_error $?
"source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3298 # test whether we have cygpath
3299 if test -z "$CYGPATH_W"; then
3300 if (cygpath
--version) >/dev
/null
2>/dev
/null
; then
3301 CYGPATH_W
='cygpath -w'
3308 # Define the identity of the package.
3313 cat >>confdefs.h
<<_ACEOF
3314 #define PACKAGE "$PACKAGE"
3318 cat >>confdefs.h
<<_ACEOF
3319 #define VERSION "$VERSION"
3322 # Some tools Automake needs.
3324 ACLOCAL
=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3327 AUTOCONF
=${AUTOCONF-"${am_missing_run}autoconf"}
3330 AUTOMAKE
=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3333 AUTOHEADER
=${AUTOHEADER-"${am_missing_run}autoheader"}
3336 MAKEINFO
=${MAKEINFO-"${am_missing_run}makeinfo"}
3338 # For better backward compatibility. To be removed once Automake 1.9.x
3339 # dies out for good. For more background, see:
3340 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3341 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3342 mkdir_p
='$(MKDIR_P)'
3344 # We need awk for the "check" target (and possibly the TAP driver). The
3345 # system "awk" is bad on some platforms.
3346 # Always define AMTAR for backward compatibility. Yes, it's still used
3347 # in the wild :-( We should find a proper way to deprecate it ...
3351 # We'll loop over all known methods to create a tar archive until one works.
3352 _am_tools
='gnutar pax cpio none'
3354 am__tar
='$${TAR-tar} chof - "$$tardir"' am__untar
='$${TAR-tar} xf -'
3361 # POSIX will say in a future version that running "rm -f" with no argument
3362 # is OK; and we want to be able to make that assumption in our Makefile
3363 # recipes. So use an aggressive probe to check that the usage we want is
3364 # actually supported "in the wild" to an acceptable degree.
3365 # See automake bug#10828.
3366 # To make any issue more visible, cause the running configure to be aborted
3367 # by default if the 'rm' program in use doesn't match our expectations; the
3368 # user can still override this though.
3369 if rm -f && rm -fr && rm -rf; then : OK
; else
3373 Your 'rm' program seems unable to run without file operands specified
3374 on the command line, even when the '-f' option is present. This is contrary
3375 to the behaviour of most rm programs out there, and not conforming with
3376 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3378 Please tell bug-automake@gnu.org about your system, including the value
3379 of your $PATH and any error possibly output before this message. This
3380 can help us improve future automake versions.
3383 if test x
"$ACCEPT_INFERIOR_RM_PROGRAM" = x
"yes"; then
3384 echo 'Configuration will proceed anyway, since you have set the' >&2
3385 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3389 Aborting the configuration process, to ensure you take notice of the issue.
3391 You can download and install GNU coreutils to get an 'rm' implementation
3392 that behaves properly: <http://www.gnu.org/software/coreutils/>.
3394 If you want to complete the configuration process using your problematic
3395 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3396 to "yes", and re-run configure.
3399 as_fn_error $?
"Your 'rm' program is bad, sorry." "$LINENO" 5
3404 # See if makeinfo has been installed and is modern enough
3405 # that we can use it.
3407 # Extract the first word of "makeinfo", so it can be a program name with args.
3408 set dummy makeinfo
; ac_word
=$2
3409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3410 $as_echo_n "checking for $ac_word... " >&6; }
3411 if ${ac_cv_prog_MAKEINFO+:} false
; then :
3412 $as_echo_n "(cached) " >&6
3414 if test -n "$MAKEINFO"; then
3415 ac_cv_prog_MAKEINFO
="$MAKEINFO" # Let the user override the test.
3417 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3421 test -z "$as_dir" && as_dir
=.
3422 for ac_exec_ext
in '' $ac_executable_extensions; do
3423 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3424 ac_cv_prog_MAKEINFO
="makeinfo"
3425 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3434 MAKEINFO
=$ac_cv_prog_MAKEINFO
3435 if test -n "$MAKEINFO"; then
3436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
3437 $as_echo "$MAKEINFO" >&6; }
3439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3440 $as_echo "no" >&6; }
3444 if test -n "$MAKEINFO"; then
3445 # Found it, now check the version.
3446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for modern makeinfo" >&5
3447 $as_echo_n "checking for modern makeinfo... " >&6; }
3448 if ${gcc_cv_prog_makeinfo_modern+:} false
; then :
3449 $as_echo_n "(cached) " >&6
3451 ac_prog_version
=`eval $MAKEINFO --version 2>&1 |
3452 sed -n 's/^.*GNU texinfo.* \([0-9][0-9.]*\).*$/\1/p'`
3454 case $ac_prog_version in
3455 '') gcc_cv_prog_makeinfo_modern
=no
;;
3456 4.
[4-9]*|
4.
[1-9][0-9]*|
[5-9]*|
[1-9][0-9]*) gcc_cv_prog_makeinfo_modern
=yes;;
3457 *) gcc_cv_prog_makeinfo_modern
=no
;;
3461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_makeinfo_modern" >&5
3462 $as_echo "$gcc_cv_prog_makeinfo_modern" >&6; }
3464 gcc_cv_prog_makeinfo_modern
=no
3466 if test $gcc_cv_prog_makeinfo_modern = no
; then
3467 MAKEINFO
="${CONFIG_SHELL-/bin/sh} $ac_aux_dir/missing makeinfo"
3470 if test $gcc_cv_prog_makeinfo_modern = "yes"; then
3472 BUILD_INFO_FALSE
='#'
3479 # We would like our source tree to be readonly. However when releases or
3480 # pre-releases are generated, the flex/bison generated files as well as the
3481 # various formats of manuals need to be included along with the rest of the
3482 # sources. Therefore we have --enable-generated-files-in-srcdir to do
3484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking generated-files-in-srcdir" >&5
3485 $as_echo_n "checking generated-files-in-srcdir... " >&6; }
3486 # Check whether --enable-generated-files-in-srcdir was given.
3487 if test "${enable_generated_files_in_srcdir+set}" = set; then :
3488 enableval
=$enable_generated_files_in_srcdir; case "$enableval" in
3489 yes) enable_generated_files_in_srcdir
=yes ;;
3490 no
) enable_generated_files_in_srcdir
=no
;;
3491 *) as_fn_error $?
"Unknown argument to enable/disable version-specific libs" "$LINENO" 5;;
3494 enable_generated_files_in_srcdir
=no
3497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_generated_files_in_srcdir" >&5
3498 $as_echo "$enable_generated_files_in_srcdir" >&6; }
3499 if test "$enable_generated_files_in_srcdir" = yes; then
3508 # The same as in boehm-gc and libstdc++. Have to borrow it from there.
3509 # We must force CC to /not/ be precious variables; otherwise
3510 # the wrong, non-multilib-adjusted value will be used in multilibs.
3511 # As a side effect, we have to subst CFLAGS ourselves.
3512 # Also save and restore CFLAGS, since AC_PROG_CC will come up with
3513 # defaults of its own if none are provided.
3519 ac_cpp
='$CPP $CPPFLAGS'
3520 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3521 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3522 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3523 if test -n "$ac_tool_prefix"; then
3524 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3525 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
3526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3527 $as_echo_n "checking for $ac_word... " >&6; }
3528 if ${ac_cv_prog_CC+:} false
; then :
3529 $as_echo_n "(cached) " >&6
3531 if test -n "$CC"; then
3532 ac_cv_prog_CC
="$CC" # Let the user override the test.
3534 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3538 test -z "$as_dir" && as_dir
=.
3539 for ac_exec_ext
in '' $ac_executable_extensions; do
3540 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3541 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
3542 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3552 if test -n "$CC"; then
3553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3554 $as_echo "$CC" >&6; }
3556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3557 $as_echo "no" >&6; }
3562 if test -z "$ac_cv_prog_CC"; then
3564 # Extract the first word of "gcc", so it can be a program name with args.
3565 set dummy gcc
; ac_word
=$2
3566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3567 $as_echo_n "checking for $ac_word... " >&6; }
3568 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3569 $as_echo_n "(cached) " >&6
3571 if test -n "$ac_ct_CC"; then
3572 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3574 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3578 test -z "$as_dir" && as_dir
=.
3579 for ac_exec_ext
in '' $ac_executable_extensions; do
3580 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3581 ac_cv_prog_ac_ct_CC
="gcc"
3582 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3591 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3592 if test -n "$ac_ct_CC"; then
3593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3594 $as_echo "$ac_ct_CC" >&6; }
3596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3597 $as_echo "no" >&6; }
3600 if test "x$ac_ct_CC" = x
; then
3603 case $cross_compiling:$ac_tool_warned in
3605 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3606 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3607 ac_tool_warned
=yes ;;
3615 if test -z "$CC"; then
3616 if test -n "$ac_tool_prefix"; then
3617 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3618 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
3619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3620 $as_echo_n "checking for $ac_word... " >&6; }
3621 if ${ac_cv_prog_CC+:} false
; then :
3622 $as_echo_n "(cached) " >&6
3624 if test -n "$CC"; then
3625 ac_cv_prog_CC
="$CC" # Let the user override the test.
3627 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3631 test -z "$as_dir" && as_dir
=.
3632 for ac_exec_ext
in '' $ac_executable_extensions; do
3633 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3634 ac_cv_prog_CC
="${ac_tool_prefix}cc"
3635 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3645 if test -n "$CC"; then
3646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3647 $as_echo "$CC" >&6; }
3649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3650 $as_echo "no" >&6; }
3656 if test -z "$CC"; then
3657 # Extract the first word of "cc", so it can be a program name with args.
3658 set dummy cc
; ac_word
=$2
3659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3660 $as_echo_n "checking for $ac_word... " >&6; }
3661 if ${ac_cv_prog_CC+:} false
; then :
3662 $as_echo_n "(cached) " >&6
3664 if test -n "$CC"; then
3665 ac_cv_prog_CC
="$CC" # Let the user override the test.
3668 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3672 test -z "$as_dir" && as_dir
=.
3673 for ac_exec_ext
in '' $ac_executable_extensions; do
3674 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3675 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3676 ac_prog_rejected
=yes
3680 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3687 if test $ac_prog_rejected = yes; then
3688 # We found a bogon in the path, so make sure we never use it.
3689 set dummy
$ac_cv_prog_CC
3691 if test $# != 0; then
3692 # We chose a different compiler from the bogus one.
3693 # However, it has the same basename, so the bogon will be chosen
3694 # first if we set CC to just the basename; use the full file name.
3696 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
3702 if test -n "$CC"; then
3703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3704 $as_echo "$CC" >&6; }
3706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3707 $as_echo "no" >&6; }
3712 if test -z "$CC"; then
3713 if test -n "$ac_tool_prefix"; then
3714 for ac_prog
in cl.exe
3716 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3717 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3719 $as_echo_n "checking for $ac_word... " >&6; }
3720 if ${ac_cv_prog_CC+:} false
; then :
3721 $as_echo_n "(cached) " >&6
3723 if test -n "$CC"; then
3724 ac_cv_prog_CC
="$CC" # Let the user override the test.
3726 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3730 test -z "$as_dir" && as_dir
=.
3731 for ac_exec_ext
in '' $ac_executable_extensions; do
3732 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3733 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
3734 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3744 if test -n "$CC"; then
3745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3746 $as_echo "$CC" >&6; }
3748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3749 $as_echo "no" >&6; }
3753 test -n "$CC" && break
3756 if test -z "$CC"; then
3758 for ac_prog
in cl.exe
3760 # Extract the first word of "$ac_prog", so it can be a program name with args.
3761 set dummy
$ac_prog; ac_word
=$2
3762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3763 $as_echo_n "checking for $ac_word... " >&6; }
3764 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3765 $as_echo_n "(cached) " >&6
3767 if test -n "$ac_ct_CC"; then
3768 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3770 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3774 test -z "$as_dir" && as_dir
=.
3775 for ac_exec_ext
in '' $ac_executable_extensions; do
3776 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3777 ac_cv_prog_ac_ct_CC
="$ac_prog"
3778 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3787 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3788 if test -n "$ac_ct_CC"; then
3789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3790 $as_echo "$ac_ct_CC" >&6; }
3792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3793 $as_echo "no" >&6; }
3797 test -n "$ac_ct_CC" && break
3800 if test "x$ac_ct_CC" = x
; then
3803 case $cross_compiling:$ac_tool_warned in
3805 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3806 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3807 ac_tool_warned
=yes ;;
3816 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3817 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3818 as_fn_error $?
"no acceptable C compiler found in \$PATH
3819 See \`config.log' for more details" "$LINENO" 5; }
3821 # Provide some information about the compiler.
3822 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3825 for ac_option
in --version -v -V -qversion; do
3826 { { ac_try
="$ac_compiler $ac_option >&5"
3828 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3829 *) ac_try_echo=$ac_try;;
3831 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3832 $as_echo "$ac_try_echo"; } >&5
3833 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3835 if test -s conftest.err; then
3837 ... rest of stderr output deleted ...
3838 10q' conftest.err >conftest.er1
3839 cat conftest.er1 >&5
3841 rm -f conftest.er1 conftest.err
3842 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3843 test $ac_status = 0; }
3846 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3847 /* end confdefs.h. */
3857 ac_clean_files_save=$ac_clean_files
3858 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3859 # Try to create an executable without -o first, disregard a.out.
3860 # It will help us diagnose broken compilers, and finding out an intuition
3862 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3863 $as_echo_n "checking whether the C compiler works... " >&6; }
3864 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
3866 # The possible output files:
3867 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3870 for ac_file in $ac_files
3873 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3874 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3879 if { { ac_try="$ac_link_default"
3881 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3882 *) ac_try_echo
=$ac_try;;
3884 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3885 $as_echo "$ac_try_echo"; } >&5
3886 (eval "$ac_link_default") 2>&5
3888 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3889 test $ac_status = 0; }; then :
3890 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3891 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3892 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3893 # so that the user can short-circuit this test for compilers unknown to
3895 for ac_file
in $ac_files ''
3897 test -f "$ac_file" ||
continue
3899 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
3902 # We found the default executable, but exeext='' is most
3906 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
3908 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3910 # We set ac_cv_exeext here because the later test for it is not
3911 # safe: cross compilers may not add the suffix if given an `-o'
3912 # argument, so we may need to know it at that point already.
3913 # Even if this section looks crufty: it has the advantage of
3920 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
3925 if test -z "$ac_file"; then :
3926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3927 $as_echo "no" >&6; }
3928 $as_echo "$as_me: failed program was:" >&5
3929 sed 's/^/| /' conftest.
$ac_ext >&5
3931 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3932 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3933 as_fn_error
77 "C compiler cannot create executables
3934 See \`config.log' for more details" "$LINENO" 5; }
3936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3937 $as_echo "yes" >&6; }
3939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3940 $as_echo_n "checking for C compiler default output file name... " >&6; }
3941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3942 $as_echo "$ac_file" >&6; }
3943 ac_exeext
=$ac_cv_exeext
3945 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
3946 ac_clean_files
=$ac_clean_files_save
3947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3948 $as_echo_n "checking for suffix of executables... " >&6; }
3949 if { { ac_try
="$ac_link"
3951 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3952 *) ac_try_echo=$ac_try;;
3954 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3955 $as_echo "$ac_try_echo"; } >&5
3956 (eval "$ac_link") 2>&5
3958 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3959 test $ac_status = 0; }; then :
3960 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
3961 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
3962 # work properly (i.e., refer to `conftest.exe'), while it won't with
3964 for ac_file
in conftest.exe conftest conftest.
*; do
3965 test -f "$ac_file" ||
continue
3967 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
3968 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3974 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3975 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3976 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
3977 See \`config.log' for more details" "$LINENO" 5; }
3979 rm -f conftest conftest
$ac_cv_exeext
3980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3981 $as_echo "$ac_cv_exeext" >&6; }
3983 rm -f conftest.
$ac_ext
3984 EXEEXT
=$ac_cv_exeext
3986 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3987 /* end confdefs.h. */
3992 FILE *f = fopen ("conftest.out", "w");
3993 return ferror (f) || fclose (f) != 0;
3999 ac_clean_files
="$ac_clean_files conftest.out"
4000 # Check that the compiler produces executables we can run. If not, either
4001 # the compiler is broken, or we cross compile.
4002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4003 $as_echo_n "checking whether we are cross compiling... " >&6; }
4004 if test "$cross_compiling" != yes; then
4005 { { ac_try
="$ac_link"
4007 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4008 *) ac_try_echo=$ac_try;;
4010 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4011 $as_echo "$ac_try_echo"; } >&5
4012 (eval "$ac_link") 2>&5
4014 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4015 test $ac_status = 0; }
4016 if { ac_try='./conftest$ac_cv_exeext'
4017 { { case "(($ac_try" in
4018 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4019 *) ac_try_echo
=$ac_try;;
4021 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4022 $as_echo "$ac_try_echo"; } >&5
4023 (eval "$ac_try") 2>&5
4025 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4026 test $ac_status = 0; }; }; then
4029 if test "$cross_compiling" = maybe
; then
4032 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4033 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4034 as_fn_error $?
"cannot run C compiled programs.
4035 If you meant to cross compile, use \`--host'.
4036 See \`config.log' for more details" "$LINENO" 5; }
4040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4041 $as_echo "$cross_compiling" >&6; }
4043 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
4044 ac_clean_files
=$ac_clean_files_save
4045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4046 $as_echo_n "checking for suffix of object files... " >&6; }
4047 if ${ac_cv_objext+:} false
; then :
4048 $as_echo_n "(cached) " >&6
4050 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4051 /* end confdefs.h. */
4061 rm -f conftest.o conftest.obj
4062 if { { ac_try
="$ac_compile"
4064 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4065 *) ac_try_echo=$ac_try;;
4067 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4068 $as_echo "$ac_try_echo"; } >&5
4069 (eval "$ac_compile") 2>&5
4071 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4072 test $ac_status = 0; }; then :
4073 for ac_file in conftest.o conftest.obj conftest.*; do
4074 test -f "$ac_file" || continue;
4076 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4077 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4082 $as_echo "$as_me: failed program was:" >&5
4083 sed 's/^/| /' conftest.$ac_ext >&5
4085 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4086 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4087 as_fn_error $? "cannot compute suffix of object files
: cannot compile
4088 See \
`config.log' for more details" "$LINENO" 5; }
4090 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4093 $as_echo "$ac_cv_objext" >&6; }
4094 OBJEXT=$ac_cv_objext
4096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4097 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4098 if ${ac_cv_c_compiler_gnu+:} false; then :
4099 $as_echo_n "(cached) " >&6
4101 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4102 /* end confdefs.h. */
4115 if ac_fn_c_try_compile "$LINENO"; then :
4120 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4121 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4125 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4126 if test $ac_compiler_gnu = yes; then
4131 ac_test_CFLAGS=${CFLAGS+set}
4132 ac_save_CFLAGS=$CFLAGS
4133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4134 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4135 if ${ac_cv_prog_cc_g+:} false; then :
4136 $as_echo_n "(cached) " >&6
4138 ac_save_c_werror_flag=$ac_c_werror_flag
4139 ac_c_werror_flag=yes
4142 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4143 /* end confdefs.h. */
4153 if ac_fn_c_try_compile "$LINENO"; then :
4157 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4158 /* end confdefs.h. */
4168 if ac_fn_c_try_compile "$LINENO"; then :
4171 ac_c_werror_flag=$ac_save_c_werror_flag
4173 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4174 /* end confdefs.h. */
4184 if ac_fn_c_try_compile "$LINENO"; then :
4187 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4189 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4191 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4192 ac_c_werror_flag=$ac_save_c_werror_flag
4194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4195 $as_echo "$ac_cv_prog_cc_g" >&6; }
4196 if test "$ac_test_CFLAGS" = set; then
4197 CFLAGS=$ac_save_CFLAGS
4198 elif test $ac_cv_prog_cc_g = yes; then
4199 if test "$GCC" = yes; then
4205 if test "$GCC" = yes; then
4211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4212 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4213 if ${ac_cv_prog_cc_c89+:} false; then :
4214 $as_echo_n "(cached) " >&6
4216 ac_cv_prog_cc_c89=no
4218 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4219 /* end confdefs.h. */
4223 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4224 struct buf { int x; };
4225 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4226 static char *e (p, i)
4232 static char *f (char * (*g) (char **, int), char **p, ...)
4237 s = g (p, va_arg (v,int));
4242 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4243 function prototypes and stuff, but not '\xHH' hex character constants.
4244 These don't provoke an error unfortunately, instead are silently treated
4245 as 'x'. The following induces an error, until -std is added to get
4246 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4247 array size at least. It's necessary to write '\x00'==0 to get something
4248 that's true only with -std. */
4249 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4251 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4252 inside strings and character constants. */
4254 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4256 int test (int i, double x);
4257 struct s1 {int (*f) (int a);};
4258 struct s2 {int (*f) (double a);};
4259 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4265 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4270 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4271 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4273 CC="$ac_save_CC $ac_arg"
4274 if ac_fn_c_try_compile "$LINENO"; then :
4275 ac_cv_prog_cc_c89=$ac_arg
4277 rm -f core conftest.err conftest.$ac_objext
4278 test "x$ac_cv_prog_cc_c89" != "xno" && break
4280 rm -f conftest.$ac_ext
4285 case "x$ac_cv_prog_cc_c89" in
4287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4288 $as_echo "none needed" >&6; } ;;
4290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4291 $as_echo "unsupported" >&6; } ;;
4293 CC="$CC $ac_cv_prog_cc_c89"
4294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4295 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4297 if test "x$ac_cv_prog_cc_c89" != xno; then :
4302 ac_cpp='$CPP $CPPFLAGS'
4303 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4304 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4305 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4308 ac_cpp='$CPP $CPPFLAGS'
4309 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4310 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4311 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4313 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4314 if ${am_cv_prog_cc_c_o+:} false; then :
4315 $as_echo_n "(cached) " >&6
4317 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4318 /* end confdefs.h. */
4328 # Make sure it works both with $CC and with simple cc.
4329 # Following AC_PROG_CC_C_O, we do the test twice because some
4330 # compilers refuse to overwrite an existing .o file with -o,
4331 # though they will create one.
4332 am_cv_prog_cc_c_o=yes
4334 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4335 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4338 (exit $ac_status); } \
4339 && test -f conftest2.$ac_objext; then
4342 am_cv_prog_cc_c_o=no
4346 rm -f core conftest*
4349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4350 $as_echo "$am_cv_prog_cc_c_o" >&6; }
4351 if test "$am_cv_prog_cc_c_o" != yes; then
4352 # Losing compiler, so override with the script.
4353 # FIXME: It is wrong to rewrite CC.
4354 # But if we don't then we get into trouble of one sort or another.
4355 # A longer-term fix would be to have automake use am__CC in this case,
4356 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4357 CC="$am_aux_dir/compile $CC"
4360 ac_cpp='$CPP $CPPFLAGS'
4361 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4362 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4363 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4365 DEPDIR="${am__leading_dot}deps"
4367 ac_config_commands="$ac_config_commands depfiles"
4370 am_make=${MAKE-make}
4371 cat > confinc << 'END'
4373 @echo this is the am__doit target
4376 # If we don't find an include directive, just comment out the code.
4377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4378 $as_echo_n "checking for style of include used by $am_make... " >&6; }
4382 # First try GNU make style include.
4383 echo "include confinc" > confmf
4384 # Ignore all kinds of additional output from 'make'.
4385 case `$am_make -s -f confmf
2> /dev
/null
` in #(
4386 *the\ am__doit\ target*)
4392 # Now try BSD make style include.
4393 if test "$am__include" = "#"; then
4394 echo '.include "confinc"' > confmf
4395 case `$am_make -s -f confmf
2> /dev
/null
` in #(
4396 *the\ am__doit\ target*)
4397 am__include=.include
4405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4406 $as_echo "$_am_result" >&6; }
4407 rm -f confinc confmf
4409 # Check whether --enable-dependency-tracking was given.
4410 if test "${enable_dependency_tracking+set}" = set; then :
4411 enableval=$enable_dependency_tracking;
4414 if test "x$enable_dependency_tracking" != xno; then
4415 am_depcomp="$ac_aux_dir/depcomp"
4419 if test "x$enable_dependency_tracking" != xno; then
4429 depcc="$CC" am_compiler_list=
4431 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4432 $as_echo_n "checking dependency style of $depcc... " >&6; }
4433 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4434 $as_echo_n "(cached) " >&6
4436 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4437 # We make a subdir and do the tests there. Otherwise we can end up
4438 # making bogus files that we don't know about and never remove. For
4439 # instance it was reported that on HP-UX the gcc test will end up
4440 # making a dummy file named 'D' -- because '-MD' means "put the output
4444 # Copy depcomp to subdir because otherwise we won't find it if we're
4445 # using a relative directory.
4446 cp "$am_depcomp" conftest.dir
4448 # We will build objects and dependencies in a subdirectory because
4449 # it helps to detect inapplicable dependency modes. For instance
4450 # both Tru64's cc and ICC support -MD to output dependencies as a
4451 # side effect of compilation, but ICC will put the dependencies in
4452 # the current directory while Tru64 will put them in the object
4456 am_cv_CC_dependencies_compiler_type=none
4457 if test "$am_compiler_list" = ""; then
4458 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < .
/depcomp
`
4461 case " $depcc " in #(
4462 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4465 for depmode in $am_compiler_list; do
4466 # Setup a source with many dependencies, because some compilers
4467 # like to wrap large dependency lists on column 80 (with \), and
4468 # we should not choose a depcomp mode which is confused by this.
4470 # We need to recreate these files for each test, as the compiler may
4471 # overwrite some of them when testing with obscure command lines.
4472 # This happens at least with the AIX C compiler.
4474 for i in 1 2 3 4 5 6; do
4475 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4476 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4477 # Solaris 10 /bin/sh.
4478 echo '/* dummy */' > sub/conftst$i.h
4480 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4482 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4483 # mode. It turns out that the SunPro C++ compiler does not properly
4484 # handle '-M -o', and we need to detect this. Also, some Intel
4485 # versions had trouble with output in subdirs.
4486 am__obj=sub/conftest.${OBJEXT-o}
4487 am__minus_obj="-o $am__obj"
4490 # This depmode causes a compiler race in universal mode.
4491 test "$am__universal" = false || continue
4494 # After this tag, mechanisms are not by side-effect, so they'll
4495 # only be used when explicitly requested.
4496 if test "x$enable_dependency_tracking" = xyes; then
4502 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4503 # This compiler won't grok '-c -o', but also, the minuso test has
4504 # not run yet. These depmodes are late enough in the game, and
4505 # so weak that their functioning should not be impacted.
4506 am__obj=conftest.${OBJEXT-o}
4511 if depmode=$depmode \
4512 source=sub/conftest.c object=$am__obj \
4513 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4514 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4515 >/dev/null 2>conftest.err &&
4516 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4517 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4518 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4519 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4520 # icc doesn't choke on unknown options, it will just issue warnings
4521 # or remarks (even with -Werror). So we grep stderr for any message
4522 # that says an option was ignored or not supported.
4523 # When given -MP, icc 7.0 and 7.1 complain thusly:
4524 # icc: Command line warning: ignoring option '-M'; no argument required
4525 # The diagnosis changed in icc 8.0:
4526 # icc: Command line remark: option '-MP' not supported
4527 if (grep 'ignoring option' conftest.err ||
4528 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4529 am_cv_CC_dependencies_compiler_type=$depmode
4538 am_cv_CC_dependencies_compiler_type=none
4542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4543 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4544 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4547 test "x$enable_dependency_tracking" != xno \
4548 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4550 am__fastdepCC_FALSE='#'
4552 am__fastdepCC_TRUE='#'
4553 am__fastdepCC_FALSE=
4558 ac_cpp='$CXXCPP $CPPFLAGS'
4559 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4560 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4561 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4562 if test -z "$CXX"; then
4563 if test -n "$CCC"; then
4566 if test -n "$ac_tool_prefix"; then
4567 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4569 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4570 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4572 $as_echo_n "checking for $ac_word... " >&6; }
4573 if ${ac_cv_prog_CXX+:} false; then :
4574 $as_echo_n "(cached) " >&6
4576 if test -n "$CXX"; then
4577 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4579 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4583 test -z "$as_dir" && as_dir=.
4584 for ac_exec_ext in '' $ac_executable_extensions; do
4585 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4586 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4587 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4597 if test -n "$CXX"; then
4598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4599 $as_echo "$CXX" >&6; }
4601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4602 $as_echo "no" >&6; }
4606 test -n "$CXX" && break
4609 if test -z "$CXX"; then
4611 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4613 # Extract the first word of "$ac_prog", so it can be a program name with args.
4614 set dummy $ac_prog; ac_word=$2
4615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4616 $as_echo_n "checking for $ac_word... " >&6; }
4617 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4618 $as_echo_n "(cached) " >&6
4620 if test -n "$ac_ct_CXX"; then
4621 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4623 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4627 test -z "$as_dir" && as_dir=.
4628 for ac_exec_ext in '' $ac_executable_extensions; do
4629 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4630 ac_cv_prog_ac_ct_CXX="$ac_prog"
4631 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4640 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4641 if test -n "$ac_ct_CXX"; then
4642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4643 $as_echo "$ac_ct_CXX" >&6; }
4645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4646 $as_echo "no" >&6; }
4650 test -n "$ac_ct_CXX" && break
4653 if test "x$ac_ct_CXX" = x; then
4656 case $cross_compiling:$ac_tool_warned in
4658 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4659 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4660 ac_tool_warned=yes ;;
4668 # Provide some information about the compiler.
4669 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4672 for ac_option in --version -v -V -qversion; do
4673 { { ac_try="$ac_compiler $ac_option >&5"
4675 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4676 *) ac_try_echo
=$ac_try;;
4678 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4679 $as_echo "$ac_try_echo"; } >&5
4680 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4682 if test -s conftest.err
; then
4684 ... rest of stderr output deleted ...
4685 10q' conftest.err
>conftest.er1
4686 cat conftest.er1
>&5
4688 rm -f conftest.er1 conftest.err
4689 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4690 test $ac_status = 0; }
4693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4694 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4695 if ${ac_cv_cxx_compiler_gnu+:} false
; then :
4696 $as_echo_n "(cached) " >&6
4698 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4699 /* end confdefs.h. */
4712 if ac_fn_cxx_try_compile
"$LINENO"; then :
4717 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4718 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
4721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4722 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4723 if test $ac_compiler_gnu = yes; then
4728 ac_test_CXXFLAGS
=${CXXFLAGS+set}
4729 ac_save_CXXFLAGS
=$CXXFLAGS
4730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4731 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4732 if ${ac_cv_prog_cxx_g+:} false
; then :
4733 $as_echo_n "(cached) " >&6
4735 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
4736 ac_cxx_werror_flag
=yes
4739 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4740 /* end confdefs.h. */
4750 if ac_fn_cxx_try_compile
"$LINENO"; then :
4751 ac_cv_prog_cxx_g
=yes
4754 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4755 /* end confdefs.h. */
4765 if ac_fn_cxx_try_compile
"$LINENO"; then :
4768 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4770 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4771 /* end confdefs.h. */
4781 if ac_fn_cxx_try_compile
"$LINENO"; then :
4782 ac_cv_prog_cxx_g
=yes
4784 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4786 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4788 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4789 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4792 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4793 if test "$ac_test_CXXFLAGS" = set; then
4794 CXXFLAGS
=$ac_save_CXXFLAGS
4795 elif test $ac_cv_prog_cxx_g = yes; then
4796 if test "$GXX" = yes; then
4802 if test "$GXX" = yes; then
4809 ac_cpp
='$CPP $CPPFLAGS'
4810 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4811 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4812 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4814 depcc
="$CXX" am_compiler_list
=
4816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4817 $as_echo_n "checking dependency style of $depcc... " >&6; }
4818 if ${am_cv_CXX_dependencies_compiler_type+:} false
; then :
4819 $as_echo_n "(cached) " >&6
4821 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4822 # We make a subdir and do the tests there. Otherwise we can end up
4823 # making bogus files that we don't know about and never remove. For
4824 # instance it was reported that on HP-UX the gcc test will end up
4825 # making a dummy file named 'D' -- because '-MD' means "put the output
4829 # Copy depcomp to subdir because otherwise we won't find it if we're
4830 # using a relative directory.
4831 cp "$am_depcomp" conftest.dir
4833 # We will build objects and dependencies in a subdirectory because
4834 # it helps to detect inapplicable dependency modes. For instance
4835 # both Tru64's cc and ICC support -MD to output dependencies as a
4836 # side effect of compilation, but ICC will put the dependencies in
4837 # the current directory while Tru64 will put them in the object
4841 am_cv_CXX_dependencies_compiler_type
=none
4842 if test "$am_compiler_list" = ""; then
4843 am_compiler_list
=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4846 case " $depcc " in #(
4847 *\
-arch\
*\
-arch\
*) am__universal
=true
;;
4850 for depmode
in $am_compiler_list; do
4851 # Setup a source with many dependencies, because some compilers
4852 # like to wrap large dependency lists on column 80 (with \), and
4853 # we should not choose a depcomp mode which is confused by this.
4855 # We need to recreate these files for each test, as the compiler may
4856 # overwrite some of them when testing with obscure command lines.
4857 # This happens at least with the AIX C compiler.
4859 for i
in 1 2 3 4 5 6; do
4860 echo '#include "conftst'$i'.h"' >> sub
/conftest.c
4861 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4862 # Solaris 10 /bin/sh.
4863 echo '/* dummy */' > sub
/conftst
$i.h
4865 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4867 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4868 # mode. It turns out that the SunPro C++ compiler does not properly
4869 # handle '-M -o', and we need to detect this. Also, some Intel
4870 # versions had trouble with output in subdirs.
4871 am__obj
=sub
/conftest.
${OBJEXT-o}
4872 am__minus_obj
="-o $am__obj"
4875 # This depmode causes a compiler race in universal mode.
4876 test "$am__universal" = false ||
continue
4879 # After this tag, mechanisms are not by side-effect, so they'll
4880 # only be used when explicitly requested.
4881 if test "x$enable_dependency_tracking" = xyes
; then
4887 msvc7 | msvc7msys | msvisualcpp | msvcmsys
)
4888 # This compiler won't grok '-c -o', but also, the minuso test has
4889 # not run yet. These depmodes are late enough in the game, and
4890 # so weak that their functioning should not be impacted.
4891 am__obj
=conftest.
${OBJEXT-o}
4896 if depmode
=$depmode \
4897 source=sub
/conftest.c object
=$am__obj \
4898 depfile
=sub
/conftest.Po tmpdepfile
=sub
/conftest.TPo \
4899 $SHELL .
/depcomp
$depcc -c $am__minus_obj sub
/conftest.c \
4900 >/dev
/null
2>conftest.err
&&
4901 grep sub
/conftst1.h sub
/conftest.Po
> /dev
/null
2>&1 &&
4902 grep sub
/conftst6.h sub
/conftest.Po
> /dev
/null
2>&1 &&
4903 grep $am__obj sub
/conftest.Po
> /dev
/null
2>&1 &&
4904 ${MAKE-make} -s -f confmf
> /dev
/null
2>&1; then
4905 # icc doesn't choke on unknown options, it will just issue warnings
4906 # or remarks (even with -Werror). So we grep stderr for any message
4907 # that says an option was ignored or not supported.
4908 # When given -MP, icc 7.0 and 7.1 complain thusly:
4909 # icc: Command line warning: ignoring option '-M'; no argument required
4910 # The diagnosis changed in icc 8.0:
4911 # icc: Command line remark: option '-MP' not supported
4912 if (grep 'ignoring option' conftest.err ||
4913 grep 'not supported' conftest.err
) >/dev
/null
2>&1; then :; else
4914 am_cv_CXX_dependencies_compiler_type
=$depmode
4923 am_cv_CXX_dependencies_compiler_type
=none
4927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
4928 $as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
4929 CXXDEPMODE
=depmode
=$am_cv_CXX_dependencies_compiler_type
4932 test "x$enable_dependency_tracking" != xno \
4933 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3
; then
4934 am__fastdepCXX_TRUE
=
4935 am__fastdepCXX_FALSE
='#'
4937 am__fastdepCXX_TRUE
='#'
4938 am__fastdepCXX_FALSE
=
4948 # By default we simply use the C compiler to build assembly code.
4950 test "${CCAS+set}" = set || CCAS
=$CC
4951 test "${CCASFLAGS+set}" = set || CCASFLAGS
=$CFLAGS
4955 depcc
="$CCAS" am_compiler_list
=
4957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4958 $as_echo_n "checking dependency style of $depcc... " >&6; }
4959 if ${am_cv_CCAS_dependencies_compiler_type+:} false
; then :
4960 $as_echo_n "(cached) " >&6
4962 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4963 # We make a subdir and do the tests there. Otherwise we can end up
4964 # making bogus files that we don't know about and never remove. For
4965 # instance it was reported that on HP-UX the gcc test will end up
4966 # making a dummy file named 'D' -- because '-MD' means "put the output
4970 # Copy depcomp to subdir because otherwise we won't find it if we're
4971 # using a relative directory.
4972 cp "$am_depcomp" conftest.dir
4974 # We will build objects and dependencies in a subdirectory because
4975 # it helps to detect inapplicable dependency modes. For instance
4976 # both Tru64's cc and ICC support -MD to output dependencies as a
4977 # side effect of compilation, but ICC will put the dependencies in
4978 # the current directory while Tru64 will put them in the object
4982 am_cv_CCAS_dependencies_compiler_type
=none
4983 if test "$am_compiler_list" = ""; then
4984 am_compiler_list
=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4989 for depmode
in $am_compiler_list; do
4990 # Setup a source with many dependencies, because some compilers
4991 # like to wrap large dependency lists on column 80 (with \), and
4992 # we should not choose a depcomp mode which is confused by this.
4994 # We need to recreate these files for each test, as the compiler may
4995 # overwrite some of them when testing with obscure command lines.
4996 # This happens at least with the AIX C compiler.
4998 for i
in 1 2 3 4 5 6; do
4999 echo '#include "conftst'$i'.h"' >> sub
/conftest.c
5000 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
5001 # Solaris 10 /bin/sh.
5002 echo '/* dummy */' > sub
/conftst
$i.h
5004 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
5006 # We check with '-c' and '-o' for the sake of the "dashmstdout"
5007 # mode. It turns out that the SunPro C++ compiler does not properly
5008 # handle '-M -o', and we need to detect this. Also, some Intel
5009 # versions had trouble with output in subdirs.
5010 am__obj
=sub
/conftest.
${OBJEXT-o}
5011 am__minus_obj
="-o $am__obj"
5014 # This depmode causes a compiler race in universal mode.
5015 test "$am__universal" = false ||
continue
5018 # After this tag, mechanisms are not by side-effect, so they'll
5019 # only be used when explicitly requested.
5020 if test "x$enable_dependency_tracking" = xyes
; then
5026 msvc7 | msvc7msys | msvisualcpp | msvcmsys
)
5027 # This compiler won't grok '-c -o', but also, the minuso test has
5028 # not run yet. These depmodes are late enough in the game, and
5029 # so weak that their functioning should not be impacted.
5030 am__obj
=conftest.
${OBJEXT-o}
5035 if depmode
=$depmode \
5036 source=sub
/conftest.c object
=$am__obj \
5037 depfile
=sub
/conftest.Po tmpdepfile
=sub
/conftest.TPo \
5038 $SHELL .
/depcomp
$depcc -c $am__minus_obj sub
/conftest.c \
5039 >/dev
/null
2>conftest.err
&&
5040 grep sub
/conftst1.h sub
/conftest.Po
> /dev
/null
2>&1 &&
5041 grep sub
/conftst6.h sub
/conftest.Po
> /dev
/null
2>&1 &&
5042 grep $am__obj sub
/conftest.Po
> /dev
/null
2>&1 &&
5043 ${MAKE-make} -s -f confmf
> /dev
/null
2>&1; then
5044 # icc doesn't choke on unknown options, it will just issue warnings
5045 # or remarks (even with -Werror). So we grep stderr for any message
5046 # that says an option was ignored or not supported.
5047 # When given -MP, icc 7.0 and 7.1 complain thusly:
5048 # icc: Command line warning: ignoring option '-M'; no argument required
5049 # The diagnosis changed in icc 8.0:
5050 # icc: Command line remark: option '-MP' not supported
5051 if (grep 'ignoring option' conftest.err ||
5052 grep 'not supported' conftest.err
) >/dev
/null
2>&1; then :; else
5053 am_cv_CCAS_dependencies_compiler_type
=$depmode
5062 am_cv_CCAS_dependencies_compiler_type
=none
5066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CCAS_dependencies_compiler_type" >&5
5067 $as_echo "$am_cv_CCAS_dependencies_compiler_type" >&6; }
5068 CCASDEPMODE
=depmode
=$am_cv_CCAS_dependencies_compiler_type
5071 test "x$enable_dependency_tracking" != xno \
5072 && test "$am_cv_CCAS_dependencies_compiler_type" = gcc3
; then
5073 am__fastdepCCAS_TRUE
=
5074 am__fastdepCCAS_FALSE
='#'
5076 am__fastdepCCAS_TRUE
='#'
5077 am__fastdepCCAS_FALSE
=
5084 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5085 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5090 macro_version
='2.2.7a'
5091 macro_revision
='1.3134'
5105 ltmain
="$ac_aux_dir/ltmain.sh"
5107 # Backslashify metacharacters that are still active within
5108 # double-quoted strings.
5109 sed_quote_subst
='s/\(["`$\\]\)/\\\1/g'
5111 # Same as above, but do not quote variable references.
5112 double_quote_subst
='s/\(["`\\]\)/\\\1/g'
5114 # Sed substitution to delay expansion of an escaped shell variable in a
5115 # double_quote_subst'ed string.
5116 delay_variable_subst
='s/\\\\\\\\\\\$/\\\\\\$/g'
5118 # Sed substitution to delay expansion of an escaped single quote.
5119 delay_single_quote_subst
='s/'\''/'\'\\\\\\\'\''/g'
5121 # Sed substitution to avoid accidental globbing in evaled expressions
5122 no_glob_subst
='s/\*/\\\*/g'
5124 ECHO
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5125 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5126 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5129 $as_echo_n "checking how to print strings... " >&6; }
5130 # Test print first, because it will be a builtin if present.
5131 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5132 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5134 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5137 # Use this function as a fallback that always works.
5138 func_fallback_echo ()
5140 eval 'cat <<_LTECHO_EOF
5144 ECHO='func_fallback_echo
'
5147 # func_echo_all arg...
5148 # Invoke $ECHO with all args, space-separated.
5155 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5156 $as_echo "printf" >&6; } ;;
5157 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5158 $as_echo "print -r" >&6; } ;;
5159 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5160 $as_echo "cat" >&6; } ;;
5176 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5177 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5178 if ${ac_cv_path_SED+:} false; then :
5179 $as_echo_n "(cached) " >&6
5181 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5182 for ac_i in 1 2 3 4 5 6 7; do
5183 ac_script="$ac_script$as_nl$ac_script"
5185 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5186 { ac_script=; unset ac_script;}
5187 if test -z "$SED"; then
5188 ac_path_SED_found=false
5189 # Loop through the user's path and
test for each of PROGNAME-LIST
5190 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5194 test -z "$as_dir" && as_dir
=.
5195 for ac_prog
in sed gsed
; do
5196 for ac_exec_ext
in '' $ac_executable_extensions; do
5197 ac_path_SED
="$as_dir/$ac_prog$ac_exec_ext"
5198 as_fn_executable_p
"$ac_path_SED" ||
continue
5199 # Check for GNU ac_path_SED and select it if it is found.
5200 # Check for GNU $ac_path_SED
5201 case `"$ac_path_SED" --version 2>&1` in
5203 ac_cv_path_SED
="$ac_path_SED" ac_path_SED_found
=:;;
5206 $as_echo_n 0123456789 >"conftest.in"
5209 cat "conftest.in" "conftest.in" >"conftest.tmp"
5210 mv "conftest.tmp" "conftest.in"
5211 cp "conftest.in" "conftest.nl"
5212 $as_echo '' >> "conftest.nl"
5213 "$ac_path_SED" -f conftest.
sed < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5214 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5215 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5216 if test $ac_count -gt ${ac_path_SED_max-0}; then
5217 # Best one so far, save it but keep looking for a better one
5218 ac_cv_path_SED
="$ac_path_SED"
5219 ac_path_SED_max
=$ac_count
5221 # 10*(2^10) chars as input seems more than enough
5222 test $ac_count -gt 10 && break
5224 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5227 $ac_path_SED_found && break 3
5232 if test -z "$ac_cv_path_SED"; then
5233 as_fn_error $?
"no acceptable sed could be found in \$PATH" "$LINENO" 5
5240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5241 $as_echo "$ac_cv_path_SED" >&6; }
5242 SED
="$ac_cv_path_SED"
5245 test -z "$SED" && SED
=sed
5246 Xsed
="$SED -e 1s/^X//"
5258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5259 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5260 if ${ac_cv_path_GREP+:} false
; then :
5261 $as_echo_n "(cached) " >&6
5263 if test -z "$GREP"; then
5264 ac_path_GREP_found
=false
5265 # Loop through the user's path and test for each of PROGNAME-LIST
5266 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5267 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5270 test -z "$as_dir" && as_dir
=.
5271 for ac_prog
in grep ggrep
; do
5272 for ac_exec_ext
in '' $ac_executable_extensions; do
5273 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
5274 as_fn_executable_p
"$ac_path_GREP" ||
continue
5275 # Check for GNU ac_path_GREP and select it if it is found.
5276 # Check for GNU $ac_path_GREP
5277 case `"$ac_path_GREP" --version 2>&1` in
5279 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
5282 $as_echo_n 0123456789 >"conftest.in"
5285 cat "conftest.in" "conftest.in" >"conftest.tmp"
5286 mv "conftest.tmp" "conftest.in"
5287 cp "conftest.in" "conftest.nl"
5288 $as_echo 'GREP' >> "conftest.nl"
5289 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5290 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5291 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5292 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5293 # Best one so far, save it but keep looking for a better one
5294 ac_cv_path_GREP
="$ac_path_GREP"
5295 ac_path_GREP_max
=$ac_count
5297 # 10*(2^10) chars as input seems more than enough
5298 test $ac_count -gt 10 && break
5300 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5303 $ac_path_GREP_found && break 3
5308 if test -z "$ac_cv_path_GREP"; then
5309 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5312 ac_cv_path_GREP
=$GREP
5316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5317 $as_echo "$ac_cv_path_GREP" >&6; }
5318 GREP
="$ac_cv_path_GREP"
5321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5322 $as_echo_n "checking for egrep... " >&6; }
5323 if ${ac_cv_path_EGREP+:} false
; then :
5324 $as_echo_n "(cached) " >&6
5326 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
5327 then ac_cv_path_EGREP
="$GREP -E"
5329 if test -z "$EGREP"; then
5330 ac_path_EGREP_found
=false
5331 # Loop through the user's path and test for each of PROGNAME-LIST
5332 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5333 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5336 test -z "$as_dir" && as_dir
=.
5337 for ac_prog
in egrep; do
5338 for ac_exec_ext
in '' $ac_executable_extensions; do
5339 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
5340 as_fn_executable_p
"$ac_path_EGREP" ||
continue
5341 # Check for GNU ac_path_EGREP and select it if it is found.
5342 # Check for GNU $ac_path_EGREP
5343 case `"$ac_path_EGREP" --version 2>&1` in
5345 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
5348 $as_echo_n 0123456789 >"conftest.in"
5351 cat "conftest.in" "conftest.in" >"conftest.tmp"
5352 mv "conftest.tmp" "conftest.in"
5353 cp "conftest.in" "conftest.nl"
5354 $as_echo 'EGREP' >> "conftest.nl"
5355 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5356 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5357 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5358 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5359 # Best one so far, save it but keep looking for a better one
5360 ac_cv_path_EGREP
="$ac_path_EGREP"
5361 ac_path_EGREP_max
=$ac_count
5363 # 10*(2^10) chars as input seems more than enough
5364 test $ac_count -gt 10 && break
5366 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5369 $ac_path_EGREP_found && break 3
5374 if test -z "$ac_cv_path_EGREP"; then
5375 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5378 ac_cv_path_EGREP
=$EGREP
5383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5384 $as_echo "$ac_cv_path_EGREP" >&6; }
5385 EGREP
="$ac_cv_path_EGREP"
5388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5389 $as_echo_n "checking for fgrep... " >&6; }
5390 if ${ac_cv_path_FGREP+:} false
; then :
5391 $as_echo_n "(cached) " >&6
5393 if echo 'ab*c' |
$GREP -F 'ab*c' >/dev
/null
2>&1
5394 then ac_cv_path_FGREP
="$GREP -F"
5396 if test -z "$FGREP"; then
5397 ac_path_FGREP_found
=false
5398 # Loop through the user's path and test for each of PROGNAME-LIST
5399 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5400 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5403 test -z "$as_dir" && as_dir
=.
5404 for ac_prog
in fgrep
; do
5405 for ac_exec_ext
in '' $ac_executable_extensions; do
5406 ac_path_FGREP
="$as_dir/$ac_prog$ac_exec_ext"
5407 as_fn_executable_p
"$ac_path_FGREP" ||
continue
5408 # Check for GNU ac_path_FGREP and select it if it is found.
5409 # Check for GNU $ac_path_FGREP
5410 case `"$ac_path_FGREP" --version 2>&1` in
5412 ac_cv_path_FGREP
="$ac_path_FGREP" ac_path_FGREP_found
=:;;
5415 $as_echo_n 0123456789 >"conftest.in"
5418 cat "conftest.in" "conftest.in" >"conftest.tmp"
5419 mv "conftest.tmp" "conftest.in"
5420 cp "conftest.in" "conftest.nl"
5421 $as_echo 'FGREP' >> "conftest.nl"
5422 "$ac_path_FGREP" FGREP
< "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5423 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5424 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5425 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5426 # Best one so far, save it but keep looking for a better one
5427 ac_cv_path_FGREP
="$ac_path_FGREP"
5428 ac_path_FGREP_max
=$ac_count
5430 # 10*(2^10) chars as input seems more than enough
5431 test $ac_count -gt 10 && break
5433 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5436 $ac_path_FGREP_found && break 3
5441 if test -z "$ac_cv_path_FGREP"; then
5442 as_fn_error $?
"no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5445 ac_cv_path_FGREP
=$FGREP
5450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5451 $as_echo "$ac_cv_path_FGREP" >&6; }
5452 FGREP
="$ac_cv_path_FGREP"
5455 test -z "$GREP" && GREP
=grep
5475 # Check whether --with-gnu-ld was given.
5476 if test "${with_gnu_ld+set}" = set; then :
5477 withval
=$with_gnu_ld; test "$withval" = no || with_gnu_ld
=yes
5483 if test "$GCC" = yes; then
5484 # Check if gcc -print-prog-name=ld gives a path.
5485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5486 $as_echo_n "checking for ld used by $CC... " >&6; }
5489 # gcc leaves a trailing carriage return which upsets mingw
5490 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5492 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
5495 # Accept absolute paths.
5497 re_direlt
='/[^/][^/]*/\.\./'
5498 # Canonicalize the pathname of ld
5499 ac_prog
=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5500 while $ECHO "$ac_prog" |
$GREP "$re_direlt" > /dev
/null
2>&1; do
5501 ac_prog
=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5503 test -z "$LD" && LD
="$ac_prog"
5506 # If it fails, then pretend we aren't using GCC.
5510 # If it is relative, then search for the first ld in PATH.
5514 elif test "$with_gnu_ld" = yes; then
5515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5516 $as_echo_n "checking for GNU ld... " >&6; }
5518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5519 $as_echo_n "checking for non-GNU ld... " >&6; }
5521 if ${lt_cv_path_LD+:} false
; then :
5522 $as_echo_n "(cached) " >&6
5524 if test -z "$LD"; then
5525 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
5526 for ac_dir
in $PATH; do
5528 test -z "$ac_dir" && ac_dir
=.
5529 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
5530 lt_cv_path_LD
="$ac_dir/$ac_prog"
5531 # Check to see if the program is GNU ld. I'd rather use --version,
5532 # but apparently some variants of GNU ld only accept -v.
5533 # Break only if it was the GNU/non-GNU ld that we prefer.
5534 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5535 *GNU
* |
*'with BFD'*)
5536 test "$with_gnu_ld" != no
&& break
5539 test "$with_gnu_ld" != yes && break
5546 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
5551 if test -n "$LD"; then
5552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5553 $as_echo "$LD" >&6; }
5555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5556 $as_echo "no" >&6; }
5558 test -z "$LD" && as_fn_error $?
"no acceptable ld found in \$PATH" "$LINENO" 5
5559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5560 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5561 if ${lt_cv_prog_gnu_ld+:} false
; then :
5562 $as_echo_n "(cached) " >&6
5564 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5565 case `$LD -v 2>&1 </dev/null` in
5566 *GNU
* |
*'with BFD'*)
5567 lt_cv_prog_gnu_ld
=yes
5570 lt_cv_prog_gnu_ld
=no
5574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5575 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5576 with_gnu_ld
=$lt_cv_prog_gnu_ld
5586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5587 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5588 if ${lt_cv_path_NM+:} false
; then :
5589 $as_echo_n "(cached) " >&6
5591 if test -n "$NM"; then
5592 # Let the user override the test.
5595 lt_nm_to_check
="${ac_tool_prefix}nm"
5596 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5597 lt_nm_to_check
="$lt_nm_to_check nm"
5599 for lt_tmp_nm
in $lt_nm_to_check; do
5600 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
5601 for ac_dir
in $PATH /usr
/ccs
/bin
/elf
/usr
/ccs
/bin
/usr
/ucb
/bin
; do
5603 test -z "$ac_dir" && ac_dir
=.
5604 tmp_nm
="$ac_dir/$lt_tmp_nm"
5605 if test -f "$tmp_nm" ||
test -f "$tmp_nm$ac_exeext" ; then
5606 # Check to see if the nm accepts a BSD-compat flag.
5607 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5608 # nm: unknown option "B" ignored
5609 # Tru64's nm complains that /dev/null is an invalid object file
5610 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5611 */dev
/null
* |
*'Invalid file or object type'*)
5612 lt_cv_path_NM
="$tmp_nm -B"
5616 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5618 lt_cv_path_NM
="$tmp_nm -p"
5622 lt_cv_path_NM
=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5623 continue # so that we can try to find one that supports BSD flags
5632 : ${lt_cv_path_NM=no}
5635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5636 $as_echo "$lt_cv_path_NM" >&6; }
5637 if test "$lt_cv_path_NM" != "no"; then
5640 # Didn't find any BSD compatible name lister, look for dumpbin.
5641 if test -n "$DUMPBIN"; then :
5642 # Let the user override the test.
5644 if test -n "$ac_tool_prefix"; then
5645 for ac_prog
in dumpbin
"link -dump"
5647 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5648 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5650 $as_echo_n "checking for $ac_word... " >&6; }
5651 if ${ac_cv_prog_DUMPBIN+:} false
; then :
5652 $as_echo_n "(cached) " >&6
5654 if test -n "$DUMPBIN"; then
5655 ac_cv_prog_DUMPBIN
="$DUMPBIN" # Let the user override the test.
5657 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5661 test -z "$as_dir" && as_dir
=.
5662 for ac_exec_ext
in '' $ac_executable_extensions; do
5663 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5664 ac_cv_prog_DUMPBIN
="$ac_tool_prefix$ac_prog"
5665 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5674 DUMPBIN
=$ac_cv_prog_DUMPBIN
5675 if test -n "$DUMPBIN"; then
5676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5677 $as_echo "$DUMPBIN" >&6; }
5679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5680 $as_echo "no" >&6; }
5684 test -n "$DUMPBIN" && break
5687 if test -z "$DUMPBIN"; then
5688 ac_ct_DUMPBIN
=$DUMPBIN
5689 for ac_prog
in dumpbin
"link -dump"
5691 # Extract the first word of "$ac_prog", so it can be a program name with args.
5692 set dummy
$ac_prog; ac_word
=$2
5693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5694 $as_echo_n "checking for $ac_word... " >&6; }
5695 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false
; then :
5696 $as_echo_n "(cached) " >&6
5698 if test -n "$ac_ct_DUMPBIN"; then
5699 ac_cv_prog_ac_ct_DUMPBIN
="$ac_ct_DUMPBIN" # Let the user override the test.
5701 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5705 test -z "$as_dir" && as_dir
=.
5706 for ac_exec_ext
in '' $ac_executable_extensions; do
5707 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5708 ac_cv_prog_ac_ct_DUMPBIN
="$ac_prog"
5709 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5718 ac_ct_DUMPBIN
=$ac_cv_prog_ac_ct_DUMPBIN
5719 if test -n "$ac_ct_DUMPBIN"; then
5720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5721 $as_echo "$ac_ct_DUMPBIN" >&6; }
5723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5724 $as_echo "no" >&6; }
5728 test -n "$ac_ct_DUMPBIN" && break
5731 if test "x$ac_ct_DUMPBIN" = x
; then
5734 case $cross_compiling:$ac_tool_warned in
5736 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5737 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5738 ac_tool_warned
=yes ;;
5740 DUMPBIN
=$ac_ct_DUMPBIN
5744 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5746 DUMPBIN
="$DUMPBIN -symbols"
5754 if test "$DUMPBIN" != ":"; then
5758 test -z "$NM" && NM
=nm
5765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5766 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5767 if ${lt_cv_nm_interface+:} false
; then :
5768 $as_echo_n "(cached) " >&6
5770 lt_cv_nm_interface
="BSD nm"
5771 echo "int some_variable = 0;" > conftest.
$ac_ext
5772 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5773 (eval "$ac_compile" 2>conftest.err
)
5774 cat conftest.err
>&5
5775 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5776 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err
> conftest.out
)
5777 cat conftest.err
>&5
5778 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5779 cat conftest.out
>&5
5780 if $GREP 'External.*some_variable' conftest.out
> /dev
/null
; then
5781 lt_cv_nm_interface
="MS dumpbin"
5785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5786 $as_echo "$lt_cv_nm_interface" >&6; }
5788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5789 $as_echo_n "checking whether ln -s works... " >&6; }
5791 if test "$LN_S" = "ln -s"; then
5792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5793 $as_echo "yes" >&6; }
5795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5796 $as_echo "no, using $LN_S" >&6; }
5799 # find the maximum length of command line arguments
5800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5801 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5802 if ${lt_cv_sys_max_cmd_len+:} false
; then :
5803 $as_echo_n "(cached) " >&6
5810 # On DJGPP, this test can blow up pretty badly due to problems in libc
5811 # (any single argument exceeding 2000 bytes causes a buffer overrun
5812 # during glob expansion). Even if it were fixed, the result of this
5813 # check would be larger than it should be.
5814 lt_cv_sys_max_cmd_len
=12288; # 12K is about right
5818 # Under GNU Hurd, this test is not required because there is
5819 # no limit to the length of command line arguments.
5820 # Libtool will interpret -1 as no limit whatsoever
5821 lt_cv_sys_max_cmd_len
=-1;
5824 cygwin
* | mingw
* | cegcc
*)
5825 # On Win9x/ME, this test blows up -- it succeeds, but takes
5826 # about 5 minutes as the teststring grows exponentially.
5827 # Worse, since 9x/ME are not pre-emptively multitasking,
5828 # you end up with a "frozen" computer, even though with patience
5829 # the test eventually succeeds (with a max line length of 256k).
5830 # Instead, let's just punt: use the minimum linelength reported by
5831 # all of the supported platforms: 8192 (on NT/2K/XP).
5832 lt_cv_sys_max_cmd_len
=8192;
5836 # On MiNT this can take a long time and run out of memory.
5837 lt_cv_sys_max_cmd_len
=8192;
5841 # On AmigaOS with pdksh, this test takes hours, literally.
5842 # So we just punt and use a minimum line length of 8192.
5843 lt_cv_sys_max_cmd_len
=8192;
5846 netbsd
* | freebsd
* | openbsd
* | darwin
* | dragonfly
*)
5847 # This has been around since 386BSD, at least. Likely further.
5848 if test -x /sbin
/sysctl
; then
5849 lt_cv_sys_max_cmd_len
=`/sbin/sysctl -n kern.argmax`
5850 elif test -x /usr
/sbin
/sysctl
; then
5851 lt_cv_sys_max_cmd_len
=`/usr/sbin/sysctl -n kern.argmax`
5853 lt_cv_sys_max_cmd_len
=65536 # usable default for all BSDs
5855 # And add a safety zone
5856 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
5857 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
5861 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5862 lt_cv_sys_max_cmd_len
=196608
5866 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5867 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5868 # nice to cause kernel panics so lets avoid the loop below.
5869 # First set a reasonable default.
5870 lt_cv_sys_max_cmd_len
=16384
5872 if test -x /sbin
/sysconfig
; then
5873 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5874 *1*) lt_cv_sys_max_cmd_len
=-1 ;;
5879 lt_cv_sys_max_cmd_len
=102400
5881 sysv5
* | sco5v6
* | sysv4.2uw2
*)
5882 kargmax
=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5883 if test -n "$kargmax"; then
5884 lt_cv_sys_max_cmd_len
=`echo $kargmax | sed 's/.*[ ]//'`
5886 lt_cv_sys_max_cmd_len
=32768
5890 lt_cv_sys_max_cmd_len
=`(getconf ARG_MAX) 2> /dev/null`
5891 if test -n "$lt_cv_sys_max_cmd_len"; then
5892 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
5893 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
5895 # Make teststring a little bigger before we do anything with it.
5896 # a 1K string should be a reasonable start.
5897 for i
in 1 2 3 4 5 6 7 8 ; do
5898 teststring
=$teststring$teststring
5900 SHELL
=${SHELL-${CONFIG_SHELL-/bin/sh}}
5901 # If test is not a shell built-in, we'll probably end up computing a
5902 # maximum length that is only half of the actual maximum length, but
5904 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5905 = "X$teststring$teststring"; } >/dev
/null
2>&1 &&
5906 test $i != 17 # 1/2 MB should be enough
5909 teststring
=$teststring$teststring
5911 # Only check the string length outside the loop.
5912 lt_cv_sys_max_cmd_len
=`expr "X$teststring" : ".*" 2>&1`
5914 # Add a significant safety factor because C++ compilers can tack on
5915 # massive amounts of additional arguments before passing them to the
5916 # linker. It appears as though 1/2 is a usable value.
5917 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 2`
5924 if test -n $lt_cv_sys_max_cmd_len ; then
5925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5926 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5929 $as_echo "none" >&6; }
5931 max_cmd_len
=$lt_cv_sys_max_cmd_len
5942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5943 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5944 # Try some XSI features
5947 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5949 && eval 'test $(( 1 + 1 )) -eq 2 \
5950 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5952 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $xsi_shell" >&5
5953 $as_echo "$xsi_shell" >&6; }
5956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands
\"+=\"" >&5
5957 $as_echo_n "checking whether the shell understands
\"+=\"...
" >&6; }
5959 ( foo=bar; set foo baz; eval "$1+=\
$2" && test "$foo" = barbaz ) \
5961 && lt_shell_append=yes
5962 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_shell_append" >&5
5963 $as_echo "$lt_shell_append" >&6; }
5966 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5976 # test EBCDIC or ASCII
5977 case `echo X|tr X '\101'` in
5978 A) # ASCII based system
5979 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5980 lt_SP2NL='tr \040 \012'
5981 lt_NL2SP='tr \015\012 \040\040'
5983 *) # EBCDIC based system
5984 lt_SP2NL='tr \100 \n'
5985 lt_NL2SP='tr \r\n \100\100'
5997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $LD option to reload object files
" >&5
5998 $as_echo_n "checking
for $LD option to reload object files...
" >&6; }
5999 if ${lt_cv_ld_reload_flag+:} false; then :
6000 $as_echo_n "(cached
) " >&6
6002 lt_cv_ld_reload_flag='-r'
6004 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_reload_flag" >&5
6005 $as_echo "$lt_cv_ld_reload_flag" >&6; }
6006 reload_flag=$lt_cv_ld_reload_flag
6007 case $reload_flag in
6009 *) reload_flag=" $reload_flag" ;;
6011 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6014 if test "$GCC" = yes; then
6015 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6017 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6030 if test -n "$ac_tool_prefix"; then
6031 # Extract the first word of "${ac_tool_prefix}objdump
", so it can be a program name with args.
6032 set dummy ${ac_tool_prefix}objdump; ac_word=$2
6033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6034 $as_echo_n "checking
for $ac_word...
" >&6; }
6035 if ${ac_cv_prog_OBJDUMP+:} false; then :
6036 $as_echo_n "(cached
) " >&6
6038 if test -n "$OBJDUMP"; then
6039 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6041 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6045 test -z "$as_dir" && as_dir=.
6046 for ac_exec_ext in '' $ac_executable_extensions; do
6047 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6048 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump
"
6049 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6058 OBJDUMP=$ac_cv_prog_OBJDUMP
6059 if test -n "$OBJDUMP"; then
6060 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP" >&5
6061 $as_echo "$OBJDUMP" >&6; }
6063 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6064 $as_echo "no
" >&6; }
6069 if test -z "$ac_cv_prog_OBJDUMP"; then
6070 ac_ct_OBJDUMP=$OBJDUMP
6071 # Extract the first word of "objdump
", so it can be a program name with args.
6072 set dummy objdump; ac_word=$2
6073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6074 $as_echo_n "checking
for $ac_word...
" >&6; }
6075 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6076 $as_echo_n "(cached
) " >&6
6078 if test -n "$ac_ct_OBJDUMP"; then
6079 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6081 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6085 test -z "$as_dir" && as_dir=.
6086 for ac_exec_ext in '' $ac_executable_extensions; do
6087 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6088 ac_cv_prog_ac_ct_OBJDUMP="objdump
"
6089 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6098 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6099 if test -n "$ac_ct_OBJDUMP"; then
6100 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OBJDUMP" >&5
6101 $as_echo "$ac_ct_OBJDUMP" >&6; }
6103 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6104 $as_echo "no
" >&6; }
6107 if test "x
$ac_ct_OBJDUMP" = x; then
6110 case $cross_compiling:$ac_tool_warned in
6112 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6113 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6114 ac_tool_warned=yes ;;
6116 OBJDUMP=$ac_ct_OBJDUMP
6119 OBJDUMP="$ac_cv_prog_OBJDUMP"
6122 test -z "$OBJDUMP" && OBJDUMP=objdump
6132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries
" >&5
6133 $as_echo_n "checking how to recognize dependent libraries...
" >&6; }
6134 if ${lt_cv_deplibs_check_method+:} false; then :
6135 $as_echo_n "(cached
) " >&6
6137 lt_cv_file_magic_cmd='$MAGIC_CMD'
6138 lt_cv_file_magic_test_file=
6139 lt_cv_deplibs_check_method='unknown'
6140 # Need to set the preceding variable on all platforms that support
6141 # interlibrary dependencies.
6142 # 'none' -- dependencies not supported.
6143 # `unknown' -- same as none, but documents that we really don't know.
6144 # 'pass_all' -- all dependencies passed with no checks.
6145 # 'test_compile' -- check by making test program.
6146 # 'file_magic [[regex]]' -- check by looking for files in library path
6147 # which responds to the $file_magic_cmd with a given extended regex.
6148 # If you have `file' or equivalent on your system and you're not sure
6149 # whether `pass_all' will *always* work, you probably want this one.
6153 lt_cv_deplibs_check_method=pass_all
6157 lt_cv_deplibs_check_method=pass_all
6161 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6162 lt_cv_file_magic_cmd='/usr/bin/file -L'
6163 lt_cv_file_magic_test_file=/shlib/libc.so
6167 # func_win32_libid is a shell function defined in ltmain.sh
6168 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6169 lt_cv_file_magic_cmd='func_win32_libid'
6173 # Base MSYS/MinGW do not provide the 'file' command needed by
6174 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6175 # unless we find 'file', for example because we are cross-compiling.
6176 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6177 if ( test "$lt_cv_nm_interface" = "BSD nm
" && file / ) >/dev/null 2>&1; then
6178 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6179 lt_cv_file_magic_cmd='func_win32_libid'
6181 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6182 lt_cv_file_magic_cmd='$OBJDUMP -f'
6187 # use the weaker test based on 'objdump'. See mingw*.
6188 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6189 lt_cv_file_magic_cmd='$OBJDUMP -f'
6192 darwin* | rhapsody*)
6193 lt_cv_deplibs_check_method=pass_all
6196 freebsd* | dragonfly*)
6197 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6200 # Not sure whether the presence of OpenBSD here was a mistake.
6201 # Let's accept both of them until this is cleared up.
6202 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6203 lt_cv_file_magic_cmd=/usr/bin/file
6204 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6208 lt_cv_deplibs_check_method=pass_all
6213 lt_cv_deplibs_check_method=pass_all
6217 lt_cv_deplibs_check_method=pass_all
6220 hpux10.20* | hpux11*)
6221 lt_cv_file_magic_cmd=/usr/bin/file
6224 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6225 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6228 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'
6229 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6232 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6233 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6239 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6240 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6243 irix5* | irix6* | nonstopux*)
6245 *-32|*"-32 ") libmagic=32-bit;;
6246 *-n32|*"-n32 ") libmagic=N32;;
6247 *-64|*"-64 ") libmagic=64-bit;;
6248 *) libmagic=never-match;;
6250 lt_cv_deplibs_check_method=pass_all
6253 # This must be Linux ELF.
6254 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6255 lt_cv_deplibs_check_method=pass_all
6259 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6260 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6262 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6267 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6268 lt_cv_file_magic_cmd=/usr/bin/file
6269 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6273 lt_cv_deplibs_check_method=pass_all
6277 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8
-powerpc"; then
6278 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6280 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6284 osf3* | osf4* | osf5*)
6285 lt_cv_deplibs_check_method=pass_all
6289 lt_cv_deplibs_check_method=pass_all
6293 lt_cv_deplibs_check_method=pass_all
6296 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6297 lt_cv_deplibs_check_method=pass_all
6301 case $host_vendor in
6303 lt_cv_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]'
6304 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6307 lt_cv_deplibs_check_method=pass_all
6310 lt_cv_file_magic_cmd='/bin/file'
6311 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6314 lt_cv_file_magic_cmd='/bin/file'
6315 lt_cv_deplibs_check_method="file_magic ELF
[0-9][0-9]*-bit [LM
]SB dynamic lib
"
6316 lt_cv_file_magic_test_file=/lib/libc.so
6319 lt_cv_deplibs_check_method=pass_all
6322 lt_cv_deplibs_check_method=pass_all
6328 lt_cv_deplibs_check_method=pass_all
6333 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_deplibs_check_method" >&5
6334 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6335 file_magic_cmd=$lt_cv_file_magic_cmd
6336 deplibs_check_method=$lt_cv_deplibs_check_method
6337 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6350 if test -n "$ac_tool_prefix"; then
6351 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6352 set dummy ${ac_tool_prefix}ar; ac_word=$2
6353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6354 $as_echo_n "checking
for $ac_word...
" >&6; }
6355 if ${ac_cv_prog_AR+:} false; then :
6356 $as_echo_n "(cached
) " >&6
6358 if test -n "$AR"; then
6359 ac_cv_prog_AR="$AR" # Let the user override the test.
6361 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6365 test -z "$as_dir" && as_dir=.
6366 for ac_exec_ext in '' $ac_executable_extensions; do
6367 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6368 ac_cv_prog_AR="${ac_tool_prefix}ar"
6369 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6379 if test -n "$AR"; then
6380 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR" >&5
6381 $as_echo "$AR" >&6; }
6383 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6384 $as_echo "no
" >&6; }
6389 if test -z "$ac_cv_prog_AR"; then
6391 # Extract the first word of "ar", so it can be a program name with args.
6392 set dummy ar; ac_word=$2
6393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6394 $as_echo_n "checking
for $ac_word...
" >&6; }
6395 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6396 $as_echo_n "(cached
) " >&6
6398 if test -n "$ac_ct_AR"; then
6399 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6401 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6405 test -z "$as_dir" && as_dir=.
6406 for ac_exec_ext in '' $ac_executable_extensions; do
6407 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6408 ac_cv_prog_ac_ct_AR="ar"
6409 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6418 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6419 if test -n "$ac_ct_AR"; then
6420 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_AR" >&5
6421 $as_echo "$ac_ct_AR" >&6; }
6423 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6424 $as_echo "no
" >&6; }
6427 if test "x
$ac_ct_AR" = x; then
6430 case $cross_compiling:$ac_tool_warned in
6432 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6433 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6434 ac_tool_warned=yes ;;
6442 test -z "$AR" && AR=ar
6443 test -z "$AR_FLAGS" && AR_FLAGS=cru
6455 if test -n "$ac_tool_prefix"; then
6456 # Extract the first word of "${ac_tool_prefix}strip
", so it can be a program name with args.
6457 set dummy ${ac_tool_prefix}strip; ac_word=$2
6458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6459 $as_echo_n "checking
for $ac_word...
" >&6; }
6460 if ${ac_cv_prog_STRIP+:} false; then :
6461 $as_echo_n "(cached
) " >&6
6463 if test -n "$STRIP"; then
6464 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6466 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6470 test -z "$as_dir" && as_dir=.
6471 for ac_exec_ext in '' $ac_executable_extensions; do
6472 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6473 ac_cv_prog_STRIP="${ac_tool_prefix}strip
"
6474 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6483 STRIP=$ac_cv_prog_STRIP
6484 if test -n "$STRIP"; then
6485 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP" >&5
6486 $as_echo "$STRIP" >&6; }
6488 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6489 $as_echo "no
" >&6; }
6494 if test -z "$ac_cv_prog_STRIP"; then
6496 # Extract the first word of "strip
", so it can be a program name with args.
6497 set dummy strip; ac_word=$2
6498 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6499 $as_echo_n "checking
for $ac_word...
" >&6; }
6500 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6501 $as_echo_n "(cached
) " >&6
6503 if test -n "$ac_ct_STRIP"; then
6504 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6506 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6510 test -z "$as_dir" && as_dir=.
6511 for ac_exec_ext in '' $ac_executable_extensions; do
6512 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6513 ac_cv_prog_ac_ct_STRIP="strip
"
6514 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6523 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6524 if test -n "$ac_ct_STRIP"; then
6525 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_STRIP" >&5
6526 $as_echo "$ac_ct_STRIP" >&6; }
6528 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6529 $as_echo "no
" >&6; }
6532 if test "x
$ac_ct_STRIP" = x; then
6535 case $cross_compiling:$ac_tool_warned in
6537 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6538 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6539 ac_tool_warned=yes ;;
6544 STRIP="$ac_cv_prog_STRIP"
6547 test -z "$STRIP" && STRIP=:
6554 if test -n "$ac_tool_prefix"; then
6555 # Extract the first word of "${ac_tool_prefix}ranlib
", so it can be a program name with args.
6556 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6558 $as_echo_n "checking
for $ac_word...
" >&6; }
6559 if ${ac_cv_prog_RANLIB+:} false; then :
6560 $as_echo_n "(cached
) " >&6
6562 if test -n "$RANLIB"; then
6563 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6565 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6569 test -z "$as_dir" && as_dir=.
6570 for ac_exec_ext in '' $ac_executable_extensions; do
6571 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6572 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib
"
6573 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6582 RANLIB=$ac_cv_prog_RANLIB
6583 if test -n "$RANLIB"; then
6584 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB" >&5
6585 $as_echo "$RANLIB" >&6; }
6587 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6588 $as_echo "no
" >&6; }
6593 if test -z "$ac_cv_prog_RANLIB"; then
6594 ac_ct_RANLIB=$RANLIB
6595 # Extract the first word of "ranlib
", so it can be a program name with args.
6596 set dummy ranlib; ac_word=$2
6597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6598 $as_echo_n "checking
for $ac_word...
" >&6; }
6599 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6600 $as_echo_n "(cached
) " >&6
6602 if test -n "$ac_ct_RANLIB"; then
6603 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6605 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6609 test -z "$as_dir" && as_dir=.
6610 for ac_exec_ext in '' $ac_executable_extensions; do
6611 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6612 ac_cv_prog_ac_ct_RANLIB="ranlib
"
6613 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6622 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6623 if test -n "$ac_ct_RANLIB"; then
6624 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_RANLIB" >&5
6625 $as_echo "$ac_ct_RANLIB" >&6; }
6627 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6628 $as_echo "no
" >&6; }
6631 if test "x
$ac_ct_RANLIB" = x; then
6634 case $cross_compiling:$ac_tool_warned in
6636 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6637 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6638 ac_tool_warned=yes ;;
6640 RANLIB=$ac_ct_RANLIB
6643 RANLIB="$ac_cv_prog_RANLIB"
6646 test -z "$RANLIB" && RANLIB=:
6653 # Determine commands to create old-style static archives.
6654 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6655 old_postinstall_cmds='chmod 644 $oldlib'
6656 old_postuninstall_cmds=
6658 if test -n "$RANLIB"; then
6661 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB -t \
$oldlib"
6664 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB \
$oldlib"
6667 old_archive_cmds="$old_archive_cmds~\
$RANLIB \
$oldlib"
6672 lock_old_archive_extraction=yes ;;
6674 lock_old_archive_extraction=no ;;
6715 # If no C compiler was specified, use CC.
6718 # If no C compiler flags were specified, use CFLAGS.
6719 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6721 # Allow CC to be a program name with arguments.
6725 # Check for command to grab the raw symbol name followed by C symbol from nm.
6726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
command to parse
$NM output from
$compiler object
" >&5
6727 $as_echo_n "checking
command to parse
$NM output from
$compiler object...
" >&6; }
6728 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6729 $as_echo_n "(cached
) " >&6
6732 # These are sane defaults that work on at least a few old systems.
6733 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6735 # Character class describing NM global symbol codes.
6736 symcode='[BCDEGRST]'
6738 # Regexp to match symbols that can be accessed directly from C.
6739 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6741 # Define system-specific variables.
6746 cygwin* | mingw* | pw32* | cegcc*)
6747 symcode='[ABCDGISTW]'
6750 if test "$host_cpu" = ia64; then
6751 symcode='[ABCDEGRST]'
6755 symcode='[BCDEGRST]'
6758 symcode='[BCDEGQRST]'
6769 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6777 # If we're using GNU nm, then use its standard symbol codes.
6778 case `$NM -V 2>&1` in
6779 *GNU* | *'with BFD'*)
6780 symcode='[ABCDGIRSTW]' ;;
6783 # Transform an extracted symbol line into a proper C declaration.
6784 # Some systems (esp. on ia64) link data and code symbols differently,
6785 # so use this general approach.
6786 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6788 # Transform an extracted symbol line into symbol name and symbol address
6789 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6790 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"lib\2\", (void *) \&\2},/p'"
6792 # Handle CRLF in mingw tool chain
6796 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6800 # Try without a prefix underscore, then with it.
6801 for ac_symprfx in "" "_
"; do
6803 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6804 symxfrm="\\1 $ac_symprfx\\2 \\2"
6806 # Write the raw and C identifiers.
6807 if test "$lt_cv_nm_interface" = "MS dumpbin
"; then
6808 # Fake it for dumpbin and say T for any non-static function
6809 # and D for any global variable.
6810 # Also find C++ and __fastcall symbols from MSVC++,
6811 # which start with @ or ?.
6812 lt_cv_sys_global_symbol_pipe="$AWK '"\
6813 " {last_section=section; section=\$ 3};"\
6814 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6815 " \$ 0!~/External *\|/{next};"\
6816 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6817 " {if(hide[section]) next};"\
6818 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6819 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6820 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6821 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6822 " ' prfx
=^
$ac_symprfx"
6824 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6827 # Check to see that the pipe works correctly.
6831 cat > conftest.$ac_ext <<_LT_EOF
6836 void nm_test_func(void);
6837 void nm_test_func(void){}
6841 int main(){nm_test_var='a';nm_test_func();return(0);}
6844 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6845 (eval $ac_compile) 2>&5
6847 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6848 test $ac_status = 0; }; then
6849 # Now try to grab the symbols.
6851 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$NM conftest.
$ac_objext \|
"$lt_cv_sys_global_symbol_pipe" \
> $nlist\""; } >&5
6852 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6854 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6855 test $ac_status = 0; } && test -s "$nlist"; then
6856 # Try sorting and uniquifying the output.
6857 if sort "$nlist" | uniq > "$nlist"T; then
6858 mv -f "$nlist"T "$nlist"
6863 # Make sure that we snagged all the symbols we need.
6864 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6865 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6866 cat <<_LT_EOF > conftest.$ac_ext
6872 # Now generate the symbol file.
6873 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6875 cat <<_LT_EOF >> conftest.$ac_ext
6877 /* The mapping between symbol names and symbols. */
6882 lt__PROGRAM__LTX_preloaded_symbols[] =
6884 { "@PROGRAM@
", (void *) 0 },
6886 $SED "s
/^
$symcode$symcode* \
(.
*\
) \
(.
*\
)$
/ {\"\
2\", (void
*) \
&\
2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6887 cat <<\_LT_EOF >> conftest.$ac_ext
6891 /* This works around a problem in FreeBSD linker */
6892 #ifdef FREEBSD_WORKAROUND
6893 static const void *lt_preloaded_setup() {
6894 return lt__PROGRAM__LTX_preloaded_symbols;
6902 # Now try linking the two files.
6903 mv conftest.$ac_objext conftstm.$ac_objext
6904 lt_save_LIBS="$LIBS"
6905 lt_save_CFLAGS="$CFLAGS"
6906 LIBS="conftstm.
$ac_objext"
6907 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6908 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6909 (eval $ac_link) 2>&5
6911 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6912 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6915 LIBS="$lt_save_LIBS"
6916 CFLAGS="$lt_save_CFLAGS"
6918 echo "cannot
find nm_test_func
in $nlist" >&5
6921 echo "cannot
find nm_test_var
in $nlist" >&5
6924 echo "cannot run
$lt_cv_sys_global_symbol_pipe" >&5
6927 echo "$progname: failed program was
:" >&5
6928 cat conftest.$ac_ext >&5
6930 rm -rf conftest* conftst*
6932 # Do not use the global_symbol_pipe unless it works.
6933 if test "$pipe_works" = yes; then
6936 lt_cv_sys_global_symbol_pipe=
6942 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6943 lt_cv_sys_global_symbol_to_cdecl=
6945 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6946 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: failed
" >&5
6947 $as_echo "failed
" >&6; }
6949 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: ok
" >&5
6950 $as_echo "ok
" >&6; }
6975 # Check whether --enable-libtool-lock was given.
6976 if test "${enable_libtool_lock+set}" = set; then :
6977 enableval=$enable_libtool_lock;
6980 test "x
$enable_libtool_lock" != xno && enable_libtool_lock=yes
6982 # Some flags need to be propagated to the compiler or linker for good
6986 # Find out which ABI we are using.
6987 echo 'int i;' > conftest.$ac_ext
6988 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6989 (eval $ac_compile) 2>&5
6991 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6992 test $ac_status = 0; }; then
6993 case `/usr/bin/file conftest.$ac_objext` in
7005 # Find out which ABI we are using.
7006 echo '#line '$LINENO' "configure
"' > conftest.$ac_ext
7007 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7008 (eval $ac_compile) 2>&5
7010 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
7011 test $ac_status = 0; }; then
7012 if test "$lt_cv_prog_gnu_ld" = yes; then
7013 case `/usr/bin/file conftest.$ac_objext` in
7015 LD="${LD-ld} -melf32bsmip"
7018 LD="${LD-ld} -melf32bmipn32"
7021 LD="${LD-ld} -melf64bmip"
7025 case `/usr/bin/file conftest.$ac_objext` in
7041 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7042 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7043 # Find out which ABI we are using.
7044 echo 'int i;' > conftest.$ac_ext
7045 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7046 (eval $ac_compile) 2>&5
7048 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
7049 test $ac_status = 0; }; then
7050 case `/usr/bin/file conftest.o` in
7053 x86_64-*kfreebsd*-gnu)
7054 LD="${LD-ld} -m elf_i386_fbsd
"
7057 case `/usr/bin/file conftest.o` in
7059 LD="${LD-ld} -m elf32_x86_64
"
7062 LD="${LD-ld} -m elf_i386
"
7066 powerpc64le-*linux*)
7067 LD="${LD-ld} -m elf32lppclinux
"
7070 LD="${LD-ld} -m elf32ppclinux
"
7073 LD="${LD-ld} -m elf_s390
"
7076 LD="${LD-ld} -m elf32_sparc
"
7082 x86_64-*kfreebsd*-gnu)
7083 LD="${LD-ld} -m elf_x86_64_fbsd
"
7086 LD="${LD-ld} -m elf_x86_64
"
7089 LD="${LD-ld} -m elf64lppc
"
7092 LD="${LD-ld} -m elf64ppc
"
7094 s390*-*linux*|s390*-*tpf*)
7095 LD="${LD-ld} -m elf64_s390
"
7098 LD="${LD-ld} -m elf64_sparc
"
7108 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7109 SAVE_CFLAGS="$CFLAGS"
7110 CFLAGS="$CFLAGS -belf"
7111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs
-belf" >&5
7112 $as_echo_n "checking whether the C compiler needs
-belf...
" >&6; }
7113 if ${lt_cv_cc_needs_belf+:} false; then :
7114 $as_echo_n "(cached
) " >&6
7117 ac_cpp='$CPP $CPPFLAGS'
7118 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7119 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7120 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7122 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7123 /* end confdefs.h. */
7133 if ac_fn_c_try_link "$LINENO"; then :
7134 lt_cv_cc_needs_belf=yes
7136 lt_cv_cc_needs_belf=no
7138 rm -f core conftest.err conftest.$ac_objext \
7139 conftest$ac_exeext conftest.$ac_ext
7141 ac_cpp='$CPP $CPPFLAGS'
7142 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7143 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7144 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7147 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_cc_needs_belf" >&5
7148 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7149 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7150 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7151 CFLAGS="$SAVE_CFLAGS"
7155 # Find out which ABI we are using.
7156 echo 'int i;' > conftest.$ac_ext
7157 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7158 (eval $ac_compile) 2>&5
7160 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
7161 test $ac_status = 0; }; then
7162 case `/usr/bin/file conftest.o` in
7164 case $lt_cv_prog_gnu_ld in
7165 yes*) LD="${LD-ld} -m elf64_sparc
" ;;
7167 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7179 need_locks="$enable_libtool_lock"
7183 rhapsody* | darwin*)
7184 if test -n "$ac_tool_prefix"; then
7185 # Extract the first word of "${ac_tool_prefix}dsymutil
", so it can be a program name with args.
7186 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7188 $as_echo_n "checking
for $ac_word...
" >&6; }
7189 if ${ac_cv_prog_DSYMUTIL+:} false; then :
7190 $as_echo_n "(cached
) " >&6
7192 if test -n "$DSYMUTIL"; then
7193 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7195 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7199 test -z "$as_dir" && as_dir=.
7200 for ac_exec_ext in '' $ac_executable_extensions; do
7201 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7202 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil
"
7203 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7212 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7213 if test -n "$DSYMUTIL"; then
7214 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DSYMUTIL" >&5
7215 $as_echo "$DSYMUTIL" >&6; }
7217 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7218 $as_echo "no
" >&6; }
7223 if test -z "$ac_cv_prog_DSYMUTIL"; then
7224 ac_ct_DSYMUTIL=$DSYMUTIL
7225 # Extract the first word of "dsymutil
", so it can be a program name with args.
7226 set dummy dsymutil; ac_word=$2
7227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7228 $as_echo_n "checking
for $ac_word...
" >&6; }
7229 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
7230 $as_echo_n "(cached
) " >&6
7232 if test -n "$ac_ct_DSYMUTIL"; then
7233 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7235 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7239 test -z "$as_dir" && as_dir=.
7240 for ac_exec_ext in '' $ac_executable_extensions; do
7241 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7242 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil
"
7243 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7252 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7253 if test -n "$ac_ct_DSYMUTIL"; then
7254 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_DSYMUTIL" >&5
7255 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7257 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7258 $as_echo "no
" >&6; }
7261 if test "x
$ac_ct_DSYMUTIL" = x; then
7264 case $cross_compiling:$ac_tool_warned in
7266 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7267 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7268 ac_tool_warned=yes ;;
7270 DSYMUTIL=$ac_ct_DSYMUTIL
7273 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7276 if test -n "$ac_tool_prefix"; then
7277 # Extract the first word of "${ac_tool_prefix}nmedit
", so it can be a program name with args.
7278 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7280 $as_echo_n "checking
for $ac_word...
" >&6; }
7281 if ${ac_cv_prog_NMEDIT+:} false; then :
7282 $as_echo_n "(cached
) " >&6
7284 if test -n "$NMEDIT"; then
7285 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7287 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7291 test -z "$as_dir" && as_dir=.
7292 for ac_exec_ext in '' $ac_executable_extensions; do
7293 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7294 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit
"
7295 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7304 NMEDIT=$ac_cv_prog_NMEDIT
7305 if test -n "$NMEDIT"; then
7306 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NMEDIT" >&5
7307 $as_echo "$NMEDIT" >&6; }
7309 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7310 $as_echo "no
" >&6; }
7315 if test -z "$ac_cv_prog_NMEDIT"; then
7316 ac_ct_NMEDIT=$NMEDIT
7317 # Extract the first word of "nmedit
", so it can be a program name with args.
7318 set dummy nmedit; ac_word=$2
7319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7320 $as_echo_n "checking
for $ac_word...
" >&6; }
7321 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
7322 $as_echo_n "(cached
) " >&6
7324 if test -n "$ac_ct_NMEDIT"; then
7325 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7327 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7331 test -z "$as_dir" && as_dir=.
7332 for ac_exec_ext in '' $ac_executable_extensions; do
7333 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7334 ac_cv_prog_ac_ct_NMEDIT="nmedit
"
7335 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7344 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7345 if test -n "$ac_ct_NMEDIT"; then
7346 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_NMEDIT" >&5
7347 $as_echo "$ac_ct_NMEDIT" >&6; }
7349 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7350 $as_echo "no
" >&6; }
7353 if test "x
$ac_ct_NMEDIT" = x; then
7356 case $cross_compiling:$ac_tool_warned in
7358 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7359 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7360 ac_tool_warned=yes ;;
7362 NMEDIT=$ac_ct_NMEDIT
7365 NMEDIT="$ac_cv_prog_NMEDIT"
7368 if test -n "$ac_tool_prefix"; then
7369 # Extract the first word of "${ac_tool_prefix}lipo
", so it can be a program name with args.
7370 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7372 $as_echo_n "checking
for $ac_word...
" >&6; }
7373 if ${ac_cv_prog_LIPO+:} false; then :
7374 $as_echo_n "(cached
) " >&6
7376 if test -n "$LIPO"; then
7377 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7379 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7383 test -z "$as_dir" && as_dir=.
7384 for ac_exec_ext in '' $ac_executable_extensions; do
7385 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7386 ac_cv_prog_LIPO="${ac_tool_prefix}lipo
"
7387 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7396 LIPO=$ac_cv_prog_LIPO
7397 if test -n "$LIPO"; then
7398 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO" >&5
7399 $as_echo "$LIPO" >&6; }
7401 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7402 $as_echo "no
" >&6; }
7407 if test -z "$ac_cv_prog_LIPO"; then
7409 # Extract the first word of "lipo
", so it can be a program name with args.
7410 set dummy lipo; ac_word=$2
7411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7412 $as_echo_n "checking
for $ac_word...
" >&6; }
7413 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
7414 $as_echo_n "(cached
) " >&6
7416 if test -n "$ac_ct_LIPO"; then
7417 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7419 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7423 test -z "$as_dir" && as_dir=.
7424 for ac_exec_ext in '' $ac_executable_extensions; do
7425 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7426 ac_cv_prog_ac_ct_LIPO="lipo
"
7427 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7436 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7437 if test -n "$ac_ct_LIPO"; then
7438 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_LIPO" >&5
7439 $as_echo "$ac_ct_LIPO" >&6; }
7441 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7442 $as_echo "no
" >&6; }
7445 if test "x
$ac_ct_LIPO" = x; then
7448 case $cross_compiling:$ac_tool_warned in
7450 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7451 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7452 ac_tool_warned=yes ;;
7457 LIPO="$ac_cv_prog_LIPO"
7460 if test -n "$ac_tool_prefix"; then
7461 # Extract the first word of "${ac_tool_prefix}otool
", so it can be a program name with args.
7462 set dummy ${ac_tool_prefix}otool; ac_word=$2
7463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7464 $as_echo_n "checking
for $ac_word...
" >&6; }
7465 if ${ac_cv_prog_OTOOL+:} false; then :
7466 $as_echo_n "(cached
) " >&6
7468 if test -n "$OTOOL"; then
7469 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7471 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7475 test -z "$as_dir" && as_dir=.
7476 for ac_exec_ext in '' $ac_executable_extensions; do
7477 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7478 ac_cv_prog_OTOOL="${ac_tool_prefix}otool
"
7479 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7488 OTOOL=$ac_cv_prog_OTOOL
7489 if test -n "$OTOOL"; then
7490 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL" >&5
7491 $as_echo "$OTOOL" >&6; }
7493 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7494 $as_echo "no
" >&6; }
7499 if test -z "$ac_cv_prog_OTOOL"; then
7501 # Extract the first word of "otool
", so it can be a program name with args.
7502 set dummy otool; ac_word=$2
7503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7504 $as_echo_n "checking
for $ac_word...
" >&6; }
7505 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7506 $as_echo_n "(cached
) " >&6
7508 if test -n "$ac_ct_OTOOL"; then
7509 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7511 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7515 test -z "$as_dir" && as_dir=.
7516 for ac_exec_ext in '' $ac_executable_extensions; do
7517 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7518 ac_cv_prog_ac_ct_OTOOL="otool
"
7519 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7528 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7529 if test -n "$ac_ct_OTOOL"; then
7530 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OTOOL" >&5
7531 $as_echo "$ac_ct_OTOOL" >&6; }
7533 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7534 $as_echo "no
" >&6; }
7537 if test "x
$ac_ct_OTOOL" = x; then
7540 case $cross_compiling:$ac_tool_warned in
7542 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7543 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7544 ac_tool_warned=yes ;;
7549 OTOOL="$ac_cv_prog_OTOOL"
7552 if test -n "$ac_tool_prefix"; then
7553 # Extract the first word of "${ac_tool_prefix}otool64
", so it can be a program name with args.
7554 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7556 $as_echo_n "checking
for $ac_word...
" >&6; }
7557 if ${ac_cv_prog_OTOOL64+:} false; then :
7558 $as_echo_n "(cached
) " >&6
7560 if test -n "$OTOOL64"; then
7561 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7563 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7567 test -z "$as_dir" && as_dir=.
7568 for ac_exec_ext in '' $ac_executable_extensions; do
7569 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7570 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64
"
7571 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7580 OTOOL64=$ac_cv_prog_OTOOL64
7581 if test -n "$OTOOL64"; then
7582 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL64" >&5
7583 $as_echo "$OTOOL64" >&6; }
7585 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7586 $as_echo "no
" >&6; }
7591 if test -z "$ac_cv_prog_OTOOL64"; then
7592 ac_ct_OTOOL64=$OTOOL64
7593 # Extract the first word of "otool64
", so it can be a program name with args.
7594 set dummy otool64; ac_word=$2
7595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7596 $as_echo_n "checking
for $ac_word...
" >&6; }
7597 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7598 $as_echo_n "(cached
) " >&6
7600 if test -n "$ac_ct_OTOOL64"; then
7601 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7603 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7607 test -z "$as_dir" && as_dir=.
7608 for ac_exec_ext in '' $ac_executable_extensions; do
7609 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7610 ac_cv_prog_ac_ct_OTOOL64="otool64
"
7611 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7620 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7621 if test -n "$ac_ct_OTOOL64"; then
7622 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OTOOL64" >&5
7623 $as_echo "$ac_ct_OTOOL64" >&6; }
7625 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7626 $as_echo "no
" >&6; }
7629 if test "x
$ac_ct_OTOOL64" = x; then
7632 case $cross_compiling:$ac_tool_warned in
7634 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7635 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7636 ac_tool_warned=yes ;;
7638 OTOOL64=$ac_ct_OTOOL64
7641 OTOOL64="$ac_cv_prog_OTOOL64"
7670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -single_module linker flag
" >&5
7671 $as_echo_n "checking
for -single_module linker flag...
" >&6; }
7672 if ${lt_cv_apple_cc_single_mod+:} false; then :
7673 $as_echo_n "(cached
) " >&6
7675 lt_cv_apple_cc_single_mod=no
7676 if test -z "${LT_MULTI_MODULE}"; then
7677 # By default we will add the -single_module flag. You can override
7678 # by either setting the environment variable LT_MULTI_MODULE
7679 # non-empty at configure time, or by adding -multi_module to the
7681 rm -rf libconftest.dylib*
7682 echo "int foo
(void
){return 1;}" > conftest.c
7683 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7684 -dynamiclib -Wl,-single_module conftest.c
" >&5
7685 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7686 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7688 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7689 lt_cv_apple_cc_single_mod=yes
7691 cat conftest.err >&5
7693 rm -rf libconftest.dylib*
7697 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_apple_cc_single_mod" >&5
7698 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -exported_symbols_list linker flag
" >&5
7700 $as_echo_n "checking
for -exported_symbols_list linker flag...
" >&6; }
7701 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7702 $as_echo_n "(cached
) " >&6
7704 lt_cv_ld_exported_symbols_list=no
7705 save_LDFLAGS=$LDFLAGS
7706 echo "_main
" > conftest.sym
7707 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym
"
7708 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7709 /* end confdefs.h. */
7719 if ac_fn_c_try_link "$LINENO"; then :
7720 lt_cv_ld_exported_symbols_list=yes
7722 lt_cv_ld_exported_symbols_list=no
7724 rm -f core conftest.err conftest.$ac_objext \
7725 conftest$ac_exeext conftest.$ac_ext
7726 LDFLAGS="$save_LDFLAGS"
7729 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_exported_symbols_list" >&5
7730 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -force_load linker flag
" >&5
7732 $as_echo_n "checking
for -force_load linker flag...
" >&6; }
7733 if ${lt_cv_ld_force_load+:} false; then :
7734 $as_echo_n "(cached
) " >&6
7736 lt_cv_ld_force_load=no
7737 cat > conftest.c << _LT_EOF
7738 int forced_loaded() { return 2;}
7740 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c
" >&5
7741 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7742 echo "$AR cru libconftest.a conftest.o
" >&5
7743 $AR cru libconftest.a conftest.o 2>&5
7744 cat > conftest.c << _LT_EOF
7745 int main() { return 0;}
7747 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c
-Wl,-force_load,.
/libconftest.a
" >&5
7748 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7750 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7751 lt_cv_ld_force_load=yes
7753 cat conftest.err >&5
7755 rm -f conftest.err libconftest.a conftest conftest.c
7756 rm -rf conftest.dSYM
7759 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_force_load" >&5
7760 $as_echo "$lt_cv_ld_force_load" >&6; }
7762 rhapsody* | darwin1.[012])
7763 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7765 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7766 darwin*) # darwin 5.x on
7767 # if running on 10.5 or later, the deployment target defaults
7768 # to the OS version, if on x86, and 10.4, the deployment
7769 # target defaults to 10.4. Don't you love it?
7770 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7771 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7772 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7774 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7776 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7780 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7781 _lt_dar_single_mod='$single_module'
7783 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7784 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7786 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7788 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no
"; then
7789 _lt_dsymutil='~$DSYMUTIL $lib || :'
7797 ac_cpp='$CPP $CPPFLAGS'
7798 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7799 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7800 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor
" >&5
7802 $as_echo_n "checking how to run the C preprocessor...
" >&6; }
7803 # On Suns, sometimes $CPP names a directory.
7804 if test -n "$CPP" && test -d "$CPP"; then
7807 if test -z "$CPP"; then
7808 if ${ac_cv_prog_CPP+:} false; then :
7809 $as_echo_n "(cached
) " >&6
7811 # Double quotes because CPP needs to be expanded
7812 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib
/cpp
"
7815 for ac_c_preproc_warn_flag in '' yes
7817 # Use a header file that comes with gcc, so configuring glibc
7818 # with a fresh cross-compiler works.
7819 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7820 # <limits.h> exists even on freestanding compilers.
7821 # On the NeXT, cc -E runs the code through the compiler's parser,
7822 # not just through cpp. "Syntax error
" is here to catch this case.
7823 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7824 /* end confdefs.h. */
7826 # include <limits.h>
7828 # include <assert.h>
7832 if ac_fn_c_try_cpp "$LINENO"; then :
7835 # Broken: fails on valid input.
7838 rm -f conftest.err conftest.i conftest.$ac_ext
7840 # OK, works on sane cases. Now check whether nonexistent headers
7841 # can be detected and how.
7842 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7843 /* end confdefs.h. */
7844 #include <ac_nonexistent.h>
7846 if ac_fn_c_try_cpp "$LINENO"; then :
7847 # Broken: success on invalid input.
7850 # Passes both tests.
7854 rm -f conftest.err conftest.i conftest.$ac_ext
7857 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7858 rm -f conftest.i conftest.err conftest.$ac_ext
7859 if $ac_preproc_ok; then :
7871 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CPP" >&5
7872 $as_echo "$CPP" >&6; }
7874 for ac_c_preproc_warn_flag in '' yes
7876 # Use a header file that comes with gcc, so configuring glibc
7877 # with a fresh cross-compiler works.
7878 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7879 # <limits.h> exists even on freestanding compilers.
7880 # On the NeXT, cc -E runs the code through the compiler's parser,
7881 # not just through cpp. "Syntax error
" is here to catch this case.
7882 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7883 /* end confdefs.h. */
7885 # include <limits.h>
7887 # include <assert.h>
7891 if ac_fn_c_try_cpp "$LINENO"; then :
7894 # Broken: fails on valid input.
7897 rm -f conftest.err conftest.i conftest.$ac_ext
7899 # OK, works on sane cases. Now check whether nonexistent headers
7900 # can be detected and how.
7901 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7902 /* end confdefs.h. */
7903 #include <ac_nonexistent.h>
7905 if ac_fn_c_try_cpp "$LINENO"; then :
7906 # Broken: success on invalid input.
7909 # Passes both tests.
7913 rm -f conftest.err conftest.i conftest.$ac_ext
7916 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7917 rm -f conftest.i conftest.err conftest.$ac_ext
7918 if $ac_preproc_ok; then :
7921 { { $as_echo "$as_me:${as_lineno-$LINENO}: error
: in \
`$ac_pwd':" >&5
7922 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7923 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
7924 See \`config.log' for more details
" "$LINENO" 5; }
7928 ac_cpp='$CPP $CPPFLAGS'
7929 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7930 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7931 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ANSI C header files
" >&5
7935 $as_echo_n "checking
for ANSI C header files...
" >&6; }
7936 if ${ac_cv_header_stdc+:} false; then :
7937 $as_echo_n "(cached
) " >&6
7939 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7940 /* end confdefs.h. */
7954 if ac_fn_c_try_compile "$LINENO"; then :
7955 ac_cv_header_stdc=yes
7957 ac_cv_header_stdc=no
7959 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7961 if test $ac_cv_header_stdc = yes; then
7962 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7963 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7964 /* end confdefs.h. */
7968 if (eval "$ac_cpp conftest.
$ac_ext") 2>&5 |
7969 $EGREP "memchr
" >/dev/null 2>&1; then :
7972 ac_cv_header_stdc=no
7978 if test $ac_cv_header_stdc = yes; then
7979 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7980 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7981 /* end confdefs.h. */
7985 if (eval "$ac_cpp conftest.
$ac_ext") 2>&5 |
7986 $EGREP "free
" >/dev/null 2>&1; then :
7989 ac_cv_header_stdc=no
7995 if test $ac_cv_header_stdc = yes; then
7996 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7997 if test "$cross_compiling" = yes; then :
8000 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8001 /* end confdefs.h. */
8004 #if ((' ' & 0x0FF) == 0x020)
8005 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
8006 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
8008 # define ISLOWER(c) \
8009 (('a' <= (c) && (c) <= 'i') \
8010 || ('j' <= (c) && (c) <= 'r') \
8011 || ('s' <= (c) && (c) <= 'z'))
8012 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
8015 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
8020 for (i = 0; i < 256; i++)
8021 if (XOR (islower (i), ISLOWER (i))
8022 || toupper (i) != TOUPPER (i))
8027 if ac_fn_c_try_run "$LINENO"; then :
8030 ac_cv_header_stdc=no
8032 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8033 conftest.$ac_objext conftest.beam conftest.$ac_ext
8038 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_header_stdc" >&5
8039 $as_echo "$ac_cv_header_stdc" >&6; }
8040 if test $ac_cv_header_stdc = yes; then
8042 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
8046 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
8047 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
8048 inttypes.h stdint.h unistd.h
8050 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8051 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
8053 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
8054 cat >>confdefs.h
<<_ACEOF
8055 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8063 for ac_header
in dlfcn.h
8065 ac_fn_c_check_header_compile
"$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8067 if test "x$ac_cv_header_dlfcn_h" = xyes
; then :
8068 cat >>confdefs.h
<<_ACEOF
8069 #define HAVE_DLFCN_H 1
8091 # Check whether --enable-shared was given.
8092 if test "${enable_shared+set}" = set; then :
8093 enableval
=$enable_shared; p
=${PACKAGE-default}
8095 yes) enable_shared
=yes ;;
8096 no
) enable_shared
=no
;;
8099 # Look at the argument we got. We use all the common list separators.
8100 lt_save_ifs
="$IFS"; IFS
="${IFS}$PATH_SEPARATOR,"
8101 for pkg
in $enableval; do
8103 if test "X$pkg" = "X$p"; then
8122 # Check whether --enable-static was given.
8123 if test "${enable_static+set}" = set; then :
8124 enableval
=$enable_static; p
=${PACKAGE-default}
8126 yes) enable_static
=yes ;;
8127 no
) enable_static
=no
;;
8130 # Look at the argument we got. We use all the common list separators.
8131 lt_save_ifs
="$IFS"; IFS
="${IFS}$PATH_SEPARATOR,"
8132 for pkg
in $enableval; do
8134 if test "X$pkg" = "X$p"; then
8154 # Check whether --with-pic was given.
8155 if test "${with_pic+set}" = set; then :
8156 withval
=$with_pic; pic_mode
="$withval"
8162 test -z "$pic_mode" && pic_mode
=default
8170 # Check whether --enable-fast-install was given.
8171 if test "${enable_fast_install+set}" = set; then :
8172 enableval
=$enable_fast_install; p
=${PACKAGE-default}
8174 yes) enable_fast_install
=yes ;;
8175 no
) enable_fast_install
=no
;;
8177 enable_fast_install
=no
8178 # Look at the argument we got. We use all the common list separators.
8179 lt_save_ifs
="$IFS"; IFS
="${IFS}$PATH_SEPARATOR,"
8180 for pkg
in $enableval; do
8182 if test "X$pkg" = "X$p"; then
8183 enable_fast_install
=yes
8190 enable_fast_install
=yes
8203 # This can be used to rebuild libtool when needed
8204 LIBTOOL_DEPS
="$ltmain"
8206 # Always use our own libtool.
8207 LIBTOOL
='$(SHELL) $(top_builddir)/libtool'
8234 test -z "$LN_S" && LN_S
="ln -s"
8249 if test -n "${ZSH_VERSION+set}" ; then
8250 setopt NO_GLOB_SUBST
8253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8254 $as_echo_n "checking for objdir... " >&6; }
8255 if ${lt_cv_objdir+:} false
; then :
8256 $as_echo_n "(cached) " >&6
8258 rm -f .libs
2>/dev
/null
8259 mkdir .libs
2>/dev
/null
8260 if test -d .libs
; then
8263 # MS-DOS does not allow filenames that begin with a dot.
8266 rmdir .libs
2>/dev
/null
8268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8269 $as_echo "$lt_cv_objdir" >&6; }
8270 objdir
=$lt_cv_objdir
8276 cat >>confdefs.h
<<_ACEOF
8277 #define LT_OBJDIR "$lt_cv_objdir/"
8285 # AIX sometimes has problems with the GCC collect2 program. For some
8286 # reason, if we set the COLLECT_NAMES environment variable, the problems
8287 # vanish in a puff of smoke.
8288 if test "X${COLLECT_NAMES+set}" != Xset
; then
8290 export COLLECT_NAMES
8297 can_build_shared
=yes
8299 # All known linkers require a `.a' archive for static linking (except MSVC,
8300 # which needs '.lib').
8303 with_gnu_ld
="$lt_cv_prog_gnu_ld"
8306 old_CFLAGS
="$CFLAGS"
8308 # Set sane defaults for various variables
8309 test -z "$CC" && CC
=cc
8310 test -z "$LTCC" && LTCC
=$CC
8311 test -z "$LTCFLAGS" && LTCFLAGS
=$CFLAGS
8312 test -z "$LD" && LD
=ld
8313 test -z "$ac_objext" && ac_objext
=o
8315 for cc_temp
in $compiler""; do
8317 compile |
*[\\/]compile | ccache |
*[\\/]ccache
) ;;
8318 distcc |
*[\\/]distcc | purify |
*[\\/]purify
) ;;
8323 cc_basename
=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
8326 # Only perform the check for file, if the check method requires it
8327 test -z "$MAGIC_CMD" && MAGIC_CMD
=file
8328 case $deplibs_check_method in
8330 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8332 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8333 if ${lt_cv_path_MAGIC_CMD+:} false
; then :
8334 $as_echo_n "(cached) " >&6
8338 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a path.
8341 lt_save_MAGIC_CMD
="$MAGIC_CMD"
8342 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
8343 ac_dummy
="/usr/bin$PATH_SEPARATOR$PATH"
8344 for ac_dir
in $ac_dummy; do
8346 test -z "$ac_dir" && ac_dir
=.
8347 if test -f $ac_dir/${ac_tool_prefix}file; then
8348 lt_cv_path_MAGIC_CMD
="$ac_dir/${ac_tool_prefix}file"
8349 if test -n "$file_magic_test_file"; then
8350 case $deplibs_check_method in
8352 file_magic_regex
=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8353 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
8354 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
8355 $EGREP "$file_magic_regex" > /dev
/null
; then
8360 *** Warning: the command libtool uses to detect shared libraries,
8361 *** $file_magic_cmd, produces output that libtool cannot recognize.
8362 *** The result is that libtool may fail to recognize shared libraries
8363 *** as such. This will affect the creation of libtool libraries that
8364 *** depend on shared libraries, but programs linked with such libtool
8365 *** libraries will work regardless of this problem. Nevertheless, you
8366 *** may want to report the problem to your system manager and/or to
8367 *** bug-libtool@gnu.org
8377 MAGIC_CMD
="$lt_save_MAGIC_CMD"
8382 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
8383 if test -n "$MAGIC_CMD"; then
8384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8385 $as_echo "$MAGIC_CMD" >&6; }
8387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8388 $as_echo "no" >&6; }
8395 if test -z "$lt_cv_path_MAGIC_CMD"; then
8396 if test -n "$ac_tool_prefix"; then
8397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8398 $as_echo_n "checking for file... " >&6; }
8399 if ${lt_cv_path_MAGIC_CMD+:} false
; then :
8400 $as_echo_n "(cached) " >&6
8404 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a path.
8407 lt_save_MAGIC_CMD
="$MAGIC_CMD"
8408 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
8409 ac_dummy
="/usr/bin$PATH_SEPARATOR$PATH"
8410 for ac_dir
in $ac_dummy; do
8412 test -z "$ac_dir" && ac_dir
=.
8413 if test -f $ac_dir/file; then
8414 lt_cv_path_MAGIC_CMD
="$ac_dir/file"
8415 if test -n "$file_magic_test_file"; then
8416 case $deplibs_check_method in
8418 file_magic_regex
=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8419 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
8420 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
8421 $EGREP "$file_magic_regex" > /dev
/null
; then
8426 *** Warning: the command libtool uses to detect shared libraries,
8427 *** $file_magic_cmd, produces output that libtool cannot recognize.
8428 *** The result is that libtool may fail to recognize shared libraries
8429 *** as such. This will affect the creation of libtool libraries that
8430 *** depend on shared libraries, but programs linked with such libtool
8431 *** libraries will work regardless of this problem. Nevertheless, you
8432 *** may want to report the problem to your system manager and/or to
8433 *** bug-libtool@gnu.org
8443 MAGIC_CMD
="$lt_save_MAGIC_CMD"
8448 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
8449 if test -n "$MAGIC_CMD"; then
8450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8451 $as_echo "$MAGIC_CMD" >&6; }
8453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8454 $as_echo "no" >&6; }
8467 # Use C for the default configuration in the libtool script
8471 ac_cpp
='$CPP $CPPFLAGS'
8472 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8473 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8474 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
8477 # Source file extension for C test sources.
8480 # Object file extension for compiled C test sources.
8484 # Code to be used in simple compile tests
8485 lt_simple_compile_test_code
="int some_variable = 0;"
8487 # Code to be used in simple link tests
8488 lt_simple_link_test_code
='int main(){return(0);}'
8496 # If no C compiler was specified, use CC.
8499 # If no C compiler flags were specified, use CFLAGS.
8500 LTCFLAGS
=${LTCFLAGS-"$CFLAGS"}
8502 # Allow CC to be a program name with arguments.
8505 # Save the default compiler, since it gets overwritten when the other
8506 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8507 compiler_DEFAULT
=$CC
8509 # save warnings/boilerplate of simple test code
8510 ac_outfile
=conftest.
$ac_objext
8511 echo "$lt_simple_compile_test_code" >conftest.
$ac_ext
8512 eval "$ac_compile" 2>&1 >/dev
/null |
$SED '/^$/d; /^ *+/d' >conftest.err
8513 _lt_compiler_boilerplate
=`cat conftest.err`
8516 ac_outfile
=conftest.
$ac_objext
8517 echo "$lt_simple_link_test_code" >conftest.
$ac_ext
8518 eval "$ac_link" 2>&1 >/dev
/null |
$SED '/^$/d; /^ *+/d' >conftest.err
8519 _lt_linker_boilerplate
=`cat conftest.err`
8524 ## There is no encapsulation within the following macros, do not change
8525 ## the running order or otherwise move them around unless you know exactly
8526 ## what you are doing...
8527 if test -n "$compiler"; then
8529 lt_prog_compiler_no_builtin_flag
=
8531 if test "$GCC" = yes; then
8532 case $cc_basename in
8534 lt_prog_compiler_no_builtin_flag
=' -Xcompiler -fno-builtin' ;;
8536 lt_prog_compiler_no_builtin_flag
=' -fno-builtin' ;;
8539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8540 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8541 if ${lt_cv_prog_compiler_rtti_exceptions+:} false
; then :
8542 $as_echo_n "(cached) " >&6
8544 lt_cv_prog_compiler_rtti_exceptions
=no
8545 ac_outfile
=conftest.
$ac_objext
8546 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
8547 lt_compiler_flag
="-fno-rtti -fno-exceptions"
8548 # Insert the option either (1) after the last *FLAGS variable, or
8549 # (2) before a word containing "conftest.", or (3) at the end.
8550 # Note that $ac_compile itself does not contain backslashes and begins
8551 # with a dollar sign (not a hyphen), so the echo should work correctly.
8552 # The option is referenced via a variable to avoid confusing sed.
8553 lt_compile
=`echo "$ac_compile" | $SED \
8554 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8555 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8556 -e 's:$: $lt_compiler_flag:'`
8557 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8558 (eval "$lt_compile" 2>conftest.err
)
8560 cat conftest.err
>&5
8561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8562 if (exit $ac_status) && test -s "$ac_outfile"; then
8563 # The compiler can only warn and ignore the option if not recognized
8564 # So say no if there are warnings other than the usual output.
8565 $ECHO "$_lt_compiler_boilerplate" |
$SED '/^$/d' >conftest.exp
8566 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
8567 if test ! -s conftest.er2 ||
diff conftest.exp conftest.er2
>/dev
/null
; then
8568 lt_cv_prog_compiler_rtti_exceptions
=yes
8574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8575 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8577 if test x
"$lt_cv_prog_compiler_rtti_exceptions" = xyes
; then
8578 lt_prog_compiler_no_builtin_flag
="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8590 lt_prog_compiler_wl
=
8591 lt_prog_compiler_pic
=
8592 lt_prog_compiler_static
=
8594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8595 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8597 if test "$GCC" = yes; then
8598 lt_prog_compiler_wl
='-Wl,'
8599 lt_prog_compiler_static
='-static'
8603 # All AIX code is PIC.
8604 if test "$host_cpu" = ia64
; then
8605 # AIX 5 now supports IA64 processor
8606 lt_prog_compiler_static
='-Bstatic'
8608 lt_prog_compiler_pic
='-fPIC'
8614 # see comment about AmigaOS4 .so support
8615 lt_prog_compiler_pic
='-fPIC'
8618 # FIXME: we need at least 68020 code to build shared libraries, but
8619 # adding the `-m68020' flag to GCC prevents building anything better,
8621 lt_prog_compiler_pic
='-m68020 -resident32 -malways-restore-a4'
8626 beos
* | irix5
* | irix6
* | nonstopux
* | osf3
* | osf4
* | osf5
*)
8627 # PIC is the default for these OSes.
8630 mingw
* | cygwin
* | pw32
* | os2
* | cegcc
*)
8631 # This hack is so that the source file can tell whether it is being
8632 # built for inclusion in a dll (and should export symbols for example).
8633 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8634 # (--disable-auto-import) libraries
8635 lt_prog_compiler_pic
='-DDLL_EXPORT'
8638 darwin
* | rhapsody
*)
8639 # PIC is the default on this platform
8640 # Common symbols not allowed in MH_DYLIB files
8641 lt_prog_compiler_pic
='-fno-common'
8645 # PIC is the default for Haiku.
8646 # The "-static" flag exists, but is broken.
8647 lt_prog_compiler_static
=
8651 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8652 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8653 # sets the default TLS model and affects inlining.
8659 lt_prog_compiler_pic
='-fPIC'
8665 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8666 # Instead, we relocate shared libraries at runtime.
8670 # Just because we use GCC doesn't mean we suddenly get shared libraries
8671 # on systems that don't support them.
8672 lt_prog_compiler_can_build_shared
=no
8677 # QNX uses GNU C++, but need to define -shared option too, otherwise
8679 lt_prog_compiler_pic
='-fPIC -shared'
8683 if test -d /usr
/nec
; then
8684 lt_prog_compiler_pic
=-Kconform_pic
8689 lt_prog_compiler_pic
='-fPIC'
8693 case $cc_basename in
8694 nvcc
*) # Cuda Compiler Driver 2.2
8695 lt_prog_compiler_wl
='-Xlinker '
8696 lt_prog_compiler_pic
='-Xcompiler -fPIC'
8700 # PORTME Check for flag to pass linker flags through the system compiler.
8703 lt_prog_compiler_wl
='-Wl,'
8704 if test "$host_cpu" = ia64
; then
8705 # AIX 5 now supports IA64 processor
8706 lt_prog_compiler_static
='-Bstatic'
8708 lt_prog_compiler_static
='-bnso -bI:/lib/syscalls.exp'
8712 mingw
* | cygwin
* | pw32
* | os2
* | cegcc
*)
8713 # This hack is so that the source file can tell whether it is being
8714 # built for inclusion in a dll (and should export symbols for example).
8715 lt_prog_compiler_pic
='-DDLL_EXPORT'
8718 hpux9
* | hpux10
* | hpux11
*)
8719 lt_prog_compiler_wl
='-Wl,'
8720 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8727 lt_prog_compiler_pic
='+Z'
8730 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8731 lt_prog_compiler_static
='${wl}-a ${wl}archive'
8734 irix5
* | irix6
* | nonstopux
*)
8735 lt_prog_compiler_wl
='-Wl,'
8736 # PIC (with -KPIC) is the default.
8737 lt_prog_compiler_static
='-non_shared'
8740 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
8741 case $cc_basename in
8742 # old Intel for x86_64 which still supported -KPIC.
8744 lt_prog_compiler_wl
='-Wl,'
8745 lt_prog_compiler_pic
='-KPIC'
8746 lt_prog_compiler_static
='-static'
8748 # icc used to be incompatible with GCC.
8749 # ICC 10 doesn't accept -KPIC any more.
8751 lt_prog_compiler_wl
='-Wl,'
8752 lt_prog_compiler_pic
='-fPIC'
8753 lt_prog_compiler_static
='-static'
8755 # Lahey Fortran 8.1.
8757 lt_prog_compiler_wl
='-Wl,'
8758 lt_prog_compiler_pic
='--shared'
8759 lt_prog_compiler_static
='--static'
8761 pgcc
* | pgf77
* | pgf90
* | pgf95
* | pgfortran
*)
8762 # Portland Group compilers (*not* the Pentium gcc compiler,
8763 # which looks to be a dead project)
8764 lt_prog_compiler_wl
='-Wl,'
8765 lt_prog_compiler_pic
='-fpic'
8766 lt_prog_compiler_static
='-Bstatic'
8769 lt_prog_compiler_wl
='-Wl,'
8770 # All Alpha code is PIC.
8771 lt_prog_compiler_static
='-non_shared'
8773 xl
* | bgxl
* | bgf
* | mpixl
*)
8774 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8775 lt_prog_compiler_wl
='-Wl,'
8776 lt_prog_compiler_pic
='-qpic'
8777 lt_prog_compiler_static
='-qstaticlink'
8780 case `$CC -V 2>&1 | sed 5q` in
8781 *Sun\ F
* |
*Sun
*Fortran
*)
8782 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8783 lt_prog_compiler_pic
='-KPIC'
8784 lt_prog_compiler_static
='-Bstatic'
8785 lt_prog_compiler_wl
=''
8789 lt_prog_compiler_pic
='-KPIC'
8790 lt_prog_compiler_static
='-Bstatic'
8791 lt_prog_compiler_wl
='-Wl,'
8799 lt_prog_compiler_pic
='-KPIC'
8800 lt_prog_compiler_static
='-Bstatic'
8804 # QNX uses GNU C++, but need to define -shared option too, otherwise
8806 lt_prog_compiler_pic
='-fPIC -shared'
8809 osf3
* | osf4
* | osf5
*)
8810 lt_prog_compiler_wl
='-Wl,'
8811 # All OSF/1 code is PIC.
8812 lt_prog_compiler_static
='-non_shared'
8816 lt_prog_compiler_static
='-non_shared'
8820 lt_prog_compiler_pic
='-KPIC'
8821 lt_prog_compiler_static
='-Bstatic'
8822 case $cc_basename in
8824 lt_prog_compiler_wl
='-Qoption ld ';;
8826 lt_prog_compiler_wl
='-Wl,';;
8831 lt_prog_compiler_wl
='-Qoption ld '
8832 lt_prog_compiler_pic
='-PIC'
8833 lt_prog_compiler_static
='-Bstatic'
8836 sysv4 | sysv4.2uw2
* | sysv4.3
*)
8837 lt_prog_compiler_wl
='-Wl,'
8838 lt_prog_compiler_pic
='-KPIC'
8839 lt_prog_compiler_static
='-Bstatic'
8843 if test -d /usr
/nec
;then
8844 lt_prog_compiler_pic
='-Kconform_pic'
8845 lt_prog_compiler_static
='-Bstatic'
8849 sysv5
* | unixware
* | sco3.2v5
* | sco5v6
* | OpenUNIX
*)
8850 lt_prog_compiler_wl
='-Wl,'
8851 lt_prog_compiler_pic
='-KPIC'
8852 lt_prog_compiler_static
='-Bstatic'
8856 lt_prog_compiler_wl
='-Wl,'
8857 lt_prog_compiler_can_build_shared
=no
8861 lt_prog_compiler_pic
='-pic'
8862 lt_prog_compiler_static
='-Bstatic'
8866 lt_prog_compiler_can_build_shared
=no
8872 # For platforms which do not support PIC, -DPIC is meaningless:
8874 lt_prog_compiler_pic
=
8877 lt_prog_compiler_pic
="$lt_prog_compiler_pic -DPIC"
8880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8881 $as_echo "$lt_prog_compiler_pic" >&6; }
8889 # Check to make sure the PIC flag actually works.
8891 if test -n "$lt_prog_compiler_pic"; then
8892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8893 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8894 if ${lt_cv_prog_compiler_pic_works+:} false
; then :
8895 $as_echo_n "(cached) " >&6
8897 lt_cv_prog_compiler_pic_works
=no
8898 ac_outfile
=conftest.
$ac_objext
8899 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
8900 lt_compiler_flag
="$lt_prog_compiler_pic -DPIC"
8901 # Insert the option either (1) after the last *FLAGS variable, or
8902 # (2) before a word containing "conftest.", or (3) at the end.
8903 # Note that $ac_compile itself does not contain backslashes and begins
8904 # with a dollar sign (not a hyphen), so the echo should work correctly.
8905 # The option is referenced via a variable to avoid confusing sed.
8906 lt_compile
=`echo "$ac_compile" | $SED \
8907 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8908 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8909 -e 's:$: $lt_compiler_flag:'`
8910 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8911 (eval "$lt_compile" 2>conftest.err
)
8913 cat conftest.err
>&5
8914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8915 if (exit $ac_status) && test -s "$ac_outfile"; then
8916 # The compiler can only warn and ignore the option if not recognized
8917 # So say no if there are warnings other than the usual output.
8918 $ECHO "$_lt_compiler_boilerplate" |
$SED '/^$/d' >conftest.exp
8919 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
8920 if test ! -s conftest.er2 ||
diff conftest.exp conftest.er2
>/dev
/null
; then
8921 lt_cv_prog_compiler_pic_works
=yes
8927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8928 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8930 if test x
"$lt_cv_prog_compiler_pic_works" = xyes
; then
8931 case $lt_prog_compiler_pic in
8933 *) lt_prog_compiler_pic
=" $lt_prog_compiler_pic" ;;
8936 lt_prog_compiler_pic
=
8937 lt_prog_compiler_can_build_shared
=no
8948 # Check to make sure the static flag actually works.
8950 wl
=$lt_prog_compiler_wl eval lt_tmp_static_flag
=\"$lt_prog_compiler_static\"
8951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8952 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8953 if ${lt_cv_prog_compiler_static_works+:} false
; then :
8954 $as_echo_n "(cached) " >&6
8956 lt_cv_prog_compiler_static_works
=no
8957 save_LDFLAGS
="$LDFLAGS"
8958 LDFLAGS
="$LDFLAGS $lt_tmp_static_flag"
8959 echo "$lt_simple_link_test_code" > conftest.
$ac_ext
8960 if (eval $ac_link 2>conftest.err
) && test -s conftest
$ac_exeext; then
8961 # The linker can only warn and ignore the option if not recognized
8962 # So say no if there are warnings
8963 if test -s conftest.err
; then
8964 # Append any errors to the config.log.
8965 cat conftest.err
1>&5
8966 $ECHO "$_lt_linker_boilerplate" |
$SED '/^$/d' > conftest.exp
8967 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
8968 if diff conftest.exp conftest.er2
>/dev
/null
; then
8969 lt_cv_prog_compiler_static_works
=yes
8972 lt_cv_prog_compiler_static_works
=yes
8976 LDFLAGS
="$save_LDFLAGS"
8979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8980 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8982 if test x
"$lt_cv_prog_compiler_static_works" = xyes
; then
8985 lt_prog_compiler_static
=
8994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8995 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8996 if ${lt_cv_prog_compiler_c_o+:} false
; then :
8997 $as_echo_n "(cached) " >&6
8999 lt_cv_prog_compiler_c_o
=no
9000 $RM -r conftest
2>/dev
/null
9004 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
9006 lt_compiler_flag
="-o out/conftest2.$ac_objext"
9007 # Insert the option either (1) after the last *FLAGS variable, or
9008 # (2) before a word containing "conftest.", or (3) at the end.
9009 # Note that $ac_compile itself does not contain backslashes and begins
9010 # with a dollar sign (not a hyphen), so the echo should work correctly.
9011 lt_compile
=`echo "$ac_compile" | $SED \
9012 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9013 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9014 -e 's:$: $lt_compiler_flag:'`
9015 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9016 (eval "$lt_compile" 2>out
/conftest.err
)
9018 cat out
/conftest.err
>&5
9019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9020 if (exit $ac_status) && test -s out
/conftest2.
$ac_objext
9022 # The compiler can only warn and ignore the option if not recognized
9023 # So say no if there are warnings
9024 $ECHO "$_lt_compiler_boilerplate" |
$SED '/^$/d' > out
/conftest.exp
9025 $SED '/^$/d; /^ *+/d' out
/conftest.err
>out
/conftest.er2
9026 if test ! -s out
/conftest.er2 ||
diff out
/conftest.exp out
/conftest.er2
>/dev
/null
; then
9027 lt_cv_prog_compiler_c_o
=yes
9032 # SGI C++ compiler will create directory out/ii_files/ for
9033 # template instantiation
9034 test -d out
/ii_files
&& $RM out
/ii_files
/* && rmdir out
/ii_files
9035 $RM out
/* && rmdir out
9041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9042 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9050 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9051 if ${lt_cv_prog_compiler_c_o+:} false
; then :
9052 $as_echo_n "(cached) " >&6
9054 lt_cv_prog_compiler_c_o
=no
9055 $RM -r conftest
2>/dev
/null
9059 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
9061 lt_compiler_flag
="-o out/conftest2.$ac_objext"
9062 # Insert the option either (1) after the last *FLAGS variable, or
9063 # (2) before a word containing "conftest.", or (3) at the end.
9064 # Note that $ac_compile itself does not contain backslashes and begins
9065 # with a dollar sign (not a hyphen), so the echo should work correctly.
9066 lt_compile
=`echo "$ac_compile" | $SED \
9067 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9068 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9069 -e 's:$: $lt_compiler_flag:'`
9070 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9071 (eval "$lt_compile" 2>out
/conftest.err
)
9073 cat out
/conftest.err
>&5
9074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9075 if (exit $ac_status) && test -s out
/conftest2.
$ac_objext
9077 # The compiler can only warn and ignore the option if not recognized
9078 # So say no if there are warnings
9079 $ECHO "$_lt_compiler_boilerplate" |
$SED '/^$/d' > out
/conftest.exp
9080 $SED '/^$/d; /^ *+/d' out
/conftest.err
>out
/conftest.er2
9081 if test ! -s out
/conftest.er2 ||
diff out
/conftest.exp out
/conftest.er2
>/dev
/null
; then
9082 lt_cv_prog_compiler_c_o
=yes
9087 # SGI C++ compiler will create directory out/ii_files/ for
9088 # template instantiation
9089 test -d out
/ii_files
&& $RM out
/ii_files
/* && rmdir out
/ii_files
9090 $RM out
/* && rmdir out
9096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9097 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9102 hard_links
="nottested"
9103 if test "$lt_cv_prog_compiler_c_o" = no
&& test "$need_locks" != no
; then
9104 # do not overwrite the value of need_locks provided by the user
9105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
9106 $as_echo_n "checking if we can lock with hard links... " >&6; }
9109 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
9111 ln conftest.a conftest.b
2>&5 || hard_links
=no
9112 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
9113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
9114 $as_echo "$hard_links" >&6; }
9115 if test "$hard_links" = no
; then
9116 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9117 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
9129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9130 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
9133 allow_undefined_flag
=
9134 always_export_symbols
=no
9136 archive_expsym_cmds
=
9137 compiler_needs_object
=no
9138 enable_shared_with_static_runtimes
=no
9139 export_dynamic_flag_spec
=
9140 export_symbols_cmds
='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9141 hardcode_automatic
=no
9143 hardcode_direct_absolute
=no
9144 hardcode_libdir_flag_spec
=
9145 hardcode_libdir_flag_spec_ld
=
9146 hardcode_libdir_separator
=
9148 hardcode_shlibpath_var
=unsupported
9150 link_all_deplibs
=unknown
9153 old_archive_from_new_cmds
=
9154 old_archive_from_expsyms_cmds
=
9155 thread_safe_flag_spec
=
9156 whole_archive_flag_spec
=
9157 # include_expsyms should be a list of space-separated symbols to be *always*
9158 # included in the symbol list
9160 # exclude_expsyms can be an extended regexp of symbols to exclude
9161 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9162 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9163 # as well as any symbol that contains `d'.
9164 exclude_expsyms
='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
9165 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9166 # platforms (ab)use it in PIC code, but their linkers get confused if
9167 # the symbol is explicitly referenced. Since portable code cannot
9168 # rely on this symbol name, it's probably fine to never include it in
9169 # preloaded symbol tables.
9170 # Exclude shared library initialization/finalization symbols.
9171 extract_expsyms_cmds
=
9174 cygwin
* | mingw
* | pw32
* | cegcc
*)
9175 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9176 # When not using gcc, we currently assume that we are using
9177 # Microsoft Visual C++.
9178 if test "$GCC" != yes; then
9183 # we just hope/assume this is gcc and not c89 (= MSVC++)
9193 # On some targets, GNU ld is compatible enough with the native linker
9194 # that we're better off using the native interface for both.
9195 lt_use_gnu_ld_interface
=no
9196 if test "$with_gnu_ld" = yes; then
9199 # The AIX port of GNU ld has always aspired to compatibility
9200 # with the native linker. However, as the warning in the GNU ld
9201 # block says, versions before 2.19.5* couldn't really create working
9202 # shared libraries, regardless of the interface used.
9203 case `$LD -v 2>&1` in
9204 *\ \
(GNU\ Binutils\
)\
2.19.5*) ;;
9205 *\ \
(GNU\ Binutils\
)\
2.
[2-9]*) ;;
9206 *\ \
(GNU\ Binutils\
)\
[3-9]*) ;;
9208 lt_use_gnu_ld_interface
=yes
9213 lt_use_gnu_ld_interface
=yes
9218 if test "$lt_use_gnu_ld_interface" = yes; then
9219 # If archive_cmds runs LD, not CC, wlarc should be empty
9222 # Set some defaults for GNU ld with shared library support. These
9223 # are reset later if shared libraries are not supported. Putting them
9224 # here allows them to be overridden if necessary.
9225 runpath_var
=LD_RUN_PATH
9226 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9227 export_dynamic_flag_spec
='${wl}--export-dynamic'
9228 # ancient GNU ld didn't support --whole-archive et. al.
9229 if $LD --help 2>&1 |
$GREP 'no-whole-archive' > /dev
/null
; then
9230 whole_archive_flag_spec
="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9232 whole_archive_flag_spec
=
9234 supports_anon_versioning
=no
9235 case `$LD -v 2>&1` in
9236 *GNU\ gold
*) supports_anon_versioning
=yes ;;
9237 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.10.
*) ;; # catch versions < 2.11
9238 *\
2.11.93.0.2\
*) supports_anon_versioning
=yes ;; # RH7.3 ...
9239 *\
2.11.92.0.12\
*) supports_anon_versioning
=yes ;; # Mandrake 8.2 ...
9240 *\
2.11.
*) ;; # other 2.11 versions
9241 *) supports_anon_versioning
=yes ;;
9244 # See if GNU ld supports shared libraries.
9247 # On AIX/PPC, the GNU linker is very broken
9248 if test "$host_cpu" != ia64
; then
9252 *** Warning: the GNU linker, at least up to release 2.19, is reported
9253 *** to be unable to reliably create shared libraries on AIX.
9254 *** Therefore, libtool is disabling shared libraries support. If you
9255 *** really care for shared libraries, you may want to install binutils
9256 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9257 *** You will then need to restart the configuration process.
9266 # see comment about AmigaOS4 .so support
9267 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9268 archive_expsym_cmds
=''
9271 archive_cmds
='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
9272 hardcode_libdir_flag_spec
='-L$libdir'
9273 hardcode_minus_L
=yes
9279 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9280 allow_undefined_flag
=unsupported
9281 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9282 # support --undefined. This deserves some investigation. FIXME
9283 archive_cmds
='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9289 cygwin
* | mingw
* | pw32
* | cegcc
*)
9290 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9291 # as there is no search path for DLLs.
9292 hardcode_libdir_flag_spec
='-L$libdir'
9293 export_dynamic_flag_spec
='${wl}--export-all-symbols'
9294 allow_undefined_flag
=unsupported
9295 always_export_symbols
=no
9296 enable_shared_with_static_runtimes
=yes
9297 export_symbols_cmds
='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9299 if $LD --help 2>&1 |
$GREP 'auto-import' > /dev
/null
; then
9300 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9301 # If the export-symbols file already is a .def file (1st line
9302 # is EXPORTS), use it as is; otherwise, prepend...
9303 archive_expsym_cmds
='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9304 cp $export_symbols $output_objdir/$soname.def;
9306 echo EXPORTS > $output_objdir/$soname.def;
9307 cat $export_symbols >> $output_objdir/$soname.def;
9309 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9316 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9317 link_all_deplibs
=yes
9322 hardcode_shlibpath_var
=no
9323 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
9324 export_dynamic_flag_spec
='${wl}-E'
9325 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9326 # Instead, shared libraries are loaded at an image base (0x10000000 by
9327 # default) and relocated if they conflict, which is a slow very memory
9328 # consuming and fragmenting process. To avoid this, we pick a random,
9329 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9330 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9331 archive_cmds
='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9332 archive_expsym_cmds
='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9335 gnu
* | linux
* | tpf
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
9337 if test "$host_os" = linux-dietlibc
; then
9338 case $cc_basename in
9339 diet\
*) tmp_diet
=yes;; # linux-dietlibc with static linking (!diet-dyn)
9342 if $LD --help 2>&1 |
$EGREP ': supported targets:.* elf' > /dev
/null \
9343 && test "$tmp_diet" = no
9345 tmp_addflag
=' $pic_flag'
9346 tmp_sharedflag
='-shared'
9347 case $cc_basename,$host_cpu in
9348 pgcc
*) # Portland Group C compiler
9349 whole_archive_flag_spec
='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9350 tmp_addflag
=' $pic_flag'
9352 pgf77
* | pgf90
* | pgf95
* | pgfortran
*)
9353 # Portland Group f77 and f90 compilers
9354 whole_archive_flag_spec
='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9355 tmp_addflag
=' $pic_flag -Mnomain' ;;
9356 ecc
*,ia64
* | icc
*,ia64
*) # Intel C compiler on ia64
9357 tmp_addflag
=' -i_dynamic' ;;
9358 efc
*,ia64
* | ifort
*,ia64
*) # Intel Fortran compiler on ia64
9359 tmp_addflag
=' -i_dynamic -nofor_main' ;;
9360 ifc
* | ifort
*) # Intel Fortran compiler
9361 tmp_addflag
=' -nofor_main' ;;
9362 lf95
*) # Lahey Fortran 8.1
9363 whole_archive_flag_spec
=
9364 tmp_sharedflag
='--shared' ;;
9365 xl
[cC
]* | bgxl
[cC
]* | mpixl
[cC
]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9366 tmp_sharedflag
='-qmkshrobj'
9368 nvcc
*) # Cuda Compiler Driver 2.2
9369 whole_archive_flag_spec
='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9370 compiler_needs_object
=yes
9373 case `$CC -V 2>&1 | sed 5q` in
9374 *Sun\ C
*) # Sun C 5.9
9375 whole_archive_flag_spec
='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9376 compiler_needs_object
=yes
9377 tmp_sharedflag
='-G' ;;
9378 *Sun\ F
*) # Sun Fortran 8.3
9379 tmp_sharedflag
='-G' ;;
9381 archive_cmds
='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9383 if test "x$supports_anon_versioning" = xyes
; then
9384 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
9385 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9386 echo "local: *; };" >> $output_objdir/$libname.ver~
9387 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9390 case $cc_basename in
9391 xlf
* | bgf
* | bgxlf
* | mpixlf
*)
9392 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9393 whole_archive_flag_spec
='--whole-archive$convenience --no-whole-archive'
9394 hardcode_libdir_flag_spec
=
9395 hardcode_libdir_flag_spec_ld
='-rpath $libdir'
9396 archive_cmds
='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9397 if test "x$supports_anon_versioning" = xyes
; then
9398 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
9399 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9400 echo "local: *; };" >> $output_objdir/$libname.ver~
9401 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9411 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
9412 archive_cmds
='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9415 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9416 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9421 if $LD -v 2>&1 |
$GREP 'BFD 2\.8' > /dev
/null
; then
9425 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9426 *** create shared libraries on Solaris systems. Therefore, libtool
9427 *** is disabling shared libraries support. We urge you to upgrade GNU
9428 *** binutils to release 2.9.1 or newer. Another option is to modify
9429 *** your PATH or compiler configuration so that the native linker is
9430 *** used, and then restart.
9433 elif $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9434 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9435 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9441 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
*)
9442 case `$LD -v 2>&1` in
9443 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.1[0-5].
*)
9447 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9448 *** reliably create shared libraries on SCO systems. Therefore, libtool
9449 *** is disabling shared libraries support. We urge you to upgrade GNU
9450 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9451 *** your PATH or compiler configuration so that the native linker is
9452 *** used, and then restart.
9457 # For security reasons, it is highly recommended that you always
9458 # use absolute paths for naming shared libraries, and exclude the
9459 # DT_RUNPATH tag from executables and libraries. But doing so
9460 # requires that you compile everything twice, which is a pain.
9461 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9462 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9463 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9464 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9473 archive_cmds
='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9476 hardcode_shlibpath_var
=no
9480 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9481 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9482 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9489 if test "$ld_shlibs" = no
; then
9491 hardcode_libdir_flag_spec
=
9492 export_dynamic_flag_spec
=
9493 whole_archive_flag_spec
=
9496 # PORTME fill in a description of your system's linker (not GNU ld)
9499 allow_undefined_flag
=unsupported
9500 always_export_symbols
=yes
9501 archive_expsym_cmds
='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
9502 # Note: this linker hardcodes the directories in LIBPATH if there
9503 # are no directories specified by -L.
9504 hardcode_minus_L
=yes
9505 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9506 # Neither direct hardcoding nor static linking is supported with a
9508 hardcode_direct
=unsupported
9513 if test "$host_cpu" = ia64
; then
9514 # On IA64, the linker does run time linking by default, so we don't
9515 # have to do anything special.
9516 aix_use_runtimelinking
=no
9517 exp_sym_flag
='-Bexport'
9520 # If we're using GNU nm, then we don't want the "-C" option.
9521 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9522 # Also, AIX nm treats weak defined symbols like other global
9523 # defined symbols, whereas GNU nm marks them as "W".
9524 if $NM -V 2>&1 |
$GREP 'GNU' > /dev
/null
; then
9525 export_symbols_cmds
='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9527 export_symbols_cmds
='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9529 aix_use_runtimelinking
=no
9531 # Test if we are trying to use run time linking or normal
9532 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9533 # need to do runtime linking.
9534 case $host_os in aix4.
[23]|aix4.
[23].
*|aix
[5-9]*)
9535 for ld_flag
in $LDFLAGS; do
9536 if (test $ld_flag = "-brtl" ||
test $ld_flag = "-Wl,-brtl"); then
9537 aix_use_runtimelinking
=yes
9544 exp_sym_flag
='-bexport'
9545 no_entry_flag
='-bnoentry'
9548 # When large executables or shared objects are built, AIX ld can
9549 # have problems creating the table of contents. If linking a library
9550 # or program results in "error TOC overflow" add -mminimal-toc to
9551 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9552 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9556 hardcode_direct_absolute
=yes
9557 hardcode_libdir_separator
=':'
9558 link_all_deplibs
=yes
9559 file_list_spec
='${wl}-f,'
9561 if test "$GCC" = yes; then
9562 case $host_os in aix4.
[012]|aix4.
[012].
*)
9563 # We only want to do this on AIX 4.2 and lower, the check
9564 # below for broken collect2 doesn't work under 4.3+
9565 collect2name
=`${CC} -print-prog-name=collect2`
9566 if test -f "$collect2name" &&
9567 strings "$collect2name" |
$GREP resolve_lib_name
>/dev
/null
9569 # We have reworked collect2
9572 # We have old collect2
9573 hardcode_direct
=unsupported
9574 # It fails to find uninstalled libraries when the uninstalled
9575 # path is not listed in the libpath. Setting hardcode_minus_L
9576 # to unsupported forces relinking
9577 hardcode_minus_L
=yes
9578 hardcode_libdir_flag_spec
='-L$libdir'
9579 hardcode_libdir_separator
=
9583 shared_flag
='-shared'
9584 if test "$aix_use_runtimelinking" = yes; then
9585 shared_flag
="$shared_flag "'${wl}-G'
9589 if test "$host_cpu" = ia64
; then
9590 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9591 # chokes on -Wl,-G. The following line is correct:
9594 if test "$aix_use_runtimelinking" = yes; then
9595 shared_flag
='${wl}-G'
9597 shared_flag
='${wl}-bM:SRE'
9602 export_dynamic_flag_spec
='${wl}-bexpall'
9603 # It seems that -bexpall does not export symbols beginning with
9604 # underscore (_), so it is better to generate a list of symbols to export.
9605 always_export_symbols
=yes
9606 if test "$aix_use_runtimelinking" = yes; then
9607 # Warning - without using the other runtime loading flags (-brtl),
9608 # -berok will link without error, but may produce a broken library.
9609 allow_undefined_flag
='-berok'
9610 # Determine the default libpath from the value encoded in an
9612 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9613 /* end confdefs.h. */
9623 if ac_fn_c_try_link
"$LINENO"; then :
9625 lt_aix_libpath_sed
='
9626 /Import File Strings/,/^$/ {
9632 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9633 # Check for a 64-bit object if we didn't find anything.
9634 if test -z "$aix_libpath"; then
9635 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9638 rm -f core conftest.err conftest.
$ac_objext \
9639 conftest
$ac_exeext conftest.
$ac_ext
9640 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
9642 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
9643 archive_expsym_cmds
='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
9645 if test "$host_cpu" = ia64
; then
9646 hardcode_libdir_flag_spec
='${wl}-R $libdir:/usr/lib:/lib'
9647 allow_undefined_flag
="-z nodefs"
9648 archive_expsym_cmds
="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
9650 # Determine the default libpath from the value encoded in an
9652 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9653 /* end confdefs.h. */
9663 if ac_fn_c_try_link
"$LINENO"; then :
9665 lt_aix_libpath_sed
='
9666 /Import File Strings/,/^$/ {
9672 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9673 # Check for a 64-bit object if we didn't find anything.
9674 if test -z "$aix_libpath"; then
9675 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9678 rm -f core conftest.err conftest.
$ac_objext \
9679 conftest
$ac_exeext conftest.
$ac_ext
9680 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
9682 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
9683 # Warning - without using the other run time loading flags,
9684 # -berok will link without error, but may produce a broken library.
9685 no_undefined_flag
=' ${wl}-bernotok'
9686 allow_undefined_flag
=' ${wl}-berok'
9687 if test "$with_gnu_ld" = yes; then
9688 # We only use this code for GNU lds that support --whole-archive.
9689 whole_archive_flag_spec
='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9691 # Exported symbols can be pulled into shared objects from archives
9692 whole_archive_flag_spec
='$convenience'
9694 archive_cmds_need_lc
=yes
9695 # This is similar to how AIX traditionally builds its shared libraries.
9696 archive_expsym_cmds
="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
9704 # see comment about AmigaOS4 .so support
9705 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9706 archive_expsym_cmds
=''
9709 archive_cmds
='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
9710 hardcode_libdir_flag_spec
='-L$libdir'
9711 hardcode_minus_L
=yes
9717 export_dynamic_flag_spec
=-rdynamic
9720 cygwin
* | mingw
* | pw32
* | cegcc
*)
9721 # When not using gcc, we currently assume that we are using
9722 # Microsoft Visual C++.
9723 # hardcode_libdir_flag_spec is actually meaningless, as there is
9724 # no search path for DLLs.
9725 hardcode_libdir_flag_spec
=' '
9726 allow_undefined_flag
=unsupported
9727 # Tell ltmain to make .lib files, not .a files.
9729 # Tell ltmain to make .dll files, not .so files.
9731 # FIXME: Setting linknames here is a bad hack.
9732 archive_cmds
='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9733 # The linker will automatically build a .lib file if we build a DLL.
9734 old_archive_from_new_cmds
='true'
9735 # FIXME: Should let the user specify the lib program.
9736 old_archive_cmds
='lib -OUT:$oldlib$oldobjs$old_deplibs'
9737 fix_srcfile_path
='`cygpath -w "$srcfile"`'
9738 enable_shared_with_static_runtimes
=yes
9741 darwin
* | rhapsody
*)
9744 archive_cmds_need_lc
=no
9746 hardcode_automatic
=yes
9747 hardcode_shlibpath_var
=unsupported
9748 if test "$lt_cv_ld_force_load" = "yes"; then
9749 whole_archive_flag_spec
='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
9751 whole_archive_flag_spec
=''
9753 link_all_deplibs
=yes
9754 allow_undefined_flag
="$_lt_dar_allow_undefined"
9755 case $cc_basename in
9756 ifort
*) _lt_dar_can_shared
=yes ;;
9757 *) _lt_dar_can_shared
=$GCC ;;
9759 if test "$_lt_dar_can_shared" = "yes"; then
9760 output_verbose_link_cmd
=func_echo_all
9761 archive_cmds
="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9762 module_cmds
="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9763 archive_expsym_cmds
="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
9764 module_expsym_cmds
="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
9773 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9774 hardcode_libdir_flag_spec
='-L$libdir'
9775 hardcode_shlibpath_var
=no
9778 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9779 # support. Future versions do this automatically, but an explicit c++rt0.o
9780 # does not break anything, and helps significantly (at the cost of a little
9783 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9784 hardcode_libdir_flag_spec
='-R$libdir'
9786 hardcode_shlibpath_var
=no
9789 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9791 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9793 hardcode_minus_L
=yes
9794 hardcode_shlibpath_var
=no
9797 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9798 freebsd
* | dragonfly
*)
9799 archive_cmds
='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9800 hardcode_libdir_flag_spec
='-R$libdir'
9802 hardcode_shlibpath_var
=no
9806 if test "$GCC" = yes; then
9807 archive_cmds
='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
9809 archive_cmds
='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
9811 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9812 hardcode_libdir_separator
=:
9815 # hardcode_minus_L: Not really in the search PATH,
9816 # but as the default location of the library.
9817 hardcode_minus_L
=yes
9818 export_dynamic_flag_spec
='${wl}-E'
9822 if test "$GCC" = yes && test "$with_gnu_ld" = no
; then
9823 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9825 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9827 if test "$with_gnu_ld" = no
; then
9828 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9829 hardcode_libdir_flag_spec_ld
='+b $libdir'
9830 hardcode_libdir_separator
=:
9832 hardcode_direct_absolute
=yes
9833 export_dynamic_flag_spec
='${wl}-E'
9834 # hardcode_minus_L: Not really in the search PATH,
9835 # but as the default location of the library.
9836 hardcode_minus_L
=yes
9841 if test "$GCC" = yes && test "$with_gnu_ld" = no
; then
9844 archive_cmds
='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9847 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9850 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9856 archive_cmds
='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9859 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9863 # Older versions of the 11.00 compiler do not understand -b yet
9864 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9866 $as_echo_n "checking if $CC understands -b... " >&6; }
9867 if ${lt_cv_prog_compiler__b+:} false
; then :
9868 $as_echo_n "(cached) " >&6
9870 lt_cv_prog_compiler__b
=no
9871 save_LDFLAGS
="$LDFLAGS"
9872 LDFLAGS
="$LDFLAGS -b"
9873 echo "$lt_simple_link_test_code" > conftest.
$ac_ext
9874 if (eval $ac_link 2>conftest.err
) && test -s conftest
$ac_exeext; then
9875 # The linker can only warn and ignore the option if not recognized
9876 # So say no if there are warnings
9877 if test -s conftest.err
; then
9878 # Append any errors to the config.log.
9879 cat conftest.err
1>&5
9880 $ECHO "$_lt_linker_boilerplate" |
$SED '/^$/d' > conftest.exp
9881 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
9882 if diff conftest.exp conftest.er2
>/dev
/null
; then
9883 lt_cv_prog_compiler__b
=yes
9886 lt_cv_prog_compiler__b
=yes
9890 LDFLAGS
="$save_LDFLAGS"
9893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9894 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9896 if test x
"$lt_cv_prog_compiler__b" = xyes
; then
9897 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9899 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9905 if test "$with_gnu_ld" = no
; then
9906 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9907 hardcode_libdir_separator
=:
9912 hardcode_shlibpath_var
=no
9916 hardcode_direct_absolute
=yes
9917 export_dynamic_flag_spec
='${wl}-E'
9919 # hardcode_minus_L: Not really in the search PATH,
9920 # but as the default location of the library.
9921 hardcode_minus_L
=yes
9927 irix5
* | irix6
* | nonstopux
*)
9928 if test "$GCC" = yes; then
9929 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9930 # Try to use the -exported_symbol ld option, if it does not
9931 # work, assume that -exports_file does not work either and
9932 # implicitly export all symbols.
9933 save_LDFLAGS
="$LDFLAGS"
9934 LDFLAGS
="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9935 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9936 /* end confdefs.h. */
9939 if ac_fn_c_try_link
"$LINENO"; then :
9940 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
9943 rm -f core conftest.err conftest.
$ac_objext \
9944 conftest
$ac_exeext conftest.
$ac_ext
9945 LDFLAGS
="$save_LDFLAGS"
9947 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
9948 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
9950 archive_cmds_need_lc
='no'
9951 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9952 hardcode_libdir_separator
=:
9954 link_all_deplibs
=yes
9958 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
9959 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9961 archive_cmds
='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9963 hardcode_libdir_flag_spec
='-R$libdir'
9965 hardcode_shlibpath_var
=no
9969 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9971 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9972 hardcode_libdir_separator
=:
9973 hardcode_shlibpath_var
=no
9980 if test -f /usr
/libexec
/ld.so
; then
9982 hardcode_shlibpath_var
=no
9983 hardcode_direct_absolute
=yes
9984 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9985 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9986 archive_expsym_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9987 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
9988 export_dynamic_flag_spec
='${wl}-E'
9991 openbsd
[01].
* | openbsd2.
[0-7] | openbsd2.
[0-7].
*)
9992 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9993 hardcode_libdir_flag_spec
='-R$libdir'
9996 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9997 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
10007 hardcode_libdir_flag_spec
='-L$libdir'
10008 hardcode_minus_L
=yes
10009 allow_undefined_flag
=unsupported
10010 archive_cmds
='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
10011 old_archive_from_new_cmds
='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
10015 if test "$GCC" = yes; then
10016 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
10017 archive_cmds
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
10019 allow_undefined_flag
=' -expect_unresolved \*'
10020 archive_cmds
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
10022 archive_cmds_need_lc
='no'
10023 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
10024 hardcode_libdir_separator
=:
10027 osf4
* | osf5
*) # as osf3* with the addition of -msym flag
10028 if test "$GCC" = yes; then
10029 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
10030 archive_cmds
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
10031 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
10033 allow_undefined_flag
=' -expect_unresolved \*'
10034 archive_cmds
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
10035 archive_expsym_cmds
='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
10036 $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
10038 # Both c and cxx compiler support -rpath directly
10039 hardcode_libdir_flag_spec
='-rpath $libdir'
10041 archive_cmds_need_lc
='no'
10042 hardcode_libdir_separator
=:
10046 no_undefined_flag
=' -z defs'
10047 if test "$GCC" = yes; then
10049 archive_cmds
='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10050 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10051 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10053 case `$CC -V 2>&1` in
10056 archive_cmds
='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
10057 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10058 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
10062 archive_cmds
='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
10063 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10064 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10068 hardcode_libdir_flag_spec
='-R$libdir'
10069 hardcode_shlibpath_var
=no
10071 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
10073 # The compiler driver will combine and reorder linker options,
10074 # but understands `-z linker_flag'. GCC discards it without `$wl',
10075 # but is careful enough not to reorder.
10076 # Supported since Solaris 2.6 (maybe 2.5.1?)
10077 if test "$GCC" = yes; then
10078 whole_archive_flag_spec
='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
10080 whole_archive_flag_spec
='-z allextract$convenience -z defaultextract'
10084 link_all_deplibs
=yes
10088 if test "x$host_vendor" = xsequent
; then
10089 # Use $CC to link under sequent, because it throws in some extra .o
10090 # files that make .init and .fini sections work.
10091 archive_cmds
='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
10093 archive_cmds
='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
10095 hardcode_libdir_flag_spec
='-L$libdir'
10096 hardcode_direct
=yes
10097 hardcode_minus_L
=yes
10098 hardcode_shlibpath_var
=no
10102 case $host_vendor in
10104 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10105 hardcode_direct
=yes # is this really true???
10108 ## LD is ld it makes a PLAMLIB
10109 ## CC just makes a GrossModule.
10110 archive_cmds
='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10111 reload_cmds
='$CC -r -o $output$reload_objs'
10115 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10116 hardcode_direct
=no
#Motorola manual says yes, but my tests say they lie
10119 runpath_var
='LD_RUN_PATH'
10120 hardcode_shlibpath_var
=no
10124 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10125 hardcode_shlibpath_var
=no
10126 export_dynamic_flag_spec
='-Bexport'
10130 if test -d /usr
/nec
; then
10131 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10132 hardcode_shlibpath_var
=no
10133 runpath_var
=LD_RUN_PATH
10134 hardcode_runpath_var
=yes
10139 sysv4
*uw2
* | sysv5OpenUNIX
* | sysv5UnixWare7.
[01].
[10]* | unixware7
* | sco3.2v5.0.
[024]*)
10140 no_undefined_flag
='${wl}-z,text'
10141 archive_cmds_need_lc
=no
10142 hardcode_shlibpath_var
=no
10143 runpath_var
='LD_RUN_PATH'
10145 if test "$GCC" = yes; then
10146 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10147 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10149 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10150 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10154 sysv5
* | sco3.2v5
* | sco5v6
*)
10155 # Note: We can NOT use -z defs as we might desire, because we do not
10156 # link with -lc, and that would cause any symbols used from libc to
10157 # always be unresolved, which means just about no library would
10158 # ever link correctly. If we're not using GNU ld we use -z text
10159 # though, which does catch some bad symbols but isn't as heavy-handed
10161 no_undefined_flag
='${wl}-z,text'
10162 allow_undefined_flag
='${wl}-z,nodefs'
10163 archive_cmds_need_lc
=no
10164 hardcode_shlibpath_var
=no
10165 hardcode_libdir_flag_spec
='${wl}-R,$libdir'
10166 hardcode_libdir_separator
=':'
10167 link_all_deplibs
=yes
10168 export_dynamic_flag_spec
='${wl}-Bexport'
10169 runpath_var
='LD_RUN_PATH'
10171 if test "$GCC" = yes; then
10172 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10173 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10175 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10176 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10181 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10182 hardcode_libdir_flag_spec
='-L$libdir'
10183 hardcode_shlibpath_var
=no
10191 if test x
$host_vendor = xsni
; then
10193 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
10194 export_dynamic_flag_spec
='${wl}-Blargedynsym'
10200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10201 $as_echo "$ld_shlibs" >&6; }
10202 test "$ld_shlibs" = no
&& can_build_shared
=no
10204 with_gnu_ld
=$with_gnu_ld
10221 # Do we need to explicitly link libc?
10223 case "x$archive_cmds_need_lc" in
10225 # Assume -lc should be added
10226 archive_cmds_need_lc
=yes
10228 if test "$enable_shared" = yes && test "$GCC" = yes; then
10229 case $archive_cmds in
10231 # FIXME: we may have to deal with multi-command sequences.
10234 # Test whether the compiler implicitly links with -lc since on some
10235 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10236 # to ld, don't add -lc before -lgcc.
10237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10238 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10239 if ${lt_cv_archive_cmds_need_lc+:} false
; then :
10240 $as_echo_n "(cached) " >&6
10243 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
10245 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10246 (eval $ac_compile) 2>&5
10248 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10249 test $ac_status = 0; } 2>conftest.err
; then
10252 libobjs
=conftest.
$ac_objext
10254 wl
=$lt_prog_compiler_wl
10255 pic_flag
=$lt_prog_compiler_pic
10261 lt_save_allow_undefined_flag
=$allow_undefined_flag
10262 allow_undefined_flag
=
10263 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
10264 (eval $archive_cmds 2\
>\
&1 \|
$GREP \" -lc \" \
>/dev
/null
2\
>\
&1) 2>&5
10266 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10267 test $ac_status = 0; }
10269 lt_cv_archive_cmds_need_lc
=no
10271 lt_cv_archive_cmds_need_lc
=yes
10273 allow_undefined_flag
=$lt_save_allow_undefined_flag
10275 cat conftest.err
1>&5
10280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10281 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
10282 archive_cmds_need_lc
=$lt_cv_archive_cmds_need_lc
10445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10446 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10448 if test "$GCC" = yes; then
10450 darwin
*) lt_awk_arg
="/^libraries:/,/LR/" ;;
10451 *) lt_awk_arg
="/^libraries:/" ;;
10454 mingw
* | cegcc
*) lt_sed_strip_eq
="s,=\([A-Za-z]:\),\1,g" ;;
10455 *) lt_sed_strip_eq
="s,=/,/,g" ;;
10457 lt_search_path_spec
=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10458 case $lt_search_path_spec in
10460 # if the path contains ";" then we assume it to be the separator
10461 # otherwise default to the standard path separator (i.e. ":") - it is
10462 # assumed that no part of a normal pathname contains ";" but that should
10463 # okay in the real world where ";" in dirpaths is itself problematic.
10464 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10467 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10470 # Ok, now we have the path, separated by spaces, we can step through it
10471 # and add multilib dir if necessary.
10472 lt_tmp_lt_search_path_spec
=
10473 lt_multi_os_dir
=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10474 for lt_sys_path
in $lt_search_path_spec; do
10475 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10476 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10478 test -d "$lt_sys_path" && \
10479 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path"
10482 lt_search_path_spec
=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10483 BEGIN {RS=" "; FS="/|\n";} {
10486 for (lt_i = NF; lt_i > 0; lt_i--) {
10487 if ($lt_i != "" && $lt_i != ".") {
10488 if ($lt_i == "..") {
10491 if (lt_count == 0) {
10492 lt_foo="/" $lt_i lt_foo;
10499 if (lt_foo != "") { lt_freq[lt_foo]++; }
10500 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10502 # AWK program above erroneously prepends '/' to C:/dos/paths
10505 mingw
* | cegcc
*) lt_search_path_spec
=`$ECHO "$lt_search_path_spec" |\
10506 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10508 sys_lib_search_path_spec
=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10510 sys_lib_search_path_spec
="/lib /usr/lib /usr/local/lib"
10512 library_names_spec
=
10513 libname_spec
='lib$name'
10517 postuninstall_cmds
=
10521 shlibpath_overrides_runpath
=unknown
10523 dynamic_linker
="$host_os ld.so"
10524 sys_lib_dlsearch_path_spec
="/lib /usr/lib"
10525 need_lib_prefix
=unknown
10526 hardcode_into_libs
=no
10528 # when you set need_version to no, make sure it does not cause -set_version
10529 # flags to be left without arguments
10530 need_version
=unknown
10535 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname.a'
10536 shlibpath_var
=LIBPATH
10538 # AIX 3 has no versioning support, so we append a major version to the name.
10539 soname_spec
='${libname}${release}${shared_ext}$major'
10546 hardcode_into_libs
=yes
10547 if test "$host_cpu" = ia64
; then
10548 # AIX 5 supports IA64
10549 library_names_spec
='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10550 shlibpath_var
=LD_LIBRARY_PATH
10552 # With GCC up to 2.95.x, collect2 would create an import file
10553 # for dependence libraries. The import file would start with
10554 # the line `#! .'. This would cause the generated library to
10555 # depend on `.', always an invalid library. This was fixed in
10556 # development snapshots of GCC prior to 3.0.
10558 aix4 | aix4.
[01] | aix4.
[01].
*)
10559 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10561 echo '#endif'; } |
${CC} -E - |
$GREP yes > /dev
/null
; then
10564 can_build_shared
=no
10568 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10569 # soname into executable. Probably we can add versioning support to
10570 # collect2, so additional links can be useful in future.
10571 if test "$aix_use_runtimelinking" = yes; then
10572 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10573 # instead of lib<name>.a to let people know that these are not
10574 # typical AIX shared libraries.
10575 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10577 # We preserve .a as extension for shared libraries through AIX4.2
10578 # and later when we are not doing run time linking.
10579 library_names_spec
='${libname}${release}.a $libname.a'
10580 soname_spec
='${libname}${release}${shared_ext}$major'
10582 shlibpath_var
=LIBPATH
10589 # Since July 2007 AmigaOS4 officially supports .so libraries.
10590 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10591 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10594 library_names_spec
='$libname.ixlibrary $libname.a'
10595 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10596 finish_eval
='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''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'
10602 library_names_spec
='${libname}${shared_ext}'
10603 dynamic_linker
="$host_os ld.so"
10604 shlibpath_var
=LIBRARY_PATH
10610 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10611 soname_spec
='${libname}${release}${shared_ext}$major'
10612 finish_cmds
='PATH="\$PATH:/sbin" ldconfig $libdir'
10613 shlibpath_var
=LD_LIBRARY_PATH
10614 sys_lib_search_path_spec
="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10615 sys_lib_dlsearch_path_spec
="/shlib /usr/lib /usr/local/lib"
10616 # the default ld.so.conf also contains /usr/contrib/lib and
10617 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10618 # libtool to hard-code these into programs
10621 cygwin
* | mingw
* | pw32
* | cegcc
*)
10622 version_type
=windows
10627 case $GCC,$host_os in
10628 yes,cygwin
* |
yes,mingw
* |
yes,pw32
* |
yes,cegcc
*)
10629 library_names_spec
='$libname.dll.a'
10630 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10631 postinstall_cmds
='base_file=`basename \${file}`~
10632 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10633 dldir=$destdir/`dirname \$dlpath`~
10634 test -d \$dldir || mkdir -p \$dldir~
10635 $install_prog $dir/$dlname \$dldir/$dlname~
10636 chmod a+x \$dldir/$dlname~
10637 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10638 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10640 postuninstall_cmds
='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10641 dlpath=$dir/\$dldll~
10643 shlibpath_overrides_runpath
=yes
10647 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10648 soname_spec
='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10650 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/lib/w32api"
10653 # MinGW DLLs use traditional 'lib' prefix
10654 soname_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10657 # pw32 DLLs use 'pw' prefix rather than 'lib'
10658 library_names_spec
='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10664 library_names_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10667 dynamic_linker
='Win32 ld.exe'
10668 # FIXME: first we should search . and the directory the executable is in
10672 darwin
* | rhapsody
*)
10673 dynamic_linker
="$host_os dyld"
10674 version_type
=darwin
10677 library_names_spec
='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10678 soname_spec
='${libname}${release}${major}$shared_ext'
10679 shlibpath_overrides_runpath
=yes
10680 shlibpath_var
=DYLD_LIBRARY_PATH
10681 shrext_cmds
='`test .$module = .yes && echo .so || echo .dylib`'
10683 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/local/lib"
10684 sys_lib_dlsearch_path_spec
='/usr/local/lib /lib /usr/lib'
10691 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10692 soname_spec
='${libname}${release}${shared_ext}$major'
10693 shlibpath_var
=LD_LIBRARY_PATH
10696 freebsd
* | dragonfly
*)
10697 # DragonFly does not have aout. When/if they implement a new
10698 # versioning mechanism, adjust this.
10699 if test -x /usr
/bin
/objformat
; then
10700 objformat
=`/usr/bin/objformat`
10703 freebsd
[23].
*) objformat
=aout
;;
10704 *) objformat
=elf
;;
10707 version_type
=freebsd-
$objformat
10708 case $version_type in
10710 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10715 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10719 shlibpath_var
=LD_LIBRARY_PATH
10722 shlibpath_overrides_runpath
=yes
10724 freebsd3.
[01]* | freebsdelf3.
[01]*)
10725 shlibpath_overrides_runpath
=yes
10726 hardcode_into_libs
=yes
10728 freebsd3.
[2-9]* | freebsdelf3.
[2-9]* | \
10729 freebsd4.
[0-5] | freebsdelf4.
[0-5] | freebsd4.1
.1 | freebsdelf4.1
.1)
10730 shlibpath_overrides_runpath
=no
10731 hardcode_into_libs
=yes
10733 *) # from 4.6 on, and DragonFly
10734 shlibpath_overrides_runpath
=yes
10735 hardcode_into_libs
=yes
10744 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10745 soname_spec
='${libname}${release}${shared_ext}$major'
10746 shlibpath_var
=LD_LIBRARY_PATH
10747 hardcode_into_libs
=yes
10754 dynamic_linker
="$host_os runtime_loader"
10755 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10756 soname_spec
='${libname}${release}${shared_ext}$major'
10757 shlibpath_var
=LIBRARY_PATH
10758 shlibpath_overrides_runpath
=yes
10759 sys_lib_dlsearch_path_spec
='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10760 hardcode_into_libs
=yes
10763 hpux9
* | hpux10
* | hpux11
*)
10764 # Give a soname corresponding to the major version so that dld.sl refuses to
10765 # link against other versions.
10772 hardcode_into_libs
=yes
10773 dynamic_linker
="$host_os dld.so"
10774 shlibpath_var
=LD_LIBRARY_PATH
10775 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
10776 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10777 soname_spec
='${libname}${release}${shared_ext}$major'
10778 if test "X$HPUX_IA64_MODE" = X32
; then
10779 sys_lib_search_path_spec
="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10781 sys_lib_search_path_spec
="/usr/lib/hpux64 /usr/local/lib/hpux64"
10783 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
10787 hardcode_into_libs
=yes
10788 dynamic_linker
="$host_os dld.sl"
10789 shlibpath_var
=LD_LIBRARY_PATH
# How should we handle SHLIB_PATH
10790 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
10791 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10792 soname_spec
='${libname}${release}${shared_ext}$major'
10793 sys_lib_search_path_spec
="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10794 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
10798 dynamic_linker
="$host_os dld.sl"
10799 shlibpath_var
=SHLIB_PATH
10800 shlibpath_overrides_runpath
=no
# +s is required to enable SHLIB_PATH
10801 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10802 soname_spec
='${libname}${release}${shared_ext}$major'
10805 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10806 postinstall_cmds
='chmod 555 $lib'
10807 # or fails outright, so override atomically:
10808 install_override_mode
=555
10815 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10816 soname_spec
='${libname}${release}${shared_ext}$major'
10817 dynamic_linker
='Interix 3.x ld.so.1 (PE, like ELF)'
10818 shlibpath_var
=LD_LIBRARY_PATH
10819 shlibpath_overrides_runpath
=no
10820 hardcode_into_libs
=yes
10823 irix5
* | irix6
* | nonstopux
*)
10825 nonstopux
*) version_type
=nonstopux
;;
10827 if test "$lt_cv_prog_gnu_ld" = yes; then
10835 soname_spec
='${libname}${release}${shared_ext}$major'
10836 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10838 irix5
* | nonstopux
*)
10839 libsuff
= shlibsuff
=
10842 case $LD in # libtool.m4 will add one of these switches to LD
10843 *-32|
*"-32 "|
*-melf32bsmip|
*"-melf32bsmip ")
10844 libsuff
= shlibsuff
= libmagic
=32-bit;;
10845 *-n32|
*"-n32 "|
*-melf32bmipn32|
*"-melf32bmipn32 ")
10846 libsuff
=32 shlibsuff
=N32 libmagic
=N32
;;
10847 *-64|
*"-64 "|
*-melf64bmip|
*"-melf64bmip ")
10848 libsuff
=64 shlibsuff
=64 libmagic
=64-bit;;
10849 *) libsuff
= shlibsuff
= libmagic
=never-match
;;
10853 shlibpath_var
=LD_LIBRARY
${shlibsuff}_PATH
10854 shlibpath_overrides_runpath
=no
10855 sys_lib_search_path_spec
="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10856 sys_lib_dlsearch_path_spec
="/usr/lib${libsuff} /lib${libsuff}"
10857 hardcode_into_libs
=yes
10860 # No shared lib support for Linux oldld, aout, or coff.
10861 linux
*oldld
* | linux
*aout
* | linux
*coff
*)
10865 # This must be Linux ELF.
10866 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
10870 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10871 soname_spec
='${libname}${release}${shared_ext}$major'
10872 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10873 shlibpath_var
=LD_LIBRARY_PATH
10874 shlibpath_overrides_runpath
=no
10876 # Some binutils ld are patched to set DT_RUNPATH
10877 if ${lt_cv_shlibpath_overrides_runpath+:} false
; then :
10878 $as_echo_n "(cached) " >&6
10880 lt_cv_shlibpath_overrides_runpath
=no
10881 save_LDFLAGS
=$LDFLAGS
10882 save_libdir
=$libdir
10883 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10884 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10885 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10886 /* end confdefs.h. */
10896 if ac_fn_c_try_link
"$LINENO"; then :
10897 if ($OBJDUMP -p conftest
$ac_exeext) 2>/dev
/null |
grep "RUNPATH.*$libdir" >/dev
/null
; then :
10898 lt_cv_shlibpath_overrides_runpath
=yes
10901 rm -f core conftest.err conftest.
$ac_objext \
10902 conftest
$ac_exeext conftest.
$ac_ext
10903 LDFLAGS
=$save_LDFLAGS
10904 libdir
=$save_libdir
10908 shlibpath_overrides_runpath
=$lt_cv_shlibpath_overrides_runpath
10910 # This implies no fast_install, which is unacceptable.
10911 # Some rework will be needed to allow for fast_install
10912 # before this can be enabled.
10913 hardcode_into_libs
=yes
10915 # Append ld.so.conf contents to the search path
10916 if test -f /etc
/ld.so.conf
; then
10917 lt_ld_extra
=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
10918 sys_lib_dlsearch_path_spec
="/lib /usr/lib $lt_ld_extra"
10921 # We used to test for /lib/ld.so.1 and disable shared libraries on
10922 # powerpc, because MkLinux only supported shared libraries with the
10923 # GNU dynamic linker. Since this was broken with cross compilers,
10924 # most powerpc-linux boxes support dynamic linking these days and
10925 # people can always --disable-shared, the test was removed, and we
10926 # assume the GNU/Linux dynamic linker is in use.
10927 dynamic_linker
='GNU/Linux ld.so'
10934 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
10935 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10936 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10937 dynamic_linker
='NetBSD (a.out) ld.so'
10939 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10940 soname_spec
='${libname}${release}${shared_ext}$major'
10941 dynamic_linker
='NetBSD ld.elf_so'
10943 shlibpath_var
=LD_LIBRARY_PATH
10944 shlibpath_overrides_runpath
=yes
10945 hardcode_into_libs
=yes
10950 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10951 shlibpath_var
=LD_LIBRARY_PATH
10952 shlibpath_overrides_runpath
=yes
10959 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10960 soname_spec
='${libname}${release}${shared_ext}$major'
10961 shlibpath_var
=LD_LIBRARY_PATH
10962 shlibpath_overrides_runpath
=no
10963 hardcode_into_libs
=yes
10964 dynamic_linker
='ldqnx.so'
10969 sys_lib_dlsearch_path_spec
="/usr/lib"
10971 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10973 openbsd3.3 | openbsd3.3.
*) need_version
=yes ;;
10974 *) need_version
=no
;;
10976 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10977 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10978 shlibpath_var
=LD_LIBRARY_PATH
10979 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10981 openbsd2.
[89] | openbsd2.
[89].
*)
10982 shlibpath_overrides_runpath
=no
10985 shlibpath_overrides_runpath
=yes
10989 shlibpath_overrides_runpath
=yes
10994 libname_spec
='$name'
10997 library_names_spec
='$libname${shared_ext} $libname.a'
10998 dynamic_linker
='OS/2 ld.exe'
10999 shlibpath_var
=LIBPATH
11002 osf3
* | osf4
* | osf5
*)
11006 soname_spec
='${libname}${release}${shared_ext}$major'
11007 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11008 shlibpath_var
=LD_LIBRARY_PATH
11009 sys_lib_search_path_spec
="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
11010 sys_lib_dlsearch_path_spec
="$sys_lib_search_path_spec"
11021 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11022 soname_spec
='${libname}${release}${shared_ext}$major'
11023 shlibpath_var
=LD_LIBRARY_PATH
11024 shlibpath_overrides_runpath
=yes
11025 hardcode_into_libs
=yes
11026 # ldd complains unless libraries are executable
11027 postinstall_cmds
='chmod +x $lib'
11032 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11033 finish_cmds
='PATH="\$PATH:/usr/etc" ldconfig $libdir'
11034 shlibpath_var
=LD_LIBRARY_PATH
11035 shlibpath_overrides_runpath
=yes
11036 if test "$with_gnu_ld" = yes; then
11044 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11045 soname_spec
='${libname}${release}${shared_ext}$major'
11046 shlibpath_var
=LD_LIBRARY_PATH
11047 case $host_vendor in
11049 shlibpath_overrides_runpath
=no
11051 runpath_var
=LD_RUN_PATH
11059 shlibpath_overrides_runpath
=no
11060 sys_lib_search_path_spec
='/lib /usr/lib /usr/ccs/lib'
11066 if test -d /usr
/nec
;then
11068 library_names_spec
='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11069 soname_spec
='$libname${shared_ext}.$major'
11070 shlibpath_var
=LD_LIBRARY_PATH
11074 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
* | sysv4
*uw2
*)
11075 version_type
=freebsd-elf
11078 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11079 soname_spec
='${libname}${release}${shared_ext}$major'
11080 shlibpath_var
=LD_LIBRARY_PATH
11081 shlibpath_overrides_runpath
=yes
11082 hardcode_into_libs
=yes
11083 if test "$with_gnu_ld" = yes; then
11084 sys_lib_search_path_spec
='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
11086 sys_lib_search_path_spec
='/usr/ccs/lib /usr/lib'
11089 sys_lib_search_path_spec
="$sys_lib_search_path_spec /lib"
11093 sys_lib_dlsearch_path_spec
='/usr/lib'
11097 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
11101 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11102 shlibpath_var
=LD_LIBRARY_PATH
11103 shlibpath_overrides_runpath
=no
11104 hardcode_into_libs
=yes
11109 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11110 soname_spec
='${libname}${release}${shared_ext}$major'
11111 shlibpath_var
=LD_LIBRARY_PATH
11118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11119 $as_echo "$dynamic_linker" >&6; }
11120 test "$dynamic_linker" = no
&& can_build_shared
=no
11122 variables_saved_for_relink
="PATH $shlibpath_var $runpath_var"
11123 if test "$GCC" = yes; then
11124 variables_saved_for_relink
="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
11127 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11128 sys_lib_search_path_spec
="$lt_cv_sys_lib_search_path_spec"
11130 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11131 sys_lib_dlsearch_path_spec
="$lt_cv_sys_lib_dlsearch_path_spec"
11225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11226 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
11228 if test -n "$hardcode_libdir_flag_spec" ||
11229 test -n "$runpath_var" ||
11230 test "X$hardcode_automatic" = "Xyes" ; then
11232 # We can hardcode non-existent directories.
11233 if test "$hardcode_direct" != no
&&
11234 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11235 # have to relink, otherwise we might link with an installed library
11236 # when we should be linking with a yet-to-be-installed one
11237 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11238 test "$hardcode_minus_L" != no
; then
11239 # Linking always hardcodes the temporary library directory.
11240 hardcode_action
=relink
11242 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11243 hardcode_action
=immediate
11246 # We cannot hardcode anything, or else we can only hardcode existing
11248 hardcode_action
=unsupported
11250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11251 $as_echo "$hardcode_action" >&6; }
11253 if test "$hardcode_action" = relink ||
11254 test "$inherit_rpath" = yes; then
11255 # Fast installation is not supported
11256 enable_fast_install
=no
11257 elif test "$shlibpath_overrides_runpath" = yes ||
11258 test "$enable_shared" = no
; then
11259 # Fast installation is not necessary
11260 enable_fast_install
=needless
11268 if test "x$enable_dlopen" != xyes
; then
11269 enable_dlopen
=unknown
11270 enable_dlopen_self
=unknown
11271 enable_dlopen_self_static
=unknown
11278 lt_cv_dlopen
="load_add_on"
11280 lt_cv_dlopen_self
=yes
11283 mingw
* | pw32
* | cegcc
*)
11284 lt_cv_dlopen
="LoadLibrary"
11289 lt_cv_dlopen
="dlopen"
11294 # if libdl is installed we need to link against it
11295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11296 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11297 if ${ac_cv_lib_dl_dlopen+:} false
; then :
11298 $as_echo_n "(cached) " >&6
11300 ac_check_lib_save_LIBS
=$LIBS
11302 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11303 /* end confdefs.h. */
11305 /* Override any GCC internal prototype to avoid an error.
11306 Use char because int might match the return type of a GCC
11307 builtin and then its argument prototype would still apply. */
11320 if ac_fn_c_try_link
"$LINENO"; then :
11321 ac_cv_lib_dl_dlopen
=yes
11323 ac_cv_lib_dl_dlopen
=no
11325 rm -f core conftest.err conftest.
$ac_objext \
11326 conftest
$ac_exeext conftest.
$ac_ext
11327 LIBS
=$ac_check_lib_save_LIBS
11329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11330 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11331 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
11332 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
11335 lt_cv_dlopen
="dyld"
11337 lt_cv_dlopen_self
=yes
11344 ac_fn_c_check_func
"$LINENO" "shl_load" "ac_cv_func_shl_load"
11345 if test "x$ac_cv_func_shl_load" = xyes
; then :
11346 lt_cv_dlopen
="shl_load"
11348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11349 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11350 if ${ac_cv_lib_dld_shl_load+:} false
; then :
11351 $as_echo_n "(cached) " >&6
11353 ac_check_lib_save_LIBS
=$LIBS
11355 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11356 /* end confdefs.h. */
11358 /* Override any GCC internal prototype to avoid an error.
11359 Use char because int might match the return type of a GCC
11360 builtin and then its argument prototype would still apply. */
11368 return shl_load ();
11373 if ac_fn_c_try_link
"$LINENO"; then :
11374 ac_cv_lib_dld_shl_load
=yes
11376 ac_cv_lib_dld_shl_load
=no
11378 rm -f core conftest.err conftest.
$ac_objext \
11379 conftest
$ac_exeext conftest.
$ac_ext
11380 LIBS
=$ac_check_lib_save_LIBS
11382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11383 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11384 if test "x$ac_cv_lib_dld_shl_load" = xyes
; then :
11385 lt_cv_dlopen
="shl_load" lt_cv_dlopen_libs
="-ldld"
11387 ac_fn_c_check_func
"$LINENO" "dlopen" "ac_cv_func_dlopen"
11388 if test "x$ac_cv_func_dlopen" = xyes
; then :
11389 lt_cv_dlopen
="dlopen"
11391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11392 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11393 if ${ac_cv_lib_dl_dlopen+:} false
; then :
11394 $as_echo_n "(cached) " >&6
11396 ac_check_lib_save_LIBS
=$LIBS
11398 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11399 /* end confdefs.h. */
11401 /* Override any GCC internal prototype to avoid an error.
11402 Use char because int might match the return type of a GCC
11403 builtin and then its argument prototype would still apply. */
11416 if ac_fn_c_try_link
"$LINENO"; then :
11417 ac_cv_lib_dl_dlopen
=yes
11419 ac_cv_lib_dl_dlopen
=no
11421 rm -f core conftest.err conftest.
$ac_objext \
11422 conftest
$ac_exeext conftest.
$ac_ext
11423 LIBS
=$ac_check_lib_save_LIBS
11425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11426 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11427 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
11428 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
11430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11431 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11432 if ${ac_cv_lib_svld_dlopen+:} false
; then :
11433 $as_echo_n "(cached) " >&6
11435 ac_check_lib_save_LIBS
=$LIBS
11436 LIBS
="-lsvld $LIBS"
11437 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11438 /* end confdefs.h. */
11440 /* Override any GCC internal prototype to avoid an error.
11441 Use char because int might match the return type of a GCC
11442 builtin and then its argument prototype would still apply. */
11455 if ac_fn_c_try_link
"$LINENO"; then :
11456 ac_cv_lib_svld_dlopen
=yes
11458 ac_cv_lib_svld_dlopen
=no
11460 rm -f core conftest.err conftest.
$ac_objext \
11461 conftest
$ac_exeext conftest.
$ac_ext
11462 LIBS
=$ac_check_lib_save_LIBS
11464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11465 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11466 if test "x$ac_cv_lib_svld_dlopen" = xyes
; then :
11467 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-lsvld"
11469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11470 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11471 if ${ac_cv_lib_dld_dld_link+:} false
; then :
11472 $as_echo_n "(cached) " >&6
11474 ac_check_lib_save_LIBS
=$LIBS
11476 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11477 /* end confdefs.h. */
11479 /* Override any GCC internal prototype to avoid an error.
11480 Use char because int might match the return type of a GCC
11481 builtin and then its argument prototype would still apply. */
11489 return dld_link ();
11494 if ac_fn_c_try_link
"$LINENO"; then :
11495 ac_cv_lib_dld_dld_link
=yes
11497 ac_cv_lib_dld_dld_link
=no
11499 rm -f core conftest.err conftest.
$ac_objext \
11500 conftest
$ac_exeext conftest.
$ac_ext
11501 LIBS
=$ac_check_lib_save_LIBS
11503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11504 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11505 if test "x$ac_cv_lib_dld_dld_link" = xyes
; then :
11506 lt_cv_dlopen
="dld_link" lt_cv_dlopen_libs
="-ldld"
11527 if test "x$lt_cv_dlopen" != xno
; then
11533 case $lt_cv_dlopen in
11535 save_CPPFLAGS
="$CPPFLAGS"
11536 test "x$ac_cv_header_dlfcn_h" = xyes
&& CPPFLAGS
="$CPPFLAGS -DHAVE_DLFCN_H"
11538 save_LDFLAGS
="$LDFLAGS"
11539 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $export_dynamic_flag_spec\"
11542 LIBS
="$lt_cv_dlopen_libs $LIBS"
11544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11545 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11546 if ${lt_cv_dlopen_self+:} false
; then :
11547 $as_echo_n "(cached) " >&6
11549 if test "$cross_compiling" = yes; then :
11550 lt_cv_dlopen_self
=cross
11552 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
11553 lt_status
=$lt_dlunknown
11554 cat > conftest.
$ac_ext <<_LT_EOF
11555 #line 11555 "configure"
11556 #include "confdefs.h"
11565 # define LT_DLGLOBAL RTLD_GLOBAL
11568 # define LT_DLGLOBAL DL_GLOBAL
11570 # define LT_DLGLOBAL 0
11574 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11575 find out it does not work in some platform. */
11576 #ifndef LT_DLLAZY_OR_NOW
11578 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11581 # define LT_DLLAZY_OR_NOW DL_LAZY
11584 # define LT_DLLAZY_OR_NOW RTLD_NOW
11587 # define LT_DLLAZY_OR_NOW DL_NOW
11589 # define LT_DLLAZY_OR_NOW 0
11596 /* When -fvisbility=hidden is used, assume the code has been annotated
11597 correspondingly for the symbols needed. */
11598 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11599 void fnord () __attribute__((visibility("default")));
11602 void fnord () { int i=42; }
11605 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11606 int status = $lt_dlunknown;
11610 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11613 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11614 else puts (dlerror ());
11616 /* dlclose (self); */
11624 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11625 (eval $ac_link) 2>&5
11627 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11628 test $ac_status = 0; } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
11629 (.
/conftest
; exit; ) >&5 2>/dev
/null
11631 case x
$lt_status in
11632 x
$lt_dlno_uscore) lt_cv_dlopen_self
=yes ;;
11633 x
$lt_dlneed_uscore) lt_cv_dlopen_self
=yes ;;
11634 x
$lt_dlunknown|x
*) lt_cv_dlopen_self
=no
;;
11637 # compilation failed
11638 lt_cv_dlopen_self
=no
11645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11646 $as_echo "$lt_cv_dlopen_self" >&6; }
11648 if test "x$lt_cv_dlopen_self" = xyes
; then
11649 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $lt_prog_compiler_static\"
11650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11651 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11652 if ${lt_cv_dlopen_self_static+:} false
; then :
11653 $as_echo_n "(cached) " >&6
11655 if test "$cross_compiling" = yes; then :
11656 lt_cv_dlopen_self_static
=cross
11658 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
11659 lt_status
=$lt_dlunknown
11660 cat > conftest.
$ac_ext <<_LT_EOF
11661 #line 11661 "configure"
11662 #include "confdefs.h"
11671 # define LT_DLGLOBAL RTLD_GLOBAL
11674 # define LT_DLGLOBAL DL_GLOBAL
11676 # define LT_DLGLOBAL 0
11680 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11681 find out it does not work in some platform. */
11682 #ifndef LT_DLLAZY_OR_NOW
11684 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11687 # define LT_DLLAZY_OR_NOW DL_LAZY
11690 # define LT_DLLAZY_OR_NOW RTLD_NOW
11693 # define LT_DLLAZY_OR_NOW DL_NOW
11695 # define LT_DLLAZY_OR_NOW 0
11702 /* When -fvisbility=hidden is used, assume the code has been annotated
11703 correspondingly for the symbols needed. */
11704 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11705 void fnord () __attribute__((visibility("default")));
11708 void fnord () { int i=42; }
11711 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11712 int status = $lt_dlunknown;
11716 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11719 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11720 else puts (dlerror ());
11722 /* dlclose (self); */
11730 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11731 (eval $ac_link) 2>&5
11733 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11734 test $ac_status = 0; } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
11735 (.
/conftest
; exit; ) >&5 2>/dev
/null
11737 case x
$lt_status in
11738 x
$lt_dlno_uscore) lt_cv_dlopen_self_static
=yes ;;
11739 x
$lt_dlneed_uscore) lt_cv_dlopen_self_static
=yes ;;
11740 x
$lt_dlunknown|x
*) lt_cv_dlopen_self_static
=no
;;
11743 # compilation failed
11744 lt_cv_dlopen_self_static
=no
11751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11752 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11755 CPPFLAGS
="$save_CPPFLAGS"
11756 LDFLAGS
="$save_LDFLAGS"
11761 case $lt_cv_dlopen_self in
11762 yes|no
) enable_dlopen_self
=$lt_cv_dlopen_self ;;
11763 *) enable_dlopen_self
=unknown
;;
11766 case $lt_cv_dlopen_self_static in
11767 yes|no
) enable_dlopen_self_static
=$lt_cv_dlopen_self_static ;;
11768 *) enable_dlopen_self_static
=unknown
;;
11790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11791 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11792 if test -n "$STRIP" && $STRIP -V 2>&1 |
$GREP "GNU strip" >/dev
/null
; then
11793 test -z "$old_striplib" && old_striplib
="$STRIP --strip-debug"
11794 test -z "$striplib" && striplib
="$STRIP --strip-unneeded"
11795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11796 $as_echo "yes" >&6; }
11798 # FIXME - insert some real tests, host_os isn't really good enough
11801 if test -n "$STRIP" ; then
11802 striplib
="$STRIP -x"
11803 old_striplib
="$STRIP -S"
11804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11805 $as_echo "yes" >&6; }
11807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11808 $as_echo "no" >&6; }
11812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11813 $as_echo "no" >&6; }
11829 # Report which library types will actually be built
11830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11831 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11833 $as_echo "$can_build_shared" >&6; }
11835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11836 $as_echo_n "checking whether to build shared libraries... " >&6; }
11837 test "$can_build_shared" = "no" && enable_shared
=no
11839 # On AIX, shared libraries and static libraries use the same namespace, and
11840 # are all built from PIC.
11843 test "$enable_shared" = yes && enable_static
=no
11844 if test -n "$RANLIB"; then
11845 archive_cmds
="$archive_cmds~\$RANLIB \$lib"
11846 postinstall_cmds
='$RANLIB $lib'
11851 if test "$host_cpu" != ia64
&& test "$aix_use_runtimelinking" = no
; then
11852 test "$enable_shared" = yes && enable_static
=no
11856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11857 $as_echo "$enable_shared" >&6; }
11859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11860 $as_echo_n "checking whether to build static libraries... " >&6; }
11861 # Make sure either enable_shared or enable_static is yes.
11862 test "$enable_shared" = yes || enable_static
=yes
11863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11864 $as_echo "$enable_static" >&6; }
11871 ac_cpp
='$CPP $CPPFLAGS'
11872 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11873 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11874 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11878 if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
11879 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
11880 (test "X$CXX" != "Xg++"))) ; then
11882 ac_cpp
='$CXXCPP $CPPFLAGS'
11883 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11884 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11885 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
11886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
11887 $as_echo_n "checking how to run the C++ preprocessor... " >&6; }
11888 if test -z "$CXXCPP"; then
11889 if ${ac_cv_prog_CXXCPP+:} false
; then :
11890 $as_echo_n "(cached) " >&6
11892 # Double quotes because CXXCPP needs to be expanded
11893 for CXXCPP
in "$CXX -E" "/lib/cpp"
11895 ac_preproc_ok
=false
11896 for ac_cxx_preproc_warn_flag
in '' yes
11898 # Use a header file that comes with gcc, so configuring glibc
11899 # with a fresh cross-compiler works.
11900 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11901 # <limits.h> exists even on freestanding compilers.
11902 # On the NeXT, cc -E runs the code through the compiler's parser,
11903 # not just through cpp. "Syntax error" is here to catch this case.
11904 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11905 /* end confdefs.h. */
11907 # include <limits.h>
11909 # include <assert.h>
11913 if ac_fn_cxx_try_cpp
"$LINENO"; then :
11916 # Broken: fails on valid input.
11919 rm -f conftest.err conftest.i conftest.
$ac_ext
11921 # OK, works on sane cases. Now check whether nonexistent headers
11922 # can be detected and how.
11923 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11924 /* end confdefs.h. */
11925 #include <ac_nonexistent.h>
11927 if ac_fn_cxx_try_cpp
"$LINENO"; then :
11928 # Broken: success on invalid input.
11931 # Passes both tests.
11935 rm -f conftest.err conftest.i conftest.
$ac_ext
11938 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
11939 rm -f conftest.i conftest.err conftest.
$ac_ext
11940 if $ac_preproc_ok; then :
11945 ac_cv_prog_CXXCPP
=$CXXCPP
11948 CXXCPP
=$ac_cv_prog_CXXCPP
11950 ac_cv_prog_CXXCPP
=$CXXCPP
11952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5
11953 $as_echo "$CXXCPP" >&6; }
11954 ac_preproc_ok
=false
11955 for ac_cxx_preproc_warn_flag
in '' yes
11957 # Use a header file that comes with gcc, so configuring glibc
11958 # with a fresh cross-compiler works.
11959 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11960 # <limits.h> exists even on freestanding compilers.
11961 # On the NeXT, cc -E runs the code through the compiler's parser,
11962 # not just through cpp. "Syntax error" is here to catch this case.
11963 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11964 /* end confdefs.h. */
11966 # include <limits.h>
11968 # include <assert.h>
11972 if ac_fn_cxx_try_cpp
"$LINENO"; then :
11975 # Broken: fails on valid input.
11978 rm -f conftest.err conftest.i conftest.
$ac_ext
11980 # OK, works on sane cases. Now check whether nonexistent headers
11981 # can be detected and how.
11982 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11983 /* end confdefs.h. */
11984 #include <ac_nonexistent.h>
11986 if ac_fn_cxx_try_cpp
"$LINENO"; then :
11987 # Broken: success on invalid input.
11990 # Passes both tests.
11994 rm -f conftest.err conftest.i conftest.
$ac_ext
11997 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
11998 rm -f conftest.i conftest.err conftest.
$ac_ext
11999 if $ac_preproc_ok; then :
12002 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12003 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12004 as_fn_error $?
"C++ preprocessor \"$CXXCPP\" fails sanity check
12005 See \`config.log' for more details" "$LINENO" 5; }
12009 ac_cpp
='$CPP $CPPFLAGS'
12010 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12011 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12012 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
12015 _lt_caught_CXX_error
=yes
12019 ac_cpp
='$CXXCPP $CPPFLAGS'
12020 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12021 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12022 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
12024 archive_cmds_need_lc_CXX
=no
12025 allow_undefined_flag_CXX
=
12026 always_export_symbols_CXX
=no
12027 archive_expsym_cmds_CXX
=
12028 compiler_needs_object_CXX
=no
12029 export_dynamic_flag_spec_CXX
=
12030 hardcode_direct_CXX
=no
12031 hardcode_direct_absolute_CXX
=no
12032 hardcode_libdir_flag_spec_CXX
=
12033 hardcode_libdir_flag_spec_ld_CXX
=
12034 hardcode_libdir_separator_CXX
=
12035 hardcode_minus_L_CXX
=no
12036 hardcode_shlibpath_var_CXX
=unsupported
12037 hardcode_automatic_CXX
=no
12038 inherit_rpath_CXX
=no
12040 module_expsym_cmds_CXX
=
12041 link_all_deplibs_CXX
=unknown
12042 old_archive_cmds_CXX
=$old_archive_cmds
12043 reload_flag_CXX
=$reload_flag
12044 reload_cmds_CXX
=$reload_cmds
12045 no_undefined_flag_CXX
=
12046 whole_archive_flag_spec_CXX
=
12047 enable_shared_with_static_runtimes_CXX
=no
12049 # Source file extension for C++ test sources.
12052 # Object file extension for compiled C++ test sources.
12056 # No sense in running all these tests if we already determined that
12057 # the CXX compiler isn't working. Some variables (like enable_shared)
12058 # are currently assumed to apply to all compilers on this platform,
12059 # and will be corrupted by setting them based on a non-working compiler.
12060 if test "$_lt_caught_CXX_error" != yes; then
12061 # Code to be used in simple compile tests
12062 lt_simple_compile_test_code
="int some_variable = 0;"
12064 # Code to be used in simple link tests
12065 lt_simple_link_test_code
='int main(int, char *[]) { return(0); }'
12067 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
12074 # If no C compiler was specified, use CC.
12077 # If no C compiler flags were specified, use CFLAGS.
12078 LTCFLAGS
=${LTCFLAGS-"$CFLAGS"}
12080 # Allow CC to be a program name with arguments.
12084 # save warnings/boilerplate of simple test code
12085 ac_outfile
=conftest.
$ac_objext
12086 echo "$lt_simple_compile_test_code" >conftest.
$ac_ext
12087 eval "$ac_compile" 2>&1 >/dev
/null |
$SED '/^$/d; /^ *+/d' >conftest.err
12088 _lt_compiler_boilerplate
=`cat conftest.err`
12091 ac_outfile
=conftest.
$ac_objext
12092 echo "$lt_simple_link_test_code" >conftest.
$ac_ext
12093 eval "$ac_link" 2>&1 >/dev
/null |
$SED '/^$/d; /^ *+/d' >conftest.err
12094 _lt_linker_boilerplate
=`cat conftest.err`
12098 # Allow CC to be a program name with arguments.
12103 lt_save_with_gnu_ld
=$with_gnu_ld
12104 lt_save_path_LD
=$lt_cv_path_LD
12105 if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
12106 lt_cv_prog_gnu_ld
=$lt_cv_prog_gnu_ldcxx
12108 $as_unset lt_cv_prog_gnu_ld
12110 if test -n "${lt_cv_path_LDCXX+set}"; then
12111 lt_cv_path_LD
=$lt_cv_path_LDCXX
12113 $as_unset lt_cv_path_LD
12115 test -z "${LDCXX+set}" || LD
=$LDCXX
12119 for cc_temp
in $compiler""; do
12121 compile |
*[\\/]compile | ccache |
*[\\/]ccache
) ;;
12122 distcc |
*[\\/]distcc | purify |
*[\\/]purify
) ;;
12127 cc_basename
=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
12130 if test -n "$compiler"; then
12131 # We don't want -fno-exception when compiling C++ code, so set the
12132 # no_builtin_flag separately
12133 if test "$GXX" = yes; then
12134 lt_prog_compiler_no_builtin_flag_CXX
=' -fno-builtin'
12136 lt_prog_compiler_no_builtin_flag_CXX
=
12139 if test "$GXX" = yes; then
12140 # Set up default GNU C++ configuration
12144 # Check whether --with-gnu-ld was given.
12145 if test "${with_gnu_ld+set}" = set; then :
12146 withval
=$with_gnu_ld; test "$withval" = no || with_gnu_ld
=yes
12152 if test "$GCC" = yes; then
12153 # Check if gcc -print-prog-name=ld gives a path.
12154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
12155 $as_echo_n "checking for ld used by $CC... " >&6; }
12158 # gcc leaves a trailing carriage return which upsets mingw
12159 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
12161 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
12164 # Accept absolute paths.
12166 re_direlt
='/[^/][^/]*/\.\./'
12167 # Canonicalize the pathname of ld
12168 ac_prog
=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
12169 while $ECHO "$ac_prog" |
$GREP "$re_direlt" > /dev
/null
2>&1; do
12170 ac_prog
=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
12172 test -z "$LD" && LD
="$ac_prog"
12175 # If it fails, then pretend we aren't using GCC.
12179 # If it is relative, then search for the first ld in PATH.
12180 with_gnu_ld
=unknown
12183 elif test "$with_gnu_ld" = yes; then
12184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
12185 $as_echo_n "checking for GNU ld... " >&6; }
12187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
12188 $as_echo_n "checking for non-GNU ld... " >&6; }
12190 if ${lt_cv_path_LD+:} false
; then :
12191 $as_echo_n "(cached) " >&6
12193 if test -z "$LD"; then
12194 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
12195 for ac_dir
in $PATH; do
12197 test -z "$ac_dir" && ac_dir
=.
12198 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
12199 lt_cv_path_LD
="$ac_dir/$ac_prog"
12200 # Check to see if the program is GNU ld. I'd rather use --version,
12201 # but apparently some variants of GNU ld only accept -v.
12202 # Break only if it was the GNU/non-GNU ld that we prefer.
12203 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
12204 *GNU
* |
*'with BFD'*)
12205 test "$with_gnu_ld" != no
&& break
12208 test "$with_gnu_ld" != yes && break
12215 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
12219 LD
="$lt_cv_path_LD"
12220 if test -n "$LD"; then
12221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
12222 $as_echo "$LD" >&6; }
12224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12225 $as_echo "no" >&6; }
12227 test -z "$LD" && as_fn_error $?
"no acceptable ld found in \$PATH" "$LINENO" 5
12228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
12229 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
12230 if ${lt_cv_prog_gnu_ld+:} false
; then :
12231 $as_echo_n "(cached) " >&6
12233 # I'd rather use --version here, but apparently some GNU lds only accept -v.
12234 case `$LD -v 2>&1 </dev/null` in
12235 *GNU
* |
*'with BFD'*)
12236 lt_cv_prog_gnu_ld
=yes
12239 lt_cv_prog_gnu_ld
=no
12243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
12244 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
12245 with_gnu_ld
=$lt_cv_prog_gnu_ld
12253 # Check if GNU C++ uses GNU ld as the underlying linker, since the
12254 # archiving commands below assume that GNU ld is being used.
12255 if test "$with_gnu_ld" = yes; then
12256 archive_cmds_CXX
='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
12257 archive_expsym_cmds_CXX
='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
12259 hardcode_libdir_flag_spec_CXX
='${wl}-rpath ${wl}$libdir'
12260 export_dynamic_flag_spec_CXX
='${wl}--export-dynamic'
12262 # If archive_cmds runs LD, not CC, wlarc should be empty
12263 # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
12264 # investigate it a little bit more. (MM)
12267 # ancient GNU ld didn't support --whole-archive et. al.
12268 if eval "`$CC -print-prog-name=ld` --help 2>&1" |
12269 $GREP 'no-whole-archive' > /dev
/null
; then
12270 whole_archive_flag_spec_CXX
="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
12272 whole_archive_flag_spec_CXX
=
12278 # A generic and very simple default shared library creation
12279 # command for GNU C++ for the case where it uses the native
12280 # linker, instead of GNU ld. If possible, this setting should
12281 # overridden to take advantage of the native linker features on
12282 # the platform it is being used on.
12283 archive_cmds_CXX
='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
12286 # Commands to make compiler produce verbose output that lists
12287 # what "hidden" libraries, object files and flags are used when
12288 # linking a shared library.
12289 output_verbose_link_cmd
='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
12297 # PORTME: fill in a description of your system's C++ link characteristics
12298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
12299 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
12303 # FIXME: insert proper C++ library support
12307 if test "$host_cpu" = ia64
; then
12308 # On IA64, the linker does run time linking by default, so we don't
12309 # have to do anything special.
12310 aix_use_runtimelinking
=no
12311 exp_sym_flag
='-Bexport'
12314 aix_use_runtimelinking
=no
12316 # Test if we are trying to use run time linking or normal
12317 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
12318 # need to do runtime linking.
12319 case $host_os in aix4.
[23]|aix4.
[23].
*|aix
[5-9]*)
12320 for ld_flag
in $LDFLAGS; do
12323 aix_use_runtimelinking
=yes
12331 exp_sym_flag
='-bexport'
12332 no_entry_flag
='-bnoentry'
12335 # When large executables or shared objects are built, AIX ld can
12336 # have problems creating the table of contents. If linking a library
12337 # or program results in "error TOC overflow" add -mminimal-toc to
12338 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
12339 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
12341 archive_cmds_CXX
=''
12342 hardcode_direct_CXX
=yes
12343 hardcode_direct_absolute_CXX
=yes
12344 hardcode_libdir_separator_CXX
=':'
12345 link_all_deplibs_CXX
=yes
12346 file_list_spec_CXX
='${wl}-f,'
12348 if test "$GXX" = yes; then
12349 case $host_os in aix4.
[012]|aix4.
[012].
*)
12350 # We only want to do this on AIX 4.2 and lower, the check
12351 # below for broken collect2 doesn't work under 4.3+
12352 collect2name
=`${CC} -print-prog-name=collect2`
12353 if test -f "$collect2name" &&
12354 strings "$collect2name" |
$GREP resolve_lib_name
>/dev
/null
12356 # We have reworked collect2
12359 # We have old collect2
12360 hardcode_direct_CXX
=unsupported
12361 # It fails to find uninstalled libraries when the uninstalled
12362 # path is not listed in the libpath. Setting hardcode_minus_L
12363 # to unsupported forces relinking
12364 hardcode_minus_L_CXX
=yes
12365 hardcode_libdir_flag_spec_CXX
='-L$libdir'
12366 hardcode_libdir_separator_CXX
=
12369 shared_flag
='-shared'
12370 if test "$aix_use_runtimelinking" = yes; then
12371 shared_flag
="$shared_flag "'${wl}-G'
12375 if test "$host_cpu" = ia64
; then
12376 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
12377 # chokes on -Wl,-G. The following line is correct:
12380 if test "$aix_use_runtimelinking" = yes; then
12381 shared_flag
='${wl}-G'
12383 shared_flag
='${wl}-bM:SRE'
12388 export_dynamic_flag_spec_CXX
='${wl}-bexpall'
12389 # It seems that -bexpall does not export symbols beginning with
12390 # underscore (_), so it is better to generate a list of symbols to
12392 always_export_symbols_CXX
=yes
12393 if test "$aix_use_runtimelinking" = yes; then
12394 # Warning - without using the other runtime loading flags (-brtl),
12395 # -berok will link without error, but may produce a broken library.
12396 allow_undefined_flag_CXX
='-berok'
12397 # Determine the default libpath from the value encoded in an empty
12399 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12400 /* end confdefs.h. */
12410 if ac_fn_cxx_try_link
"$LINENO"; then :
12412 lt_aix_libpath_sed
='
12413 /Import File Strings/,/^$/ {
12419 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
12420 # Check for a 64-bit object if we didn't find anything.
12421 if test -z "$aix_libpath"; then
12422 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
12425 rm -f core conftest.err conftest.
$ac_objext \
12426 conftest
$ac_exeext conftest.
$ac_ext
12427 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
12429 hardcode_libdir_flag_spec_CXX
='${wl}-blibpath:$libdir:'"$aix_libpath"
12431 archive_expsym_cmds_CXX
='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
12433 if test "$host_cpu" = ia64
; then
12434 hardcode_libdir_flag_spec_CXX
='${wl}-R $libdir:/usr/lib:/lib'
12435 allow_undefined_flag_CXX
="-z nodefs"
12436 archive_expsym_cmds_CXX
="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
12438 # Determine the default libpath from the value encoded in an
12439 # empty executable.
12440 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12441 /* end confdefs.h. */
12451 if ac_fn_cxx_try_link
"$LINENO"; then :
12453 lt_aix_libpath_sed
='
12454 /Import File Strings/,/^$/ {
12460 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
12461 # Check for a 64-bit object if we didn't find anything.
12462 if test -z "$aix_libpath"; then
12463 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
12466 rm -f core conftest.err conftest.
$ac_objext \
12467 conftest
$ac_exeext conftest.
$ac_ext
12468 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
12470 hardcode_libdir_flag_spec_CXX
='${wl}-blibpath:$libdir:'"$aix_libpath"
12471 # Warning - without using the other run time loading flags,
12472 # -berok will link without error, but may produce a broken library.
12473 no_undefined_flag_CXX
=' ${wl}-bernotok'
12474 allow_undefined_flag_CXX
=' ${wl}-berok'
12475 if test "$with_gnu_ld" = yes; then
12476 # We only use this code for GNU lds that support --whole-archive.
12477 whole_archive_flag_spec_CXX
='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
12479 # Exported symbols can be pulled into shared objects from archives
12480 whole_archive_flag_spec_CXX
='$convenience'
12482 archive_cmds_need_lc_CXX
=yes
12483 # This is similar to how AIX traditionally builds its shared
12485 archive_expsym_cmds_CXX
="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
12491 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
12492 allow_undefined_flag_CXX
=unsupported
12493 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
12494 # support --undefined. This deserves some investigation. FIXME
12495 archive_cmds_CXX
='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12502 case $cc_basename in
12504 # FIXME: insert proper C++ library support
12510 cygwin
* | mingw
* | pw32
* | cegcc
*)
12511 # _LT_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
12512 # as there is no search path for DLLs.
12513 hardcode_libdir_flag_spec_CXX
='-L$libdir'
12514 export_dynamic_flag_spec_CXX
='${wl}--export-all-symbols'
12515 allow_undefined_flag_CXX
=unsupported
12516 always_export_symbols_CXX
=no
12517 enable_shared_with_static_runtimes_CXX
=yes
12519 if $LD --help 2>&1 |
$GREP 'auto-import' > /dev
/null
; then
12520 archive_cmds_CXX
='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
12521 # If the export-symbols file already is a .def file (1st line
12522 # is EXPORTS), use it as is; otherwise, prepend...
12523 archive_expsym_cmds_CXX
='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
12524 cp $export_symbols $output_objdir/$soname.def;
12526 echo EXPORTS > $output_objdir/$soname.def;
12527 cat $export_symbols >> $output_objdir/$soname.def;
12529 $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
12534 darwin
* | rhapsody
*)
12537 archive_cmds_need_lc_CXX
=no
12538 hardcode_direct_CXX
=no
12539 hardcode_automatic_CXX
=yes
12540 hardcode_shlibpath_var_CXX
=unsupported
12541 if test "$lt_cv_ld_force_load" = "yes"; then
12542 whole_archive_flag_spec_CXX
='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
12544 whole_archive_flag_spec_CXX
=''
12546 link_all_deplibs_CXX
=yes
12547 allow_undefined_flag_CXX
="$_lt_dar_allow_undefined"
12548 case $cc_basename in
12549 ifort
*) _lt_dar_can_shared
=yes ;;
12550 *) _lt_dar_can_shared
=$GCC ;;
12552 if test "$_lt_dar_can_shared" = "yes"; then
12553 output_verbose_link_cmd
=func_echo_all
12554 archive_cmds_CXX
="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
12555 module_cmds_CXX
="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
12556 archive_expsym_cmds_CXX
="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
12557 module_expsym_cmds_CXX
="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
12558 if test "$lt_cv_apple_cc_single_mod" != "yes"; then
12559 archive_cmds_CXX
="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}"
12560 archive_expsym_cmds_CXX
="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}"
12570 case $cc_basename in
12572 # FIXME: insert proper C++ library support
12576 # Green Hills C++ Compiler
12577 # FIXME: insert proper C++ library support
12581 # FIXME: insert proper C++ library support
12588 # C++ shared libraries reported to be fairly broken before
12594 archive_cmds_need_lc_CXX
=no
12597 freebsd
* | dragonfly
*)
12598 # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
12607 archive_cmds_CXX
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12608 link_all_deplibs_CXX
=yes
12612 hardcode_libdir_flag_spec_CXX
='${wl}+b ${wl}$libdir'
12613 hardcode_libdir_separator_CXX
=:
12614 export_dynamic_flag_spec_CXX
='${wl}-E'
12615 hardcode_direct_CXX
=yes
12616 hardcode_minus_L_CXX
=yes # Not in the search PATH,
12617 # but as the default
12618 # location of the library.
12620 case $cc_basename in
12622 # FIXME: insert proper C++ library support
12626 archive_cmds_CXX
='$RM $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
12627 # Commands to make compiler produce verbose output that lists
12628 # what "hidden" libraries, object files and flags are used when
12629 # linking a shared library.
12631 # There doesn't appear to be a way to prevent this compiler from
12632 # explicitly linking system object files so we need to strip them
12633 # from the output so that they don't get included in the library
12635 output_verbose_link_cmd
='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
12638 if test "$GXX" = yes; then
12639 archive_cmds_CXX
='$RM $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
12641 # FIXME: insert proper C++ library support
12649 if test $with_gnu_ld = no
; then
12650 hardcode_libdir_flag_spec_CXX
='${wl}+b ${wl}$libdir'
12651 hardcode_libdir_separator_CXX
=:
12657 export_dynamic_flag_spec_CXX
='${wl}-E'
12663 hardcode_direct_CXX
=no
12664 hardcode_shlibpath_var_CXX
=no
12667 hardcode_direct_CXX
=yes
12668 hardcode_direct_absolute_CXX
=yes
12669 hardcode_minus_L_CXX
=yes # Not in the search PATH,
12670 # but as the default
12671 # location of the library.
12675 case $cc_basename in
12677 # FIXME: insert proper C++ library support
12683 archive_cmds_CXX
='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12686 archive_cmds_CXX
='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12689 archive_cmds_CXX
='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12692 # Commands to make compiler produce verbose output that lists
12693 # what "hidden" libraries, object files and flags are used when
12694 # linking a shared library.
12696 # There doesn't appear to be a way to prevent this compiler from
12697 # explicitly linking system object files so we need to strip them
12698 # from the output so that they don't get included in the library
12700 output_verbose_link_cmd
='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
12703 if test "$GXX" = yes; then
12704 if test $with_gnu_ld = no
; then
12707 archive_cmds_CXX
='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12710 archive_cmds_CXX
='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12713 archive_cmds_CXX
='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12718 # FIXME: insert proper C++ library support
12726 hardcode_direct_CXX
=no
12727 hardcode_shlibpath_var_CXX
=no
12728 hardcode_libdir_flag_spec_CXX
='${wl}-rpath,$libdir'
12729 export_dynamic_flag_spec_CXX
='${wl}-E'
12730 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
12731 # Instead, shared libraries are loaded at an image base (0x10000000 by
12732 # default) and relocated if they conflict, which is a slow very memory
12733 # consuming and fragmenting process. To avoid this, we pick a random,
12734 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
12735 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
12736 archive_cmds_CXX
='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
12737 archive_expsym_cmds_CXX
='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
12740 case $cc_basename in
12743 archive_cmds_CXX
='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
12745 # Archives containing C++ object files must be created using
12746 # "CC -ar", where "CC" is the IRIX C++ compiler. This is
12747 # necessary to make sure instantiated templates are included
12749 old_archive_cmds_CXX
='$CC -ar -WR,-u -o $oldlib $oldobjs'
12752 if test "$GXX" = yes; then
12753 if test "$with_gnu_ld" = no
; then
12754 archive_cmds_CXX
='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
12756 archive_cmds_CXX
='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib'
12759 link_all_deplibs_CXX
=yes
12762 hardcode_libdir_flag_spec_CXX
='${wl}-rpath ${wl}$libdir'
12763 hardcode_libdir_separator_CXX
=:
12764 inherit_rpath_CXX
=yes
12767 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
12768 case $cc_basename in
12770 # Kuck and Associates, Inc. (KAI) C++ Compiler
12772 # KCC will only create a shared library if the output file
12773 # ends with ".so" (or ".sl" for HP-UX), so rename the library
12774 # to its proper name (with version) after linking.
12775 archive_cmds_CXX
='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
12776 archive_expsym_cmds_CXX
='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
12777 # Commands to make compiler produce verbose output that lists
12778 # what "hidden" libraries, object files and flags are used when
12779 # linking a shared library.
12781 # There doesn't appear to be a way to prevent this compiler from
12782 # explicitly linking system object files so we need to strip them
12783 # from the output so that they don't get included in the library
12785 output_verbose_link_cmd
='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
12787 hardcode_libdir_flag_spec_CXX
='${wl}-rpath,$libdir'
12788 export_dynamic_flag_spec_CXX
='${wl}--export-dynamic'
12790 # Archives containing C++ object files must be created using
12791 # "CC -Bstatic", where "CC" is the KAI C++ compiler.
12792 old_archive_cmds_CXX
='$CC -Bstatic -o $oldlib $oldobjs'
12797 # version 8.0 and above of icpc choke on multiply defined symbols
12798 # if we add $predep_objects and $postdep_objects, however 7.1 and
12799 # earlier do not add the objects themselves.
12800 case `$CC -V 2>&1` in
12802 archive_cmds_CXX
='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
12803 archive_expsym_cmds_CXX
='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
12805 *) # Version 8.0 or newer
12808 ia64
*) tmp_idyn
=' -i_dynamic';;
12810 archive_cmds_CXX
='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12811 archive_expsym_cmds_CXX
='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
12814 archive_cmds_need_lc_CXX
=no
12815 hardcode_libdir_flag_spec_CXX
='${wl}-rpath,$libdir'
12816 export_dynamic_flag_spec_CXX
='${wl}--export-dynamic'
12817 whole_archive_flag_spec_CXX
='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
12820 # Portland Group C++ compiler
12822 *pgCC\
[1-5].
* |
*pgcpp\
[1-5].
*)
12823 prelink_cmds_CXX
='tpldir=Template.dir~
12825 $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
12826 compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
12827 old_archive_cmds_CXX
='tpldir=Template.dir~
12829 $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
12830 $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
12832 archive_cmds_CXX
='tpldir=Template.dir~
12834 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
12835 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
12836 archive_expsym_cmds_CXX
='tpldir=Template.dir~
12838 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
12839 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
12841 *) # Version 6 and above use weak symbols
12842 archive_cmds_CXX
='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
12843 archive_expsym_cmds_CXX
='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
12847 hardcode_libdir_flag_spec_CXX
='${wl}--rpath ${wl}$libdir'
12848 export_dynamic_flag_spec_CXX
='${wl}--export-dynamic'
12849 whole_archive_flag_spec_CXX
='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
12853 archive_cmds_CXX
='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
12854 archive_expsym_cmds_CXX
='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
12856 runpath_var
=LD_RUN_PATH
12857 hardcode_libdir_flag_spec_CXX
='-rpath $libdir'
12858 hardcode_libdir_separator_CXX
=:
12860 # Commands to make compiler produce verbose output that lists
12861 # what "hidden" libraries, object files and flags are used when
12862 # linking a shared library.
12864 # There doesn't appear to be a way to prevent this compiler from
12865 # explicitly linking system object files so we need to strip them
12866 # from the output so that they don't get included in the library
12868 output_verbose_link_cmd
='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
12870 xl
* | mpixl
* | bgxl
*)
12871 # IBM XL 8.0 on PPC, with GNU ld
12872 hardcode_libdir_flag_spec_CXX
='${wl}-rpath ${wl}$libdir'
12873 export_dynamic_flag_spec_CXX
='${wl}--export-dynamic'
12874 archive_cmds_CXX
='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12875 if test "x$supports_anon_versioning" = xyes
; then
12876 archive_expsym_cmds_CXX
='echo "{ global:" > $output_objdir/$libname.ver~
12877 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
12878 echo "local: *; };" >> $output_objdir/$libname.ver~
12879 $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
12883 case `$CC -V 2>&1 | sed 5q` in
12886 no_undefined_flag_CXX
=' -zdefs'
12887 archive_cmds_CXX
='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12888 archive_expsym_cmds_CXX
='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols'
12889 hardcode_libdir_flag_spec_CXX
='-R$libdir'
12890 whole_archive_flag_spec_CXX
='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
12891 compiler_needs_object_CXX
=yes
12893 # Not sure whether something based on
12894 # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
12896 output_verbose_link_cmd
='func_echo_all'
12898 # Archives containing C++ object files must be created using
12899 # "CC -xar", where "CC" is the Sun C++ compiler. This is
12900 # necessary to make sure instantiated templates are included
12902 old_archive_cmds_CXX
='$CC -xar -o $oldlib $oldobjs'
12910 # FIXME: insert proper C++ library support
12915 # FIXME: insert proper C++ library support
12920 case $cc_basename in
12922 # FIXME: insert proper C++ library support
12926 # FIXME: insert proper C++ library support
12933 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
12934 archive_cmds_CXX
='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
12936 hardcode_libdir_flag_spec_CXX
='-R$libdir'
12937 hardcode_direct_CXX
=yes
12938 hardcode_shlibpath_var_CXX
=no
12940 # Workaround some broken pre-1.5 toolchains
12941 output_verbose_link_cmd
='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
12949 # C++ shared libraries are fairly broken
12954 if test -f /usr
/libexec
/ld.so
; then
12955 hardcode_direct_CXX
=yes
12956 hardcode_shlibpath_var_CXX
=no
12957 hardcode_direct_absolute_CXX
=yes
12958 archive_cmds_CXX
='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
12959 hardcode_libdir_flag_spec_CXX
='${wl}-rpath,$libdir'
12960 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
12961 archive_expsym_cmds_CXX
='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
12962 export_dynamic_flag_spec_CXX
='${wl}-E'
12963 whole_archive_flag_spec_CXX
="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
12965 output_verbose_link_cmd
=func_echo_all
12971 osf3
* | osf4
* | osf5
*)
12972 case $cc_basename in
12974 # Kuck and Associates, Inc. (KAI) C++ Compiler
12976 # KCC will only create a shared library if the output file
12977 # ends with ".so" (or ".sl" for HP-UX), so rename the library
12978 # to its proper name (with version) after linking.
12979 archive_cmds_CXX
='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
12981 hardcode_libdir_flag_spec_CXX
='${wl}-rpath,$libdir'
12982 hardcode_libdir_separator_CXX
=:
12984 # Archives containing C++ object files must be created using
12985 # the KAI C++ compiler.
12987 osf3
*) old_archive_cmds_CXX
='$CC -Bstatic -o $oldlib $oldobjs' ;;
12988 *) old_archive_cmds_CXX
='$CC -o $oldlib $oldobjs' ;;
12992 # Rational C++ 2.4.1
12993 # FIXME: insert proper C++ library support
12999 allow_undefined_flag_CXX
=' ${wl}-expect_unresolved ${wl}\*'
13000 archive_cmds_CXX
='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
13001 hardcode_libdir_flag_spec_CXX
='${wl}-rpath ${wl}$libdir'
13004 allow_undefined_flag_CXX
=' -expect_unresolved \*'
13005 archive_cmds_CXX
='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
13006 archive_expsym_cmds_CXX
='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
13007 echo "-hidden">> $lib.exp~
13008 $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~
13010 hardcode_libdir_flag_spec_CXX
='-rpath $libdir'
13014 hardcode_libdir_separator_CXX
=:
13016 # Commands to make compiler produce verbose output that lists
13017 # what "hidden" libraries, object files and flags are used when
13018 # linking a shared library.
13020 # There doesn't appear to be a way to prevent this compiler from
13021 # explicitly linking system object files so we need to strip them
13022 # from the output so that they don't get included in the library
13024 output_verbose_link_cmd
='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
13027 if test "$GXX" = yes && test "$with_gnu_ld" = no
; then
13028 allow_undefined_flag_CXX
=' ${wl}-expect_unresolved ${wl}\*'
13031 archive_cmds_CXX
='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
13034 archive_cmds_CXX
='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
13038 hardcode_libdir_flag_spec_CXX
='${wl}-rpath ${wl}$libdir'
13039 hardcode_libdir_separator_CXX
=:
13041 # Commands to make compiler produce verbose output that lists
13042 # what "hidden" libraries, object files and flags are used when
13043 # linking a shared library.
13044 output_verbose_link_cmd
='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
13047 # FIXME: insert proper C++ library support
13055 # FIXME: insert proper C++ library support
13060 case $cc_basename in
13063 # FIXME: insert proper C++ library support
13068 # FIXME: insert proper C++ library support
13072 # FIXME: insert proper C++ library support
13079 case $cc_basename in
13081 # Sun C++ 4.2, 5.x and Centerline C++
13082 archive_cmds_need_lc_CXX
=yes
13083 no_undefined_flag_CXX
=' -zdefs'
13084 archive_cmds_CXX
='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13085 archive_expsym_cmds_CXX
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
13086 $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
13088 hardcode_libdir_flag_spec_CXX
='-R$libdir'
13089 hardcode_shlibpath_var_CXX
=no
13091 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
13093 # The compiler driver will combine and reorder linker options,
13094 # but understands `-z linker_flag'.
13095 # Supported since Solaris 2.6 (maybe 2.5.1?)
13096 whole_archive_flag_spec_CXX
='-z allextract$convenience -z defaultextract'
13099 link_all_deplibs_CXX
=yes
13101 output_verbose_link_cmd
='func_echo_all'
13103 # Archives containing C++ object files must be created using
13104 # "CC -xar", where "CC" is the Sun C++ compiler. This is
13105 # necessary to make sure instantiated templates are included
13107 old_archive_cmds_CXX
='$CC -xar -o $oldlib $oldobjs'
13110 # Green Hills C++ Compiler
13111 archive_cmds_CXX
='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
13113 # The C++ compiler must be used to create the archive.
13114 old_archive_cmds_CXX
='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
13117 # GNU C++ compiler with Solaris linker
13118 if test "$GXX" = yes && test "$with_gnu_ld" = no
; then
13119 no_undefined_flag_CXX
=' ${wl}-z ${wl}defs'
13120 if $CC --version |
$GREP -v '^2\.7' > /dev
/null
; then
13121 archive_cmds_CXX
='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
13122 archive_expsym_cmds_CXX
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
13123 $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
13125 # Commands to make compiler produce verbose output that lists
13126 # what "hidden" libraries, object files and flags are used when
13127 # linking a shared library.
13128 output_verbose_link_cmd
='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
13130 # g++ 2.7 appears to require `-G' NOT `-shared' on this
13132 archive_cmds_CXX
='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
13133 archive_expsym_cmds_CXX
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
13134 $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
13136 # Commands to make compiler produce verbose output that lists
13137 # what "hidden" libraries, object files and flags are used when
13138 # linking a shared library.
13139 output_verbose_link_cmd
='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
13142 hardcode_libdir_flag_spec_CXX
='${wl}-R $wl$libdir'
13144 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
13146 whole_archive_flag_spec_CXX
='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
13154 sysv4
*uw2
* | sysv5OpenUNIX
* | sysv5UnixWare7.
[01].
[10]* | unixware7
* | sco3.2v5.0.
[024]*)
13155 no_undefined_flag_CXX
='${wl}-z,text'
13156 archive_cmds_need_lc_CXX
=no
13157 hardcode_shlibpath_var_CXX
=no
13158 runpath_var
='LD_RUN_PATH'
13160 case $cc_basename in
13162 archive_cmds_CXX
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13163 archive_expsym_cmds_CXX
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13166 archive_cmds_CXX
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13167 archive_expsym_cmds_CXX
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13172 sysv5
* | sco3.2v5
* | sco5v6
*)
13173 # Note: We can NOT use -z defs as we might desire, because we do not
13174 # link with -lc, and that would cause any symbols used from libc to
13175 # always be unresolved, which means just about no library would
13176 # ever link correctly. If we're not using GNU ld we use -z text
13177 # though, which does catch some bad symbols but isn't as heavy-handed
13179 no_undefined_flag_CXX
='${wl}-z,text'
13180 allow_undefined_flag_CXX
='${wl}-z,nodefs'
13181 archive_cmds_need_lc_CXX
=no
13182 hardcode_shlibpath_var_CXX
=no
13183 hardcode_libdir_flag_spec_CXX
='${wl}-R,$libdir'
13184 hardcode_libdir_separator_CXX
=':'
13185 link_all_deplibs_CXX
=yes
13186 export_dynamic_flag_spec_CXX
='${wl}-Bexport'
13187 runpath_var
='LD_RUN_PATH'
13189 case $cc_basename in
13191 archive_cmds_CXX
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13192 archive_expsym_cmds_CXX
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13193 old_archive_cmds_CXX
='$CC -Tprelink_objects $oldobjs~
13194 '"$old_archive_cmds_CXX"
13195 reload_cmds_CXX
='$CC -Tprelink_objects $reload_objs~
13196 '"$reload_cmds_CXX"
13199 archive_cmds_CXX
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13200 archive_expsym_cmds_CXX
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13206 case $cc_basename in
13208 # NonStop-UX NCC 3.20
13209 # FIXME: insert proper C++ library support
13213 # FIXME: insert proper C++ library support
13220 # FIXME: insert proper C++ library support
13225 # FIXME: insert proper C++ library support
13230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
13231 $as_echo "$ld_shlibs_CXX" >&6; }
13232 test "$ld_shlibs_CXX" = no
&& can_build_shared
=no
13238 ## There is no encapsulation within the following macros, do not change
13239 ## the running order or otherwise move them around unless you know exactly
13240 ## what you are doing...
13241 # Dependencies to place before and after the object being linked:
13242 predep_objects_CXX
=
13243 postdep_objects_CXX
=
13246 compiler_lib_search_path_CXX
=
13248 cat > conftest.
$ac_ext <<_LT_EOF
13252 Foo (void) { a = 0; }
13258 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13259 (eval $ac_compile) 2>&5
13261 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13262 test $ac_status = 0; }; then
13263 # Parse the compiler output and extract the necessary
13264 # objects, libraries and library flags.
13266 # Sentinel used to keep track of whether or not we are before
13267 # the conftest object file.
13268 pre_test_object_deps_done
=no
13270 for p
in `eval "$output_verbose_link_cmd"`; do
13274 # Some compilers place space between "-{L,R}" and the path.
13275 # Remove the space.
13276 if test $p = "-L" ||
13277 test $p = "-R"; then
13284 if test "$pre_test_object_deps_done" = no
; then
13287 # Internal compiler library paths should come after those
13288 # provided the user. The postdeps already come after the
13289 # user supplied libs so there is no need to process them.
13290 if test -z "$compiler_lib_search_path_CXX"; then
13291 compiler_lib_search_path_CXX
="${prev}${p}"
13293 compiler_lib_search_path_CXX
="${compiler_lib_search_path_CXX} ${prev}${p}"
13296 # The "-l" case would never come before the object being
13297 # linked, so don't bother handling this case.
13300 if test -z "$postdeps_CXX"; then
13301 postdeps_CXX
="${prev}${p}"
13303 postdeps_CXX
="${postdeps_CXX} ${prev}${p}"
13309 # This assumes that the test object file only shows up
13310 # once in the compiler output.
13311 if test "$p" = "conftest.$objext"; then
13312 pre_test_object_deps_done
=yes
13316 if test "$pre_test_object_deps_done" = no
; then
13317 if test -z "$predep_objects_CXX"; then
13318 predep_objects_CXX
="$p"
13320 predep_objects_CXX
="$predep_objects_CXX $p"
13323 if test -z "$postdep_objects_CXX"; then
13324 postdep_objects_CXX
="$p"
13326 postdep_objects_CXX
="$postdep_objects_CXX $p"
13331 *) ;; # Ignore the rest.
13339 echo "libtool.m4: error: problem compiling CXX test program"
13342 $RM -f confest.
$objext
13344 # PORTME: override above test on systems where it is broken
13347 # Interix 3.5 installs completely hosed .la files for C++, so rather than
13348 # hack all around it, let's just trust "g++" to DTRT.
13349 predep_objects_CXX
=
13350 postdep_objects_CXX
=
13355 case `$CC -V 2>&1 | sed 5q` in
13359 # The more standards-conforming stlport4 library is
13360 # incompatible with the Cstd library. Avoid specifying
13361 # it if it's in CXXFLAGS. Ignore libCrun as
13362 # -library=stlport4 depends on it.
13363 case " $CXX $CXXFLAGS " in
13364 *" -library=stlport4 "*)
13365 solaris_use_stlport4
=yes
13369 if test "$solaris_use_stlport4" != yes; then
13370 postdeps_CXX
='-library=Cstd -library=Crun'
13377 case $cc_basename in
13379 # The more standards-conforming stlport4 library is
13380 # incompatible with the Cstd library. Avoid specifying
13381 # it if it's in CXXFLAGS. Ignore libCrun as
13382 # -library=stlport4 depends on it.
13383 case " $CXX $CXXFLAGS " in
13384 *" -library=stlport4 "*)
13385 solaris_use_stlport4
=yes
13389 # Adding this requires a known-good setup of shared libraries for
13390 # Sun compiler versions before 5.6, else PIC objects from an old
13391 # archive will be linked into the output, leading to subtle bugs.
13392 if test "$solaris_use_stlport4" != yes; then
13393 postdeps_CXX
='-library=Cstd -library=Crun'
13401 case " $postdeps_CXX " in
13402 *" -lc "*) archive_cmds_need_lc_CXX
=no
;;
13404 compiler_lib_search_dirs_CXX
=
13405 if test -n "${compiler_lib_search_path_CXX}"; then
13406 compiler_lib_search_dirs_CXX
=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
13439 lt_prog_compiler_wl_CXX
=
13440 lt_prog_compiler_pic_CXX
=
13441 lt_prog_compiler_static_CXX
=
13443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
13444 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
13446 # C++ specific cases for pic, static, wl, etc.
13447 if test "$GXX" = yes; then
13448 lt_prog_compiler_wl_CXX
='-Wl,'
13449 lt_prog_compiler_static_CXX
='-static'
13453 # All AIX code is PIC.
13454 if test "$host_cpu" = ia64
; then
13455 # AIX 5 now supports IA64 processor
13456 lt_prog_compiler_static_CXX
='-Bstatic'
13458 lt_prog_compiler_pic_CXX
='-fPIC'
13464 # see comment about AmigaOS4 .so support
13465 lt_prog_compiler_pic_CXX
='-fPIC'
13468 # FIXME: we need at least 68020 code to build shared libraries, but
13469 # adding the `-m68020' flag to GCC prevents building anything better,
13471 lt_prog_compiler_pic_CXX
='-m68020 -resident32 -malways-restore-a4'
13476 beos
* | irix5
* | irix6
* | nonstopux
* | osf3
* | osf4
* | osf5
*)
13477 # PIC is the default for these OSes.
13479 mingw
* | cygwin
* | os2
* | pw32
* | cegcc
*)
13480 # This hack is so that the source file can tell whether it is being
13481 # built for inclusion in a dll (and should export symbols for example).
13482 # Although the cygwin gcc ignores -fPIC, still need this for old-style
13483 # (--disable-auto-import) libraries
13484 lt_prog_compiler_pic_CXX
='-DDLL_EXPORT'
13486 darwin
* | rhapsody
*)
13487 # PIC is the default on this platform
13488 # Common symbols not allowed in MH_DYLIB files
13489 lt_prog_compiler_pic_CXX
='-fno-common'
13492 # DJGPP does not support shared libraries at all
13493 lt_prog_compiler_pic_CXX
=
13496 # PIC is the default for Haiku.
13497 # The "-static" flag exists, but is broken.
13498 lt_prog_compiler_static_CXX
=
13501 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
13502 # Instead, we relocate shared libraries at runtime.
13505 if test -d /usr
/nec
; then
13506 lt_prog_compiler_pic_CXX
=-Kconform_pic
13510 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
13511 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
13512 # sets the default TLS model and affects inlining.
13517 lt_prog_compiler_pic_CXX
='-fPIC'
13522 # QNX uses GNU C++, but need to define -shared option too, otherwise
13523 # it will coredump.
13524 lt_prog_compiler_pic_CXX
='-fPIC -shared'
13527 lt_prog_compiler_pic_CXX
='-fPIC'
13533 # All AIX code is PIC.
13534 if test "$host_cpu" = ia64
; then
13535 # AIX 5 now supports IA64 processor
13536 lt_prog_compiler_static_CXX
='-Bstatic'
13538 lt_prog_compiler_static_CXX
='-bnso -bI:/lib/syscalls.exp'
13542 case $cc_basename in
13544 # Green Hills C++ Compiler
13545 # _LT_TAGVAR(lt_prog_compiler_static, CXX)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
13550 case $cc_basename in
13552 lt_prog_compiler_pic_CXX
='-KPIC'
13555 # Green Hills C++ Compiler
13556 lt_prog_compiler_pic_CXX
='-pic'
13562 freebsd
* | dragonfly
*)
13563 # FreeBSD uses GNU C++
13565 hpux9
* | hpux10
* | hpux11
*)
13566 case $cc_basename in
13568 lt_prog_compiler_wl_CXX
='-Wl,'
13569 lt_prog_compiler_static_CXX
='${wl}-a ${wl}archive'
13570 if test "$host_cpu" != ia64
; then
13571 lt_prog_compiler_pic_CXX
='+Z'
13575 lt_prog_compiler_wl_CXX
='-Wl,'
13576 lt_prog_compiler_static_CXX
='${wl}-a ${wl}archive'
13582 lt_prog_compiler_pic_CXX
='+Z'
13591 # This is c89, which is MS Visual C++ (no shared libs)
13592 # Anyone wants to do a port?
13594 irix5
* | irix6
* | nonstopux
*)
13595 case $cc_basename in
13597 lt_prog_compiler_wl_CXX
='-Wl,'
13598 lt_prog_compiler_static_CXX
='-non_shared'
13599 # CC pic flag -KPIC is the default.
13605 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
13606 case $cc_basename in
13609 lt_prog_compiler_wl_CXX
='--backend -Wl,'
13610 lt_prog_compiler_pic_CXX
='-fPIC'
13613 # old Intel C++ for x86_64 which still supported -KPIC.
13614 lt_prog_compiler_wl_CXX
='-Wl,'
13615 lt_prog_compiler_pic_CXX
='-KPIC'
13616 lt_prog_compiler_static_CXX
='-static'
13619 # Intel C++, used to be incompatible with GCC.
13620 # ICC 10 doesn't accept -KPIC any more.
13621 lt_prog_compiler_wl_CXX
='-Wl,'
13622 lt_prog_compiler_pic_CXX
='-fPIC'
13623 lt_prog_compiler_static_CXX
='-static'
13626 # Portland Group C++ compiler
13627 lt_prog_compiler_wl_CXX
='-Wl,'
13628 lt_prog_compiler_pic_CXX
='-fpic'
13629 lt_prog_compiler_static_CXX
='-Bstatic'
13633 # Make sure the PIC flag is empty. It appears that all Alpha
13634 # Linux and Compaq Tru64 Unix objects are PIC.
13635 lt_prog_compiler_pic_CXX
=
13636 lt_prog_compiler_static_CXX
='-non_shared'
13638 xlc
* | xlC
* | bgxl
[cC
]* | mpixl
[cC
]*)
13639 # IBM XL 8.0, 9.0 on PPC and BlueGene
13640 lt_prog_compiler_wl_CXX
='-Wl,'
13641 lt_prog_compiler_pic_CXX
='-qpic'
13642 lt_prog_compiler_static_CXX
='-qstaticlink'
13645 case `$CC -V 2>&1 | sed 5q` in
13648 lt_prog_compiler_pic_CXX
='-KPIC'
13649 lt_prog_compiler_static_CXX
='-Bstatic'
13650 lt_prog_compiler_wl_CXX
='-Qoption ld '
13661 case $cc_basename in
13663 lt_prog_compiler_pic_CXX
='-W c,exportall'
13672 # QNX uses GNU C++, but need to define -shared option too, otherwise
13673 # it will coredump.
13674 lt_prog_compiler_pic_CXX
='-fPIC -shared'
13676 osf3
* | osf4
* | osf5
*)
13677 case $cc_basename in
13679 lt_prog_compiler_wl_CXX
='--backend -Wl,'
13682 # Rational C++ 2.4.1
13683 lt_prog_compiler_pic_CXX
='-pic'
13686 # Digital/Compaq C++
13687 lt_prog_compiler_wl_CXX
='-Wl,'
13688 # Make sure the PIC flag is empty. It appears that all Alpha
13689 # Linux and Compaq Tru64 Unix objects are PIC.
13690 lt_prog_compiler_pic_CXX
=
13691 lt_prog_compiler_static_CXX
='-non_shared'
13700 case $cc_basename in
13702 # Sun C++ 4.2, 5.x and Centerline C++
13703 lt_prog_compiler_pic_CXX
='-KPIC'
13704 lt_prog_compiler_static_CXX
='-Bstatic'
13705 lt_prog_compiler_wl_CXX
='-Qoption ld '
13708 # Green Hills C++ Compiler
13709 lt_prog_compiler_pic_CXX
='-PIC'
13716 case $cc_basename in
13719 lt_prog_compiler_pic_CXX
='-pic'
13720 lt_prog_compiler_static_CXX
='-Bstatic'
13724 lt_prog_compiler_pic_CXX
='-pic'
13730 sysv5
* | unixware
* | sco3.2v5
* | sco5v6
* | OpenUNIX
*)
13731 case $cc_basename in
13733 lt_prog_compiler_wl_CXX
='-Wl,'
13734 lt_prog_compiler_pic_CXX
='-KPIC'
13735 lt_prog_compiler_static_CXX
='-Bstatic'
13740 case $cc_basename in
13742 # NonStop-UX NCC 3.20
13743 lt_prog_compiler_pic_CXX
='-KPIC'
13752 lt_prog_compiler_can_build_shared_CXX
=no
13758 # For platforms which do not support PIC, -DPIC is meaningless:
13760 lt_prog_compiler_pic_CXX
=
13763 lt_prog_compiler_pic_CXX
="$lt_prog_compiler_pic_CXX -DPIC"
13766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic_CXX" >&5
13767 $as_echo "$lt_prog_compiler_pic_CXX" >&6; }
13772 # Check to make sure the PIC flag actually works.
13774 if test -n "$lt_prog_compiler_pic_CXX"; then
13775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
13776 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; }
13777 if ${lt_cv_prog_compiler_pic_works_CXX+:} false
; then :
13778 $as_echo_n "(cached) " >&6
13780 lt_cv_prog_compiler_pic_works_CXX
=no
13781 ac_outfile
=conftest.
$ac_objext
13782 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
13783 lt_compiler_flag
="$lt_prog_compiler_pic_CXX -DPIC"
13784 # Insert the option either (1) after the last *FLAGS variable, or
13785 # (2) before a word containing "conftest.", or (3) at the end.
13786 # Note that $ac_compile itself does not contain backslashes and begins
13787 # with a dollar sign (not a hyphen), so the echo should work correctly.
13788 # The option is referenced via a variable to avoid confusing sed.
13789 lt_compile
=`echo "$ac_compile" | $SED \
13790 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13791 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13792 -e 's:$: $lt_compiler_flag:'`
13793 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
13794 (eval "$lt_compile" 2>conftest.err
)
13796 cat conftest.err
>&5
13797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13798 if (exit $ac_status) && test -s "$ac_outfile"; then
13799 # The compiler can only warn and ignore the option if not recognized
13800 # So say no if there are warnings other than the usual output.
13801 $ECHO "$_lt_compiler_boilerplate" |
$SED '/^$/d' >conftest.exp
13802 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
13803 if test ! -s conftest.er2 ||
diff conftest.exp conftest.er2
>/dev
/null
; then
13804 lt_cv_prog_compiler_pic_works_CXX
=yes
13810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works_CXX" >&5
13811 $as_echo "$lt_cv_prog_compiler_pic_works_CXX" >&6; }
13813 if test x
"$lt_cv_prog_compiler_pic_works_CXX" = xyes
; then
13814 case $lt_prog_compiler_pic_CXX in
13816 *) lt_prog_compiler_pic_CXX
=" $lt_prog_compiler_pic_CXX" ;;
13819 lt_prog_compiler_pic_CXX
=
13820 lt_prog_compiler_can_build_shared_CXX
=no
13828 # Check to make sure the static flag actually works.
13830 wl
=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag
=\"$lt_prog_compiler_static_CXX\"
13831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
13832 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
13833 if ${lt_cv_prog_compiler_static_works_CXX+:} false
; then :
13834 $as_echo_n "(cached) " >&6
13836 lt_cv_prog_compiler_static_works_CXX
=no
13837 save_LDFLAGS
="$LDFLAGS"
13838 LDFLAGS
="$LDFLAGS $lt_tmp_static_flag"
13839 echo "$lt_simple_link_test_code" > conftest.
$ac_ext
13840 if (eval $ac_link 2>conftest.err
) && test -s conftest
$ac_exeext; then
13841 # The linker can only warn and ignore the option if not recognized
13842 # So say no if there are warnings
13843 if test -s conftest.err
; then
13844 # Append any errors to the config.log.
13845 cat conftest.err
1>&5
13846 $ECHO "$_lt_linker_boilerplate" |
$SED '/^$/d' > conftest.exp
13847 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
13848 if diff conftest.exp conftest.er2
>/dev
/null
; then
13849 lt_cv_prog_compiler_static_works_CXX
=yes
13852 lt_cv_prog_compiler_static_works_CXX
=yes
13856 LDFLAGS
="$save_LDFLAGS"
13859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works_CXX" >&5
13860 $as_echo "$lt_cv_prog_compiler_static_works_CXX" >&6; }
13862 if test x
"$lt_cv_prog_compiler_static_works_CXX" = xyes
; then
13865 lt_prog_compiler_static_CXX
=
13871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
13872 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
13873 if ${lt_cv_prog_compiler_c_o_CXX+:} false
; then :
13874 $as_echo_n "(cached) " >&6
13876 lt_cv_prog_compiler_c_o_CXX
=no
13877 $RM -r conftest
2>/dev
/null
13881 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
13883 lt_compiler_flag
="-o out/conftest2.$ac_objext"
13884 # Insert the option either (1) after the last *FLAGS variable, or
13885 # (2) before a word containing "conftest.", or (3) at the end.
13886 # Note that $ac_compile itself does not contain backslashes and begins
13887 # with a dollar sign (not a hyphen), so the echo should work correctly.
13888 lt_compile
=`echo "$ac_compile" | $SED \
13889 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13890 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13891 -e 's:$: $lt_compiler_flag:'`
13892 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
13893 (eval "$lt_compile" 2>out
/conftest.err
)
13895 cat out
/conftest.err
>&5
13896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13897 if (exit $ac_status) && test -s out
/conftest2.
$ac_objext
13899 # The compiler can only warn and ignore the option if not recognized
13900 # So say no if there are warnings
13901 $ECHO "$_lt_compiler_boilerplate" |
$SED '/^$/d' > out
/conftest.exp
13902 $SED '/^$/d; /^ *+/d' out
/conftest.err
>out
/conftest.er2
13903 if test ! -s out
/conftest.er2 ||
diff out
/conftest.exp out
/conftest.er2
>/dev
/null
; then
13904 lt_cv_prog_compiler_c_o_CXX
=yes
13909 # SGI C++ compiler will create directory out/ii_files/ for
13910 # template instantiation
13911 test -d out
/ii_files
&& $RM out
/ii_files
/* && rmdir out
/ii_files
13912 $RM out
/* && rmdir out
13918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
13919 $as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
13923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
13924 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
13925 if ${lt_cv_prog_compiler_c_o_CXX+:} false
; then :
13926 $as_echo_n "(cached) " >&6
13928 lt_cv_prog_compiler_c_o_CXX
=no
13929 $RM -r conftest
2>/dev
/null
13933 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
13935 lt_compiler_flag
="-o out/conftest2.$ac_objext"
13936 # Insert the option either (1) after the last *FLAGS variable, or
13937 # (2) before a word containing "conftest.", or (3) at the end.
13938 # Note that $ac_compile itself does not contain backslashes and begins
13939 # with a dollar sign (not a hyphen), so the echo should work correctly.
13940 lt_compile
=`echo "$ac_compile" | $SED \
13941 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13942 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13943 -e 's:$: $lt_compiler_flag:'`
13944 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
13945 (eval "$lt_compile" 2>out
/conftest.err
)
13947 cat out
/conftest.err
>&5
13948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13949 if (exit $ac_status) && test -s out
/conftest2.
$ac_objext
13951 # The compiler can only warn and ignore the option if not recognized
13952 # So say no if there are warnings
13953 $ECHO "$_lt_compiler_boilerplate" |
$SED '/^$/d' > out
/conftest.exp
13954 $SED '/^$/d; /^ *+/d' out
/conftest.err
>out
/conftest.er2
13955 if test ! -s out
/conftest.er2 ||
diff out
/conftest.exp out
/conftest.er2
>/dev
/null
; then
13956 lt_cv_prog_compiler_c_o_CXX
=yes
13961 # SGI C++ compiler will create directory out/ii_files/ for
13962 # template instantiation
13963 test -d out
/ii_files
&& $RM out
/ii_files
/* && rmdir out
/ii_files
13964 $RM out
/* && rmdir out
13970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
13971 $as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
13976 hard_links
="nottested"
13977 if test "$lt_cv_prog_compiler_c_o_CXX" = no
&& test "$need_locks" != no
; then
13978 # do not overwrite the value of need_locks provided by the user
13979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
13980 $as_echo_n "checking if we can lock with hard links... " >&6; }
13983 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
13985 ln conftest.a conftest.b
2>&5 || hard_links
=no
13986 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
13987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
13988 $as_echo "$hard_links" >&6; }
13989 if test "$hard_links" = no
; then
13990 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
13991 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
14000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
14001 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
14003 export_symbols_cmds_CXX
='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
14006 # If we're using GNU nm, then we don't want the "-C" option.
14007 # -C means demangle to AIX nm, but means don't demangle with GNU nm
14008 # Also, AIX nm treats weak defined symbols like other global defined
14009 # symbols, whereas GNU nm marks them as "W".
14010 if $NM -V 2>&1 |
$GREP 'GNU' > /dev
/null
; then
14011 export_symbols_cmds_CXX
='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
14013 export_symbols_cmds_CXX
='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
14017 export_symbols_cmds_CXX
="$ltdll_cmds"
14019 cygwin
* | mingw
* | cegcc
*)
14020 export_symbols_cmds_CXX
='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;/^.*[ ]__nm__/s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
14023 export_symbols_cmds_CXX
='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
14026 exclude_expsyms_CXX
='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
14028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
14029 $as_echo "$ld_shlibs_CXX" >&6; }
14030 test "$ld_shlibs_CXX" = no
&& can_build_shared
=no
14032 with_gnu_ld_CXX
=$with_gnu_ld
14040 # Do we need to explicitly link libc?
14042 case "x$archive_cmds_need_lc_CXX" in
14044 # Assume -lc should be added
14045 archive_cmds_need_lc_CXX
=yes
14047 if test "$enable_shared" = yes && test "$GCC" = yes; then
14048 case $archive_cmds_CXX in
14050 # FIXME: we may have to deal with multi-command sequences.
14053 # Test whether the compiler implicitly links with -lc since on some
14054 # systems, -lgcc has to come before -lc. If gcc already passes -lc
14055 # to ld, don't add -lc before -lgcc.
14056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
14057 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
14058 if ${lt_cv_archive_cmds_need_lc_CXX+:} false
; then :
14059 $as_echo_n "(cached) " >&6
14062 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
14064 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14065 (eval $ac_compile) 2>&5
14067 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14068 test $ac_status = 0; } 2>conftest.err
; then
14071 libobjs
=conftest.
$ac_objext
14073 wl
=$lt_prog_compiler_wl_CXX
14074 pic_flag
=$lt_prog_compiler_pic_CXX
14080 lt_save_allow_undefined_flag
=$allow_undefined_flag_CXX
14081 allow_undefined_flag_CXX
=
14082 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
14083 (eval $archive_cmds_CXX 2\
>\
&1 \|
$GREP \" -lc \" \
>/dev
/null
2\
>\
&1) 2>&5
14085 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14086 test $ac_status = 0; }
14088 lt_cv_archive_cmds_need_lc_CXX
=no
14090 lt_cv_archive_cmds_need_lc_CXX
=yes
14092 allow_undefined_flag_CXX
=$lt_save_allow_undefined_flag
14094 cat conftest.err
1>&5
14099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc_CXX" >&5
14100 $as_echo "$lt_cv_archive_cmds_need_lc_CXX" >&6; }
14101 archive_cmds_need_lc_CXX
=$lt_cv_archive_cmds_need_lc_CXX
14171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
14172 $as_echo_n "checking dynamic linker characteristics... " >&6; }
14174 library_names_spec
=
14175 libname_spec
='lib$name'
14179 postuninstall_cmds
=
14183 shlibpath_overrides_runpath
=unknown
14185 dynamic_linker
="$host_os ld.so"
14186 sys_lib_dlsearch_path_spec
="/lib /usr/lib"
14187 need_lib_prefix
=unknown
14188 hardcode_into_libs
=no
14190 # when you set need_version to no, make sure it does not cause -set_version
14191 # flags to be left without arguments
14192 need_version
=unknown
14197 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname.a'
14198 shlibpath_var
=LIBPATH
14200 # AIX 3 has no versioning support, so we append a major version to the name.
14201 soname_spec
='${libname}${release}${shared_ext}$major'
14208 hardcode_into_libs
=yes
14209 if test "$host_cpu" = ia64
; then
14210 # AIX 5 supports IA64
14211 library_names_spec
='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
14212 shlibpath_var
=LD_LIBRARY_PATH
14214 # With GCC up to 2.95.x, collect2 would create an import file
14215 # for dependence libraries. The import file would start with
14216 # the line `#! .'. This would cause the generated library to
14217 # depend on `.', always an invalid library. This was fixed in
14218 # development snapshots of GCC prior to 3.0.
14220 aix4 | aix4.
[01] | aix4.
[01].
*)
14221 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
14223 echo '#endif'; } |
${CC} -E - |
$GREP yes > /dev
/null
; then
14226 can_build_shared
=no
14230 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
14231 # soname into executable. Probably we can add versioning support to
14232 # collect2, so additional links can be useful in future.
14233 if test "$aix_use_runtimelinking" = yes; then
14234 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
14235 # instead of lib<name>.a to let people know that these are not
14236 # typical AIX shared libraries.
14237 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14239 # We preserve .a as extension for shared libraries through AIX4.2
14240 # and later when we are not doing run time linking.
14241 library_names_spec
='${libname}${release}.a $libname.a'
14242 soname_spec
='${libname}${release}${shared_ext}$major'
14244 shlibpath_var
=LIBPATH
14251 # Since July 2007 AmigaOS4 officially supports .so libraries.
14252 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
14253 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14256 library_names_spec
='$libname.ixlibrary $libname.a'
14257 # Create ${libname}_ixlibrary.a entries in /sys/libs.
14258 finish_eval
='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''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'
14264 library_names_spec
='${libname}${shared_ext}'
14265 dynamic_linker
="$host_os ld.so"
14266 shlibpath_var
=LIBRARY_PATH
14272 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14273 soname_spec
='${libname}${release}${shared_ext}$major'
14274 finish_cmds
='PATH="\$PATH:/sbin" ldconfig $libdir'
14275 shlibpath_var
=LD_LIBRARY_PATH
14276 sys_lib_search_path_spec
="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
14277 sys_lib_dlsearch_path_spec
="/shlib /usr/lib /usr/local/lib"
14278 # the default ld.so.conf also contains /usr/contrib/lib and
14279 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
14280 # libtool to hard-code these into programs
14283 cygwin
* | mingw
* | pw32
* | cegcc
*)
14284 version_type
=windows
14289 case $GCC,$host_os in
14290 yes,cygwin
* |
yes,mingw
* |
yes,pw32
* |
yes,cegcc
*)
14291 library_names_spec
='$libname.dll.a'
14292 # DLL is installed to $(libdir)/../bin by postinstall_cmds
14293 postinstall_cmds
='base_file=`basename \${file}`~
14294 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
14295 dldir=$destdir/`dirname \$dlpath`~
14296 test -d \$dldir || mkdir -p \$dldir~
14297 $install_prog $dir/$dlname \$dldir/$dlname~
14298 chmod a+x \$dldir/$dlname~
14299 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
14300 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
14302 postuninstall_cmds
='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
14303 dlpath=$dir/\$dldll~
14305 shlibpath_overrides_runpath
=yes
14309 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
14310 soname_spec
='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
14314 # MinGW DLLs use traditional 'lib' prefix
14315 soname_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
14318 # pw32 DLLs use 'pw' prefix rather than 'lib'
14319 library_names_spec
='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
14325 library_names_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
14328 dynamic_linker
='Win32 ld.exe'
14329 # FIXME: first we should search . and the directory the executable is in
14333 darwin
* | rhapsody
*)
14334 dynamic_linker
="$host_os dyld"
14335 version_type
=darwin
14338 library_names_spec
='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
14339 soname_spec
='${libname}${release}${major}$shared_ext'
14340 shlibpath_overrides_runpath
=yes
14341 shlibpath_var
=DYLD_LIBRARY_PATH
14342 shrext_cmds
='`test .$module = .yes && echo .so || echo .dylib`'
14344 sys_lib_dlsearch_path_spec
='/usr/local/lib /lib /usr/lib'
14351 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
14352 soname_spec
='${libname}${release}${shared_ext}$major'
14353 shlibpath_var
=LD_LIBRARY_PATH
14356 freebsd
* | dragonfly
*)
14357 # DragonFly does not have aout. When/if they implement a new
14358 # versioning mechanism, adjust this.
14359 if test -x /usr
/bin
/objformat
; then
14360 objformat
=`/usr/bin/objformat`
14363 freebsd
[23].
*) objformat
=aout
;;
14364 *) objformat
=elf
;;
14367 version_type
=freebsd-
$objformat
14368 case $version_type in
14370 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
14375 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
14379 shlibpath_var
=LD_LIBRARY_PATH
14382 shlibpath_overrides_runpath
=yes
14384 freebsd3.
[01]* | freebsdelf3.
[01]*)
14385 shlibpath_overrides_runpath
=yes
14386 hardcode_into_libs
=yes
14388 freebsd3.
[2-9]* | freebsdelf3.
[2-9]* | \
14389 freebsd4.
[0-5] | freebsdelf4.
[0-5] | freebsd4.1
.1 | freebsdelf4.1
.1)
14390 shlibpath_overrides_runpath
=no
14391 hardcode_into_libs
=yes
14393 *) # from 4.6 on, and DragonFly
14394 shlibpath_overrides_runpath
=yes
14395 hardcode_into_libs
=yes
14404 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
14405 soname_spec
='${libname}${release}${shared_ext}$major'
14406 shlibpath_var
=LD_LIBRARY_PATH
14407 hardcode_into_libs
=yes
14414 dynamic_linker
="$host_os runtime_loader"
14415 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
14416 soname_spec
='${libname}${release}${shared_ext}$major'
14417 shlibpath_var
=LIBRARY_PATH
14418 shlibpath_overrides_runpath
=yes
14419 sys_lib_dlsearch_path_spec
='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
14420 hardcode_into_libs
=yes
14423 hpux9
* | hpux10
* | hpux11
*)
14424 # Give a soname corresponding to the major version so that dld.sl refuses to
14425 # link against other versions.
14432 hardcode_into_libs
=yes
14433 dynamic_linker
="$host_os dld.so"
14434 shlibpath_var
=LD_LIBRARY_PATH
14435 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
14436 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14437 soname_spec
='${libname}${release}${shared_ext}$major'
14438 if test "X$HPUX_IA64_MODE" = X32
; then
14439 sys_lib_search_path_spec
="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
14441 sys_lib_search_path_spec
="/usr/lib/hpux64 /usr/local/lib/hpux64"
14443 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
14447 hardcode_into_libs
=yes
14448 dynamic_linker
="$host_os dld.sl"
14449 shlibpath_var
=LD_LIBRARY_PATH
# How should we handle SHLIB_PATH
14450 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
14451 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14452 soname_spec
='${libname}${release}${shared_ext}$major'
14453 sys_lib_search_path_spec
="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
14454 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
14458 dynamic_linker
="$host_os dld.sl"
14459 shlibpath_var
=SHLIB_PATH
14460 shlibpath_overrides_runpath
=no
# +s is required to enable SHLIB_PATH
14461 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14462 soname_spec
='${libname}${release}${shared_ext}$major'
14465 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
14466 postinstall_cmds
='chmod 555 $lib'
14467 # or fails outright, so override atomically:
14468 install_override_mode
=555
14475 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
14476 soname_spec
='${libname}${release}${shared_ext}$major'
14477 dynamic_linker
='Interix 3.x ld.so.1 (PE, like ELF)'
14478 shlibpath_var
=LD_LIBRARY_PATH
14479 shlibpath_overrides_runpath
=no
14480 hardcode_into_libs
=yes
14483 irix5
* | irix6
* | nonstopux
*)
14485 nonstopux
*) version_type
=nonstopux
;;
14487 if test "$lt_cv_prog_gnu_ld" = yes; then
14495 soname_spec
='${libname}${release}${shared_ext}$major'
14496 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
14498 irix5
* | nonstopux
*)
14499 libsuff
= shlibsuff
=
14502 case $LD in # libtool.m4 will add one of these switches to LD
14503 *-32|
*"-32 "|
*-melf32bsmip|
*"-melf32bsmip ")
14504 libsuff
= shlibsuff
= libmagic
=32-bit;;
14505 *-n32|
*"-n32 "|
*-melf32bmipn32|
*"-melf32bmipn32 ")
14506 libsuff
=32 shlibsuff
=N32 libmagic
=N32
;;
14507 *-64|
*"-64 "|
*-melf64bmip|
*"-melf64bmip ")
14508 libsuff
=64 shlibsuff
=64 libmagic
=64-bit;;
14509 *) libsuff
= shlibsuff
= libmagic
=never-match
;;
14513 shlibpath_var
=LD_LIBRARY
${shlibsuff}_PATH
14514 shlibpath_overrides_runpath
=no
14515 sys_lib_search_path_spec
="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
14516 sys_lib_dlsearch_path_spec
="/usr/lib${libsuff} /lib${libsuff}"
14517 hardcode_into_libs
=yes
14520 # No shared lib support for Linux oldld, aout, or coff.
14521 linux
*oldld
* | linux
*aout
* | linux
*coff
*)
14525 # This must be Linux ELF.
14526 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
14530 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14531 soname_spec
='${libname}${release}${shared_ext}$major'
14532 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -n $libdir'
14533 shlibpath_var
=LD_LIBRARY_PATH
14534 shlibpath_overrides_runpath
=no
14536 # Some binutils ld are patched to set DT_RUNPATH
14537 if ${lt_cv_shlibpath_overrides_runpath+:} false
; then :
14538 $as_echo_n "(cached) " >&6
14540 lt_cv_shlibpath_overrides_runpath
=no
14541 save_LDFLAGS
=$LDFLAGS
14542 save_libdir
=$libdir
14543 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl_CXX\"; \
14544 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec_CXX\""
14545 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14546 /* end confdefs.h. */
14556 if ac_fn_cxx_try_link
"$LINENO"; then :
14557 if ($OBJDUMP -p conftest
$ac_exeext) 2>/dev
/null |
grep "RUNPATH.*$libdir" >/dev
/null
; then :
14558 lt_cv_shlibpath_overrides_runpath
=yes
14561 rm -f core conftest.err conftest.
$ac_objext \
14562 conftest
$ac_exeext conftest.
$ac_ext
14563 LDFLAGS
=$save_LDFLAGS
14564 libdir
=$save_libdir
14568 shlibpath_overrides_runpath
=$lt_cv_shlibpath_overrides_runpath
14570 # This implies no fast_install, which is unacceptable.
14571 # Some rework will be needed to allow for fast_install
14572 # before this can be enabled.
14573 hardcode_into_libs
=yes
14575 # Append ld.so.conf contents to the search path
14576 if test -f /etc
/ld.so.conf
; then
14577 lt_ld_extra
=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
14578 sys_lib_dlsearch_path_spec
="/lib /usr/lib $lt_ld_extra"
14581 # We used to test for /lib/ld.so.1 and disable shared libraries on
14582 # powerpc, because MkLinux only supported shared libraries with the
14583 # GNU dynamic linker. Since this was broken with cross compilers,
14584 # most powerpc-linux boxes support dynamic linking these days and
14585 # people can always --disable-shared, the test was removed, and we
14586 # assume the GNU/Linux dynamic linker is in use.
14587 dynamic_linker
='GNU/Linux ld.so'
14594 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
14595 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
14596 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
14597 dynamic_linker
='NetBSD (a.out) ld.so'
14599 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
14600 soname_spec
='${libname}${release}${shared_ext}$major'
14601 dynamic_linker
='NetBSD ld.elf_so'
14603 shlibpath_var
=LD_LIBRARY_PATH
14604 shlibpath_overrides_runpath
=yes
14605 hardcode_into_libs
=yes
14610 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14611 shlibpath_var
=LD_LIBRARY_PATH
14612 shlibpath_overrides_runpath
=yes
14619 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14620 soname_spec
='${libname}${release}${shared_ext}$major'
14621 shlibpath_var
=LD_LIBRARY_PATH
14622 shlibpath_overrides_runpath
=no
14623 hardcode_into_libs
=yes
14624 dynamic_linker
='ldqnx.so'
14629 sys_lib_dlsearch_path_spec
="/usr/lib"
14631 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
14633 openbsd3.3 | openbsd3.3.
*) need_version
=yes ;;
14634 *) need_version
=no
;;
14636 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
14637 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
14638 shlibpath_var
=LD_LIBRARY_PATH
14639 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
14641 openbsd2.
[89] | openbsd2.
[89].
*)
14642 shlibpath_overrides_runpath
=no
14645 shlibpath_overrides_runpath
=yes
14649 shlibpath_overrides_runpath
=yes
14654 libname_spec
='$name'
14657 library_names_spec
='$libname${shared_ext} $libname.a'
14658 dynamic_linker
='OS/2 ld.exe'
14659 shlibpath_var
=LIBPATH
14662 osf3
* | osf4
* | osf5
*)
14666 soname_spec
='${libname}${release}${shared_ext}$major'
14667 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14668 shlibpath_var
=LD_LIBRARY_PATH
14669 sys_lib_search_path_spec
="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
14670 sys_lib_dlsearch_path_spec
="$sys_lib_search_path_spec"
14681 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14682 soname_spec
='${libname}${release}${shared_ext}$major'
14683 shlibpath_var
=LD_LIBRARY_PATH
14684 shlibpath_overrides_runpath
=yes
14685 hardcode_into_libs
=yes
14686 # ldd complains unless libraries are executable
14687 postinstall_cmds
='chmod +x $lib'
14692 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
14693 finish_cmds
='PATH="\$PATH:/usr/etc" ldconfig $libdir'
14694 shlibpath_var
=LD_LIBRARY_PATH
14695 shlibpath_overrides_runpath
=yes
14696 if test "$with_gnu_ld" = yes; then
14704 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14705 soname_spec
='${libname}${release}${shared_ext}$major'
14706 shlibpath_var
=LD_LIBRARY_PATH
14707 case $host_vendor in
14709 shlibpath_overrides_runpath
=no
14711 runpath_var
=LD_RUN_PATH
14719 shlibpath_overrides_runpath
=no
14720 sys_lib_search_path_spec
='/lib /usr/lib /usr/ccs/lib'
14726 if test -d /usr
/nec
;then
14728 library_names_spec
='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
14729 soname_spec
='$libname${shared_ext}.$major'
14730 shlibpath_var
=LD_LIBRARY_PATH
14734 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
* | sysv4
*uw2
*)
14735 version_type
=freebsd-elf
14738 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
14739 soname_spec
='${libname}${release}${shared_ext}$major'
14740 shlibpath_var
=LD_LIBRARY_PATH
14741 shlibpath_overrides_runpath
=yes
14742 hardcode_into_libs
=yes
14743 if test "$with_gnu_ld" = yes; then
14744 sys_lib_search_path_spec
='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
14746 sys_lib_search_path_spec
='/usr/ccs/lib /usr/lib'
14749 sys_lib_search_path_spec
="$sys_lib_search_path_spec /lib"
14753 sys_lib_dlsearch_path_spec
='/usr/lib'
14757 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
14761 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14762 shlibpath_var
=LD_LIBRARY_PATH
14763 shlibpath_overrides_runpath
=no
14764 hardcode_into_libs
=yes
14769 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14770 soname_spec
='${libname}${release}${shared_ext}$major'
14771 shlibpath_var
=LD_LIBRARY_PATH
14778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
14779 $as_echo "$dynamic_linker" >&6; }
14780 test "$dynamic_linker" = no
&& can_build_shared
=no
14782 variables_saved_for_relink
="PATH $shlibpath_var $runpath_var"
14783 if test "$GCC" = yes; then
14784 variables_saved_for_relink
="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
14787 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
14788 sys_lib_search_path_spec
="$lt_cv_sys_lib_search_path_spec"
14790 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
14791 sys_lib_dlsearch_path_spec
="$lt_cv_sys_lib_dlsearch_path_spec"
14831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
14832 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
14833 hardcode_action_CXX
=
14834 if test -n "$hardcode_libdir_flag_spec_CXX" ||
14835 test -n "$runpath_var_CXX" ||
14836 test "X$hardcode_automatic_CXX" = "Xyes" ; then
14838 # We can hardcode non-existent directories.
14839 if test "$hardcode_direct_CXX" != no
&&
14840 # If the only mechanism to avoid hardcoding is shlibpath_var, we
14841 # have to relink, otherwise we might link with an installed library
14842 # when we should be linking with a yet-to-be-installed one
14843 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, CXX)" != no &&
14844 test "$hardcode_minus_L_CXX" != no
; then
14845 # Linking always hardcodes the temporary library directory.
14846 hardcode_action_CXX
=relink
14848 # We can link without hardcoding, and we can hardcode nonexisting dirs.
14849 hardcode_action_CXX
=immediate
14852 # We cannot hardcode anything, or else we can only hardcode existing
14854 hardcode_action_CXX
=unsupported
14856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action_CXX" >&5
14857 $as_echo "$hardcode_action_CXX" >&6; }
14859 if test "$hardcode_action_CXX" = relink ||
14860 test "$inherit_rpath_CXX" = yes; then
14861 # Fast installation is not supported
14862 enable_fast_install
=no
14863 elif test "$shlibpath_overrides_runpath" = yes ||
14864 test "$enable_shared" = no
; then
14865 # Fast installation is not necessary
14866 enable_fast_install
=needless
14875 fi # test -n "$compiler"
14881 with_gnu_ld
=$lt_save_with_gnu_ld
14882 lt_cv_path_LDCXX
=$lt_cv_path_LD
14883 lt_cv_path_LD
=$lt_save_path_LD
14884 lt_cv_prog_gnu_ldcxx
=$lt_cv_prog_gnu_ld
14885 lt_cv_prog_gnu_ld
=$lt_save_with_gnu_ld
14886 fi # test "$_lt_caught_CXX_error" != yes
14889 ac_cpp
='$CPP $CPPFLAGS'
14890 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14891 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14892 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
14906 ac_config_commands
="$ac_config_commands libtool"
14911 # Only expand once:
14915 # Test for 64-bit build.
14916 # The cast to long int works around a bug in the HP C Compiler
14917 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14918 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14919 # This bug is HP SR number 8606223364.
14920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of size_t" >&5
14921 $as_echo_n "checking size of size_t... " >&6; }
14922 if ${ac_cv_sizeof_size_t+:} false
; then :
14923 $as_echo_n "(cached) " >&6
14925 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (size_t))" "ac_cv_sizeof_size_t" "$ac_includes_default"; then :
14928 if test "$ac_cv_type_size_t" = yes; then
14929 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
14930 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14931 as_fn_error
77 "cannot compute sizeof (size_t)
14932 See \`config.log' for more details" "$LINENO" 5; }
14934 ac_cv_sizeof_size_t
=0
14939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_size_t" >&5
14940 $as_echo "$ac_cv_sizeof_size_t" >&6; }
14944 cat >>confdefs.h
<<_ACEOF
14945 #define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
14951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
14952 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
14953 # Check whether --enable-maintainer-mode was given.
14954 if test "${enable_maintainer_mode+set}" = set; then :
14955 enableval
=$enable_maintainer_mode; USE_MAINTAINER_MODE
=$enableval
14957 USE_MAINTAINER_MODE
=no
14960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
14961 $as_echo "$USE_MAINTAINER_MODE" >&6; }
14962 if test $USE_MAINTAINER_MODE = yes; then
14963 MAINTAINER_MODE_TRUE
=
14964 MAINTAINER_MODE_FALSE
='#'
14966 MAINTAINER_MODE_TRUE
='#'
14967 MAINTAINER_MODE_FALSE
=
14970 MAINT
=$MAINTAINER_MODE_TRUE
14974 for ac_header
in sys
/mman.h
14976 ac_fn_c_check_header_mongrel
"$LINENO" "sys/mman.h" "ac_cv_header_sys_mman_h" "$ac_includes_default"
14977 if test "x$ac_cv_header_sys_mman_h" = xyes
; then :
14978 cat >>confdefs.h
<<_ACEOF
14979 #define HAVE_SYS_MMAN_H 1
14986 for ac_func
in mmap mkostemp
14988 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14989 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
14990 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
14991 cat >>confdefs.h
<<_ACEOF
14992 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14999 ac_fn_c_check_header_mongrel
"$LINENO" "sys/mman.h" "ac_cv_header_sys_mman_h" "$ac_includes_default"
15000 if test "x$ac_cv_header_sys_mman_h" = xyes
; then :
15001 libffi_header_sys_mman_h
=yes
15003 libffi_header_sys_mman_h
=no
15007 ac_fn_c_check_func
"$LINENO" "mmap" "ac_cv_func_mmap"
15008 if test "x$ac_cv_func_mmap" = xyes
; then :
15009 libffi_func_mmap
=yes
15011 libffi_func_mmap
=no
15014 if test "$libffi_header_sys_mman_h" != yes \
15015 ||
test "$libffi_func_mmap" != yes; then
15016 ac_cv_func_mmap_file
=no
15017 ac_cv_func_mmap_dev_zero
=no
15018 ac_cv_func_mmap_anon
=no
15020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether read-only mmap of a plain file works" >&5
15021 $as_echo_n "checking whether read-only mmap of a plain file works... " >&6; }
15022 if ${ac_cv_func_mmap_file+:} false
; then :
15023 $as_echo_n "(cached) " >&6
15025 # Add a system to this blacklist if
15026 # mmap(0, stat_size, PROT_READ, MAP_PRIVATE, fd, 0) doesn't return a
15027 # memory area containing the same data that you'd get if you applied
15028 # read() to the same fd. The only system known to have a problem here
15029 # is VMS, where text files have record structure.
15032 ac_cv_func_mmap_file
=no
;;
15034 ac_cv_func_mmap_file
=yes;;
15037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_file" >&5
15038 $as_echo "$ac_cv_func_mmap_file" >&6; }
15039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mmap from /dev/zero works" >&5
15040 $as_echo_n "checking whether mmap from /dev/zero works... " >&6; }
15041 if ${ac_cv_func_mmap_dev_zero+:} false
; then :
15042 $as_echo_n "(cached) " >&6
15044 # Add a system to this blacklist if it has mmap() but /dev/zero
15045 # does not exist, or if mmapping /dev/zero does not give anonymous
15046 # zeroed pages with both the following properties:
15047 # 1. If you map N consecutive pages in with one call, and then
15048 # unmap any subset of those pages, the pages that were not
15049 # explicitly unmapped remain accessible.
15050 # 2. If you map two adjacent blocks of memory and then unmap them
15051 # both at once, they must both go away.
15052 # Systems known to be in this category are Windows (all variants),
15055 vms
* | cygwin
* | pe | mingw
* | darwin
* | ultrix
* | hpux10
* | hpux11.00
)
15056 ac_cv_func_mmap_dev_zero
=no
;;
15058 ac_cv_func_mmap_dev_zero
=yes;;
15061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_dev_zero" >&5
15062 $as_echo "$ac_cv_func_mmap_dev_zero" >&6; }
15064 # Unlike /dev/zero, the MAP_ANON(YMOUS) defines can be probed for.
15065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MAP_ANON(YMOUS)" >&5
15066 $as_echo_n "checking for MAP_ANON(YMOUS)... " >&6; }
15067 if ${ac_cv_decl_map_anon+:} false
; then :
15068 $as_echo_n "(cached) " >&6
15070 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15071 /* end confdefs.h. */
15072 #include <sys/types.h>
15073 #include <sys/mman.h>
15074 #include <unistd.h>
15076 #ifndef MAP_ANONYMOUS
15077 #define MAP_ANONYMOUS MAP_ANON
15083 int n = MAP_ANONYMOUS;
15088 if ac_fn_c_try_compile
"$LINENO"; then :
15089 ac_cv_decl_map_anon
=yes
15091 ac_cv_decl_map_anon
=no
15093 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_decl_map_anon" >&5
15096 $as_echo "$ac_cv_decl_map_anon" >&6; }
15098 if test $ac_cv_decl_map_anon = no
; then
15099 ac_cv_func_mmap_anon
=no
15101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mmap with MAP_ANON(YMOUS) works" >&5
15102 $as_echo_n "checking whether mmap with MAP_ANON(YMOUS) works... " >&6; }
15103 if ${ac_cv_func_mmap_anon+:} false
; then :
15104 $as_echo_n "(cached) " >&6
15106 # Add a system to this blacklist if it has mmap() and MAP_ANON or
15107 # MAP_ANONYMOUS, but using mmap(..., MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
15108 # doesn't give anonymous zeroed pages with the same properties listed
15109 # above for use of /dev/zero.
15110 # Systems known to be in this category are Windows, VMS, and SCO Unix.
15112 vms
* | cygwin
* | pe | mingw
* | sco
* | udk
* )
15113 ac_cv_func_mmap_anon
=no
;;
15115 ac_cv_func_mmap_anon
=yes;;
15118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_anon" >&5
15119 $as_echo "$ac_cv_func_mmap_anon" >&6; }
15123 if test $ac_cv_func_mmap_file = yes; then
15125 $as_echo "#define HAVE_MMAP_FILE 1" >>confdefs.h
15128 if test $ac_cv_func_mmap_dev_zero = yes; then
15130 $as_echo "#define HAVE_MMAP_DEV_ZERO 1" >>confdefs.h
15133 if test $ac_cv_func_mmap_anon = yes; then
15135 $as_echo "#define HAVE_MMAP_ANON 1" >>confdefs.h
15140 if test -d $srcdir/testsuite
; then
15142 TESTSUBDIR_FALSE
='#'
15144 TESTSUBDIR_TRUE
='#'
15149 TARGETDIR
="unknown"
15150 HAVE_LONG_DOUBLE_VARIANT
=0
15152 .
${srcdir}/configure.
host
15154 if test -n "${UNSUPPORTED}"; then
15155 as_fn_error $?
"\"libffi has not been ported to $host.\"" "$LINENO" 5
15161 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
15162 $as_echo_n "checking for ANSI C header files... " >&6; }
15163 if ${ac_cv_header_stdc+:} false
; then :
15164 $as_echo_n "(cached) " >&6
15166 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15167 /* end confdefs.h. */
15168 #include <stdlib.h>
15169 #include <stdarg.h>
15170 #include <string.h>
15181 if ac_fn_c_try_compile
"$LINENO"; then :
15182 ac_cv_header_stdc
=yes
15184 ac_cv_header_stdc
=no
15186 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15188 if test $ac_cv_header_stdc = yes; then
15189 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
15190 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15191 /* end confdefs.h. */
15192 #include <string.h>
15195 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15196 $EGREP "memchr" >/dev
/null
2>&1; then :
15199 ac_cv_header_stdc
=no
15205 if test $ac_cv_header_stdc = yes; then
15206 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
15207 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15208 /* end confdefs.h. */
15209 #include <stdlib.h>
15212 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15213 $EGREP "free" >/dev
/null
2>&1; then :
15216 ac_cv_header_stdc
=no
15222 if test $ac_cv_header_stdc = yes; then
15223 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
15224 if test "$cross_compiling" = yes; then :
15227 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15228 /* end confdefs.h. */
15230 #include <stdlib.h>
15231 #if ((' ' & 0x0FF) == 0x020)
15232 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
15233 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
15235 # define ISLOWER(c) \
15236 (('a' <= (c) && (c) <= 'i') \
15237 || ('j' <= (c) && (c) <= 'r') \
15238 || ('s' <= (c) && (c) <= 'z'))
15239 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
15242 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
15247 for (i = 0; i < 256; i++)
15248 if (XOR (islower (i), ISLOWER (i))
15249 || toupper (i) != TOUPPER (i))
15254 if ac_fn_c_try_run
"$LINENO"; then :
15257 ac_cv_header_stdc
=no
15259 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
15260 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
15265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
15266 $as_echo "$ac_cv_header_stdc" >&6; }
15267 if test $ac_cv_header_stdc = yes; then
15269 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
15273 for ac_func
in memcpy
15275 ac_fn_c_check_func
"$LINENO" "memcpy" "ac_cv_func_memcpy"
15276 if test "x$ac_cv_func_memcpy" = xyes
; then :
15277 cat >>confdefs.h
<<_ACEOF
15278 #define HAVE_MEMCPY 1
15284 ac_fn_c_check_type
"$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
15285 if test "x$ac_cv_type_size_t" = xyes
; then :
15289 cat >>confdefs.h
<<_ACEOF
15290 #define size_t unsigned int
15295 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
15296 # for constant arguments. Useless!
15297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
15298 $as_echo_n "checking for working alloca.h... " >&6; }
15299 if ${ac_cv_working_alloca_h+:} false
; then :
15300 $as_echo_n "(cached) " >&6
15302 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15303 /* end confdefs.h. */
15304 #include <alloca.h>
15308 char *p = (char *) alloca (2 * sizeof (int));
15314 if ac_fn_c_try_link
"$LINENO"; then :
15315 ac_cv_working_alloca_h
=yes
15317 ac_cv_working_alloca_h
=no
15319 rm -f core conftest.err conftest.
$ac_objext \
15320 conftest
$ac_exeext conftest.
$ac_ext
15322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
15323 $as_echo "$ac_cv_working_alloca_h" >&6; }
15324 if test $ac_cv_working_alloca_h = yes; then
15326 $as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
15330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
15331 $as_echo_n "checking for alloca... " >&6; }
15332 if ${ac_cv_func_alloca_works+:} false
; then :
15333 $as_echo_n "(cached) " >&6
15335 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15336 /* end confdefs.h. */
15338 # define alloca __builtin_alloca
15341 # include <malloc.h>
15342 # define alloca _alloca
15344 # ifdef HAVE_ALLOCA_H
15345 # include <alloca.h>
15350 # ifndef alloca /* predefined by HP cc +Olibcalls */
15351 void *alloca (size_t);
15361 char *p = (char *) alloca (1);
15367 if ac_fn_c_try_link
"$LINENO"; then :
15368 ac_cv_func_alloca_works
=yes
15370 ac_cv_func_alloca_works
=no
15372 rm -f core conftest.err conftest.
$ac_objext \
15373 conftest
$ac_exeext conftest.
$ac_ext
15375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
15376 $as_echo "$ac_cv_func_alloca_works" >&6; }
15378 if test $ac_cv_func_alloca_works = yes; then
15380 $as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
15383 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
15384 # that cause trouble. Some versions do not even contain alloca or
15385 # contain a buggy version. If you still want to use their alloca,
15386 # use ar to extract alloca.o from them instead of compiling alloca.c.
15388 ALLOCA
=\
${LIBOBJDIR}alloca.
$ac_objext
15390 $as_echo "#define C_ALLOCA 1" >>confdefs.h
15393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
15394 $as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
15395 if ${ac_cv_os_cray+:} false
; then :
15396 $as_echo_n "(cached) " >&6
15398 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15399 /* end confdefs.h. */
15400 #if defined CRAY && ! defined CRAY2
15407 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15408 $EGREP "webecray" >/dev
/null
2>&1; then :
15416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
15417 $as_echo "$ac_cv_os_cray" >&6; }
15418 if test $ac_cv_os_cray = yes; then
15419 for ac_func
in _getb67 GETB67 getb67
; do
15420 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15421 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15422 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15424 cat >>confdefs.h
<<_ACEOF
15425 #define CRAY_STACKSEG_END $ac_func
15434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
15435 $as_echo_n "checking stack direction for C alloca... " >&6; }
15436 if ${ac_cv_c_stack_direction+:} false
; then :
15437 $as_echo_n "(cached) " >&6
15439 if test "$cross_compiling" = yes; then :
15440 ac_cv_c_stack_direction
=0
15442 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15443 /* end confdefs.h. */
15444 $ac_includes_default
15446 find_stack_direction (int *addr, int depth)
15448 int dir, dummy = 0;
15451 *addr = addr < &dummy ? 1 : addr == &dummy ? 0 : -1;
15452 dir = depth ? find_stack_direction (addr, depth - 1) : 0;
15453 return dir + dummy;
15457 main (int argc, char **argv)
15459 return find_stack_direction (0, argc + !argv + 20) < 0;
15462 if ac_fn_c_try_run
"$LINENO"; then :
15463 ac_cv_c_stack_direction
=1
15465 ac_cv_c_stack_direction
=-1
15467 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
15468 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
15472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
15473 $as_echo "$ac_cv_c_stack_direction" >&6; }
15474 cat >>confdefs.h
<<_ACEOF
15475 #define STACK_DIRECTION $ac_cv_c_stack_direction
15482 # The cast to long int works around a bug in the HP C Compiler
15483 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15484 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15485 # This bug is HP SR number 8606223364.
15486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of double" >&5
15487 $as_echo_n "checking size of double... " >&6; }
15488 if ${ac_cv_sizeof_double+:} false
; then :
15489 $as_echo_n "(cached) " >&6
15491 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (double))" "ac_cv_sizeof_double" "$ac_includes_default"; then :
15494 if test "$ac_cv_type_double" = yes; then
15495 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
15496 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
15497 as_fn_error
77 "cannot compute sizeof (double)
15498 See \`config.log' for more details" "$LINENO" 5; }
15500 ac_cv_sizeof_double
=0
15505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_double" >&5
15506 $as_echo "$ac_cv_sizeof_double" >&6; }
15510 cat >>confdefs.h
<<_ACEOF
15511 #define SIZEOF_DOUBLE $ac_cv_sizeof_double
15515 # The cast to long int works around a bug in the HP C Compiler
15516 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15517 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15518 # This bug is HP SR number 8606223364.
15519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long double" >&5
15520 $as_echo_n "checking size of long double... " >&6; }
15521 if ${ac_cv_sizeof_long_double+:} false
; then :
15522 $as_echo_n "(cached) " >&6
15524 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (long double))" "ac_cv_sizeof_long_double" "$ac_includes_default"; then :
15527 if test "$ac_cv_type_long_double" = yes; then
15528 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
15529 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
15530 as_fn_error
77 "cannot compute sizeof (long double)
15531 See \`config.log' for more details" "$LINENO" 5; }
15533 ac_cv_sizeof_long_double
=0
15538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_double" >&5
15539 $as_echo "$ac_cv_sizeof_long_double" >&6; }
15543 cat >>confdefs.h
<<_ACEOF
15544 #define SIZEOF_LONG_DOUBLE $ac_cv_sizeof_long_double
15549 # Also AC_SUBST this variable for ffi.h.
15550 if test -z "$HAVE_LONG_DOUBLE"; then
15552 if test $ac_cv_sizeof_long_double != 0; then
15553 if test $HAVE_LONG_DOUBLE_VARIANT != 0; then
15555 $as_echo "#define HAVE_LONG_DOUBLE_VARIANT 1" >>confdefs.h
15559 if test $ac_cv_sizeof_double != $ac_cv_sizeof_long_double; then
15562 $as_echo "#define HAVE_LONG_DOUBLE 1" >>confdefs.h
15571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
15572 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
15573 if ${ac_cv_c_bigendian+:} false
; then :
15574 $as_echo_n "(cached) " >&6
15576 ac_cv_c_bigendian
=unknown
15577 # See if we're dealing with a universal compiler.
15578 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15579 /* end confdefs.h. */
15580 #ifndef __APPLE_CC__
15581 not a universal capable compiler
15586 if ac_fn_c_try_compile
"$LINENO"; then :
15588 # Check for potential -arch flags. It is not universal unless
15589 # there are at least two -arch flags with different values.
15592 for ac_word
in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
15593 if test -n "$ac_prev"; then
15595 i?
86 | x86_64 | ppc | ppc64
)
15596 if test -z "$ac_arch" ||
test "$ac_arch" = "$ac_word"; then
15599 ac_cv_c_bigendian
=universal
15605 elif test "x$ac_word" = "x-arch"; then
15610 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15611 if test $ac_cv_c_bigendian = unknown
; then
15612 # See if sys/param.h defines the BYTE_ORDER macro.
15613 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15614 /* end confdefs.h. */
15615 #include <sys/types.h>
15616 #include <sys/param.h>
15621 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
15622 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
15624 bogus endian macros
15631 if ac_fn_c_try_compile
"$LINENO"; then :
15632 # It does; now see whether it defined to BIG_ENDIAN or not.
15633 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15634 /* end confdefs.h. */
15635 #include <sys/types.h>
15636 #include <sys/param.h>
15641 #if BYTE_ORDER != BIG_ENDIAN
15649 if ac_fn_c_try_compile
"$LINENO"; then :
15650 ac_cv_c_bigendian
=yes
15652 ac_cv_c_bigendian
=no
15654 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15656 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15658 if test $ac_cv_c_bigendian = unknown
; then
15659 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
15660 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15661 /* end confdefs.h. */
15662 #include <limits.h>
15667 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
15668 bogus endian macros
15675 if ac_fn_c_try_compile
"$LINENO"; then :
15676 # It does; now see whether it defined to _BIG_ENDIAN or not.
15677 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15678 /* end confdefs.h. */
15679 #include <limits.h>
15684 #ifndef _BIG_ENDIAN
15692 if ac_fn_c_try_compile
"$LINENO"; then :
15693 ac_cv_c_bigendian
=yes
15695 ac_cv_c_bigendian
=no
15697 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15699 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15701 if test $ac_cv_c_bigendian = unknown
; then
15702 # Compile a test program.
15703 if test "$cross_compiling" = yes; then :
15704 # Try to guess by grepping values from an object file.
15705 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15706 /* end confdefs.h. */
15707 short int ascii_mm[] =
15708 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
15709 short int ascii_ii[] =
15710 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
15711 int use_ascii (int i) {
15712 return ascii_mm[i] + ascii_ii[i];
15714 short int ebcdic_ii[] =
15715 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
15716 short int ebcdic_mm[] =
15717 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
15718 int use_ebcdic (int i) {
15719 return ebcdic_mm[i] + ebcdic_ii[i];
15726 return use_ascii (foo) == use_ebcdic (foo);
15731 if ac_fn_c_try_compile
"$LINENO"; then :
15732 if grep BIGenDianSyS conftest.
$ac_objext >/dev
/null
; then
15733 ac_cv_c_bigendian
=yes
15735 if grep LiTTleEnDian conftest.
$ac_objext >/dev
/null
; then
15736 if test "$ac_cv_c_bigendian" = unknown
; then
15737 ac_cv_c_bigendian
=no
15739 # finding both strings is unlikely to happen, but who knows?
15740 ac_cv_c_bigendian
=unknown
15744 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15746 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15747 /* end confdefs.h. */
15748 $ac_includes_default
15753 /* Are we little or big endian? From Harbison&Steele. */
15757 char c[sizeof (long int)];
15760 return u.c[sizeof (long int) - 1] == 1;
15766 if ac_fn_c_try_run
"$LINENO"; then :
15767 ac_cv_c_bigendian
=no
15769 ac_cv_c_bigendian
=yes
15771 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
15772 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
15777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
15778 $as_echo "$ac_cv_c_bigendian" >&6; }
15779 case $ac_cv_c_bigendian in #(
15781 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
15787 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
15791 as_fn_error $?
"unknown endianness
15792 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
15796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler .cfi pseudo-op support" >&5
15797 $as_echo_n "checking assembler .cfi pseudo-op support... " >&6; }
15798 if ${gcc_cv_as_cfi_pseudo_op+:} false
; then :
15799 $as_echo_n "(cached) " >&6
15802 gcc_cv_as_cfi_pseudo_op
=unknown
15803 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15804 /* end confdefs.h. */
15805 asm (".cfi_startproc\n\t.cfi_endproc");
15814 if ac_fn_c_try_compile
"$LINENO"; then :
15815 gcc_cv_as_cfi_pseudo_op
=yes
15817 gcc_cv_as_cfi_pseudo_op
=no
15819 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_cfi_pseudo_op" >&5
15823 $as_echo "$gcc_cv_as_cfi_pseudo_op" >&6; }
15824 if test "x$gcc_cv_as_cfi_pseudo_op" = xyes
; then
15826 $as_echo "#define HAVE_AS_CFI_PSEUDO_OP 1" >>confdefs.h
15833 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler and linker support unaligned pc related relocs" >&5
15834 $as_echo_n "checking assembler and linker support unaligned pc related relocs... " >&6; }
15835 if ${libffi_cv_as_sparc_ua_pcrel+:} false
; then :
15836 $as_echo_n "(cached) " >&6
15839 save_CFLAGS
="$CFLAGS"
15840 save_LDFLAGS
="$LDFLAGS"
15841 CFLAGS
="$CFLAGS -fpic"
15842 LDFLAGS
="$LDFLAGS -shared"
15843 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15844 /* end confdefs.h. */
15845 asm (".text; foo: nop; .data; .align 4; .byte 0; .uaword %r_disp32(foo); .text");
15854 if ac_fn_c_try_link
"$LINENO"; then :
15855 libffi_cv_as_sparc_ua_pcrel
=yes
15857 libffi_cv_as_sparc_ua_pcrel
=no
15859 rm -f core conftest.err conftest.
$ac_objext \
15860 conftest
$ac_exeext conftest.
$ac_ext
15861 CFLAGS
="$save_CFLAGS"
15862 LDFLAGS
="$save_LDFLAGS"
15864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libffi_cv_as_sparc_ua_pcrel" >&5
15865 $as_echo "$libffi_cv_as_sparc_ua_pcrel" >&6; }
15866 if test "x$libffi_cv_as_sparc_ua_pcrel" = xyes
; then
15868 $as_echo "#define HAVE_AS_SPARC_UA_PCREL 1" >>confdefs.h
15872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler .register pseudo-op support" >&5
15873 $as_echo_n "checking assembler .register pseudo-op support... " >&6; }
15874 if ${libffi_cv_as_register_pseudo_op+:} false
; then :
15875 $as_echo_n "(cached) " >&6
15878 libffi_cv_as_register_pseudo_op
=unknown
15879 # Check if we have .register
15880 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15881 /* end confdefs.h. */
15886 asm (".register %g2, #scratch");
15891 if ac_fn_c_try_compile
"$LINENO"; then :
15892 libffi_cv_as_register_pseudo_op
=yes
15894 libffi_cv_as_register_pseudo_op
=no
15896 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libffi_cv_as_register_pseudo_op" >&5
15900 $as_echo "$libffi_cv_as_register_pseudo_op" >&6; }
15901 if test "x$libffi_cv_as_register_pseudo_op" = xyes
; then
15903 $as_echo "#define HAVE_AS_REGISTER_PSEUDO_OP 1" >>confdefs.h
15909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler supports pc related relocs" >&5
15910 $as_echo_n "checking assembler supports pc related relocs... " >&6; }
15911 if ${libffi_cv_as_x86_pcrel+:} false
; then :
15912 $as_echo_n "(cached) " >&6
15915 libffi_cv_as_x86_pcrel
=no
15916 echo '.text; foo: nop; .data; .long foo-.; .text' > conftest.s
15917 if $CC $CFLAGS -c conftest.s
> /dev
/null
2>&1; then
15918 libffi_cv_as_x86_pcrel
=yes
15922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libffi_cv_as_x86_pcrel" >&5
15923 $as_echo "$libffi_cv_as_x86_pcrel" >&6; }
15924 if test "x$libffi_cv_as_x86_pcrel" = xyes
; then
15926 $as_echo "#define HAVE_AS_X86_PCREL 1" >>confdefs.h
15932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler uses zarch features" >&5
15933 $as_echo_n "checking compiler uses zarch features... " >&6; }
15934 if ${libffi_cv_as_s390_zarch+:} false
; then :
15935 $as_echo_n "(cached) " >&6
15938 libffi_cv_as_s390_zarch
=no
15939 echo 'void foo(void) { bar(); bar(); }' > conftest.c
15940 if $CC $CFLAGS -S conftest.c
> /dev
/null
2>&1; then
15941 if grep -q brasl conftest.s
; then
15942 libffi_cv_as_s390_zarch
=yes
15947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libffi_cv_as_s390_zarch" >&5
15948 $as_echo "$libffi_cv_as_s390_zarch" >&6; }
15949 if test "x$libffi_cv_as_s390_zarch" = xyes
; then
15951 $as_echo "#define HAVE_AS_S390_ZARCH 1" >>confdefs.h
15957 # On PaX enable kernels that have MPROTECT enable we can't use PROT_EXEC.
15958 # Check whether --enable-pax_emutramp was given.
15959 if test "${enable_pax_emutramp+set}" = set; then :
15960 enableval
=$enable_pax_emutramp; if test "$enable_pax_emutramp" = "yes"; then
15962 $as_echo "#define FFI_MMAP_EXEC_EMUTRAMP_PAX 1" >>confdefs.h
15968 FFI_EXEC_TRAMPOLINE_TABLE
=0
15970 *arm
*-apple-darwin* | aarch64-apple-darwin
*)
15971 FFI_EXEC_TRAMPOLINE_TABLE
=1
15973 $as_echo "#define FFI_EXEC_TRAMPOLINE_TABLE 1" >>confdefs.h
15976 *-apple-darwin1* |
*-*-freebsd* |
*-*-kfreebsd* |
*-*-openbsd* |
*-pc-solaris*)
15978 $as_echo "#define FFI_MMAP_EXEC_WRIT 1" >>confdefs.h
15982 if test x
$FFI_EXEC_TRAMPOLINE_TABLE = x1
; then
15983 FFI_EXEC_TRAMPOLINE_TABLE_TRUE
=
15984 FFI_EXEC_TRAMPOLINE_TABLE_FALSE
='#'
15986 FFI_EXEC_TRAMPOLINE_TABLE_TRUE
='#'
15987 FFI_EXEC_TRAMPOLINE_TABLE_FALSE
=
15992 if test x
$TARGET = xX86_64
; then
15993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking toolchain supports unwind section type" >&5
15994 $as_echo_n "checking toolchain supports unwind section type... " >&6; }
15995 if ${libffi_cv_as_x86_64_unwind_section_type+:} false
; then :
15996 $as_echo_n "(cached) " >&6
15999 cat > conftest1.s
<< EOF
16004 .section .eh_frame,"a",@unwind
16008 cat > conftest2.c
<< EOF
16013 libffi_cv_as_x86_64_unwind_section_type
=no
16014 # we ensure that we can compile _and_ link an assembly file containing an @unwind section
16015 # since the compiler can support it and not the linker (ie old binutils)
16016 if $CC -Wa,--fatal-warnings $CFLAGS -c conftest1.s
> /dev
/null
2>&1 && \
16017 $CC conftest2.c conftest1.o
> /dev
/null
2>&1 ; then
16018 libffi_cv_as_x86_64_unwind_section_type
=yes
16022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libffi_cv_as_x86_64_unwind_section_type" >&5
16023 $as_echo "$libffi_cv_as_x86_64_unwind_section_type" >&6; }
16024 if test "x$libffi_cv_as_x86_64_unwind_section_type" = xyes
; then
16026 $as_echo "#define HAVE_AS_X86_64_UNWIND_SECTION_TYPE 1" >>confdefs.h
16031 if test "x$GCC" = "xyes"; then
16032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .eh_frame section should be read-only" >&5
16033 $as_echo_n "checking whether .eh_frame section should be read-only... " >&6; }
16034 if ${libffi_cv_ro_eh_frame+:} false
; then :
16035 $as_echo_n "(cached) " >&6
16038 libffi_cv_ro_eh_frame
=no
16039 echo 'extern void foo (void); void bar (void) { foo (); foo (); }' > conftest.c
16040 if $CC $CFLAGS -c -fpic -fexceptions -o conftest.o conftest.c
> /dev
/null
2>&1; then
16041 objdump
-h conftest.o
> conftest.dump
2>&1
16042 libffi_eh_frame_line
=`grep -n eh_frame conftest.dump | cut -d: -f 1`
16043 if test "x$libffi_eh_frame_line" != "x"; then
16044 libffi_test_line
=`expr $libffi_eh_frame_line + 1`p
16045 sed -n $libffi_test_line conftest.dump
> conftest.line
16046 if grep READONLY conftest.line
> /dev
/null
; then
16047 libffi_cv_ro_eh_frame
=yes
16054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libffi_cv_ro_eh_frame" >&5
16055 $as_echo "$libffi_cv_ro_eh_frame" >&6; }
16056 if test "x$libffi_cv_ro_eh_frame" = xyes
; then
16058 $as_echo "#define HAVE_RO_EH_FRAME 1" >>confdefs.h
16061 $as_echo "#define EH_FRAME_FLAGS \"a\"" >>confdefs.h
16065 $as_echo "#define EH_FRAME_FLAGS \"aw\"" >>confdefs.h
16069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __attribute__((visibility(\"hidden\")))" >&5
16070 $as_echo_n "checking for __attribute__((visibility(\"hidden\")))... " >&6; }
16071 if ${libffi_cv_hidden_visibility_attribute+:} false
; then :
16072 $as_echo_n "(cached) " >&6
16075 echo 'int __attribute__ ((visibility ("hidden"))) foo (void) { return 1 ; }' > conftest.c
16076 libffi_cv_hidden_visibility_attribute
=no
16077 if { ac_try
='${CC-cc} -Werror -S conftest.c -o conftest.s 1>&5'
16078 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
16079 (eval $ac_try) 2>&5
16081 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16082 test $ac_status = 0; }; }; then
16083 if grep '\.hidden.*foo' conftest.s
>/dev
/null
; then
16084 libffi_cv_hidden_visibility_attribute
=yes
16090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libffi_cv_hidden_visibility_attribute" >&5
16091 $as_echo "$libffi_cv_hidden_visibility_attribute" >&6; }
16092 if test $libffi_cv_hidden_visibility_attribute = yes; then
16094 $as_echo "#define HAVE_HIDDEN_VISIBILITY_ATTRIBUTE 1" >>confdefs.h
16106 for i
in $SOURCES; do
16107 TARGET_OBJ
="${TARGET_OBJ} src/${TARGETDIR}/"`echo $i | sed 's/[cS]$/lo/'`
16114 # Check whether --enable-debug was given.
16115 if test "${enable_debug+set}" = set; then :
16116 enableval
=$enable_debug; if test "$enable_debug" = "yes"; then
16118 $as_echo "#define FFI_DEBUG 1" >>confdefs.h
16123 if test "$enable_debug" = "yes"; then
16125 FFI_DEBUG_FALSE
='#'
16132 # Check whether --enable-structs was given.
16133 if test "${enable_structs+set}" = set; then :
16134 enableval
=$enable_structs; if test "$enable_structs" = "no"; then
16136 $as_echo "#define FFI_NO_STRUCTS 1" >>confdefs.h
16141 if test "$enable_debug" = "yes"; then
16143 FFI_DEBUG_FALSE
='#'
16150 # Check whether --enable-raw-api was given.
16151 if test "${enable_raw_api+set}" = set; then :
16152 enableval
=$enable_raw_api; if test "$enable_raw_api" = "no"; then
16154 $as_echo "#define FFI_NO_RAW_API 1" >>confdefs.h
16160 # Check whether --enable-purify-safety was given.
16161 if test "${enable_purify_safety+set}" = set; then :
16162 enableval
=$enable_purify_safety; if test "$enable_purify_safety" = "yes"; then
16164 $as_echo "#define USING_PURIFY 1" >>confdefs.h
16170 if test -n "$with_cross_host" &&
16171 test x
"$with_cross_host" != x
"no"; then
16172 toolexecdir
='$(exec_prefix)/$(target_alias)'
16173 toolexeclibdir
='$(toolexecdir)/lib'
16175 toolexecdir
='$(libdir)/gcc-lib/$(target_alias)'
16176 toolexeclibdir
='$(libdir)'
16178 multi_os_directory
=`$CC -print-multi-os-directory`
16179 case $multi_os_directory in
16180 .
) ;; # Avoid trailing /.
16181 *) toolexeclibdir
=$toolexeclibdir/$multi_os_directory ;;
16186 if test "${multilib}" = "yes"; then
16187 multilib_arg
="--enable-multilib"
16192 # Check linker support.
16195 # Check whether --with-gnu-ld was given.
16196 if test "${with_gnu_ld+set}" = set; then :
16197 withval
=$with_gnu_ld; test "$withval" = no || with_gnu_ld
=yes
16203 if test "$GCC" = yes; then
16204 # Check if gcc -print-prog-name=ld gives a path.
16205 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
16206 $as_echo_n "checking for ld used by $CC... " >&6; }
16209 # gcc leaves a trailing carriage return which upsets mingw
16210 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
16212 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
16215 # Accept absolute paths.
16217 re_direlt
='/[^/][^/]*/\.\./'
16218 # Canonicalize the pathname of ld
16219 ac_prog
=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
16220 while $ECHO "$ac_prog" |
$GREP "$re_direlt" > /dev
/null
2>&1; do
16221 ac_prog
=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
16223 test -z "$LD" && LD
="$ac_prog"
16226 # If it fails, then pretend we aren't using GCC.
16230 # If it is relative, then search for the first ld in PATH.
16231 with_gnu_ld
=unknown
16234 elif test "$with_gnu_ld" = yes; then
16235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
16236 $as_echo_n "checking for GNU ld... " >&6; }
16238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
16239 $as_echo_n "checking for non-GNU ld... " >&6; }
16241 if ${lt_cv_path_LD+:} false
; then :
16242 $as_echo_n "(cached) " >&6
16244 if test -z "$LD"; then
16245 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
16246 for ac_dir
in $PATH; do
16248 test -z "$ac_dir" && ac_dir
=.
16249 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
16250 lt_cv_path_LD
="$ac_dir/$ac_prog"
16251 # Check to see if the program is GNU ld. I'd rather use --version,
16252 # but apparently some variants of GNU ld only accept -v.
16253 # Break only if it was the GNU/non-GNU ld that we prefer.
16254 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
16255 *GNU
* |
*'with BFD'*)
16256 test "$with_gnu_ld" != no
&& break
16259 test "$with_gnu_ld" != yes && break
16266 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
16270 LD
="$lt_cv_path_LD"
16271 if test -n "$LD"; then
16272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
16273 $as_echo "$LD" >&6; }
16275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16276 $as_echo "no" >&6; }
16278 test -z "$LD" && as_fn_error $?
"no acceptable ld found in \$PATH" "$LINENO" 5
16279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
16280 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
16281 if ${lt_cv_prog_gnu_ld+:} false
; then :
16282 $as_echo_n "(cached) " >&6
16284 # I'd rather use --version here, but apparently some GNU lds only accept -v.
16285 case `$LD -v 2>&1 </dev/null` in
16286 *GNU
* |
*'with BFD'*)
16287 lt_cv_prog_gnu_ld
=yes
16290 lt_cv_prog_gnu_ld
=no
16294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
16295 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
16296 with_gnu_ld
=$lt_cv_prog_gnu_ld
16304 # If we're not using GNU ld, then there's no point in even trying these
16305 # tests. Check for that first. We should have already tested for gld
16306 # by now (in libtool), but require it now just to be safe...
16307 test -z "$SECTION_LDFLAGS" && SECTION_LDFLAGS
=''
16308 test -z "$OPT_LDFLAGS" && OPT_LDFLAGS
=''
16312 # The name set by libtool depends on the version of libtool. Shame on us
16313 # for depending on an impl detail, but c'est la vie. Older versions used
16314 # ac_cv_prog_gnu_ld, but now it's lt_cv_prog_gnu_ld, and is copied back on
16315 # top of with_gnu_ld (which is also set by --with-gnu-ld, so that actually
16316 # makes sense). We'll test with_gnu_ld everywhere else, so if that isn't
16317 # set (hence we're using an older libtool), then set it.
16318 if test x
${with_gnu_ld+set} != xset
; then
16319 if test x
${ac_cv_prog_gnu_ld+set} != xset
; then
16320 # We got through "ac_require(ac_prog_ld)" and still not set? Huh?
16323 with_gnu_ld
=$ac_cv_prog_gnu_ld
16327 # Start by getting the version number. I think the libtool test already
16328 # does some of this, but throws away the result.
16329 libat_ld_is_gold
=no
16330 if $LD --version 2>/dev
/null |
grep 'GNU gold'> /dev
/null
2>&1; then
16331 libat_ld_is_gold
=yes
16334 ldver
=`$LD --version 2>/dev/null |
16335 sed -e 's/GNU gold /GNU ld /;s/GNU ld version /GNU ld /;s/GNU ld ([^)]*) /GNU ld /;s/GNU ld \([0-9.][0-9.]*\).*/\1/; q'`
16337 libat_gnu_ld_version
=`echo $ldver | \
16338 $AWK -F. '{ if (NF<3) $3=0; print ($1*100+$2)*100+$3 }'`
16340 # Set --gc-sections.
16341 if test "$with_gnu_ld" = "notbroken"; then
16342 # GNU ld it is! Joy and bunny rabbits!
16344 # All these tests are for C++; save the language and the compiler flags.
16345 # Need to do this so that g++ won't try to link in libstdc++
16346 ac_test_CFLAGS
="${CFLAGS+set}"
16347 ac_save_CFLAGS
="$CFLAGS"
16348 CFLAGS
='-x c++ -Wl,--gc-sections'
16350 # Check for -Wl,--gc-sections
16351 # XXX This test is broken at the moment, as symbols required for linking
16352 # are now in libsupc++ (not built yet). In addition, this test has
16353 # cored on solaris in the past. In addition, --gc-sections doesn't
16354 # really work at the moment (keeps on discarding used sections, first
16355 # .eh_frame and now some of the glibc sections for iconv).
16356 # Bzzzzt. Thanks for playing, maybe next time.
16357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld that supports -Wl,--gc-sections" >&5
16358 $as_echo_n "checking for ld that supports -Wl,--gc-sections... " >&6; }
16359 if test "$cross_compiling" = yes; then :
16360 ac_sectionLDflags
=yes
16362 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16363 /* end confdefs.h. */
16373 if ac_fn_c_try_run
"$LINENO"; then :
16374 ac_sectionLDflags
=yes
16376 ac_sectionLDflags
=no
16378 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
16379 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
16382 if test "$ac_test_CFLAGS" = set; then
16383 CFLAGS
="$ac_save_CFLAGS"
16385 # this is the suspicious part
16388 if test "$ac_sectionLDflags" = "yes"; then
16389 SECTION_LDFLAGS
="-Wl,--gc-sections $SECTION_LDFLAGS"
16391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_sectionLDflags" >&5
16392 $as_echo "$ac_sectionLDflags" >&6; }
16395 # Set linker optimization flags.
16396 if test x
"$with_gnu_ld" = x
"yes"; then
16397 OPT_LDFLAGS
="-Wl,-O1 $OPT_LDFLAGS"
16405 # Check whether --enable-symvers was given.
16406 if test "${enable_symvers+set}" = set; then :
16407 enableval
=$enable_symvers;
16408 case "$enableval" in
16409 yes|no|gnu
*|sun
) ;;
16410 *) as_fn_error $?
"Unknown argument to enable/disable symvers" "$LINENO" 5 ;;
16419 # If we never went through the LIBAT_CHECK_LINKER_FEATURES macro, then we
16420 # don't know enough about $LD to do tricks...
16423 # Turn a 'yes' into a suitable default.
16424 if test x
$enable_symvers = xyes
; then
16425 # FIXME The following test is too strict, in theory.
16426 if test $enable_shared = no ||
test "x$LD" = x
; then
16429 if test $with_gnu_ld = yes ; then
16432 case ${target_os} in
16433 # Sun symbol versioning exists since Solaris 2.5.
16434 solaris2.
[5-9]* | solaris2.1
[0-9]*)
16435 enable_symvers
=sun
;;
16437 enable_symvers
=no
;;
16443 # Check if 'sun' was requested on non-Solaris 2 platforms.
16444 if test x
$enable_symvers = xsun
; then
16445 case ${target_os} in
16450 # Unlikely to work.
16451 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === You have requested Sun symbol versioning, but" >&5
16452 $as_echo "$as_me: WARNING: === You have requested Sun symbol versioning, but" >&2;}
16453 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === you are not targetting Solaris 2." >&5
16454 $as_echo "$as_me: WARNING: === you are not targetting Solaris 2." >&2;}
16455 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === Symbol versioning will be disabled." >&5
16456 $as_echo "$as_me: WARNING: === Symbol versioning will be disabled." >&2;}
16462 # Check to see if libgcc_s exists, indicating that shared libgcc is possible.
16463 if test $enable_symvers != no
; then
16464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared libgcc" >&5
16465 $as_echo_n "checking for shared libgcc... " >&6; }
16466 ac_save_CFLAGS
="$CFLAGS"
16468 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16469 /* end confdefs.h. */
16479 if ac_fn_c_try_link
"$LINENO"; then :
16480 libat_shared_libgcc
=yes
16482 libat_shared_libgcc
=no
16484 rm -f core conftest.err conftest.
$ac_objext \
16485 conftest
$ac_exeext conftest.
$ac_ext
16486 CFLAGS
="$ac_save_CFLAGS"
16487 if test $libat_shared_libgcc = no
; then
16488 cat > conftest.c
<<EOF
16489 int main (void) { return 0; }
16491 libat_libgcc_s_suffix
=`${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS \
16492 -shared -shared-libgcc -o conftest.so \
16493 conftest.c -v 2>&1 >/dev/null \
16494 | sed -n 's/^.* -lgcc_s\([^ ]*\) .*$/\1/p'`
16495 rm -f conftest.c conftest.so
16496 if test x
${libat_libgcc_s_suffix+set} = xset
; then
16497 CFLAGS
=" -lgcc_s$libat_libgcc_s_suffix"
16498 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16499 /* end confdefs.h. */
16509 if ac_fn_c_try_link
"$LINENO"; then :
16510 libat_shared_libgcc
=yes
16512 rm -f core conftest.err conftest.
$ac_objext \
16513 conftest
$ac_exeext conftest.
$ac_ext
16514 CFLAGS
="$ac_save_CFLAGS"
16517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_shared_libgcc" >&5
16518 $as_echo "$libat_shared_libgcc" >&6; }
16521 # For GNU ld, we need at least this version. The format is described in
16522 # LIBAT_CHECK_LINKER_FEATURES above.
16523 libat_min_gnu_ld_version
=21400
16524 # XXXXXXXXXXX libat_gnu_ld_version=21390
16526 # Check to see if unspecified "yes" value can win, given results above.
16527 # Change "yes" into either "no" or a style name.
16528 if test $enable_symvers != no
&& test $libat_shared_libgcc = yes; then
16529 if test $with_gnu_ld = yes; then
16530 if test $libat_gnu_ld_version -ge $libat_min_gnu_ld_version ; then
16532 elif test $libat_ld_is_gold = yes ; then
16535 # The right tools, the right setup, but too old. Fallbacks?
16536 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === Linker version $libat_gnu_ld_version is too old for" >&5
16537 $as_echo "$as_me: WARNING: === Linker version $libat_gnu_ld_version is too old for" >&2;}
16538 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === full symbol versioning support in this release of GCC." >&5
16539 $as_echo "$as_me: WARNING: === full symbol versioning support in this release of GCC." >&2;}
16540 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === You would need to upgrade your binutils to version" >&5
16541 $as_echo "$as_me: WARNING: === You would need to upgrade your binutils to version" >&2;}
16542 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === $libat_min_gnu_ld_version or later and rebuild GCC." >&5
16543 $as_echo "$as_me: WARNING: === $libat_min_gnu_ld_version or later and rebuild GCC." >&2;}
16544 if test $libat_gnu_ld_version -ge 21200 ; then
16545 # Globbing fix is present, proper block support is not.
16546 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === Symbol versioning will be disabled." >&5
16547 $as_echo "$as_me: WARNING: === Symbol versioning will be disabled." >&2;}
16551 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === Symbol versioning will be disabled." >&5
16552 $as_echo "$as_me: WARNING: === Symbol versioning will be disabled." >&2;}
16556 elif test $enable_symvers = sun
; then
16557 : All interesting versions of Sun ld support sun style symbol versioning.
16559 # just fail for now
16560 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === You have requested some kind of symbol versioning, but" >&5
16561 $as_echo "$as_me: WARNING: === You have requested some kind of symbol versioning, but" >&2;}
16562 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === either you are not using a supported linker, or you are" >&5
16563 $as_echo "$as_me: WARNING: === either you are not using a supported linker, or you are" >&2;}
16564 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === not building a shared libgcc_s (which is required)." >&5
16565 $as_echo "$as_me: WARNING: === not building a shared libgcc_s (which is required)." >&2;}
16566 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === Symbol versioning will be disabled." >&5
16567 $as_echo "$as_me: WARNING: === Symbol versioning will be disabled." >&2;}
16571 if test $enable_symvers = gnu
; then
16573 $as_echo "#define LIBAT_GNU_SYMBOL_VERSIONING 1" >>confdefs.h
16577 if test $enable_symvers != no
; then
16578 LIBAT_BUILD_VERSIONED_SHLIB_TRUE
=
16579 LIBAT_BUILD_VERSIONED_SHLIB_FALSE
='#'
16581 LIBAT_BUILD_VERSIONED_SHLIB_TRUE
='#'
16582 LIBAT_BUILD_VERSIONED_SHLIB_FALSE
=
16585 if test $enable_symvers = gnu
; then
16586 LIBAT_BUILD_VERSIONED_SHLIB_GNU_TRUE
=
16587 LIBAT_BUILD_VERSIONED_SHLIB_GNU_FALSE
='#'
16589 LIBAT_BUILD_VERSIONED_SHLIB_GNU_TRUE
='#'
16590 LIBAT_BUILD_VERSIONED_SHLIB_GNU_FALSE
=
16593 if test $enable_symvers = sun
; then
16594 LIBAT_BUILD_VERSIONED_SHLIB_SUN_TRUE
=
16595 LIBAT_BUILD_VERSIONED_SHLIB_SUN_FALSE
='#'
16597 LIBAT_BUILD_VERSIONED_SHLIB_SUN_TRUE
='#'
16598 LIBAT_BUILD_VERSIONED_SHLIB_SUN_FALSE
=
16601 { $as_echo "$as_me:${as_lineno-$LINENO}: versioning on shared library symbols is $enable_symvers" >&5
16602 $as_echo "$as_me: versioning on shared library symbols is $enable_symvers" >&6;}
16605 # Determine what GCC version number to use in filesystem paths.
16607 get_gcc_base_ver
="cat"
16609 # Check whether --with-gcc-major-version-only was given.
16610 if test "${with_gcc_major_version_only+set}" = set; then :
16611 withval
=$with_gcc_major_version_only; if test x
$with_gcc_major_version_only = xyes
; then
16612 get_gcc_base_ver
="sed -e 's/^\([0-9]*\).*/\1/'"
16620 ac_config_commands
="$ac_config_commands include"
16622 ac_config_commands
="$ac_config_commands src"
16625 ac_config_links
="$ac_config_links include/ffitarget.h:src/$TARGETDIR/ffitarget.h"
16628 ac_config_files
="$ac_config_files include/Makefile include/ffi.h Makefile testsuite/Makefile man/Makefile libffi.pc"
16631 cat >confcache
<<\_ACEOF
16632 # This file is a shell script that caches the results of configure
16633 # tests run on this system so they can be shared between configure
16634 # scripts and configure runs, see configure's option --config-cache.
16635 # It is not useful on other systems. If it contains results you don't
16636 # want to keep, you may remove or edit it.
16638 # config.status only pays attention to the cache file if you give it
16639 # the --recheck option to rerun configure.
16641 # `ac_cv_env_foo' variables (set or unset) will be overridden when
16642 # loading this file, other *unset* `ac_cv_foo' will be assigned the
16643 # following values.
16647 # The following way of writing the cache mishandles newlines in values,
16648 # but we know of no workaround that is simple, portable, and efficient.
16649 # So, we kill variables containing newlines.
16650 # Ultrix sh set writes to stderr and can't be redirected directly,
16651 # and sets the high bit in the cache file unless we assign to the vars.
16653 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
16654 eval ac_val
=\$
$ac_var
16658 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
16659 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
16662 _ | IFS | as_nl
) ;; #(
16663 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
16664 *) { eval $ac_var=; unset $ac_var;} ;;
16670 case $as_nl`(ac_space=' '; set) 2>&1` in #(
16671 *${as_nl}ac_space
=\
*)
16672 # `set' does not quote correctly, so add quotes: double-quote
16673 # substitution turns \\\\ into \\, and sed turns \\ into \.
16676 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
16679 # `set' quotes correctly as required by POSIX, so do not add quotes.
16680 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
16689 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
16691 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
16693 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
16694 if test -w "$cache_file"; then
16695 if test "x$cache_file" != "x/dev/null"; then
16696 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
16697 $as_echo "$as_me: updating cache $cache_file" >&6;}
16698 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
16699 cat confcache
>"$cache_file"
16701 case $cache_file in #(
16703 mv -f confcache
"$cache_file"$$
&&
16704 mv -f "$cache_file"$$
"$cache_file" ;; #(
16706 mv -f confcache
"$cache_file" ;;
16711 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
16712 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
16717 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
16718 # Let make expand exec_prefix.
16719 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
16721 DEFS
=-DHAVE_CONFIG_H
16726 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
16727 # 1. Remove the extension, and $U if already installed.
16728 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
16729 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
16730 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
16731 # will be set to the directory where LIBOBJS objects are built.
16732 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
16733 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
16735 LIBOBJS
=$ac_libobjs
16737 LTLIBOBJS
=$ac_ltlibobjs
16740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
16741 $as_echo_n "checking that generated files are newer than configure... " >&6; }
16742 if test -n "$am_sleep_pid"; then
16743 # Hide warnings about reused PIDs.
16744 wait $am_sleep_pid 2>/dev
/null
16746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
16747 $as_echo "done" >&6; }
16748 if test -n "$EXEEXT"; then
16750 am__EXEEXT_FALSE
='#'
16752 am__EXEEXT_TRUE
='#'
16756 if test -z "${BUILD_INFO_TRUE}" && test -z "${BUILD_INFO_FALSE}"; then
16757 as_fn_error $?
"conditional \"BUILD_INFO\" was never defined.
16758 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16760 if test -z "${GENINSRC_TRUE}" && test -z "${GENINSRC_FALSE}"; then
16761 as_fn_error $?
"conditional \"GENINSRC\" was never defined.
16762 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16764 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
16765 as_fn_error $?
"conditional \"AMDEP\" was never defined.
16766 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16768 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
16769 as_fn_error $?
"conditional \"am__fastdepCC\" was never defined.
16770 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16772 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
16773 as_fn_error $?
"conditional \"am__fastdepCXX\" was never defined.
16774 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16776 if test -z "${am__fastdepCCAS_TRUE}" && test -z "${am__fastdepCCAS_FALSE}"; then
16777 as_fn_error $?
"conditional \"am__fastdepCCAS\" was never defined.
16778 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16780 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
16781 as_fn_error $?
"conditional \"MAINTAINER_MODE\" was never defined.
16782 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16784 if test -z "${TESTSUBDIR_TRUE}" && test -z "${TESTSUBDIR_FALSE}"; then
16785 as_fn_error $?
"conditional \"TESTSUBDIR\" was never defined.
16786 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16789 if test -z "${FFI_EXEC_TRAMPOLINE_TABLE_TRUE}" && test -z "${FFI_EXEC_TRAMPOLINE_TABLE_FALSE}"; then
16790 as_fn_error $?
"conditional \"FFI_EXEC_TRAMPOLINE_TABLE\" was never defined.
16791 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16793 if test -z "${FFI_DEBUG_TRUE}" && test -z "${FFI_DEBUG_FALSE}"; then
16794 as_fn_error $?
"conditional \"FFI_DEBUG\" was never defined.
16795 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16797 if test -z "${FFI_DEBUG_TRUE}" && test -z "${FFI_DEBUG_FALSE}"; then
16798 as_fn_error $?
"conditional \"FFI_DEBUG\" was never defined.
16799 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16801 if test -z "${LIBAT_BUILD_VERSIONED_SHLIB_TRUE}" && test -z "${LIBAT_BUILD_VERSIONED_SHLIB_FALSE}"; then
16802 as_fn_error $?
"conditional \"LIBAT_BUILD_VERSIONED_SHLIB\" was never defined.
16803 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16805 if test -z "${LIBAT_BUILD_VERSIONED_SHLIB_GNU_TRUE}" && test -z "${LIBAT_BUILD_VERSIONED_SHLIB_GNU_FALSE}"; then
16806 as_fn_error $?
"conditional \"LIBAT_BUILD_VERSIONED_SHLIB_GNU\" was never defined.
16807 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16809 if test -z "${LIBAT_BUILD_VERSIONED_SHLIB_SUN_TRUE}" && test -z "${LIBAT_BUILD_VERSIONED_SHLIB_SUN_FALSE}"; then
16810 as_fn_error $?
"conditional \"LIBAT_BUILD_VERSIONED_SHLIB_SUN\" was never defined.
16811 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16814 : "${CONFIG_STATUS=./config.status}"
16816 ac_clean_files_save
=$ac_clean_files
16817 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
16818 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
16819 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
16821 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
16823 # Generated by $as_me.
16824 # Run this file to recreate the current configuration.
16825 # Compiler output produced by configure, useful for debugging
16826 # configure, is in config.log if it exists.
16829 ac_cs_recheck=false
16832 SHELL=\${CONFIG_SHELL-$SHELL}
16835 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
16836 ## -------------------- ##
16837 ## M4sh Initialization. ##
16838 ## -------------------- ##
16840 # Be more Bourne compatible
16841 DUALCASE
=1; export DUALCASE
# for MKS sh
16842 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
16845 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
16846 # is contrary to our usage. Disable this feature.
16847 alias -g '${1+"$@"}'='"$@"'
16848 setopt NO_GLOB_SUBST
16850 case `(set -o) 2>/dev/null` in #(
16862 # Printing a long string crashes Solaris 7 /usr/bin/printf.
16863 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
16864 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
16865 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
16866 # Prefer a ksh shell builtin over an external printf program on Solaris,
16867 # but without wasting forks for bash or zsh.
16868 if test -z "$BASH_VERSION$ZSH_VERSION" \
16869 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
16870 as_echo='print
-r --'
16871 as_echo_n='print
-rn --'
16872 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
16873 as_echo='printf %s
\n'
16874 as_echo_n='printf %s
'
16876 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
16877 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
16878 as_echo_n='/usr
/ucb
/echo -n'
16880 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
16881 as_echo_n_body='eval
16885 expr "X$arg" : "X\\(.*\\)$as_nl";
16886 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
16888 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
16890 export as_echo_n_body
16891 as_echo_n='sh
-c $as_echo_n_body as_echo
'
16893 export as_echo_body
16894 as_echo='sh
-c $as_echo_body as_echo
'
16897 # The user is always right.
16898 if test "${PATH_SEPARATOR+set}" != set; then
16900 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
16901 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
16908 # We need space, tab and new line, in precisely that order. Quoting is
16909 # there to prevent editors from complaining about space-tab.
16910 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
16911 # splitting by setting IFS to empty value.)
16914 # Find who we are. Look in the path if we contain no directory separator.
16917 *[\\/]* ) as_myself=$0 ;;
16918 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16919 for as_dir in $PATH
16922 test -z "$as_dir" && as_dir=.
16923 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
16929 # We did not find ourselves, most probably we were run as `sh COMMAND'
16930 # in which case we are not to be found in the path.
16931 if test "x$as_myself" = x
; then
16934 if test ! -f "$as_myself"; then
16935 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
16939 # Unset variables that we do not need and which cause bugs (e.g. in
16940 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
16941 # suppresses any "Segmentation fault" message there. '((' could
16942 # trigger a bug in pdksh 5.2.14.
16943 for as_var
in BASH_ENV ENV MAIL MAILPATH
16944 do eval test x\
${$as_var+set} = xset \
16945 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
16958 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
16961 # as_fn_error STATUS ERROR [LINENO LOG_FD]
16962 # ----------------------------------------
16963 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
16964 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
16965 # script with STATUS, using 1 if that was 0.
16968 as_status
=$1; test $as_status -eq 0 && as_status
=1
16970 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
16971 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
16973 $as_echo "$as_me: error: $2" >&2
16974 as_fn_exit
$as_status
16978 # as_fn_set_status STATUS
16979 # -----------------------
16980 # Set $? to STATUS, without forking.
16981 as_fn_set_status
()
16984 } # as_fn_set_status
16986 # as_fn_exit STATUS
16987 # -----------------
16988 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
16992 as_fn_set_status
$1
16998 # Portably unset VAR.
17001 { eval $1=; unset $1;}
17003 as_unset
=as_fn_unset
17004 # as_fn_append VAR VALUE
17005 # ----------------------
17006 # Append the text in VALUE to the end of the definition contained in VAR. Take
17007 # advantage of any shell optimizations that allow amortized linear growth over
17008 # repeated appends, instead of the typical quadratic growth present in naive
17010 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
17011 eval 'as_fn_append ()
17022 # as_fn_arith ARG...
17023 # ------------------
17024 # Perform arithmetic evaluation on the ARGs, and store the result in the
17025 # global $as_val. Take advantage of shells that can avoid forks. The arguments
17026 # must be portable across $(()) and expr.
17027 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
17028 eval 'as_fn_arith ()
17035 as_val
=`expr "$@" || test $? -eq 1`
17040 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
17041 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
17047 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
17048 as_basename
=basename
17053 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
17059 as_me
=`$as_basename -- "$0" ||
17060 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
17061 X"$0" : 'X\(//\)$' \| \
17062 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
17064 sed '/^.*\/\([^/][^/]*\)\/*$/{
17078 # Avoid depending upon Character Ranges.
17079 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
17080 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
17081 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
17082 as_cr_digits
='0123456789'
17083 as_cr_alnum
=$as_cr_Letters$as_cr_digits
17085 ECHO_C
= ECHO_N
= ECHO_T
=
17086 case `echo -n x` in #(((((
17088 case `echo 'xy\c'` in
17089 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
17091 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
17098 rm -f conf$$ conf$$.exe conf$$.
file
17099 if test -d conf$$.dir
; then
17100 rm -f conf$$.dir
/conf$$.
file
17103 mkdir conf$$.dir
2>/dev
/null
17105 if (echo >conf$$.
file) 2>/dev
/null
; then
17106 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
17108 # ... but there are two gotchas:
17109 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
17110 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
17111 # In both cases, we have to default to `cp -pR'.
17112 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
17114 elif ln conf$$.
file conf$$
2>/dev
/null
; then
17122 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
17123 rmdir conf$$.dir
2>/dev
/null
17128 # Create "$as_dir" as a directory, including parents if necessary.
17133 -*) as_dir
=.
/$as_dir;;
17135 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
17139 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
17140 *) as_qdir
=$as_dir;;
17142 as_dirs
="'$as_qdir' $as_dirs"
17143 as_dir
=`$as_dirname -- "$as_dir" ||
17144 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17145 X"$as_dir" : 'X\(//\)[^/]' \| \
17146 X"$as_dir" : 'X\(//\)$' \| \
17147 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
17148 $as_echo X"$as_dir" |
17149 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17153 /^X\(\/\/\)[^/].*/{
17166 test -d "$as_dir" && break
17168 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
17169 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
17173 if mkdir
-p .
2>/dev
/null
; then
17174 as_mkdir_p
='mkdir -p "$as_dir"'
17176 test -d .
/-p && rmdir .
/-p
17181 # as_fn_executable_p FILE
17182 # -----------------------
17183 # Test if FILE is an executable regular file.
17184 as_fn_executable_p
()
17186 test -f "$1" && test -x "$1"
17187 } # as_fn_executable_p
17188 as_test_x
='test -x'
17189 as_executable_p
=as_fn_executable_p
17191 # Sed expression to map a string onto a valid CPP name.
17192 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
17194 # Sed expression to map a string onto a valid variable name.
17195 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
17199 ## ----------------------------------- ##
17200 ## Main body of $CONFIG_STATUS script. ##
17201 ## ----------------------------------- ##
17203 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
17205 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
17206 # Save the log message, to keep $0 and so on meaningful, and to
17207 # report actual input values of CONFIG_FILES etc. instead of their
17208 # values after options handling.
17210 This file was extended by libffi $as_me 3.99999, which was
17211 generated by GNU Autoconf 2.69. Invocation command line was
17213 CONFIG_FILES = $CONFIG_FILES
17214 CONFIG_HEADERS = $CONFIG_HEADERS
17215 CONFIG_LINKS = $CONFIG_LINKS
17216 CONFIG_COMMANDS = $CONFIG_COMMANDS
17219 on `(hostname || uname -n) 2>/dev/null | sed 1q`
17224 case $ac_config_files in *"
17225 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
17228 case $ac_config_headers in *"
17229 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
17233 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17234 # Files that config.status was made for.
17235 config_files="$ac_config_files"
17236 config_headers="$ac_config_headers"
17237 config_links="$ac_config_links"
17238 config_commands="$ac_config_commands"
17242 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
17244 \`$as_me' instantiates files and other configuration actions
17245 from templates according to the current configuration. Unless the files
17246 and actions are specified as TAGs, all are instantiated by default.
17248 Usage: $0 [OPTION]... [TAG]...
17250 -h, --help print this help, then exit
17251 -V, --version print version number and configuration settings, then exit
17252 --config print configuration, then exit
17253 -q, --quiet, --silent
17254 do not print progress messages
17255 -d, --debug don't remove temporary files
17256 --recheck update $as_me by reconfiguring in the same conditions
17257 --file=FILE[:TEMPLATE]
17258 instantiate the configuration file FILE
17259 --header=FILE[:TEMPLATE]
17260 instantiate the configuration header FILE
17262 Configuration files:
17265 Configuration headers:
17268 Configuration links:
17271 Configuration commands:
17274 Report bugs to <http://github.com/atgreen/libffi/issues>."
17277 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17278 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
17280 libffi config.status 3.99999
17281 configured by $0, generated by GNU Autoconf 2.69,
17282 with options \\"\$ac_cs_config\\"
17284 Copyright (C) 2012 Free Software Foundation, Inc.
17285 This config.status script is free software; the Free Software Foundation
17286 gives unlimited permission to copy, distribute and modify it."
17293 test -n "\$AWK" || AWK=awk
17296 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
17297 # The default lists apply if the user does not specify any file.
17303 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
17304 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
17308 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
17320 # Handling of the options.
17321 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
17323 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
17324 $as_echo "$ac_cs_version"; exit ;;
17325 --config |
--confi |
--conf |
--con |
--co |
--c )
17326 $as_echo "$ac_cs_config"; exit ;;
17327 --debug |
--debu |
--deb |
--de |
--d |
-d )
17329 --file |
--fil |
--fi |
--f )
17332 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
17333 '') as_fn_error $?
"missing file argument" ;;
17335 as_fn_append CONFIG_FILES
" '$ac_optarg'"
17336 ac_need_defaults
=false
;;
17337 --header |
--heade |
--head |
--hea )
17340 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
17342 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
17343 ac_need_defaults
=false
;;
17345 # Conflict between --help and --header
17346 as_fn_error $?
"ambiguous option: \`$1'
17347 Try \`$0 --help' for more information.";;
17348 --help |
--hel |
-h )
17349 $as_echo "$ac_cs_usage"; exit ;;
17350 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
17351 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
17354 # This is an error.
17355 -*) as_fn_error $?
"unrecognized option: \`$1'
17356 Try \`$0 --help' for more information." ;;
17358 *) as_fn_append ac_config_targets
" $1"
17359 ac_need_defaults
=false
;;
17365 ac_configure_extra_args
=
17367 if $ac_cs_silent; then
17369 ac_configure_extra_args
="$ac_configure_extra_args --silent"
17373 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17374 if \$ac_cs_recheck; then
17375 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
17377 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
17378 CONFIG_SHELL='$SHELL'
17379 export CONFIG_SHELL
17384 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
17388 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
17389 ## Running $as_me. ##
17395 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17403 with_multisubdir="$with_multisubdir"
17404 with_multisrctop="$with_multisrctop"
17405 with_target_subdir="$with_target_subdir"
17406 ac_configure_args="${multilib_arg} ${ac_configure_args}"
17407 multi_basedir="$multi_basedir"
17408 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
17411 GFORTRAN="$GFORTRAN"
17413 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
17416 # The HP-UX ksh and POSIX shell print the target directory to stdout
17417 # if CDPATH is set.
17418 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
17420 sed_quote_subst='$sed_quote_subst'
17421 double_quote_subst='$double_quote_subst'
17422 delay_variable_subst='$delay_variable_subst'
17423 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
17424 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
17425 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
17426 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
17427 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
17428 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
17429 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
17430 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
17431 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
17432 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
17433 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
17434 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
17435 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
17436 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
17437 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
17438 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
17439 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
17440 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
17441 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
17442 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
17443 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
17444 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
17445 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
17446 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
17447 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
17448 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
17449 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
17450 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
17451 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
17452 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
17453 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
17454 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
17455 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
17456 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
17457 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
17458 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
17459 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
17460 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
17461 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
17462 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
17463 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
17464 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
17465 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
17466 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
17467 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
17468 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
17469 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
17470 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
17471 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
17472 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
17473 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
17474 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
17475 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
17476 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
17477 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
17478 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
17479 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
17480 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
17481 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
17482 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
17483 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
17484 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
17485 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
17486 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
17487 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
17488 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
17489 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
17490 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
17491 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
17492 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
17493 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
17494 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
17495 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
17496 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
17497 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
17498 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
17499 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
17500 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
17501 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
17502 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
17503 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
17504 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
17505 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
17506 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
17507 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
17508 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
17509 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
17510 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
17511 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
17512 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
17513 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
17514 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
17515 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
17516 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
17517 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
17518 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
17519 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
17520 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
17521 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
17522 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
17523 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
17524 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
17525 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
17526 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
17527 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
17528 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
17529 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
17530 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
17531 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
17532 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
17533 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
17534 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
17535 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
17536 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
17537 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
17538 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
17539 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
17540 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
17541 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
17542 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
17543 compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
17544 predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
17545 postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
17546 predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
17547 postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
17548 compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
17549 LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
17550 reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
17551 reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17552 old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17553 compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
17554 GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
17555 lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
17556 lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
17557 lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
17558 lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
17559 lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
17560 archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
17561 enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
17562 export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
17563 whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
17564 compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
17565 old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17566 old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17567 archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17568 archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17569 module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17570 module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17571 with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
17572 allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
17573 no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
17574 hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
17575 hardcode_libdir_flag_spec_ld_CXX='`$ECHO "$hardcode_libdir_flag_spec_ld_CXX" | $SED "$delay_single_quote_subst"`'
17576 hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
17577 hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
17578 hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
17579 hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
17580 hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
17581 hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
17582 inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
17583 link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
17584 fix_srcfile_path_CXX='`$ECHO "$fix_srcfile_path_CXX" | $SED "$delay_single_quote_subst"`'
17585 always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
17586 export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17587 exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
17588 include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
17589 prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17590 file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
17591 hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
17592 compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
17593 predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
17594 postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
17595 predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
17596 postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
17597 compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
17600 LTCFLAGS='$LTCFLAGS'
17601 compiler='$compiler_DEFAULT'
17603 # A function that is used when there is no print builtin or printf.
17604 func_fallback_echo ()
17606 eval 'cat <<_LTECHO_EOF
17611 # Quote evaled strings.
17625 deplibs_check_method \
17634 lt_cv_sys_global_symbol_pipe \
17635 lt_cv_sys_global_symbol_to_cdecl \
17636 lt_cv_sys_global_symbol_to_c_name_address \
17637 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
17638 lt_prog_compiler_no_builtin_flag \
17639 lt_prog_compiler_wl \
17640 lt_prog_compiler_pic \
17641 lt_prog_compiler_static \
17642 lt_cv_prog_compiler_c_o \
17650 export_dynamic_flag_spec \
17651 whole_archive_flag_spec \
17652 compiler_needs_object \
17654 allow_undefined_flag \
17655 no_undefined_flag \
17656 hardcode_libdir_flag_spec \
17657 hardcode_libdir_flag_spec_ld \
17658 hardcode_libdir_separator \
17663 variables_saved_for_relink \
17665 library_names_spec \
17667 install_override_mode \
17671 compiler_lib_search_dirs \
17676 compiler_lib_search_path \
17680 lt_prog_compiler_no_builtin_flag_CXX \
17681 lt_prog_compiler_wl_CXX \
17682 lt_prog_compiler_pic_CXX \
17683 lt_prog_compiler_static_CXX \
17684 lt_cv_prog_compiler_c_o_CXX \
17685 export_dynamic_flag_spec_CXX \
17686 whole_archive_flag_spec_CXX \
17687 compiler_needs_object_CXX \
17689 allow_undefined_flag_CXX \
17690 no_undefined_flag_CXX \
17691 hardcode_libdir_flag_spec_CXX \
17692 hardcode_libdir_flag_spec_ld_CXX \
17693 hardcode_libdir_separator_CXX \
17694 fix_srcfile_path_CXX \
17695 exclude_expsyms_CXX \
17696 include_expsyms_CXX \
17697 file_list_spec_CXX \
17698 compiler_lib_search_dirs_CXX \
17699 predep_objects_CXX \
17700 postdep_objects_CXX \
17703 compiler_lib_search_path_CXX; do
17704 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
17705 *[\\\\\\\`\\"\\\$]*)
17706 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
17709 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
17714 # Double-quote double-evaled strings.
17715 for var in reload_cmds \
17716 old_postinstall_cmds \
17717 old_postuninstall_cmds \
17719 extract_expsyms_cmds \
17720 old_archive_from_new_cmds \
17721 old_archive_from_expsyms_cmds \
17723 archive_expsym_cmds \
17725 module_expsym_cmds \
17726 export_symbols_cmds \
17729 postuninstall_cmds \
17731 sys_lib_search_path_spec \
17732 sys_lib_dlsearch_path_spec \
17734 old_archive_cmds_CXX \
17735 old_archive_from_new_cmds_CXX \
17736 old_archive_from_expsyms_cmds_CXX \
17738 archive_expsym_cmds_CXX \
17740 module_expsym_cmds_CXX \
17741 export_symbols_cmds_CXX \
17742 prelink_cmds_CXX; do
17743 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
17744 *[\\\\\\\`\\"\\\$]*)
17745 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
17748 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
17753 ac_aux_dir='$ac_aux_dir'
17754 xsi_shell='$xsi_shell'
17755 lt_shell_append='$lt_shell_append'
17757 # See if we are running on zsh, and set the options which allow our
17758 # commands through without removal of \ escapes INIT.
17759 if test -n "\${ZSH_VERSION+set}" ; then
17760 setopt NO_GLOB_SUBST
17766 TIMESTAMP='$TIMESTAMP'
17774 TARGETDIR="$TARGETDIR"
17778 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
17780 # Handling of arguments.
17781 for ac_config_target
in $ac_config_targets
17783 case $ac_config_target in
17784 "fficonfig.h") CONFIG_HEADERS
="$CONFIG_HEADERS fficonfig.h" ;;
17785 "default-1") CONFIG_COMMANDS
="$CONFIG_COMMANDS default-1" ;;
17786 "depfiles") CONFIG_COMMANDS
="$CONFIG_COMMANDS depfiles" ;;
17787 "libtool") CONFIG_COMMANDS
="$CONFIG_COMMANDS libtool" ;;
17788 "include") CONFIG_COMMANDS
="$CONFIG_COMMANDS include" ;;
17789 "src") CONFIG_COMMANDS
="$CONFIG_COMMANDS src" ;;
17790 "include/ffitarget.h") CONFIG_LINKS
="$CONFIG_LINKS include/ffitarget.h:src/$TARGETDIR/ffitarget.h" ;;
17791 "include/Makefile") CONFIG_FILES
="$CONFIG_FILES include/Makefile" ;;
17792 "include/ffi.h") CONFIG_FILES
="$CONFIG_FILES include/ffi.h" ;;
17793 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
17794 "testsuite/Makefile") CONFIG_FILES
="$CONFIG_FILES testsuite/Makefile" ;;
17795 "man/Makefile") CONFIG_FILES
="$CONFIG_FILES man/Makefile" ;;
17796 "libffi.pc") CONFIG_FILES
="$CONFIG_FILES libffi.pc" ;;
17798 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
17803 # If the user did not use the arguments to specify the items to instantiate,
17804 # then the envvar interface is used. Set only those that are not.
17805 # We use the long form for the default assignment because of an extremely
17806 # bizarre bug on SunOS 4.1.3.
17807 if $ac_need_defaults; then
17808 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
17809 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
17810 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS
=$config_links
17811 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
17814 # Have a temporary directory for convenience. Make it in the build tree
17815 # simply because there is no reason against having it here, and in addition,
17816 # creating and moving files from /tmp can sometimes cause problems.
17817 # Hook for its removal unless debugging.
17818 # Note that there is a small window in which the directory will not be cleaned:
17819 # after its creation but before its name has been assigned to `$tmp'.
17823 trap 'exit_status=$?
17824 : "${ac_tmp:=$tmp}"
17825 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
17827 trap 'as_fn_exit 1' 1 2 13 15
17829 # Create a (secure) tmp directory for tmp files.
17832 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
17836 tmp
=.
/conf$$
-$RANDOM
17837 (umask 077 && mkdir
"$tmp")
17838 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
17841 # Set up the scripts for CONFIG_FILES section.
17842 # No need to generate them if there are no CONFIG_FILES.
17843 # This happens for instance with `./config.status config.h'.
17844 if test -n "$CONFIG_FILES"; then
17847 ac_cr
=`echo X | tr X '\015'`
17848 # On cygwin, bash can eat \r inside `` if the user requested igncr.
17849 # But we know of no other shell where ac_cr would be empty at this
17850 # point, so we can use a bashism as a fallback.
17851 if test "x$ac_cr" = x
; then
17852 eval ac_cr
=\$
\'\\r
\'
17854 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
17855 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
17858 ac_cs_awk_cr
=$ac_cr
17861 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
17866 echo "cat >conf$$subs.awk <<_ACEOF" &&
17867 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
17869 } >conf$$subs.sh ||
17870 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
17871 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
17873 for ac_last_try in false false false false false :; do
17874 . ./conf$$subs.sh ||
17875 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
17877 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
17878 if test $ac_delim_n = $ac_delim_num; then
17880 elif $ac_last_try; then
17881 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
17883 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
17886 rm -f conf$$subs.sh
17888 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17889 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
17893 s/^/S["/; s
/!.
*/"]=/
17903 s/\(.\{148\}\)..*/\1/
17905 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
17910 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
17917 s/\(.\{148\}\)..*/\1/
17919 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
17923 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
17928 ' <conf$$subs.awk | sed '
17933 ' >>$CONFIG_STATUS || ac_write_fail=1
17934 rm -f conf$$subs.awk
17935 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17937 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
17938 for (key in S) S_is_set[key] = 1
17944 nfields = split(line, field, "@
")
17946 len = length(field[1])
17947 for (i = 2; i < nfields; i++) {
17949 keylen = length(key)
17950 if (S_is_set[key]) {
17952 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
17953 len += length(value) + length(field[++i])
17964 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17965 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
17966 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
17969 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
17970 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
17973 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
17974 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
17975 # trailing colons and then remove the whole line if VPATH becomes empty
17976 # (actually we leave an empty line to preserve line numbers).
17977 if test "x
$srcdir" = x.; then
17978 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
17996 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17997 fi # test -n "$CONFIG_FILES"
17999 # Set up the scripts for CONFIG_HEADERS section.
18000 # No need to generate them if there are no CONFIG_HEADERS.
18001 # This happens for instance with `./config.status Makefile'.
18002 if test -n "$CONFIG_HEADERS"; then
18003 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
18007 # Transform confdefs.h into an awk script `defines.awk', embedded as
18008 # here-document in config.status, that substitutes the proper values into
18009 # config.h.in to produce config.h.
18011 # Create a delimiter string that does not exist in confdefs.h, to ease
18012 # handling of long lines.
18014 for ac_last_try in false false :; do
18015 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
18016 if test -z "$ac_tt"; then
18018 elif $ac_last_try; then
18019 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
18021 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
18025 # For the awk script, D is an array of macro values keyed by name,
18026 # likewise P contains macro parameters if any. Preserve backslash
18027 # newline sequences.
18029 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
18031 s/.\{148\}/&'"$ac_delim"'/g
18034 s/^[ ]*#[ ]*define[ ][ ]*/ /
18041 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
18043 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
18047 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
18048 D["\
1"]=" \
3\\\\\\n
"\\/p
18050 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
18055 s/.\{148\}/&'"$ac_delim"'/g
18060 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
18063 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
18065 ' <confdefs.h | sed '
18066 s/'"$ac_delim"'/"\\\
18067 "/g' >>$CONFIG_STATUS || ac_write_fail=1
18069 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18070 for (key in D) D_is_set[key] = 1
18073 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
18075 split(line, arg, " ")
18076 if (arg[1] == "#") {
18080 defundef
= substr
(arg
[1], 2)
18083 split(mac1
, mac2
, "(") #)
18085 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
18086 if (D_is_set
[macro
]) {
18087 # Preserve the white space surrounding the "#".
18088 print prefix
"define", macro P
[macro
] D
[macro
]
18091 # Replace #undef with comments. This is necessary, for example,
18092 # in the case of _POSIX_SOURCE, which is predefined and required
18093 # on some systems where configure will not decide to define it.
18094 if (defundef
== "undef") {
18095 print
"/*", prefix defundef
, macro
, "*/"
18103 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18104 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
18105 fi # test -n "$CONFIG_HEADERS"
18108 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
18113 :[FHLC
]) ac_mode
=$ac_tag; continue;;
18115 case $ac_mode$ac_tag in
18117 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
18118 :[FH
]-) ac_tag
=-:-;;
18119 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
18136 -) ac_f
="$ac_tmp/stdin";;
18137 *) # Look for the file first in the build tree, then in the source tree
18138 # (if the path is not absolute). The absolute path cannot be DOS-style,
18139 # because $ac_f cannot contain `:'.
18143 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
18145 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
18147 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
18148 as_fn_append ac_file_inputs
" '$ac_f'"
18151 # Let's still pretend it is `configure' which instantiates (i.e., don't
18152 # use $as_me), people would be surprised to read:
18153 # /* config.h. Generated by config.status. */
18154 configure_input
='Generated from '`
18155 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
18157 if test x
"$ac_file" != x-
; then
18158 configure_input
="$ac_file. $configure_input"
18159 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
18160 $as_echo "$as_me: creating $ac_file" >&6;}
18162 # Neutralize special characters interpreted by sed in replacement strings.
18163 case $configure_input in #(
18164 *\
&* |
*\|
* |
*\\* )
18165 ac_sed_conf_input
=`$as_echo "$configure_input" |
18166 sed 's/[\\\\&|]/\\\\&/g'`;; #(
18167 *) ac_sed_conf_input
=$configure_input;;
18171 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
18172 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
18177 ac_dir
=`$as_dirname -- "$ac_file" ||
18178 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18179 X"$ac_file" : 'X\(//\)[^/]' \| \
18180 X"$ac_file" : 'X\(//\)$' \| \
18181 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
18182 $as_echo X"$ac_file" |
18183 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18187 /^X\(\/\/\)[^/].*/{
18200 as_dir
="$ac_dir"; as_fn_mkdir_p
18204 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
18206 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
18207 # A ".." for each directory in $ac_dir_suffix.
18208 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
18209 case $ac_top_builddir_sub in
18210 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
18211 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
18214 ac_abs_top_builddir
=$ac_pwd
18215 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
18216 # for backward compatibility:
18217 ac_top_builddir
=$ac_top_build_prefix
18220 .
) # We are building in place.
18222 ac_top_srcdir
=$ac_top_builddir_sub
18223 ac_abs_top_srcdir
=$ac_pwd ;;
18224 [\\/]* | ?
:[\\/]* ) # Absolute name.
18225 ac_srcdir
=$srcdir$ac_dir_suffix;
18226 ac_top_srcdir
=$srcdir
18227 ac_abs_top_srcdir
=$srcdir ;;
18228 *) # Relative name.
18229 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
18230 ac_top_srcdir
=$ac_top_build_prefix$srcdir
18231 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
18233 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
18243 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
18244 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
18246 ac_MKDIR_P
=$MKDIR_P
18248 [\\/$
]* | ?
:[\\/]* ) ;;
18249 */*) ac_MKDIR_P
=$ac_top_build_prefix$MKDIR_P ;;
18253 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18254 # If the template does not know about datarootdir, expand it.
18255 # FIXME: This hack should be removed a few years after 2.60.
18256 ac_datarootdir_hack
=; ac_datarootdir_seen
=
18267 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
18268 *datarootdir
*) ac_datarootdir_seen
=yes;;
18269 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
18270 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
18271 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
18273 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18274 ac_datarootdir_hack='
18275 s&@datadir@&$datadir&g
18276 s&@docdir@&$docdir&g
18277 s&@infodir@&$infodir&g
18278 s&@localedir@&$localedir&g
18279 s&@mandir@&$mandir&g
18280 s&\\\${datarootdir}&$datarootdir&g' ;;
18284 # Neutralize VPATH when `$srcdir' = `.'.
18285 # Shell code in configure.ac might set extrasub.
18286 # FIXME: do we really want to maintain this feature?
18287 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18288 ac_sed_extra="$ac_vpsub
18291 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18293 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
18294 s|@configure_input@|
$ac_sed_conf_input|
;t t
18295 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
18296 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
18297 s
&@srcdir@
&$ac_srcdir&;t t
18298 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
18299 s
&@top_srcdir@
&$ac_top_srcdir&;t t
18300 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
18301 s
&@builddir@
&$ac_builddir&;t t
18302 s
&@abs_builddir@
&$ac_abs_builddir&;t t
18303 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
18304 s
&@INSTALL@
&$ac_INSTALL&;t t
18305 s
&@MKDIR_P@
&$ac_MKDIR_P&;t t
18306 $ac_datarootdir_hack
18308 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
18309 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
18311 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
18312 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
18313 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
18314 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
18315 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
18316 which seems to be undefined. Please make sure it is defined" >&5
18317 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
18318 which seems to be undefined. Please make sure it is defined" >&2;}
18320 rm -f "$ac_tmp/stdin"
18322 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
18323 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
18325 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
18331 if test x"$ac_file" != x-; then
18333 $as_echo "/* $configure_input */" \
18334 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
18335 } >"$ac_tmp/config.h" \
18336 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
18337 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
18338 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
18339 $as_echo "$as_me: $ac_file is unchanged" >&6;}
18342 mv "$ac_tmp/config.h" "$ac_file" \
18343 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
18346 $as_echo "/* $configure_input */" \
18347 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
18348 || as_fn_error $? "could not create -" "$LINENO" 5
18350 # Compute "$ac_file"'s index
in $config_headers.
18353 for _am_header
in $config_headers :; do
18354 case $_am_header in
18355 $_am_arg |
$_am_arg:* )
18358 _am_stamp_count
=`expr $_am_stamp_count + 1` ;;
18361 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
18362 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18363 X"$_am_arg" : 'X\(//\)[^/]' \| \
18364 X"$_am_arg" : 'X\(//\)$' \| \
18365 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
18366 $as_echo X"$_am_arg" |
18367 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18371 /^X\(\/\/\)[^/].*/{
18383 s/.*/./; q'`/stamp-h
$_am_stamp_count
18390 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
18393 # Prefer the file from the source tree if names are identical.
18394 if test "$ac_source" = "$ac_file" ||
test ! -r "$ac_source"; then
18395 ac_source
=$srcdir/$ac_source
18398 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
18399 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
18401 if test ! -r "$ac_source"; then
18402 as_fn_error $?
"$ac_source: file not found" "$LINENO" 5
18406 # Try a relative symlink, then a hard link, then a copy.
18408 [\\/$
]* | ?
:[\\/]* ) ac_rel_source
=$ac_source ;;
18409 *) ac_rel_source
=$ac_top_build_prefix$ac_source ;;
18411 ln -s "$ac_rel_source" "$ac_file" 2>/dev
/null ||
18412 ln "$ac_source" "$ac_file" 2>/dev
/null ||
18413 cp -p "$ac_source" "$ac_file" ||
18414 as_fn_error $?
"cannot link or copy $ac_source to $ac_file" "$LINENO" 5
18417 :C
) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
18418 $as_echo "$as_me: executing $ac_file commands" >&6;}
18423 case $ac_file$ac_mode in
18425 # Only add multilib support code if we just rebuilt the top-level
18427 case " $CONFIG_FILES " in
18429 ac_file
=Makefile .
${multi_basedir}/config-ml.
in
18432 "depfiles":C
) test x
"$AMDEP_TRUE" != x
"" ||
{
18433 # Older Autoconf quotes --file arguments for eval, but not when files
18434 # are listed without --file. Let's play safe and only enable the eval
18435 # if we detect the quoting.
18436 case $CONFIG_FILES in
18437 *\'*) eval set x
"$CONFIG_FILES" ;;
18438 *) set x
$CONFIG_FILES ;;
18443 # Strip MF so we end up with the name of the file.
18444 mf
=`echo "$mf" | sed -e 's/:.*$//'`
18445 # Check whether this is an Automake generated Makefile or not.
18446 # We used to match only the files named 'Makefile.in', but
18447 # some people rename them; so instead we look at the file content.
18448 # Grep'ing the first line is not enough: some people post-process
18449 # each Makefile.in and add a new line on top of each file to say so.
18450 # Grep'ing the whole file is not good either: AIX grep has a line
18451 # limit of 2048, but all sed's we know have understand at least 4000.
18452 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" |
grep X
>/dev
/null
2>&1; then
18453 dirpart
=`$as_dirname -- "$mf" ||
18454 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18455 X"$mf" : 'X\(//\)[^/]' \| \
18456 X"$mf" : 'X\(//\)$' \| \
18457 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
18459 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18463 /^X\(\/\/\)[^/].*/{
18479 # Extract the definition of DEPDIR, am__include, and am__quote
18480 # from the Makefile without running 'make'.
18481 DEPDIR
=`sed -n 's/^DEPDIR = //p' < "$mf"`
18482 test -z "$DEPDIR" && continue
18483 am__include
=`sed -n 's/^am__include = //p' < "$mf"`
18484 test -z "$am__include" && continue
18485 am__quote
=`sed -n 's/^am__quote = //p' < "$mf"`
18486 # Find all dependency output files, they are included files with
18487 # $(DEPDIR) in their names. We invoke sed twice because it is the
18488 # simplest approach to changing $(DEPDIR) to its actual value in the
18490 for file in `sed -n "
18491 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
18492 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
18493 # Make sure the directory exists.
18494 test -f "$dirpart/$file" && continue
18495 fdir
=`$as_dirname -- "$file" ||
18496 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18497 X"$file" : 'X\(//\)[^/]' \| \
18498 X"$file" : 'X\(//\)$' \| \
18499 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
18500 $as_echo X"$file" |
18501 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18505 /^X\(\/\/\)[^/].*/{
18518 as_dir
=$dirpart/$fdir; as_fn_mkdir_p
18519 # echo "creating $dirpart/$file"
18520 echo '# dummy' > "$dirpart/$file"
18527 # See if we are running on zsh, and set the options which allow our
18528 # commands through without removal of \ escapes.
18529 if test -n "${ZSH_VERSION+set}" ; then
18530 setopt NO_GLOB_SUBST
18533 cfgfile
="${ofile}T"
18534 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
18537 cat <<_LT_EOF >> "$cfgfile"
18540 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
18541 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
18542 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
18543 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
18545 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
18546 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
18547 # Written by Gordon Matzigkeit, 1996
18549 # This file is part of GNU Libtool.
18551 # GNU Libtool is free software; you can redistribute it and/or
18552 # modify it under the terms of the GNU General Public License as
18553 # published by the Free Software Foundation; either version 2 of
18554 # the License, or (at your option) any later version.
18556 # As a special exception to the GNU General Public License,
18557 # if you distribute this file as part of a program or library that
18558 # is built using GNU Libtool, you may include this file under the
18559 # same distribution terms that you use for the rest of that program.
18561 # GNU Libtool is distributed in the hope that it will be useful,
18562 # but WITHOUT ANY WARRANTY; without even the implied warranty of
18563 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18564 # GNU General Public License for more details.
18566 # You should have received a copy of the GNU General Public License
18567 # along with GNU Libtool; see the file COPYING. If not, a copy
18568 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
18569 # obtained by writing to the Free Software Foundation, Inc.,
18570 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18573 # The names of the tagged configurations supported by this script.
18574 available_tags="CXX "
18576 # ### BEGIN LIBTOOL CONFIG
18578 # Which release of libtool.m4 was used?
18579 macro_version=$macro_version
18580 macro_revision=$macro_revision
18582 # Whether or not to build shared libraries.
18583 build_libtool_libs=$enable_shared
18585 # Whether or not to build static libraries.
18586 build_old_libs=$enable_static
18588 # What type of objects to build.
18591 # Whether or not to optimize for fast installation.
18592 fast_install=$enable_fast_install
18594 # Shell to use when invoking shell scripts.
18597 # An echo program that protects backslashes.
18601 host_alias=$host_alias
18605 # The build system.
18606 build_alias=$build_alias
18610 # A sed program that does not truncate output.
18613 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
18614 Xsed="\$SED -e 1s/^X//"
18616 # A grep program that handles long lines.
18622 # A literal string matcher.
18625 # A BSD- or MS-compatible name lister.
18628 # Whether we need soft or hard links.
18631 # What is the maximum length of a command?
18632 max_cmd_len=$max_cmd_len
18634 # Object file suffix (normally "o").
18637 # Executable file suffix (normally "").
18640 # whether the shell understands "unset".
18643 # turn spaces into newlines.
18646 # turn newlines into spaces.
18649 # An object symbol dumper.
18650 OBJDUMP=$lt_OBJDUMP
18652 # Method to check whether dependent libraries are shared objects.
18653 deplibs_check_method=$lt_deplibs_check_method
18655 # Command to use when deplibs_check_method == "file_magic".
18656 file_magic_cmd=$lt_file_magic_cmd
18660 AR_FLAGS=$lt_AR_FLAGS
18662 # A symbol stripping program.
18665 # Commands used to install an old-style archive.
18667 old_postinstall_cmds=$lt_old_postinstall_cmds
18668 old_postuninstall_cmds=$lt_old_postuninstall_cmds
18670 # Whether to use a lock for old archive extraction.
18671 lock_old_archive_extraction=$lock_old_archive_extraction
18676 # LTCC compiler flags.
18677 LTCFLAGS=$lt_CFLAGS
18679 # Take the output of nm and produce a listing of raw symbols and C names.
18680 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
18682 # Transform the output of nm in a proper C declaration.
18683 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
18685 # Transform the output of nm in a C name address pair.
18686 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
18688 # Transform the output of nm in a C name address pair when lib prefix is needed.
18689 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
18691 # The name of the directory that contains temporary libtool files.
18694 # Used to examine libraries when file_magic_cmd begins with "file".
18695 MAGIC_CMD=$MAGIC_CMD
18697 # Must we lock files when doing compilation?
18698 need_locks=$lt_need_locks
18700 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
18701 DSYMUTIL=$lt_DSYMUTIL
18703 # Tool to change global to local symbols on Mac OS X.
18706 # Tool to manipulate fat objects and archives on Mac OS X.
18709 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
18712 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
18713 OTOOL64=$lt_OTOOL64
18715 # Old archive suffix (normally "a").
18718 # Shared library suffix (normally ".so").
18719 shrext_cmds=$lt_shrext_cmds
18721 # The commands to extract the exported symbol list from a shared archive.
18722 extract_expsyms_cmds=$lt_extract_expsyms_cmds
18724 # Variables whose values should be saved in libtool wrapper scripts and
18725 # restored at link time.
18726 variables_saved_for_relink=$lt_variables_saved_for_relink
18728 # Do we need the "lib" prefix for modules?
18729 need_lib_prefix=$need_lib_prefix
18731 # Do we need a version for libraries?
18732 need_version=$need_version
18734 # Library versioning type.
18735 version_type=$version_type
18737 # Shared library runtime path variable.
18738 runpath_var=$runpath_var
18740 # Shared library path variable.
18741 shlibpath_var=$shlibpath_var
18743 # Is shlibpath searched before the hard-coded library search path?
18744 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
18746 # Format of library name prefix.
18747 libname_spec=$lt_libname_spec
18749 # List of archive names. First name is the real one, the rest are links.
18750 # The last name is the one that the linker finds with -lNAME
18751 library_names_spec=$lt_library_names_spec
18753 # The coded name of the library, if different from the real name.
18754 soname_spec=$lt_soname_spec
18756 # Permission mode override for installation of shared libraries.
18757 install_override_mode=$lt_install_override_mode
18759 # Command to use after installation of a shared archive.
18760 postinstall_cmds=$lt_postinstall_cmds
18762 # Command to use after uninstallation of a shared archive.
18763 postuninstall_cmds=$lt_postuninstall_cmds
18765 # Commands used to finish a libtool library installation in a directory.
18766 finish_cmds=$lt_finish_cmds
18768 # As "finish_cmds", except a single script fragment to be evaled but
18770 finish_eval=$lt_finish_eval
18772 # Whether we should hardcode library paths into libraries.
18773 hardcode_into_libs=$hardcode_into_libs
18775 # Compile-time system search path for libraries.
18776 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
18778 # Run-time system search path for libraries.
18779 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
18781 # Whether dlopen is supported.
18782 dlopen_support=$enable_dlopen
18784 # Whether dlopen of programs is supported.
18785 dlopen_self=$enable_dlopen_self
18787 # Whether dlopen of statically linked programs is supported.
18788 dlopen_self_static=$enable_dlopen_self_static
18790 # Commands to strip libraries.
18791 old_striplib=$lt_old_striplib
18792 striplib=$lt_striplib
18795 # The linker used to build libraries.
18798 # How to create reloadable object files.
18799 reload_flag=$lt_reload_flag
18800 reload_cmds=$lt_reload_cmds
18802 # Commands used to build an old-style archive.
18803 old_archive_cmds=$lt_old_archive_cmds
18805 # A language specific compiler.
18808 # Is the compiler the GNU compiler?
18811 # Compiler flag to turn off builtin functions.
18812 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
18814 # How to pass a linker flag through the compiler.
18815 wl=$lt_lt_prog_compiler_wl
18817 # Additional compiler flags for building library objects.
18818 pic_flag=$lt_lt_prog_compiler_pic
18820 # Compiler flag to prevent dynamic linking.
18821 link_static_flag=$lt_lt_prog_compiler_static
18823 # Does compiler simultaneously support -c and -o options?
18824 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
18826 # Whether or not to add -lc for building shared libraries.
18827 build_libtool_need_lc=$archive_cmds_need_lc
18829 # Whether or not to disallow shared libs when runtime libs are static.
18830 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
18832 # Compiler flag to allow reflexive dlopens.
18833 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
18835 # Compiler flag to generate shared objects directly from archives.
18836 whole_archive_flag_spec=$lt_whole_archive_flag_spec
18838 # Whether the compiler copes with passing no objects directly.
18839 compiler_needs_object=$lt_compiler_needs_object
18841 # Create an old-style archive from a shared archive.
18842 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
18844 # Create a temporary old-style archive to link instead of a shared archive.
18845 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
18847 # Commands used to build a shared archive.
18848 archive_cmds=$lt_archive_cmds
18849 archive_expsym_cmds=$lt_archive_expsym_cmds
18851 # Commands used to build a loadable module if different from building
18852 # a shared archive.
18853 module_cmds=$lt_module_cmds
18854 module_expsym_cmds=$lt_module_expsym_cmds
18856 # Whether we are building with GNU ld or not.
18857 with_gnu_ld=$lt_with_gnu_ld
18859 # Flag that allows shared libraries with undefined symbols to be built.
18860 allow_undefined_flag=$lt_allow_undefined_flag
18862 # Flag that enforces no undefined symbols.
18863 no_undefined_flag=$lt_no_undefined_flag
18865 # Flag to hardcode \$libdir into a binary during linking.
18866 # This must work even if \$libdir does not exist
18867 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
18869 # If ld is used when linking, flag to hardcode \$libdir into a binary
18870 # during linking. This must work even if \$libdir does not exist.
18871 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
18873 # Whether we need a single "-rpath" flag with a separated argument.
18874 hardcode_libdir_separator=$lt_hardcode_libdir_separator
18876 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
18877 # DIR into the resulting binary.
18878 hardcode_direct=$hardcode_direct
18880 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
18881 # DIR into the resulting binary and the resulting library dependency is
18882 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
18883 # library is relocated.
18884 hardcode_direct_absolute=$hardcode_direct_absolute
18886 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
18887 # into the resulting binary.
18888 hardcode_minus_L=$hardcode_minus_L
18890 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
18891 # into the resulting binary.
18892 hardcode_shlibpath_var=$hardcode_shlibpath_var
18894 # Set to "yes" if building a shared library automatically hardcodes DIR
18895 # into the library and all subsequent libraries and executables linked
18897 hardcode_automatic=$hardcode_automatic
18899 # Set to yes if linker adds runtime paths of dependent libraries
18900 # to runtime path list.
18901 inherit_rpath=$inherit_rpath
18903 # Whether libtool must link a program against all its dependency libraries.
18904 link_all_deplibs=$link_all_deplibs
18906 # Fix the shell variable \$srcfile for the compiler.
18907 fix_srcfile_path=$lt_fix_srcfile_path
18909 # Set to "yes" if exported symbols are required.
18910 always_export_symbols=$always_export_symbols
18912 # The commands to list exported symbols.
18913 export_symbols_cmds=$lt_export_symbols_cmds
18915 # Symbols that should not be listed in the preloaded symbols.
18916 exclude_expsyms=$lt_exclude_expsyms
18918 # Symbols that must always be exported.
18919 include_expsyms=$lt_include_expsyms
18921 # Commands necessary for linking programs (against libraries) with templates.
18922 prelink_cmds=$lt_prelink_cmds
18924 # Specify filename containing input files.
18925 file_list_spec=$lt_file_list_spec
18927 # How to hardcode a shared library path into an executable.
18928 hardcode_action=$hardcode_action
18930 # The directories searched by this compiler when creating a shared library.
18931 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
18933 # Dependencies to place before and after the objects being linked to
18934 # create a shared library.
18935 predep_objects=$lt_predep_objects
18936 postdep_objects=$lt_postdep_objects
18937 predeps=$lt_predeps
18938 postdeps=$lt_postdeps
18940 # The library search path used internally by the compiler when linking
18941 # a shared library.
18942 compiler_lib_search_path=$lt_compiler_lib_search_path
18944 # ### END LIBTOOL CONFIG
18950 cat <<\_LT_EOF
>> "$cfgfile"
18951 # AIX sometimes has problems with the GCC collect2 program. For some
18952 # reason, if we set the COLLECT_NAMES environment variable, the problems
18953 # vanish in a puff of smoke.
18954 if test "X${COLLECT_NAMES+set}" != Xset
; then
18956 export COLLECT_NAMES
18963 ltmain
="$ac_aux_dir/ltmain.sh"
18966 # We use sed instead of cat because bash on DJGPP gets confused if
18967 # if finds mixed CR/LF and LF-only lines. Since sed operates in
18968 # text mode, it properly converts lines to CR/LF. This bash problem
18969 # is reportedly fixed, but why not run on old versions too?
18970 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
18971 ||
(rm -f "$cfgfile"; exit 1)
18975 cat << \_LT_EOF
>> "$cfgfile"
18977 # func_dirname file append nondir_replacement
18978 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
18979 # otherwise set result to NONDIR_REPLACEMENT.
18983 */*) func_dirname_result
="${1%/*}${2}" ;;
18984 * ) func_dirname_result
="${3}" ;;
18988 # func_basename file
18991 func_basename_result
="${1##*/}"
18994 # func_dirname_and_basename file append nondir_replacement
18995 # perform func_basename and func_dirname in a single function
18997 # dirname: Compute the dirname of FILE. If nonempty,
18998 # add APPEND to the result, otherwise set result
18999 # to NONDIR_REPLACEMENT.
19000 # value returned in "$func_dirname_result"
19001 # basename: Compute filename of FILE.
19002 # value retuned in "$func_basename_result"
19003 # Implementation must be kept synchronized with func_dirname
19004 # and func_basename. For efficiency, we do not delegate to
19005 # those functions but instead duplicate the functionality here.
19006 func_dirname_and_basename
()
19009 */*) func_dirname_result
="${1%/*}${2}" ;;
19010 * ) func_dirname_result
="${3}" ;;
19012 func_basename_result
="${1##*/}"
19015 # func_stripname prefix suffix name
19016 # strip PREFIX and SUFFIX off of NAME.
19017 # PREFIX and SUFFIX must not contain globbing or regex special
19018 # characters, hashes, percent signs, but SUFFIX may contain a leading
19019 # dot (in which case that matches only a dot).
19022 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
19023 # positional parameters, so assign one to ordinary parameter first.
19024 func_stripname_result
=${3}
19025 func_stripname_result
=${func_stripname_result#"${1}"}
19026 func_stripname_result
=${func_stripname_result%"${2}"}
19032 func_opt_split_opt
=${1%%=*}
19033 func_opt_split_arg
=${1#*=}
19040 *.lo
) func_lo2o_result
=${1%.lo}.
${objext} ;;
19041 *) func_lo2o_result
=${1} ;;
19045 # func_xform libobj-or-source
19048 func_xform_result
=${1%.*}.lo
19051 # func_arith arithmetic-term...
19054 func_arith_result
=$
(( $
* ))
19058 # STRING may not start with a hyphen.
19061 func_len_result
=${#1}
19066 *) # Bourne compatible functions.
19067 cat << \_LT_EOF
>> "$cfgfile"
19069 # func_dirname file append nondir_replacement
19070 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
19071 # otherwise set result to NONDIR_REPLACEMENT.
19074 # Extract subdirectory from the argument.
19075 func_dirname_result
=`$ECHO "${1}" | $SED "$dirname"`
19076 if test "X$func_dirname_result" = "X${1}"; then
19077 func_dirname_result
="${3}"
19079 func_dirname_result
="$func_dirname_result${2}"
19083 # func_basename file
19086 func_basename_result
=`$ECHO "${1}" | $SED "$basename"`
19090 # func_stripname prefix suffix name
19091 # strip PREFIX and SUFFIX off of NAME.
19092 # PREFIX and SUFFIX must not contain globbing or regex special
19093 # characters, hashes, percent signs, but SUFFIX may contain a leading
19094 # dot (in which case that matches only a dot).
19095 # func_strip_suffix prefix name
19099 .
*) func_stripname_result
=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
19100 *) func_stripname_result
=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
19105 my_sed_long_opt
='1s/^\(-[^=]*\)=.*/\1/;q'
19106 my_sed_long_arg
='1s/^-[^=]*=//'
19111 func_opt_split_opt
=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
19112 func_opt_split_arg
=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
19118 func_lo2o_result
=`$ECHO "${1}" | $SED "$lo2o"`
19121 # func_xform libobj-or-source
19124 func_xform_result
=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
19127 # func_arith arithmetic-term...
19130 func_arith_result
=`expr "$@"`
19134 # STRING may not start with a hyphen.
19137 func_len_result
=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
19143 case $lt_shell_append in
19145 cat << \_LT_EOF
>> "$cfgfile"
19147 # func_append var value
19148 # Append VALUE to the end of shell variable VAR.
19156 cat << \_LT_EOF
>> "$cfgfile"
19158 # func_append var value
19159 # Append VALUE to the end of shell variable VAR.
19170 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
19171 ||
(rm -f "$cfgfile"; exit 1)
19173 mv -f "$cfgfile" "$ofile" ||
19174 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
19178 cat <<_LT_EOF >> "$ofile"
19180 # ### BEGIN LIBTOOL TAG CONFIG: CXX
19182 # The linker used to build libraries.
19185 # How to create reloadable object files.
19186 reload_flag=$lt_reload_flag_CXX
19187 reload_cmds=$lt_reload_cmds_CXX
19189 # Commands used to build an old-style archive.
19190 old_archive_cmds=$lt_old_archive_cmds_CXX
19192 # A language specific compiler.
19193 CC=$lt_compiler_CXX
19195 # Is the compiler the GNU compiler?
19198 # Compiler flag to turn off builtin functions.
19199 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
19201 # How to pass a linker flag through the compiler.
19202 wl=$lt_lt_prog_compiler_wl_CXX
19204 # Additional compiler flags for building library objects.
19205 pic_flag=$lt_lt_prog_compiler_pic_CXX
19207 # Compiler flag to prevent dynamic linking.
19208 link_static_flag=$lt_lt_prog_compiler_static_CXX
19210 # Does compiler simultaneously support -c and -o options?
19211 compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
19213 # Whether or not to add -lc for building shared libraries.
19214 build_libtool_need_lc=$archive_cmds_need_lc_CXX
19216 # Whether or not to disallow shared libs when runtime libs are static.
19217 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
19219 # Compiler flag to allow reflexive dlopens.
19220 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
19222 # Compiler flag to generate shared objects directly from archives.
19223 whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
19225 # Whether the compiler copes with passing no objects directly.
19226 compiler_needs_object=$lt_compiler_needs_object_CXX
19228 # Create an old-style archive from a shared archive.
19229 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
19231 # Create a temporary old-style archive to link instead of a shared archive.
19232 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
19234 # Commands used to build a shared archive.
19235 archive_cmds=$lt_archive_cmds_CXX
19236 archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
19238 # Commands used to build a loadable module if different from building
19239 # a shared archive.
19240 module_cmds=$lt_module_cmds_CXX
19241 module_expsym_cmds=$lt_module_expsym_cmds_CXX
19243 # Whether we are building with GNU ld or not.
19244 with_gnu_ld=$lt_with_gnu_ld_CXX
19246 # Flag that allows shared libraries with undefined symbols to be built.
19247 allow_undefined_flag=$lt_allow_undefined_flag_CXX
19249 # Flag that enforces no undefined symbols.
19250 no_undefined_flag=$lt_no_undefined_flag_CXX
19252 # Flag to hardcode \$libdir into a binary during linking.
19253 # This must work even if \$libdir does not exist
19254 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
19256 # If ld is used when linking, flag to hardcode \$libdir into a binary
19257 # during linking. This must work even if \$libdir does not exist.
19258 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX
19260 # Whether we need a single "-rpath" flag with a separated argument.
19261 hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
19263 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
19264 # DIR into the resulting binary.
19265 hardcode_direct=$hardcode_direct_CXX
19267 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
19268 # DIR into the resulting binary and the resulting library dependency is
19269 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
19270 # library is relocated.
19271 hardcode_direct_absolute=$hardcode_direct_absolute_CXX
19273 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
19274 # into the resulting binary.
19275 hardcode_minus_L=$hardcode_minus_L_CXX
19277 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
19278 # into the resulting binary.
19279 hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
19281 # Set to "yes" if building a shared library automatically hardcodes DIR
19282 # into the library and all subsequent libraries and executables linked
19284 hardcode_automatic=$hardcode_automatic_CXX
19286 # Set to yes if linker adds runtime paths of dependent libraries
19287 # to runtime path list.
19288 inherit_rpath=$inherit_rpath_CXX
19290 # Whether libtool must link a program against all its dependency libraries.
19291 link_all_deplibs=$link_all_deplibs_CXX
19293 # Fix the shell variable \$srcfile for the compiler.
19294 fix_srcfile_path=$lt_fix_srcfile_path_CXX
19296 # Set to "yes" if exported symbols are required.
19297 always_export_symbols=$always_export_symbols_CXX
19299 # The commands to list exported symbols.
19300 export_symbols_cmds=$lt_export_symbols_cmds_CXX
19302 # Symbols that should not be listed in the preloaded symbols.
19303 exclude_expsyms=$lt_exclude_expsyms_CXX
19305 # Symbols that must always be exported.
19306 include_expsyms=$lt_include_expsyms_CXX
19308 # Commands necessary for linking programs (against libraries) with templates.
19309 prelink_cmds=$lt_prelink_cmds_CXX
19311 # Specify filename containing input files.
19312 file_list_spec=$lt_file_list_spec_CXX
19314 # How to hardcode a shared library path into an executable.
19315 hardcode_action=$hardcode_action_CXX
19317 # The directories searched by this compiler when creating a shared library.
19318 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
19320 # Dependencies to place before and after the objects being linked to
19321 # create a shared library.
19322 predep_objects=$lt_predep_objects_CXX
19323 postdep_objects=$lt_postdep_objects_CXX
19324 predeps=$lt_predeps_CXX
19325 postdeps=$lt_postdeps_CXX
19327 # The library search path used internally by the compiler when linking
19328 # a shared library.
19329 compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
19331 # ### END LIBTOOL TAG CONFIG: CXX
19335 "include":C
) test -d include || mkdir include
;;
19337 test -d src || mkdir src
19338 test -d src
/$TARGETDIR || mkdir src
/$TARGETDIR
19347 ac_clean_files
=$ac_clean_files_save
19349 test $ac_write_fail = 0 ||
19350 as_fn_error $?
"write failure creating $CONFIG_STATUS" "$LINENO" 5
19353 # configure is writing to config.log, and then calls config.status.
19354 # config.status does its own redirection, appending to config.log.
19355 # Unfortunately, on DOS this fails, as config.log is still kept open
19356 # by configure, so config.status won't be able to write to it; its
19357 # output is simply discarded. So we exec the FD to /dev/null,
19358 # effectively closing config.log, so it can be properly (re)opened and
19359 # appended to by config.status. When coming back to configure, we
19360 # need to make the FD available again.
19361 if test "$no_create" != yes; then
19363 ac_config_status_args
=
19364 test "$silent" = yes &&
19365 ac_config_status_args
="$ac_config_status_args --quiet"
19367 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
19369 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19370 # would make configure fail if this is the last instruction.
19371 $ac_cs_success || as_fn_exit
1
19373 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
19374 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19375 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}