cannam@124: #! /bin/sh cannam@124: # Guess values for system-dependent variables and create Makefiles. cannam@124: # Generated by GNU Autoconf 2.68 for PortAudioCpp 12. cannam@124: # cannam@124: # cannam@124: # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, cannam@124: # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software cannam@124: # Foundation, Inc. cannam@124: # cannam@124: # cannam@124: # This configure script is free software; the Free Software Foundation cannam@124: # gives unlimited permission to copy, distribute and modify it. cannam@124: ## -------------------- ## cannam@124: ## M4sh Initialization. ## cannam@124: ## -------------------- ## cannam@124: cannam@124: # Be more Bourne compatible cannam@124: DUALCASE=1; export DUALCASE # for MKS sh cannam@124: if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : cannam@124: emulate sh cannam@124: NULLCMD=: cannam@124: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which cannam@124: # is contrary to our usage. Disable this feature. cannam@124: alias -g '${1+"$@"}'='"$@"' cannam@124: setopt NO_GLOB_SUBST cannam@124: else cannam@124: case `(set -o) 2>/dev/null` in #( cannam@124: *posix*) : cannam@124: set -o posix ;; #( cannam@124: *) : cannam@124: ;; cannam@124: esac cannam@124: fi cannam@124: cannam@124: cannam@124: as_nl=' cannam@124: ' cannam@124: export as_nl cannam@124: # Printing a long string crashes Solaris 7 /usr/bin/printf. cannam@124: as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' cannam@124: as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo cannam@124: as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo cannam@124: # Prefer a ksh shell builtin over an external printf program on Solaris, cannam@124: # but without wasting forks for bash or zsh. cannam@124: if test -z "$BASH_VERSION$ZSH_VERSION" \ cannam@124: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then cannam@124: as_echo='print -r --' cannam@124: as_echo_n='print -rn --' cannam@124: elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then cannam@124: as_echo='printf %s\n' cannam@124: as_echo_n='printf %s' cannam@124: else cannam@124: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then cannam@124: as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' cannam@124: as_echo_n='/usr/ucb/echo -n' cannam@124: else cannam@124: as_echo_body='eval expr "X$1" : "X\\(.*\\)"' cannam@124: as_echo_n_body='eval cannam@124: arg=$1; cannam@124: case $arg in #( cannam@124: *"$as_nl"*) cannam@124: expr "X$arg" : "X\\(.*\\)$as_nl"; cannam@124: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; cannam@124: esac; cannam@124: expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" cannam@124: ' cannam@124: export as_echo_n_body cannam@124: as_echo_n='sh -c $as_echo_n_body as_echo' cannam@124: fi cannam@124: export as_echo_body cannam@124: as_echo='sh -c $as_echo_body as_echo' cannam@124: fi cannam@124: cannam@124: # The user is always right. cannam@124: if test "${PATH_SEPARATOR+set}" != set; then cannam@124: PATH_SEPARATOR=: cannam@124: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { cannam@124: (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || cannam@124: PATH_SEPARATOR=';' cannam@124: } cannam@124: fi cannam@124: cannam@124: cannam@124: # IFS cannam@124: # We need space, tab and new line, in precisely that order. Quoting is cannam@124: # there to prevent editors from complaining about space-tab. cannam@124: # (If _AS_PATH_WALK were called with IFS unset, it would disable word cannam@124: # splitting by setting IFS to empty value.) cannam@124: IFS=" "" $as_nl" cannam@124: cannam@124: # Find who we are. Look in the path if we contain no directory separator. cannam@124: as_myself= cannam@124: case $0 in #(( cannam@124: *[\\/]* ) as_myself=$0 ;; cannam@124: *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@124: for as_dir in $PATH cannam@124: do cannam@124: IFS=$as_save_IFS cannam@124: test -z "$as_dir" && as_dir=. cannam@124: test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break cannam@124: done cannam@124: IFS=$as_save_IFS cannam@124: cannam@124: ;; cannam@124: esac cannam@124: # We did not find ourselves, most probably we were run as `sh COMMAND' cannam@124: # in which case we are not to be found in the path. cannam@124: if test "x$as_myself" = x; then cannam@124: as_myself=$0 cannam@124: fi cannam@124: if test ! -f "$as_myself"; then cannam@124: $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 cannam@124: exit 1 cannam@124: fi cannam@124: cannam@124: # Unset variables that we do not need and which cause bugs (e.g. in cannam@124: # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" cannam@124: # suppresses any "Segmentation fault" message there. '((' could cannam@124: # trigger a bug in pdksh 5.2.14. cannam@124: for as_var in BASH_ENV ENV MAIL MAILPATH cannam@124: do eval test x\${$as_var+set} = xset \ cannam@124: && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : cannam@124: done cannam@124: PS1='$ ' cannam@124: PS2='> ' cannam@124: PS4='+ ' cannam@124: cannam@124: # NLS nuisances. cannam@124: LC_ALL=C cannam@124: export LC_ALL cannam@124: LANGUAGE=C cannam@124: export LANGUAGE cannam@124: cannam@124: # CDPATH. cannam@124: (unset CDPATH) >/dev/null 2>&1 && unset CDPATH cannam@124: cannam@124: if test "x$CONFIG_SHELL" = x; then cannam@124: as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : cannam@124: emulate sh cannam@124: NULLCMD=: cannam@124: # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which cannam@124: # is contrary to our usage. Disable this feature. cannam@124: alias -g '\${1+\"\$@\"}'='\"\$@\"' cannam@124: setopt NO_GLOB_SUBST cannam@124: else cannam@124: case \`(set -o) 2>/dev/null\` in #( cannam@124: *posix*) : cannam@124: set -o posix ;; #( cannam@124: *) : cannam@124: ;; cannam@124: esac cannam@124: fi cannam@124: " cannam@124: as_required="as_fn_return () { (exit \$1); } cannam@124: as_fn_success () { as_fn_return 0; } cannam@124: as_fn_failure () { as_fn_return 1; } cannam@124: as_fn_ret_success () { return 0; } cannam@124: as_fn_ret_failure () { return 1; } cannam@124: cannam@124: exitcode=0 cannam@124: as_fn_success || { exitcode=1; echo as_fn_success failed.; } cannam@124: as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } cannam@124: as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } cannam@124: as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } cannam@124: if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : cannam@124: cannam@124: else cannam@124: exitcode=1; echo positional parameters were not saved. cannam@124: fi cannam@124: test x\$exitcode = x0 || exit 1" cannam@124: as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO cannam@124: as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO cannam@124: eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && cannam@124: test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 cannam@124: cannam@124: test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || ( cannam@124: ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' cannam@124: ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO cannam@124: ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO cannam@124: PATH=/empty FPATH=/empty; export PATH FPATH cannam@124: test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\ cannam@124: || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1 cannam@124: test \$(( 1 + 1 )) = 2 || exit 1" cannam@124: if (eval "$as_required") 2>/dev/null; then : cannam@124: as_have_required=yes cannam@124: else cannam@124: as_have_required=no cannam@124: fi cannam@124: if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : cannam@124: cannam@124: else cannam@124: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@124: as_found=false cannam@124: for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH cannam@124: do cannam@124: IFS=$as_save_IFS cannam@124: test -z "$as_dir" && as_dir=. cannam@124: as_found=: cannam@124: case $as_dir in #( cannam@124: /*) cannam@124: for as_base in sh bash ksh sh5; do cannam@124: # Try only shells that exist, to save several forks. cannam@124: as_shell=$as_dir/$as_base cannam@124: if { test -f "$as_shell" || test -f "$as_shell.exe"; } && cannam@124: { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : cannam@124: CONFIG_SHELL=$as_shell as_have_required=yes cannam@124: if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : cannam@124: break 2 cannam@124: fi cannam@124: fi cannam@124: done;; cannam@124: esac cannam@124: as_found=false cannam@124: done cannam@124: $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && cannam@124: { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : cannam@124: CONFIG_SHELL=$SHELL as_have_required=yes cannam@124: fi; } cannam@124: IFS=$as_save_IFS cannam@124: cannam@124: cannam@124: if test "x$CONFIG_SHELL" != x; then : cannam@124: # We cannot yet assume a decent shell, so we have to provide a cannam@124: # neutralization value for shells without unset; and this also cannam@124: # works around shells that cannot unset nonexistent variables. cannam@124: # Preserve -v and -x to the replacement shell. cannam@124: BASH_ENV=/dev/null cannam@124: ENV=/dev/null cannam@124: (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV cannam@124: export CONFIG_SHELL cannam@124: case $- in # (((( cannam@124: *v*x* | *x*v* ) as_opts=-vx ;; cannam@124: *v* ) as_opts=-v ;; cannam@124: *x* ) as_opts=-x ;; cannam@124: * ) as_opts= ;; cannam@124: esac cannam@124: exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"} cannam@124: fi cannam@124: cannam@124: if test x$as_have_required = xno; then : cannam@124: $as_echo "$0: This script requires a shell more modern than all" cannam@124: $as_echo "$0: the shells that I found on your system." cannam@124: if test x${ZSH_VERSION+set} = xset ; then cannam@124: $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" cannam@124: $as_echo "$0: be upgraded to zsh 4.3.4 or later." cannam@124: else cannam@124: $as_echo "$0: Please tell bug-autoconf@gnu.org about your system, cannam@124: $0: including any error possibly output before this cannam@124: $0: message. Then install a modern shell, or manually run cannam@124: $0: the script under such a shell if you do have one." cannam@124: fi cannam@124: exit 1 cannam@124: fi cannam@124: fi cannam@124: fi cannam@124: SHELL=${CONFIG_SHELL-/bin/sh} cannam@124: export SHELL cannam@124: # Unset more variables known to interfere with behavior of common tools. cannam@124: CLICOLOR_FORCE= GREP_OPTIONS= cannam@124: unset CLICOLOR_FORCE GREP_OPTIONS cannam@124: cannam@124: ## --------------------- ## cannam@124: ## M4sh Shell Functions. ## cannam@124: ## --------------------- ## cannam@124: # as_fn_unset VAR cannam@124: # --------------- cannam@124: # Portably unset VAR. cannam@124: as_fn_unset () cannam@124: { cannam@124: { eval $1=; unset $1;} cannam@124: } cannam@124: as_unset=as_fn_unset cannam@124: cannam@124: # as_fn_set_status STATUS cannam@124: # ----------------------- cannam@124: # Set $? to STATUS, without forking. cannam@124: as_fn_set_status () cannam@124: { cannam@124: return $1 cannam@124: } # as_fn_set_status cannam@124: cannam@124: # as_fn_exit STATUS cannam@124: # ----------------- cannam@124: # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. cannam@124: as_fn_exit () cannam@124: { cannam@124: set +e cannam@124: as_fn_set_status $1 cannam@124: exit $1 cannam@124: } # as_fn_exit cannam@124: cannam@124: # as_fn_mkdir_p cannam@124: # ------------- cannam@124: # Create "$as_dir" as a directory, including parents if necessary. cannam@124: as_fn_mkdir_p () cannam@124: { cannam@124: cannam@124: case $as_dir in #( cannam@124: -*) as_dir=./$as_dir;; cannam@124: esac cannam@124: test -d "$as_dir" || eval $as_mkdir_p || { cannam@124: as_dirs= cannam@124: while :; do cannam@124: case $as_dir in #( cannam@124: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( cannam@124: *) as_qdir=$as_dir;; cannam@124: esac cannam@124: as_dirs="'$as_qdir' $as_dirs" cannam@124: as_dir=`$as_dirname -- "$as_dir" || cannam@124: $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ cannam@124: X"$as_dir" : 'X\(//\)[^/]' \| \ cannam@124: X"$as_dir" : 'X\(//\)$' \| \ cannam@124: X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || cannam@124: $as_echo X"$as_dir" | cannam@124: sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ cannam@124: s//\1/ cannam@124: q cannam@124: } cannam@124: /^X\(\/\/\)[^/].*/{ cannam@124: s//\1/ cannam@124: q cannam@124: } cannam@124: /^X\(\/\/\)$/{ cannam@124: s//\1/ cannam@124: q cannam@124: } cannam@124: /^X\(\/\).*/{ cannam@124: s//\1/ cannam@124: q cannam@124: } cannam@124: s/.*/./; q'` cannam@124: test -d "$as_dir" && break cannam@124: done cannam@124: test -z "$as_dirs" || eval "mkdir $as_dirs" cannam@124: } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" cannam@124: cannam@124: cannam@124: } # as_fn_mkdir_p cannam@124: # as_fn_append VAR VALUE cannam@124: # ---------------------- cannam@124: # Append the text in VALUE to the end of the definition contained in VAR. Take cannam@124: # advantage of any shell optimizations that allow amortized linear growth over cannam@124: # repeated appends, instead of the typical quadratic growth present in naive cannam@124: # implementations. cannam@124: if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : cannam@124: eval 'as_fn_append () cannam@124: { cannam@124: eval $1+=\$2 cannam@124: }' cannam@124: else cannam@124: as_fn_append () cannam@124: { cannam@124: eval $1=\$$1\$2 cannam@124: } cannam@124: fi # as_fn_append cannam@124: cannam@124: # as_fn_arith ARG... cannam@124: # ------------------ cannam@124: # Perform arithmetic evaluation on the ARGs, and store the result in the cannam@124: # global $as_val. Take advantage of shells that can avoid forks. The arguments cannam@124: # must be portable across $(()) and expr. cannam@124: if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : cannam@124: eval 'as_fn_arith () cannam@124: { cannam@124: as_val=$(( $* )) cannam@124: }' cannam@124: else cannam@124: as_fn_arith () cannam@124: { cannam@124: as_val=`expr "$@" || test $? -eq 1` cannam@124: } cannam@124: fi # as_fn_arith cannam@124: cannam@124: cannam@124: # as_fn_error STATUS ERROR [LINENO LOG_FD] cannam@124: # ---------------------------------------- cannam@124: # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are cannam@124: # provided, also output the error to LOG_FD, referencing LINENO. Then exit the cannam@124: # script with STATUS, using 1 if that was 0. cannam@124: as_fn_error () cannam@124: { cannam@124: as_status=$1; test $as_status -eq 0 && as_status=1 cannam@124: if test "$4"; then cannam@124: as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 cannam@124: fi cannam@124: $as_echo "$as_me: error: $2" >&2 cannam@124: as_fn_exit $as_status cannam@124: } # as_fn_error cannam@124: cannam@124: if expr a : '\(a\)' >/dev/null 2>&1 && cannam@124: test "X`expr 00001 : '.*\(...\)'`" = X001; then cannam@124: as_expr=expr cannam@124: else cannam@124: as_expr=false cannam@124: fi cannam@124: cannam@124: if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then cannam@124: as_basename=basename cannam@124: else cannam@124: as_basename=false cannam@124: fi cannam@124: cannam@124: if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then cannam@124: as_dirname=dirname cannam@124: else cannam@124: as_dirname=false cannam@124: fi cannam@124: cannam@124: as_me=`$as_basename -- "$0" || cannam@124: $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ cannam@124: X"$0" : 'X\(//\)$' \| \ cannam@124: X"$0" : 'X\(/\)' \| . 2>/dev/null || cannam@124: $as_echo X/"$0" | cannam@124: sed '/^.*\/\([^/][^/]*\)\/*$/{ cannam@124: s//\1/ cannam@124: q cannam@124: } cannam@124: /^X\/\(\/\/\)$/{ cannam@124: s//\1/ cannam@124: q cannam@124: } cannam@124: /^X\/\(\/\).*/{ cannam@124: s//\1/ cannam@124: q cannam@124: } cannam@124: s/.*/./; q'` cannam@124: cannam@124: # Avoid depending upon Character Ranges. cannam@124: as_cr_letters='abcdefghijklmnopqrstuvwxyz' cannam@124: as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' cannam@124: as_cr_Letters=$as_cr_letters$as_cr_LETTERS cannam@124: as_cr_digits='0123456789' cannam@124: as_cr_alnum=$as_cr_Letters$as_cr_digits cannam@124: cannam@124: cannam@124: as_lineno_1=$LINENO as_lineno_1a=$LINENO cannam@124: as_lineno_2=$LINENO as_lineno_2a=$LINENO cannam@124: eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && cannam@124: test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { cannam@124: # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) cannam@124: sed -n ' cannam@124: p cannam@124: /[$]LINENO/= cannam@124: ' <$as_myself | cannam@124: sed ' cannam@124: s/[$]LINENO.*/&-/ cannam@124: t lineno cannam@124: b cannam@124: :lineno cannam@124: N cannam@124: :loop cannam@124: s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ cannam@124: t loop cannam@124: s/-\n.*// cannam@124: ' >$as_me.lineno && cannam@124: chmod +x "$as_me.lineno" || cannam@124: { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } cannam@124: cannam@124: # Don't try to exec as it changes $[0], causing all sort of problems cannam@124: # (the dirname of $[0] is not the place where we might find the cannam@124: # original and so on. Autoconf is especially sensitive to this). cannam@124: . "./$as_me.lineno" cannam@124: # Exit status is that of the last command. cannam@124: exit cannam@124: } cannam@124: cannam@124: ECHO_C= ECHO_N= ECHO_T= cannam@124: case `echo -n x` in #((((( cannam@124: -n*) cannam@124: case `echo 'xy\c'` in cannam@124: *c*) ECHO_T=' ';; # ECHO_T is single tab character. cannam@124: xy) ECHO_C='\c';; cannam@124: *) echo `echo ksh88 bug on AIX 6.1` > /dev/null cannam@124: ECHO_T=' ';; cannam@124: esac;; cannam@124: *) cannam@124: ECHO_N='-n';; cannam@124: esac cannam@124: cannam@124: rm -f conf$$ conf$$.exe conf$$.file cannam@124: if test -d conf$$.dir; then cannam@124: rm -f conf$$.dir/conf$$.file cannam@124: else cannam@124: rm -f conf$$.dir cannam@124: mkdir conf$$.dir 2>/dev/null cannam@124: fi cannam@124: if (echo >conf$$.file) 2>/dev/null; then cannam@124: if ln -s conf$$.file conf$$ 2>/dev/null; then cannam@124: as_ln_s='ln -s' cannam@124: # ... but there are two gotchas: cannam@124: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. cannam@124: # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. cannam@124: # In both cases, we have to default to `cp -p'. cannam@124: ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || cannam@124: as_ln_s='cp -p' cannam@124: elif ln conf$$.file conf$$ 2>/dev/null; then cannam@124: as_ln_s=ln cannam@124: else cannam@124: as_ln_s='cp -p' cannam@124: fi cannam@124: else cannam@124: as_ln_s='cp -p' cannam@124: fi cannam@124: rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file cannam@124: rmdir conf$$.dir 2>/dev/null cannam@124: cannam@124: if mkdir -p . 2>/dev/null; then cannam@124: as_mkdir_p='mkdir -p "$as_dir"' cannam@124: else cannam@124: test -d ./-p && rmdir ./-p cannam@124: as_mkdir_p=false cannam@124: fi cannam@124: cannam@124: if test -x / >/dev/null 2>&1; then cannam@124: as_test_x='test -x' cannam@124: else cannam@124: if ls -dL / >/dev/null 2>&1; then cannam@124: as_ls_L_option=L cannam@124: else cannam@124: as_ls_L_option= cannam@124: fi cannam@124: as_test_x=' cannam@124: eval sh -c '\'' cannam@124: if test -d "$1"; then cannam@124: test -d "$1/."; cannam@124: else cannam@124: case $1 in #( cannam@124: -*)set "./$1";; cannam@124: esac; cannam@124: case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( cannam@124: ???[sx]*):;;*)false;;esac;fi cannam@124: '\'' sh cannam@124: ' cannam@124: fi cannam@124: as_executable_p=$as_test_x cannam@124: cannam@124: # Sed expression to map a string onto a valid CPP name. cannam@124: as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" cannam@124: cannam@124: # Sed expression to map a string onto a valid variable name. cannam@124: as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" cannam@124: cannam@124: SHELL=${CONFIG_SHELL-/bin/sh} cannam@124: cannam@124: cannam@124: test -n "$DJDIR" || exec 7<&0 &1 cannam@124: cannam@124: # Name of the host. cannam@124: # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, cannam@124: # so uname gets run too. cannam@124: ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` cannam@124: cannam@124: # cannam@124: # Initializations. cannam@124: # cannam@124: ac_default_prefix=/usr/local cannam@124: ac_clean_files= cannam@124: ac_config_libobj_dir=. cannam@124: LIBOBJS= cannam@124: cross_compiling=no cannam@124: subdirs= cannam@124: MFLAGS= cannam@124: MAKEFLAGS= cannam@124: cannam@124: # Identity of this package. cannam@124: PACKAGE_NAME='PortAudioCpp' cannam@124: PACKAGE_TARNAME='portaudiocpp' cannam@124: PACKAGE_VERSION='12' cannam@124: PACKAGE_STRING='PortAudioCpp 12' cannam@124: PACKAGE_BUGREPORT='' cannam@124: PACKAGE_URL='' cannam@124: cannam@124: ac_unique_file="include/portaudiocpp/PortAudioCpp.hxx" cannam@124: # Factoring default headers for most tests. cannam@124: ac_includes_default="\ cannam@124: #include cannam@124: #ifdef HAVE_SYS_TYPES_H cannam@124: # include cannam@124: #endif cannam@124: #ifdef HAVE_SYS_STAT_H cannam@124: # include cannam@124: #endif cannam@124: #ifdef STDC_HEADERS cannam@124: # include cannam@124: # include cannam@124: #else cannam@124: # ifdef HAVE_STDLIB_H cannam@124: # include cannam@124: # endif cannam@124: #endif cannam@124: #ifdef HAVE_STRING_H cannam@124: # if !defined STDC_HEADERS && defined HAVE_MEMORY_H cannam@124: # include cannam@124: # endif cannam@124: # include cannam@124: #endif cannam@124: #ifdef HAVE_STRINGS_H cannam@124: # include cannam@124: #endif cannam@124: #ifdef HAVE_INTTYPES_H cannam@124: # include cannam@124: #endif cannam@124: #ifdef HAVE_STDINT_H cannam@124: # include cannam@124: #endif cannam@124: #ifdef HAVE_UNISTD_H cannam@124: # include cannam@124: #endif" cannam@124: cannam@124: ac_subst_vars='am__EXEEXT_FALSE cannam@124: am__EXEEXT_TRUE cannam@124: LTLIBOBJS cannam@124: LIBOBJS cannam@124: LT_VERSION_INFO cannam@124: PORTAUDIO_ROOT cannam@124: DEFAULT_INCLUDES cannam@124: CXXCPP cannam@124: CPP cannam@124: OTOOL64 cannam@124: OTOOL cannam@124: LIPO cannam@124: NMEDIT cannam@124: DSYMUTIL cannam@124: MANIFEST_TOOL cannam@124: RANLIB cannam@124: ac_ct_AR cannam@124: AR cannam@124: LN_S cannam@124: NM cannam@124: ac_ct_DUMPBIN cannam@124: DUMPBIN cannam@124: LD cannam@124: FGREP cannam@124: EGREP cannam@124: GREP cannam@124: SED cannam@124: LIBTOOL cannam@124: OBJDUMP cannam@124: DLLTOOL cannam@124: AS cannam@124: host_os cannam@124: host_vendor cannam@124: host_cpu cannam@124: host cannam@124: build_os cannam@124: build_vendor cannam@124: build_cpu cannam@124: build cannam@124: am__fastdepCXX_FALSE cannam@124: am__fastdepCXX_TRUE cannam@124: CXXDEPMODE cannam@124: ac_ct_CXX cannam@124: CXXFLAGS cannam@124: CXX cannam@124: am__fastdepCC_FALSE cannam@124: am__fastdepCC_TRUE cannam@124: CCDEPMODE cannam@124: AMDEPBACKSLASH cannam@124: AMDEP_FALSE cannam@124: AMDEP_TRUE cannam@124: am__quote cannam@124: am__include cannam@124: DEPDIR cannam@124: OBJEXT cannam@124: EXEEXT cannam@124: ac_ct_CC cannam@124: CPPFLAGS cannam@124: LDFLAGS cannam@124: CFLAGS cannam@124: CC cannam@124: MAINT cannam@124: MAINTAINER_MODE_FALSE cannam@124: MAINTAINER_MODE_TRUE cannam@124: am__untar cannam@124: am__tar cannam@124: AMTAR cannam@124: am__leading_dot cannam@124: SET_MAKE cannam@124: AWK cannam@124: mkdir_p cannam@124: MKDIR_P cannam@124: INSTALL_STRIP_PROGRAM cannam@124: STRIP cannam@124: install_sh cannam@124: MAKEINFO cannam@124: AUTOHEADER cannam@124: AUTOMAKE cannam@124: AUTOCONF cannam@124: ACLOCAL cannam@124: VERSION cannam@124: PACKAGE cannam@124: CYGPATH_W cannam@124: am__isrc cannam@124: INSTALL_DATA cannam@124: INSTALL_SCRIPT cannam@124: INSTALL_PROGRAM cannam@124: target_alias cannam@124: host_alias cannam@124: build_alias cannam@124: LIBS cannam@124: ECHO_T cannam@124: ECHO_N cannam@124: ECHO_C cannam@124: DEFS cannam@124: mandir cannam@124: localedir cannam@124: libdir cannam@124: psdir cannam@124: pdfdir cannam@124: dvidir cannam@124: htmldir cannam@124: infodir cannam@124: docdir cannam@124: oldincludedir cannam@124: includedir cannam@124: localstatedir cannam@124: sharedstatedir cannam@124: sysconfdir cannam@124: datadir cannam@124: datarootdir cannam@124: libexecdir cannam@124: sbindir cannam@124: bindir cannam@124: program_transform_name cannam@124: prefix cannam@124: exec_prefix cannam@124: PACKAGE_URL cannam@124: PACKAGE_BUGREPORT cannam@124: PACKAGE_STRING cannam@124: PACKAGE_VERSION cannam@124: PACKAGE_TARNAME cannam@124: PACKAGE_NAME cannam@124: PATH_SEPARATOR cannam@124: SHELL' cannam@124: ac_subst_files='' cannam@124: ac_user_opts=' cannam@124: enable_option_checking cannam@124: enable_maintainer_mode cannam@124: enable_dependency_tracking cannam@124: enable_shared cannam@124: enable_static cannam@124: with_pic cannam@124: enable_fast_install cannam@124: with_gnu_ld cannam@124: with_sysroot cannam@124: enable_libtool_lock cannam@124: ' cannam@124: ac_precious_vars='build_alias cannam@124: host_alias cannam@124: target_alias cannam@124: CC cannam@124: CFLAGS cannam@124: LDFLAGS cannam@124: LIBS cannam@124: CPPFLAGS cannam@124: CXX cannam@124: CXXFLAGS cannam@124: CCC cannam@124: CPP cannam@124: CXXCPP' cannam@124: cannam@124: cannam@124: # Initialize some variables set by options. cannam@124: ac_init_help= cannam@124: ac_init_version=false cannam@124: ac_unrecognized_opts= cannam@124: ac_unrecognized_sep= cannam@124: # The variables have the same names as the options, with cannam@124: # dashes changed to underlines. cannam@124: cache_file=/dev/null cannam@124: exec_prefix=NONE cannam@124: no_create= cannam@124: no_recursion= cannam@124: prefix=NONE cannam@124: program_prefix=NONE cannam@124: program_suffix=NONE cannam@124: program_transform_name=s,x,x, cannam@124: silent= cannam@124: site= cannam@124: srcdir= cannam@124: verbose= cannam@124: x_includes=NONE cannam@124: x_libraries=NONE cannam@124: cannam@124: # Installation directory options. cannam@124: # These are left unexpanded so users can "make install exec_prefix=/foo" cannam@124: # and all the variables that are supposed to be based on exec_prefix cannam@124: # by default will actually change. cannam@124: # Use braces instead of parens because sh, perl, etc. also accept them. cannam@124: # (The list follows the same order as the GNU Coding Standards.) cannam@124: bindir='${exec_prefix}/bin' cannam@124: sbindir='${exec_prefix}/sbin' cannam@124: libexecdir='${exec_prefix}/libexec' cannam@124: datarootdir='${prefix}/share' cannam@124: datadir='${datarootdir}' cannam@124: sysconfdir='${prefix}/etc' cannam@124: sharedstatedir='${prefix}/com' cannam@124: localstatedir='${prefix}/var' cannam@124: includedir='${prefix}/include' cannam@124: oldincludedir='/usr/include' cannam@124: docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' cannam@124: infodir='${datarootdir}/info' cannam@124: htmldir='${docdir}' cannam@124: dvidir='${docdir}' cannam@124: pdfdir='${docdir}' cannam@124: psdir='${docdir}' cannam@124: libdir='${exec_prefix}/lib' cannam@124: localedir='${datarootdir}/locale' cannam@124: mandir='${datarootdir}/man' cannam@124: cannam@124: ac_prev= cannam@124: ac_dashdash= cannam@124: for ac_option cannam@124: do cannam@124: # If the previous option needs an argument, assign it. cannam@124: if test -n "$ac_prev"; then cannam@124: eval $ac_prev=\$ac_option cannam@124: ac_prev= cannam@124: continue cannam@124: fi cannam@124: cannam@124: case $ac_option in cannam@124: *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; cannam@124: *=) ac_optarg= ;; cannam@124: *) ac_optarg=yes ;; cannam@124: esac cannam@124: cannam@124: # Accept the important Cygnus configure options, so we can diagnose typos. cannam@124: cannam@124: case $ac_dashdash$ac_option in cannam@124: --) cannam@124: ac_dashdash=yes ;; cannam@124: cannam@124: -bindir | --bindir | --bindi | --bind | --bin | --bi) cannam@124: ac_prev=bindir ;; cannam@124: -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) cannam@124: bindir=$ac_optarg ;; cannam@124: cannam@124: -build | --build | --buil | --bui | --bu) cannam@124: ac_prev=build_alias ;; cannam@124: -build=* | --build=* | --buil=* | --bui=* | --bu=*) cannam@124: build_alias=$ac_optarg ;; cannam@124: cannam@124: -cache-file | --cache-file | --cache-fil | --cache-fi \ cannam@124: | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) cannam@124: ac_prev=cache_file ;; cannam@124: -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ cannam@124: | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) cannam@124: cache_file=$ac_optarg ;; cannam@124: cannam@124: --config-cache | -C) cannam@124: cache_file=config.cache ;; cannam@124: cannam@124: -datadir | --datadir | --datadi | --datad) cannam@124: ac_prev=datadir ;; cannam@124: -datadir=* | --datadir=* | --datadi=* | --datad=*) cannam@124: datadir=$ac_optarg ;; cannam@124: cannam@124: -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ cannam@124: | --dataroo | --dataro | --datar) cannam@124: ac_prev=datarootdir ;; cannam@124: -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ cannam@124: | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) cannam@124: datarootdir=$ac_optarg ;; cannam@124: cannam@124: -disable-* | --disable-*) cannam@124: ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` cannam@124: # Reject names that are not valid shell variable names. cannam@124: expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && cannam@124: as_fn_error $? "invalid feature name: $ac_useropt" cannam@124: ac_useropt_orig=$ac_useropt cannam@124: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` cannam@124: case $ac_user_opts in cannam@124: *" cannam@124: "enable_$ac_useropt" cannam@124: "*) ;; cannam@124: *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" cannam@124: ac_unrecognized_sep=', ';; cannam@124: esac cannam@124: eval enable_$ac_useropt=no ;; cannam@124: cannam@124: -docdir | --docdir | --docdi | --doc | --do) cannam@124: ac_prev=docdir ;; cannam@124: -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) cannam@124: docdir=$ac_optarg ;; cannam@124: cannam@124: -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) cannam@124: ac_prev=dvidir ;; cannam@124: -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) cannam@124: dvidir=$ac_optarg ;; cannam@124: cannam@124: -enable-* | --enable-*) cannam@124: ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` cannam@124: # Reject names that are not valid shell variable names. cannam@124: expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && cannam@124: as_fn_error $? "invalid feature name: $ac_useropt" cannam@124: ac_useropt_orig=$ac_useropt cannam@124: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` cannam@124: case $ac_user_opts in cannam@124: *" cannam@124: "enable_$ac_useropt" cannam@124: "*) ;; cannam@124: *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" cannam@124: ac_unrecognized_sep=', ';; cannam@124: esac cannam@124: eval enable_$ac_useropt=\$ac_optarg ;; cannam@124: cannam@124: -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ cannam@124: | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ cannam@124: | --exec | --exe | --ex) cannam@124: ac_prev=exec_prefix ;; cannam@124: -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ cannam@124: | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ cannam@124: | --exec=* | --exe=* | --ex=*) cannam@124: exec_prefix=$ac_optarg ;; cannam@124: cannam@124: -gas | --gas | --ga | --g) cannam@124: # Obsolete; use --with-gas. cannam@124: with_gas=yes ;; cannam@124: cannam@124: -help | --help | --hel | --he | -h) cannam@124: ac_init_help=long ;; cannam@124: -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) cannam@124: ac_init_help=recursive ;; cannam@124: -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) cannam@124: ac_init_help=short ;; cannam@124: cannam@124: -host | --host | --hos | --ho) cannam@124: ac_prev=host_alias ;; cannam@124: -host=* | --host=* | --hos=* | --ho=*) cannam@124: host_alias=$ac_optarg ;; cannam@124: cannam@124: -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) cannam@124: ac_prev=htmldir ;; cannam@124: -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ cannam@124: | --ht=*) cannam@124: htmldir=$ac_optarg ;; cannam@124: cannam@124: -includedir | --includedir | --includedi | --included | --include \ cannam@124: | --includ | --inclu | --incl | --inc) cannam@124: ac_prev=includedir ;; cannam@124: -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ cannam@124: | --includ=* | --inclu=* | --incl=* | --inc=*) cannam@124: includedir=$ac_optarg ;; cannam@124: cannam@124: -infodir | --infodir | --infodi | --infod | --info | --inf) cannam@124: ac_prev=infodir ;; cannam@124: -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) cannam@124: infodir=$ac_optarg ;; cannam@124: cannam@124: -libdir | --libdir | --libdi | --libd) cannam@124: ac_prev=libdir ;; cannam@124: -libdir=* | --libdir=* | --libdi=* | --libd=*) cannam@124: libdir=$ac_optarg ;; cannam@124: cannam@124: -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ cannam@124: | --libexe | --libex | --libe) cannam@124: ac_prev=libexecdir ;; cannam@124: -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ cannam@124: | --libexe=* | --libex=* | --libe=*) cannam@124: libexecdir=$ac_optarg ;; cannam@124: cannam@124: -localedir | --localedir | --localedi | --localed | --locale) cannam@124: ac_prev=localedir ;; cannam@124: -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) cannam@124: localedir=$ac_optarg ;; cannam@124: cannam@124: -localstatedir | --localstatedir | --localstatedi | --localstated \ cannam@124: | --localstate | --localstat | --localsta | --localst | --locals) cannam@124: ac_prev=localstatedir ;; cannam@124: -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ cannam@124: | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) cannam@124: localstatedir=$ac_optarg ;; cannam@124: cannam@124: -mandir | --mandir | --mandi | --mand | --man | --ma | --m) cannam@124: ac_prev=mandir ;; cannam@124: -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) cannam@124: mandir=$ac_optarg ;; cannam@124: cannam@124: -nfp | --nfp | --nf) cannam@124: # Obsolete; use --without-fp. cannam@124: with_fp=no ;; cannam@124: cannam@124: -no-create | --no-create | --no-creat | --no-crea | --no-cre \ cannam@124: | --no-cr | --no-c | -n) cannam@124: no_create=yes ;; cannam@124: cannam@124: -no-recursion | --no-recursion | --no-recursio | --no-recursi \ cannam@124: | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) cannam@124: no_recursion=yes ;; cannam@124: cannam@124: -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ cannam@124: | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ cannam@124: | --oldin | --oldi | --old | --ol | --o) cannam@124: ac_prev=oldincludedir ;; cannam@124: -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ cannam@124: | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ cannam@124: | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) cannam@124: oldincludedir=$ac_optarg ;; cannam@124: cannam@124: -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) cannam@124: ac_prev=prefix ;; cannam@124: -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) cannam@124: prefix=$ac_optarg ;; cannam@124: cannam@124: -program-prefix | --program-prefix | --program-prefi | --program-pref \ cannam@124: | --program-pre | --program-pr | --program-p) cannam@124: ac_prev=program_prefix ;; cannam@124: -program-prefix=* | --program-prefix=* | --program-prefi=* \ cannam@124: | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) cannam@124: program_prefix=$ac_optarg ;; cannam@124: cannam@124: -program-suffix | --program-suffix | --program-suffi | --program-suff \ cannam@124: | --program-suf | --program-su | --program-s) cannam@124: ac_prev=program_suffix ;; cannam@124: -program-suffix=* | --program-suffix=* | --program-suffi=* \ cannam@124: | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) cannam@124: program_suffix=$ac_optarg ;; cannam@124: cannam@124: -program-transform-name | --program-transform-name \ cannam@124: | --program-transform-nam | --program-transform-na \ cannam@124: | --program-transform-n | --program-transform- \ cannam@124: | --program-transform | --program-transfor \ cannam@124: | --program-transfo | --program-transf \ cannam@124: | --program-trans | --program-tran \ cannam@124: | --progr-tra | --program-tr | --program-t) cannam@124: ac_prev=program_transform_name ;; cannam@124: -program-transform-name=* | --program-transform-name=* \ cannam@124: | --program-transform-nam=* | --program-transform-na=* \ cannam@124: | --program-transform-n=* | --program-transform-=* \ cannam@124: | --program-transform=* | --program-transfor=* \ cannam@124: | --program-transfo=* | --program-transf=* \ cannam@124: | --program-trans=* | --program-tran=* \ cannam@124: | --progr-tra=* | --program-tr=* | --program-t=*) cannam@124: program_transform_name=$ac_optarg ;; cannam@124: cannam@124: -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) cannam@124: ac_prev=pdfdir ;; cannam@124: -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) cannam@124: pdfdir=$ac_optarg ;; cannam@124: cannam@124: -psdir | --psdir | --psdi | --psd | --ps) cannam@124: ac_prev=psdir ;; cannam@124: -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) cannam@124: psdir=$ac_optarg ;; cannam@124: cannam@124: -q | -quiet | --quiet | --quie | --qui | --qu | --q \ cannam@124: | -silent | --silent | --silen | --sile | --sil) cannam@124: silent=yes ;; cannam@124: cannam@124: -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) cannam@124: ac_prev=sbindir ;; cannam@124: -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ cannam@124: | --sbi=* | --sb=*) cannam@124: sbindir=$ac_optarg ;; cannam@124: cannam@124: -sharedstatedir | --sharedstatedir | --sharedstatedi \ cannam@124: | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ cannam@124: | --sharedst | --shareds | --shared | --share | --shar \ cannam@124: | --sha | --sh) cannam@124: ac_prev=sharedstatedir ;; cannam@124: -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ cannam@124: | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ cannam@124: | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ cannam@124: | --sha=* | --sh=*) cannam@124: sharedstatedir=$ac_optarg ;; cannam@124: cannam@124: -site | --site | --sit) cannam@124: ac_prev=site ;; cannam@124: -site=* | --site=* | --sit=*) cannam@124: site=$ac_optarg ;; cannam@124: cannam@124: -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) cannam@124: ac_prev=srcdir ;; cannam@124: -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) cannam@124: srcdir=$ac_optarg ;; cannam@124: cannam@124: -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ cannam@124: | --syscon | --sysco | --sysc | --sys | --sy) cannam@124: ac_prev=sysconfdir ;; cannam@124: -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ cannam@124: | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) cannam@124: sysconfdir=$ac_optarg ;; cannam@124: cannam@124: -target | --target | --targe | --targ | --tar | --ta | --t) cannam@124: ac_prev=target_alias ;; cannam@124: -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) cannam@124: target_alias=$ac_optarg ;; cannam@124: cannam@124: -v | -verbose | --verbose | --verbos | --verbo | --verb) cannam@124: verbose=yes ;; cannam@124: cannam@124: -version | --version | --versio | --versi | --vers | -V) cannam@124: ac_init_version=: ;; cannam@124: cannam@124: -with-* | --with-*) cannam@124: ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` cannam@124: # Reject names that are not valid shell variable names. cannam@124: expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && cannam@124: as_fn_error $? "invalid package name: $ac_useropt" cannam@124: ac_useropt_orig=$ac_useropt cannam@124: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` cannam@124: case $ac_user_opts in cannam@124: *" cannam@124: "with_$ac_useropt" cannam@124: "*) ;; cannam@124: *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" cannam@124: ac_unrecognized_sep=', ';; cannam@124: esac cannam@124: eval with_$ac_useropt=\$ac_optarg ;; cannam@124: cannam@124: -without-* | --without-*) cannam@124: ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` cannam@124: # Reject names that are not valid shell variable names. cannam@124: expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && cannam@124: as_fn_error $? "invalid package name: $ac_useropt" cannam@124: ac_useropt_orig=$ac_useropt cannam@124: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` cannam@124: case $ac_user_opts in cannam@124: *" cannam@124: "with_$ac_useropt" cannam@124: "*) ;; cannam@124: *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" cannam@124: ac_unrecognized_sep=', ';; cannam@124: esac cannam@124: eval with_$ac_useropt=no ;; cannam@124: cannam@124: --x) cannam@124: # Obsolete; use --with-x. cannam@124: with_x=yes ;; cannam@124: cannam@124: -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ cannam@124: | --x-incl | --x-inc | --x-in | --x-i) cannam@124: ac_prev=x_includes ;; cannam@124: -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ cannam@124: | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) cannam@124: x_includes=$ac_optarg ;; cannam@124: cannam@124: -x-libraries | --x-libraries | --x-librarie | --x-librari \ cannam@124: | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) cannam@124: ac_prev=x_libraries ;; cannam@124: -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ cannam@124: | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) cannam@124: x_libraries=$ac_optarg ;; cannam@124: cannam@124: -*) as_fn_error $? "unrecognized option: \`$ac_option' cannam@124: Try \`$0 --help' for more information" cannam@124: ;; cannam@124: cannam@124: *=*) cannam@124: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` cannam@124: # Reject names that are not valid shell variable names. cannam@124: case $ac_envvar in #( cannam@124: '' | [0-9]* | *[!_$as_cr_alnum]* ) cannam@124: as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; cannam@124: esac cannam@124: eval $ac_envvar=\$ac_optarg cannam@124: export $ac_envvar ;; cannam@124: cannam@124: *) cannam@124: # FIXME: should be removed in autoconf 3.0. cannam@124: $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 cannam@124: expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && cannam@124: $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 cannam@124: : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" cannam@124: ;; cannam@124: cannam@124: esac cannam@124: done cannam@124: cannam@124: if test -n "$ac_prev"; then cannam@124: ac_option=--`echo $ac_prev | sed 's/_/-/g'` cannam@124: as_fn_error $? "missing argument to $ac_option" cannam@124: fi cannam@124: cannam@124: if test -n "$ac_unrecognized_opts"; then cannam@124: case $enable_option_checking in cannam@124: no) ;; cannam@124: fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; cannam@124: *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; cannam@124: esac cannam@124: fi cannam@124: cannam@124: # Check all directory arguments for consistency. cannam@124: for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ cannam@124: datadir sysconfdir sharedstatedir localstatedir includedir \ cannam@124: oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ cannam@124: libdir localedir mandir cannam@124: do cannam@124: eval ac_val=\$$ac_var cannam@124: # Remove trailing slashes. cannam@124: case $ac_val in cannam@124: */ ) cannam@124: ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` cannam@124: eval $ac_var=\$ac_val;; cannam@124: esac cannam@124: # Be sure to have absolute directory names. cannam@124: case $ac_val in cannam@124: [\\/$]* | ?:[\\/]* ) continue;; cannam@124: NONE | '' ) case $ac_var in *prefix ) continue;; esac;; cannam@124: esac cannam@124: as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" cannam@124: done cannam@124: cannam@124: # There might be people who depend on the old broken behavior: `$host' cannam@124: # used to hold the argument of --host etc. cannam@124: # FIXME: To remove some day. cannam@124: build=$build_alias cannam@124: host=$host_alias cannam@124: target=$target_alias cannam@124: cannam@124: # FIXME: To remove some day. cannam@124: if test "x$host_alias" != x; then cannam@124: if test "x$build_alias" = x; then cannam@124: cross_compiling=maybe cannam@124: $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. cannam@124: If a cross compiler is detected then cross compile mode will be used" >&2 cannam@124: elif test "x$build_alias" != "x$host_alias"; then cannam@124: cross_compiling=yes cannam@124: fi cannam@124: fi cannam@124: cannam@124: ac_tool_prefix= cannam@124: test -n "$host_alias" && ac_tool_prefix=$host_alias- cannam@124: cannam@124: test "$silent" = yes && exec 6>/dev/null cannam@124: cannam@124: cannam@124: ac_pwd=`pwd` && test -n "$ac_pwd" && cannam@124: ac_ls_di=`ls -di .` && cannam@124: ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || cannam@124: as_fn_error $? "working directory cannot be determined" cannam@124: test "X$ac_ls_di" = "X$ac_pwd_ls_di" || cannam@124: as_fn_error $? "pwd does not report name of working directory" cannam@124: cannam@124: cannam@124: # Find the source files, if location was not specified. cannam@124: if test -z "$srcdir"; then cannam@124: ac_srcdir_defaulted=yes cannam@124: # Try the directory containing this script, then the parent directory. cannam@124: ac_confdir=`$as_dirname -- "$as_myself" || cannam@124: $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ cannam@124: X"$as_myself" : 'X\(//\)[^/]' \| \ cannam@124: X"$as_myself" : 'X\(//\)$' \| \ cannam@124: X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || cannam@124: $as_echo X"$as_myself" | cannam@124: sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ cannam@124: s//\1/ cannam@124: q cannam@124: } cannam@124: /^X\(\/\/\)[^/].*/{ cannam@124: s//\1/ cannam@124: q cannam@124: } cannam@124: /^X\(\/\/\)$/{ cannam@124: s//\1/ cannam@124: q cannam@124: } cannam@124: /^X\(\/\).*/{ cannam@124: s//\1/ cannam@124: q cannam@124: } cannam@124: s/.*/./; q'` cannam@124: srcdir=$ac_confdir cannam@124: if test ! -r "$srcdir/$ac_unique_file"; then cannam@124: srcdir=.. cannam@124: fi cannam@124: else cannam@124: ac_srcdir_defaulted=no cannam@124: fi cannam@124: if test ! -r "$srcdir/$ac_unique_file"; then cannam@124: test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." cannam@124: as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" cannam@124: fi cannam@124: ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" cannam@124: ac_abs_confdir=`( cannam@124: cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" cannam@124: pwd)` cannam@124: # When building in place, set srcdir=. cannam@124: if test "$ac_abs_confdir" = "$ac_pwd"; then cannam@124: srcdir=. cannam@124: fi cannam@124: # Remove unnecessary trailing slashes from srcdir. cannam@124: # Double slashes in file names in object file debugging info cannam@124: # mess up M-x gdb in Emacs. cannam@124: case $srcdir in cannam@124: */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; cannam@124: esac cannam@124: for ac_var in $ac_precious_vars; do cannam@124: eval ac_env_${ac_var}_set=\${${ac_var}+set} cannam@124: eval ac_env_${ac_var}_value=\$${ac_var} cannam@124: eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} cannam@124: eval ac_cv_env_${ac_var}_value=\$${ac_var} cannam@124: done cannam@124: cannam@124: # cannam@124: # Report the --help message. cannam@124: # cannam@124: if test "$ac_init_help" = "long"; then cannam@124: # Omit some internal or obsolete options to make the list less imposing. cannam@124: # This message is too long to be a string in the A/UX 3.1 sh. cannam@124: cat <<_ACEOF cannam@124: \`configure' configures PortAudioCpp 12 to adapt to many kinds of systems. cannam@124: cannam@124: Usage: $0 [OPTION]... [VAR=VALUE]... cannam@124: cannam@124: To assign environment variables (e.g., CC, CFLAGS...), specify them as cannam@124: VAR=VALUE. See below for descriptions of some of the useful variables. cannam@124: cannam@124: Defaults for the options are specified in brackets. cannam@124: cannam@124: Configuration: cannam@124: -h, --help display this help and exit cannam@124: --help=short display options specific to this package cannam@124: --help=recursive display the short help of all the included packages cannam@124: -V, --version display version information and exit cannam@124: -q, --quiet, --silent do not print \`checking ...' messages cannam@124: --cache-file=FILE cache test results in FILE [disabled] cannam@124: -C, --config-cache alias for \`--cache-file=config.cache' cannam@124: -n, --no-create do not create output files cannam@124: --srcdir=DIR find the sources in DIR [configure dir or \`..'] cannam@124: cannam@124: Installation directories: cannam@124: --prefix=PREFIX install architecture-independent files in PREFIX cannam@124: [$ac_default_prefix] cannam@124: --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX cannam@124: [PREFIX] cannam@124: cannam@124: By default, \`make install' will install all the files in cannam@124: \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify cannam@124: an installation prefix other than \`$ac_default_prefix' using \`--prefix', cannam@124: for instance \`--prefix=\$HOME'. cannam@124: cannam@124: For better control, use the options below. cannam@124: cannam@124: Fine tuning of the installation directories: cannam@124: --bindir=DIR user executables [EPREFIX/bin] cannam@124: --sbindir=DIR system admin executables [EPREFIX/sbin] cannam@124: --libexecdir=DIR program executables [EPREFIX/libexec] cannam@124: --sysconfdir=DIR read-only single-machine data [PREFIX/etc] cannam@124: --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] cannam@124: --localstatedir=DIR modifiable single-machine data [PREFIX/var] cannam@124: --libdir=DIR object code libraries [EPREFIX/lib] cannam@124: --includedir=DIR C header files [PREFIX/include] cannam@124: --oldincludedir=DIR C header files for non-gcc [/usr/include] cannam@124: --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] cannam@124: --datadir=DIR read-only architecture-independent data [DATAROOTDIR] cannam@124: --infodir=DIR info documentation [DATAROOTDIR/info] cannam@124: --localedir=DIR locale-dependent data [DATAROOTDIR/locale] cannam@124: --mandir=DIR man documentation [DATAROOTDIR/man] cannam@124: --docdir=DIR documentation root [DATAROOTDIR/doc/portaudiocpp] cannam@124: --htmldir=DIR html documentation [DOCDIR] cannam@124: --dvidir=DIR dvi documentation [DOCDIR] cannam@124: --pdfdir=DIR pdf documentation [DOCDIR] cannam@124: --psdir=DIR ps documentation [DOCDIR] cannam@124: _ACEOF cannam@124: cannam@124: cat <<\_ACEOF cannam@124: cannam@124: Program names: cannam@124: --program-prefix=PREFIX prepend PREFIX to installed program names cannam@124: --program-suffix=SUFFIX append SUFFIX to installed program names cannam@124: --program-transform-name=PROGRAM run sed PROGRAM on installed program names cannam@124: cannam@124: System types: cannam@124: --build=BUILD configure for building on BUILD [guessed] cannam@124: --host=HOST cross-compile to build programs to run on HOST [BUILD] cannam@124: _ACEOF cannam@124: fi cannam@124: cannam@124: if test -n "$ac_init_help"; then cannam@124: case $ac_init_help in cannam@124: short | recursive ) echo "Configuration of PortAudioCpp 12:";; cannam@124: esac cannam@124: cat <<\_ACEOF cannam@124: cannam@124: Optional Features: cannam@124: --disable-option-checking ignore unrecognized --enable/--with options cannam@124: --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) cannam@124: --enable-FEATURE[=ARG] include FEATURE [ARG=yes] cannam@124: --enable-maintainer-mode enable make rules and dependencies not useful cannam@124: (and sometimes confusing) to the casual installer cannam@124: --disable-dependency-tracking speeds up one-time build cannam@124: --enable-dependency-tracking do not reject slow dependency extractors cannam@124: --enable-shared[=PKGS] build shared libraries [default=yes] cannam@124: --enable-static[=PKGS] build static libraries [default=yes] cannam@124: --enable-fast-install[=PKGS] cannam@124: optimize for fast installation [default=yes] cannam@124: --disable-libtool-lock avoid locking (might break parallel builds) cannam@124: cannam@124: Optional Packages: cannam@124: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] cannam@124: --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) cannam@124: --with-pic try to use only PIC/non-PIC objects [default=use cannam@124: both] cannam@124: --with-gnu-ld assume the C compiler uses GNU ld [default=no] cannam@124: --with-sysroot=DIR Search for dependent libraries within DIR cannam@124: (or the compiler's sysroot if not specified). cannam@124: cannam@124: Some influential environment variables: cannam@124: CC C compiler command cannam@124: CFLAGS C compiler flags cannam@124: LDFLAGS linker flags, e.g. -L if you have libraries in a cannam@124: nonstandard directory cannam@124: LIBS libraries to pass to the linker, e.g. -l cannam@124: CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I if cannam@124: you have headers in a nonstandard directory cannam@124: CXX C++ compiler command cannam@124: CXXFLAGS C++ compiler flags cannam@124: CPP C preprocessor cannam@124: CXXCPP C++ preprocessor cannam@124: cannam@124: Use these variables to override the choices made by `configure' or to help cannam@124: it to find libraries and programs with nonstandard names/locations. cannam@124: cannam@124: Report bugs to the package provider. cannam@124: _ACEOF cannam@124: ac_status=$? cannam@124: fi cannam@124: cannam@124: if test "$ac_init_help" = "recursive"; then cannam@124: # If there are subdirs, report their specific --help. cannam@124: for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue cannam@124: test -d "$ac_dir" || cannam@124: { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || cannam@124: continue cannam@124: ac_builddir=. cannam@124: cannam@124: case "$ac_dir" in cannam@124: .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; cannam@124: *) cannam@124: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` cannam@124: # A ".." for each directory in $ac_dir_suffix. cannam@124: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` cannam@124: case $ac_top_builddir_sub in cannam@124: "") ac_top_builddir_sub=. ac_top_build_prefix= ;; cannam@124: *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; cannam@124: esac ;; cannam@124: esac cannam@124: ac_abs_top_builddir=$ac_pwd cannam@124: ac_abs_builddir=$ac_pwd$ac_dir_suffix cannam@124: # for backward compatibility: cannam@124: ac_top_builddir=$ac_top_build_prefix cannam@124: cannam@124: case $srcdir in cannam@124: .) # We are building in place. cannam@124: ac_srcdir=. cannam@124: ac_top_srcdir=$ac_top_builddir_sub cannam@124: ac_abs_top_srcdir=$ac_pwd ;; cannam@124: [\\/]* | ?:[\\/]* ) # Absolute name. cannam@124: ac_srcdir=$srcdir$ac_dir_suffix; cannam@124: ac_top_srcdir=$srcdir cannam@124: ac_abs_top_srcdir=$srcdir ;; cannam@124: *) # Relative name. cannam@124: ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix cannam@124: ac_top_srcdir=$ac_top_build_prefix$srcdir cannam@124: ac_abs_top_srcdir=$ac_pwd/$srcdir ;; cannam@124: esac cannam@124: ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix cannam@124: cannam@124: cd "$ac_dir" || { ac_status=$?; continue; } cannam@124: # Check for guested configure. cannam@124: if test -f "$ac_srcdir/configure.gnu"; then cannam@124: echo && cannam@124: $SHELL "$ac_srcdir/configure.gnu" --help=recursive cannam@124: elif test -f "$ac_srcdir/configure"; then cannam@124: echo && cannam@124: $SHELL "$ac_srcdir/configure" --help=recursive cannam@124: else cannam@124: $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 cannam@124: fi || ac_status=$? cannam@124: cd "$ac_pwd" || { ac_status=$?; break; } cannam@124: done cannam@124: fi cannam@124: cannam@124: test -n "$ac_init_help" && exit $ac_status cannam@124: if $ac_init_version; then cannam@124: cat <<\_ACEOF cannam@124: PortAudioCpp configure 12 cannam@124: generated by GNU Autoconf 2.68 cannam@124: cannam@124: Copyright (C) 2010 Free Software Foundation, Inc. cannam@124: This configure script is free software; the Free Software Foundation cannam@124: gives unlimited permission to copy, distribute and modify it. cannam@124: _ACEOF cannam@124: exit cannam@124: fi cannam@124: cannam@124: ## ------------------------ ## cannam@124: ## Autoconf initialization. ## cannam@124: ## ------------------------ ## cannam@124: cannam@124: # ac_fn_c_try_compile LINENO cannam@124: # -------------------------- cannam@124: # Try to compile conftest.$ac_ext, and return whether this succeeded. cannam@124: ac_fn_c_try_compile () cannam@124: { cannam@124: as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack cannam@124: rm -f conftest.$ac_objext cannam@124: if { { ac_try="$ac_compile" cannam@124: case "(($ac_try" in cannam@124: *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; cannam@124: *) ac_try_echo=$ac_try;; cannam@124: esac cannam@124: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" cannam@124: $as_echo "$ac_try_echo"; } >&5 cannam@124: (eval "$ac_compile") 2>conftest.err cannam@124: ac_status=$? cannam@124: if test -s conftest.err; then cannam@124: grep -v '^ *+' conftest.err >conftest.er1 cannam@124: cat conftest.er1 >&5 cannam@124: mv -f conftest.er1 conftest.err cannam@124: fi cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@124: test $ac_status = 0; } && { cannam@124: test -z "$ac_c_werror_flag" || cannam@124: test ! -s conftest.err cannam@124: } && test -s conftest.$ac_objext; then : cannam@124: ac_retval=0 cannam@124: else cannam@124: $as_echo "$as_me: failed program was:" >&5 cannam@124: sed 's/^/| /' conftest.$ac_ext >&5 cannam@124: cannam@124: ac_retval=1 cannam@124: fi cannam@124: eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno cannam@124: as_fn_set_status $ac_retval cannam@124: cannam@124: } # ac_fn_c_try_compile cannam@124: cannam@124: # ac_fn_cxx_try_compile LINENO cannam@124: # ---------------------------- cannam@124: # Try to compile conftest.$ac_ext, and return whether this succeeded. cannam@124: ac_fn_cxx_try_compile () cannam@124: { cannam@124: as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack cannam@124: rm -f conftest.$ac_objext cannam@124: if { { ac_try="$ac_compile" cannam@124: case "(($ac_try" in cannam@124: *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; cannam@124: *) ac_try_echo=$ac_try;; cannam@124: esac cannam@124: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" cannam@124: $as_echo "$ac_try_echo"; } >&5 cannam@124: (eval "$ac_compile") 2>conftest.err cannam@124: ac_status=$? cannam@124: if test -s conftest.err; then cannam@124: grep -v '^ *+' conftest.err >conftest.er1 cannam@124: cat conftest.er1 >&5 cannam@124: mv -f conftest.er1 conftest.err cannam@124: fi cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@124: test $ac_status = 0; } && { cannam@124: test -z "$ac_cxx_werror_flag" || cannam@124: test ! -s conftest.err cannam@124: } && test -s conftest.$ac_objext; then : cannam@124: ac_retval=0 cannam@124: else cannam@124: $as_echo "$as_me: failed program was:" >&5 cannam@124: sed 's/^/| /' conftest.$ac_ext >&5 cannam@124: cannam@124: ac_retval=1 cannam@124: fi cannam@124: eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno cannam@124: as_fn_set_status $ac_retval cannam@124: cannam@124: } # ac_fn_cxx_try_compile cannam@124: cannam@124: # ac_fn_c_try_link LINENO cannam@124: # ----------------------- cannam@124: # Try to link conftest.$ac_ext, and return whether this succeeded. cannam@124: ac_fn_c_try_link () cannam@124: { cannam@124: as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack cannam@124: rm -f conftest.$ac_objext conftest$ac_exeext cannam@124: if { { ac_try="$ac_link" cannam@124: case "(($ac_try" in cannam@124: *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; cannam@124: *) ac_try_echo=$ac_try;; cannam@124: esac cannam@124: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" cannam@124: $as_echo "$ac_try_echo"; } >&5 cannam@124: (eval "$ac_link") 2>conftest.err cannam@124: ac_status=$? cannam@124: if test -s conftest.err; then cannam@124: grep -v '^ *+' conftest.err >conftest.er1 cannam@124: cat conftest.er1 >&5 cannam@124: mv -f conftest.er1 conftest.err cannam@124: fi cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@124: test $ac_status = 0; } && { cannam@124: test -z "$ac_c_werror_flag" || cannam@124: test ! -s conftest.err cannam@124: } && test -s conftest$ac_exeext && { cannam@124: test "$cross_compiling" = yes || cannam@124: $as_test_x conftest$ac_exeext cannam@124: }; then : cannam@124: ac_retval=0 cannam@124: else cannam@124: $as_echo "$as_me: failed program was:" >&5 cannam@124: sed 's/^/| /' conftest.$ac_ext >&5 cannam@124: cannam@124: ac_retval=1 cannam@124: fi cannam@124: # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information cannam@124: # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would cannam@124: # interfere with the next link command; also delete a directory that is cannam@124: # left behind by Apple's compiler. We do this before executing the actions. cannam@124: rm -rf conftest.dSYM conftest_ipa8_conftest.oo cannam@124: eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno cannam@124: as_fn_set_status $ac_retval cannam@124: cannam@124: } # ac_fn_c_try_link cannam@124: cannam@124: # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES cannam@124: # ------------------------------------------------------- cannam@124: # Tests whether HEADER exists and can be compiled using the include files in cannam@124: # INCLUDES, setting the cache variable VAR accordingly. cannam@124: ac_fn_c_check_header_compile () cannam@124: { cannam@124: as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 cannam@124: $as_echo_n "checking for $2... " >&6; } cannam@124: if eval \${$3+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@124: /* end confdefs.h. */ cannam@124: $4 cannam@124: #include <$2> cannam@124: _ACEOF cannam@124: if ac_fn_c_try_compile "$LINENO"; then : cannam@124: eval "$3=yes" cannam@124: else cannam@124: eval "$3=no" cannam@124: fi cannam@124: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext cannam@124: fi cannam@124: eval ac_res=\$$3 cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 cannam@124: $as_echo "$ac_res" >&6; } cannam@124: eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno cannam@124: cannam@124: } # ac_fn_c_check_header_compile cannam@124: cannam@124: # ac_fn_c_try_cpp LINENO cannam@124: # ---------------------- cannam@124: # Try to preprocess conftest.$ac_ext, and return whether this succeeded. cannam@124: ac_fn_c_try_cpp () cannam@124: { cannam@124: as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack cannam@124: if { { ac_try="$ac_cpp conftest.$ac_ext" cannam@124: case "(($ac_try" in cannam@124: *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; cannam@124: *) ac_try_echo=$ac_try;; cannam@124: esac cannam@124: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" cannam@124: $as_echo "$ac_try_echo"; } >&5 cannam@124: (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err cannam@124: ac_status=$? cannam@124: if test -s conftest.err; then cannam@124: grep -v '^ *+' conftest.err >conftest.er1 cannam@124: cat conftest.er1 >&5 cannam@124: mv -f conftest.er1 conftest.err cannam@124: fi cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@124: test $ac_status = 0; } > conftest.i && { cannam@124: test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || cannam@124: test ! -s conftest.err cannam@124: }; then : cannam@124: ac_retval=0 cannam@124: else cannam@124: $as_echo "$as_me: failed program was:" >&5 cannam@124: sed 's/^/| /' conftest.$ac_ext >&5 cannam@124: cannam@124: ac_retval=1 cannam@124: fi cannam@124: eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno cannam@124: as_fn_set_status $ac_retval cannam@124: cannam@124: } # ac_fn_c_try_cpp cannam@124: cannam@124: # ac_fn_c_try_run LINENO cannam@124: # ---------------------- cannam@124: # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes cannam@124: # that executables *can* be run. cannam@124: ac_fn_c_try_run () cannam@124: { cannam@124: as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack cannam@124: if { { ac_try="$ac_link" cannam@124: case "(($ac_try" in cannam@124: *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; cannam@124: *) ac_try_echo=$ac_try;; cannam@124: esac cannam@124: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" cannam@124: $as_echo "$ac_try_echo"; } >&5 cannam@124: (eval "$ac_link") 2>&5 cannam@124: ac_status=$? cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@124: test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' cannam@124: { { case "(($ac_try" in cannam@124: *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; cannam@124: *) ac_try_echo=$ac_try;; cannam@124: esac cannam@124: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" cannam@124: $as_echo "$ac_try_echo"; } >&5 cannam@124: (eval "$ac_try") 2>&5 cannam@124: ac_status=$? cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@124: test $ac_status = 0; }; }; then : cannam@124: ac_retval=0 cannam@124: else cannam@124: $as_echo "$as_me: program exited with status $ac_status" >&5 cannam@124: $as_echo "$as_me: failed program was:" >&5 cannam@124: sed 's/^/| /' conftest.$ac_ext >&5 cannam@124: cannam@124: ac_retval=$ac_status cannam@124: fi cannam@124: rm -rf conftest.dSYM conftest_ipa8_conftest.oo cannam@124: eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno cannam@124: as_fn_set_status $ac_retval cannam@124: cannam@124: } # ac_fn_c_try_run cannam@124: cannam@124: # ac_fn_c_check_func LINENO FUNC VAR cannam@124: # ---------------------------------- cannam@124: # Tests whether FUNC exists, setting the cache variable VAR accordingly cannam@124: ac_fn_c_check_func () cannam@124: { cannam@124: as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 cannam@124: $as_echo_n "checking for $2... " >&6; } cannam@124: if eval \${$3+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@124: /* end confdefs.h. */ cannam@124: /* Define $2 to an innocuous variant, in case declares $2. cannam@124: For example, HP-UX 11i declares gettimeofday. */ cannam@124: #define $2 innocuous_$2 cannam@124: cannam@124: /* System header to define __stub macros and hopefully few prototypes, cannam@124: which can conflict with char $2 (); below. cannam@124: Prefer to if __STDC__ is defined, since cannam@124: exists even on freestanding compilers. */ cannam@124: cannam@124: #ifdef __STDC__ cannam@124: # include cannam@124: #else cannam@124: # include cannam@124: #endif cannam@124: cannam@124: #undef $2 cannam@124: cannam@124: /* Override any GCC internal prototype to avoid an error. cannam@124: Use char because int might match the return type of a GCC cannam@124: builtin and then its argument prototype would still apply. */ cannam@124: #ifdef __cplusplus cannam@124: extern "C" cannam@124: #endif cannam@124: char $2 (); cannam@124: /* The GNU C library defines this for functions which it implements cannam@124: to always fail with ENOSYS. Some functions are actually named cannam@124: something starting with __ and the normal name is an alias. */ cannam@124: #if defined __stub_$2 || defined __stub___$2 cannam@124: choke me cannam@124: #endif cannam@124: cannam@124: int cannam@124: main () cannam@124: { cannam@124: return $2 (); cannam@124: ; cannam@124: return 0; cannam@124: } cannam@124: _ACEOF cannam@124: if ac_fn_c_try_link "$LINENO"; then : cannam@124: eval "$3=yes" cannam@124: else cannam@124: eval "$3=no" cannam@124: fi cannam@124: rm -f core conftest.err conftest.$ac_objext \ cannam@124: conftest$ac_exeext conftest.$ac_ext cannam@124: fi cannam@124: eval ac_res=\$$3 cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 cannam@124: $as_echo "$ac_res" >&6; } cannam@124: eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno cannam@124: cannam@124: } # ac_fn_c_check_func cannam@124: cannam@124: # ac_fn_cxx_try_cpp LINENO cannam@124: # ------------------------ cannam@124: # Try to preprocess conftest.$ac_ext, and return whether this succeeded. cannam@124: ac_fn_cxx_try_cpp () cannam@124: { cannam@124: as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack cannam@124: if { { ac_try="$ac_cpp conftest.$ac_ext" cannam@124: case "(($ac_try" in cannam@124: *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; cannam@124: *) ac_try_echo=$ac_try;; cannam@124: esac cannam@124: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" cannam@124: $as_echo "$ac_try_echo"; } >&5 cannam@124: (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err cannam@124: ac_status=$? cannam@124: if test -s conftest.err; then cannam@124: grep -v '^ *+' conftest.err >conftest.er1 cannam@124: cat conftest.er1 >&5 cannam@124: mv -f conftest.er1 conftest.err cannam@124: fi cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@124: test $ac_status = 0; } > conftest.i && { cannam@124: test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || cannam@124: test ! -s conftest.err cannam@124: }; then : cannam@124: ac_retval=0 cannam@124: else cannam@124: $as_echo "$as_me: failed program was:" >&5 cannam@124: sed 's/^/| /' conftest.$ac_ext >&5 cannam@124: cannam@124: ac_retval=1 cannam@124: fi cannam@124: eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno cannam@124: as_fn_set_status $ac_retval cannam@124: cannam@124: } # ac_fn_cxx_try_cpp cannam@124: cannam@124: # ac_fn_cxx_try_link LINENO cannam@124: # ------------------------- cannam@124: # Try to link conftest.$ac_ext, and return whether this succeeded. cannam@124: ac_fn_cxx_try_link () cannam@124: { cannam@124: as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack cannam@124: rm -f conftest.$ac_objext conftest$ac_exeext cannam@124: if { { ac_try="$ac_link" cannam@124: case "(($ac_try" in cannam@124: *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; cannam@124: *) ac_try_echo=$ac_try;; cannam@124: esac cannam@124: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" cannam@124: $as_echo "$ac_try_echo"; } >&5 cannam@124: (eval "$ac_link") 2>conftest.err cannam@124: ac_status=$? cannam@124: if test -s conftest.err; then cannam@124: grep -v '^ *+' conftest.err >conftest.er1 cannam@124: cat conftest.er1 >&5 cannam@124: mv -f conftest.er1 conftest.err cannam@124: fi cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@124: test $ac_status = 0; } && { cannam@124: test -z "$ac_cxx_werror_flag" || cannam@124: test ! -s conftest.err cannam@124: } && test -s conftest$ac_exeext && { cannam@124: test "$cross_compiling" = yes || cannam@124: $as_test_x conftest$ac_exeext cannam@124: }; then : cannam@124: ac_retval=0 cannam@124: else cannam@124: $as_echo "$as_me: failed program was:" >&5 cannam@124: sed 's/^/| /' conftest.$ac_ext >&5 cannam@124: cannam@124: ac_retval=1 cannam@124: fi cannam@124: # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information cannam@124: # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would cannam@124: # interfere with the next link command; also delete a directory that is cannam@124: # left behind by Apple's compiler. We do this before executing the actions. cannam@124: rm -rf conftest.dSYM conftest_ipa8_conftest.oo cannam@124: eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno cannam@124: as_fn_set_status $ac_retval cannam@124: cannam@124: } # ac_fn_cxx_try_link cannam@124: cat >config.log <<_ACEOF cannam@124: This file contains any messages produced by compilers while cannam@124: running configure, to aid debugging if configure makes a mistake. cannam@124: cannam@124: It was created by PortAudioCpp $as_me 12, which was cannam@124: generated by GNU Autoconf 2.68. Invocation command line was cannam@124: cannam@124: $ $0 $@ cannam@124: cannam@124: _ACEOF cannam@124: exec 5>>config.log cannam@124: { cannam@124: cat <<_ASUNAME cannam@124: ## --------- ## cannam@124: ## Platform. ## cannam@124: ## --------- ## cannam@124: cannam@124: hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` cannam@124: uname -m = `(uname -m) 2>/dev/null || echo unknown` cannam@124: uname -r = `(uname -r) 2>/dev/null || echo unknown` cannam@124: uname -s = `(uname -s) 2>/dev/null || echo unknown` cannam@124: uname -v = `(uname -v) 2>/dev/null || echo unknown` cannam@124: cannam@124: /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` cannam@124: /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` cannam@124: cannam@124: /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` cannam@124: /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` cannam@124: /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` cannam@124: /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` cannam@124: /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` cannam@124: /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` cannam@124: /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` cannam@124: cannam@124: _ASUNAME cannam@124: cannam@124: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@124: for as_dir in $PATH cannam@124: do cannam@124: IFS=$as_save_IFS cannam@124: test -z "$as_dir" && as_dir=. cannam@124: $as_echo "PATH: $as_dir" cannam@124: done cannam@124: IFS=$as_save_IFS cannam@124: cannam@124: } >&5 cannam@124: cannam@124: cat >&5 <<_ACEOF cannam@124: cannam@124: cannam@124: ## ----------- ## cannam@124: ## Core tests. ## cannam@124: ## ----------- ## cannam@124: cannam@124: _ACEOF cannam@124: cannam@124: cannam@124: # Keep a trace of the command line. cannam@124: # Strip out --no-create and --no-recursion so they do not pile up. cannam@124: # Strip out --silent because we don't want to record it for future runs. cannam@124: # Also quote any args containing shell meta-characters. cannam@124: # Make two passes to allow for proper duplicate-argument suppression. cannam@124: ac_configure_args= cannam@124: ac_configure_args0= cannam@124: ac_configure_args1= cannam@124: ac_must_keep_next=false cannam@124: for ac_pass in 1 2 cannam@124: do cannam@124: for ac_arg cannam@124: do cannam@124: case $ac_arg in cannam@124: -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; cannam@124: -q | -quiet | --quiet | --quie | --qui | --qu | --q \ cannam@124: | -silent | --silent | --silen | --sile | --sil) cannam@124: continue ;; cannam@124: *\'*) cannam@124: ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; cannam@124: esac cannam@124: case $ac_pass in cannam@124: 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; cannam@124: 2) cannam@124: as_fn_append ac_configure_args1 " '$ac_arg'" cannam@124: if test $ac_must_keep_next = true; then cannam@124: ac_must_keep_next=false # Got value, back to normal. cannam@124: else cannam@124: case $ac_arg in cannam@124: *=* | --config-cache | -C | -disable-* | --disable-* \ cannam@124: | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ cannam@124: | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ cannam@124: | -with-* | --with-* | -without-* | --without-* | --x) cannam@124: case "$ac_configure_args0 " in cannam@124: "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; cannam@124: esac cannam@124: ;; cannam@124: -* ) ac_must_keep_next=true ;; cannam@124: esac cannam@124: fi cannam@124: as_fn_append ac_configure_args " '$ac_arg'" cannam@124: ;; cannam@124: esac cannam@124: done cannam@124: done cannam@124: { ac_configure_args0=; unset ac_configure_args0;} cannam@124: { ac_configure_args1=; unset ac_configure_args1;} cannam@124: cannam@124: # When interrupted or exit'd, cleanup temporary files, and complete cannam@124: # config.log. We remove comments because anyway the quotes in there cannam@124: # would cause problems or look ugly. cannam@124: # WARNING: Use '\'' to represent an apostrophe within the trap. cannam@124: # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. cannam@124: trap 'exit_status=$? cannam@124: # Save into config.log some information that might help in debugging. cannam@124: { cannam@124: echo cannam@124: cannam@124: $as_echo "## ---------------- ## cannam@124: ## Cache variables. ## cannam@124: ## ---------------- ##" cannam@124: echo cannam@124: # The following way of writing the cache mishandles newlines in values, cannam@124: ( cannam@124: for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do cannam@124: eval ac_val=\$$ac_var cannam@124: case $ac_val in #( cannam@124: *${as_nl}*) cannam@124: case $ac_var in #( cannam@124: *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 cannam@124: $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; cannam@124: esac cannam@124: case $ac_var in #( cannam@124: _ | IFS | as_nl) ;; #( cannam@124: BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( cannam@124: *) { eval $ac_var=; unset $ac_var;} ;; cannam@124: esac ;; cannam@124: esac cannam@124: done cannam@124: (set) 2>&1 | cannam@124: case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( cannam@124: *${as_nl}ac_space=\ *) cannam@124: sed -n \ cannam@124: "s/'\''/'\''\\\\'\'''\''/g; cannam@124: s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" cannam@124: ;; #( cannam@124: *) cannam@124: sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" cannam@124: ;; cannam@124: esac | cannam@124: sort cannam@124: ) cannam@124: echo cannam@124: cannam@124: $as_echo "## ----------------- ## cannam@124: ## Output variables. ## cannam@124: ## ----------------- ##" cannam@124: echo cannam@124: for ac_var in $ac_subst_vars cannam@124: do cannam@124: eval ac_val=\$$ac_var cannam@124: case $ac_val in cannam@124: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; cannam@124: esac cannam@124: $as_echo "$ac_var='\''$ac_val'\''" cannam@124: done | sort cannam@124: echo cannam@124: cannam@124: if test -n "$ac_subst_files"; then cannam@124: $as_echo "## ------------------- ## cannam@124: ## File substitutions. ## cannam@124: ## ------------------- ##" cannam@124: echo cannam@124: for ac_var in $ac_subst_files cannam@124: do cannam@124: eval ac_val=\$$ac_var cannam@124: case $ac_val in cannam@124: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; cannam@124: esac cannam@124: $as_echo "$ac_var='\''$ac_val'\''" cannam@124: done | sort cannam@124: echo cannam@124: fi cannam@124: cannam@124: if test -s confdefs.h; then cannam@124: $as_echo "## ----------- ## cannam@124: ## confdefs.h. ## cannam@124: ## ----------- ##" cannam@124: echo cannam@124: cat confdefs.h cannam@124: echo cannam@124: fi cannam@124: test "$ac_signal" != 0 && cannam@124: $as_echo "$as_me: caught signal $ac_signal" cannam@124: $as_echo "$as_me: exit $exit_status" cannam@124: } >&5 cannam@124: rm -f core *.core core.conftest.* && cannam@124: rm -f -r conftest* confdefs* conf$$* $ac_clean_files && cannam@124: exit $exit_status cannam@124: ' 0 cannam@124: for ac_signal in 1 2 13 15; do cannam@124: trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal cannam@124: done cannam@124: ac_signal=0 cannam@124: cannam@124: # confdefs.h avoids OS command line length limits that DEFS can exceed. cannam@124: rm -f -r conftest* confdefs.h cannam@124: cannam@124: $as_echo "/* confdefs.h */" > confdefs.h cannam@124: cannam@124: # Predefined preprocessor variables. cannam@124: cannam@124: cat >>confdefs.h <<_ACEOF cannam@124: #define PACKAGE_NAME "$PACKAGE_NAME" cannam@124: _ACEOF cannam@124: cannam@124: cat >>confdefs.h <<_ACEOF cannam@124: #define PACKAGE_TARNAME "$PACKAGE_TARNAME" cannam@124: _ACEOF cannam@124: cannam@124: cat >>confdefs.h <<_ACEOF cannam@124: #define PACKAGE_VERSION "$PACKAGE_VERSION" cannam@124: _ACEOF cannam@124: cannam@124: cat >>confdefs.h <<_ACEOF cannam@124: #define PACKAGE_STRING "$PACKAGE_STRING" cannam@124: _ACEOF cannam@124: cannam@124: cat >>confdefs.h <<_ACEOF cannam@124: #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" cannam@124: _ACEOF cannam@124: cannam@124: cat >>confdefs.h <<_ACEOF cannam@124: #define PACKAGE_URL "$PACKAGE_URL" cannam@124: _ACEOF cannam@124: cannam@124: cannam@124: # Let the site file select an alternate cache file if it wants to. cannam@124: # Prefer an explicitly selected file to automatically selected ones. cannam@124: ac_site_file1=NONE cannam@124: ac_site_file2=NONE cannam@124: if test -n "$CONFIG_SITE"; then cannam@124: # We do not want a PATH search for config.site. cannam@124: case $CONFIG_SITE in #(( cannam@124: -*) ac_site_file1=./$CONFIG_SITE;; cannam@124: */*) ac_site_file1=$CONFIG_SITE;; cannam@124: *) ac_site_file1=./$CONFIG_SITE;; cannam@124: esac cannam@124: elif test "x$prefix" != xNONE; then cannam@124: ac_site_file1=$prefix/share/config.site cannam@124: ac_site_file2=$prefix/etc/config.site cannam@124: else cannam@124: ac_site_file1=$ac_default_prefix/share/config.site cannam@124: ac_site_file2=$ac_default_prefix/etc/config.site cannam@124: fi cannam@124: for ac_site_file in "$ac_site_file1" "$ac_site_file2" cannam@124: do cannam@124: test "x$ac_site_file" = xNONE && continue cannam@124: if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 cannam@124: $as_echo "$as_me: loading site script $ac_site_file" >&6;} cannam@124: sed 's/^/| /' "$ac_site_file" >&5 cannam@124: . "$ac_site_file" \ cannam@124: || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 cannam@124: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} cannam@124: as_fn_error $? "failed to load site script $ac_site_file cannam@124: See \`config.log' for more details" "$LINENO" 5; } cannam@124: fi cannam@124: done cannam@124: cannam@124: if test -r "$cache_file"; then cannam@124: # Some versions of bash will fail to source /dev/null (special files cannam@124: # actually), so we avoid doing that. DJGPP emulates it as a regular file. cannam@124: if test /dev/null != "$cache_file" && test -f "$cache_file"; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 cannam@124: $as_echo "$as_me: loading cache $cache_file" >&6;} cannam@124: case $cache_file in cannam@124: [\\/]* | ?:[\\/]* ) . "$cache_file";; cannam@124: *) . "./$cache_file";; cannam@124: esac cannam@124: fi cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 cannam@124: $as_echo "$as_me: creating cache $cache_file" >&6;} cannam@124: >$cache_file cannam@124: fi cannam@124: cannam@124: # Check that the precious variables saved in the cache have kept the same cannam@124: # value. cannam@124: ac_cache_corrupted=false cannam@124: for ac_var in $ac_precious_vars; do cannam@124: eval ac_old_set=\$ac_cv_env_${ac_var}_set cannam@124: eval ac_new_set=\$ac_env_${ac_var}_set cannam@124: eval ac_old_val=\$ac_cv_env_${ac_var}_value cannam@124: eval ac_new_val=\$ac_env_${ac_var}_value cannam@124: case $ac_old_set,$ac_new_set in cannam@124: set,) cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 cannam@124: $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} cannam@124: ac_cache_corrupted=: ;; cannam@124: ,set) cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 cannam@124: $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} cannam@124: ac_cache_corrupted=: ;; cannam@124: ,);; cannam@124: *) cannam@124: if test "x$ac_old_val" != "x$ac_new_val"; then cannam@124: # differences in whitespace do not lead to failure. cannam@124: ac_old_val_w=`echo x $ac_old_val` cannam@124: ac_new_val_w=`echo x $ac_new_val` cannam@124: if test "$ac_old_val_w" != "$ac_new_val_w"; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 cannam@124: $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} cannam@124: ac_cache_corrupted=: cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 cannam@124: $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} cannam@124: eval $ac_var=\$ac_old_val cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 cannam@124: $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 cannam@124: $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} cannam@124: fi;; cannam@124: esac cannam@124: # Pass precious variables to config.status. cannam@124: if test "$ac_new_set" = set; then cannam@124: case $ac_new_val in cannam@124: *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; cannam@124: *) ac_arg=$ac_var=$ac_new_val ;; cannam@124: esac cannam@124: case " $ac_configure_args " in cannam@124: *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. cannam@124: *) as_fn_append ac_configure_args " '$ac_arg'" ;; cannam@124: esac cannam@124: fi cannam@124: done cannam@124: if $ac_cache_corrupted; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 cannam@124: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 cannam@124: $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} cannam@124: as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 cannam@124: fi cannam@124: ## -------------------- ## cannam@124: ## Main body of script. ## cannam@124: ## -------------------- ## cannam@124: cannam@124: ac_ext=c cannam@124: ac_cpp='$CPP $CPPFLAGS' cannam@124: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' cannam@124: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' cannam@124: ac_compiler_gnu=$ac_cv_c_compiler_gnu cannam@124: cannam@124: cannam@124: cannam@124: am__api_version='1.11' cannam@124: cannam@124: ac_aux_dir= cannam@124: for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do cannam@124: if test -f "$ac_dir/install-sh"; then cannam@124: ac_aux_dir=$ac_dir cannam@124: ac_install_sh="$ac_aux_dir/install-sh -c" cannam@124: break cannam@124: elif test -f "$ac_dir/install.sh"; then cannam@124: ac_aux_dir=$ac_dir cannam@124: ac_install_sh="$ac_aux_dir/install.sh -c" cannam@124: break cannam@124: elif test -f "$ac_dir/shtool"; then cannam@124: ac_aux_dir=$ac_dir cannam@124: ac_install_sh="$ac_aux_dir/shtool install -c" cannam@124: break cannam@124: fi cannam@124: done cannam@124: if test -z "$ac_aux_dir"; then cannam@124: as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 cannam@124: fi cannam@124: cannam@124: # These three variables are undocumented and unsupported, cannam@124: # and are intended to be withdrawn in a future Autoconf release. cannam@124: # They can cause serious problems if a builder's source tree is in a directory cannam@124: # whose full name contains unusual characters. cannam@124: ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. cannam@124: ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. cannam@124: ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. cannam@124: cannam@124: cannam@124: # Find a good install program. We prefer a C program (faster), cannam@124: # so one script is as good as another. But avoid the broken or cannam@124: # incompatible versions: cannam@124: # SysV /etc/install, /usr/sbin/install cannam@124: # SunOS /usr/etc/install cannam@124: # IRIX /sbin/install cannam@124: # AIX /bin/install cannam@124: # AmigaOS /C/install, which installs bootblocks on floppy discs cannam@124: # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag cannam@124: # AFS /usr/afsws/bin/install, which mishandles nonexistent args cannam@124: # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" cannam@124: # OS/2's system install, which has a completely different semantic cannam@124: # ./install, which can be erroneously created by make from ./install.sh. cannam@124: # Reject install programs that cannot install multiple files. cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 cannam@124: $as_echo_n "checking for a BSD-compatible install... " >&6; } cannam@124: if test -z "$INSTALL"; then cannam@124: if ${ac_cv_path_install+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@124: for as_dir in $PATH cannam@124: do cannam@124: IFS=$as_save_IFS cannam@124: test -z "$as_dir" && as_dir=. cannam@124: # Account for people who put trailing slashes in PATH elements. cannam@124: case $as_dir/ in #(( cannam@124: ./ | .// | /[cC]/* | \ cannam@124: /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ cannam@124: ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ cannam@124: /usr/ucb/* ) ;; cannam@124: *) cannam@124: # OSF1 and SCO ODT 3.0 have their own names for install. cannam@124: # Don't use installbsd from OSF since it installs stuff as root cannam@124: # by default. cannam@124: for ac_prog in ginstall scoinst install; do cannam@124: for ac_exec_ext in '' $ac_executable_extensions; do cannam@124: if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then cannam@124: if test $ac_prog = install && cannam@124: grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then cannam@124: # AIX install. It has an incompatible calling convention. cannam@124: : cannam@124: elif test $ac_prog = install && cannam@124: grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then cannam@124: # program-specific install script used by HP pwplus--don't use. cannam@124: : cannam@124: else cannam@124: rm -rf conftest.one conftest.two conftest.dir cannam@124: echo one > conftest.one cannam@124: echo two > conftest.two cannam@124: mkdir conftest.dir cannam@124: if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && cannam@124: test -s conftest.one && test -s conftest.two && cannam@124: test -s conftest.dir/conftest.one && cannam@124: test -s conftest.dir/conftest.two cannam@124: then cannam@124: ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" cannam@124: break 3 cannam@124: fi cannam@124: fi cannam@124: fi cannam@124: done cannam@124: done cannam@124: ;; cannam@124: esac cannam@124: cannam@124: done cannam@124: IFS=$as_save_IFS cannam@124: cannam@124: rm -rf conftest.one conftest.two conftest.dir cannam@124: cannam@124: fi cannam@124: if test "${ac_cv_path_install+set}" = set; then cannam@124: INSTALL=$ac_cv_path_install cannam@124: else cannam@124: # As a last resort, use the slow shell script. Don't cache a cannam@124: # value for INSTALL within a source directory, because that will cannam@124: # break other packages using the cache if that directory is cannam@124: # removed, or if the value is a relative name. cannam@124: INSTALL=$ac_install_sh cannam@124: fi cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 cannam@124: $as_echo "$INSTALL" >&6; } cannam@124: cannam@124: # Use test -z because SunOS4 sh mishandles braces in ${var-val}. cannam@124: # It thinks the first close brace ends the variable substitution. cannam@124: test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' cannam@124: cannam@124: test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' cannam@124: cannam@124: test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' cannam@124: cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 cannam@124: $as_echo_n "checking whether build environment is sane... " >&6; } cannam@124: # Just in case cannam@124: sleep 1 cannam@124: echo timestamp > conftest.file cannam@124: # Reject unsafe characters in $srcdir or the absolute working directory cannam@124: # name. Accept space and tab only in the latter. cannam@124: am_lf=' cannam@124: ' cannam@124: case `pwd` in cannam@124: *[\\\"\#\$\&\'\`$am_lf]*) cannam@124: as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; cannam@124: esac cannam@124: case $srcdir in cannam@124: *[\\\"\#\$\&\'\`$am_lf\ \ ]*) cannam@124: as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; cannam@124: esac cannam@124: cannam@124: # Do `set' in a subshell so we don't clobber the current shell's cannam@124: # arguments. Must try -L first in case configure is actually a cannam@124: # symlink; some systems play weird games with the mod time of symlinks cannam@124: # (eg FreeBSD returns the mod time of the symlink's containing cannam@124: # directory). cannam@124: if ( cannam@124: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` cannam@124: if test "$*" = "X"; then cannam@124: # -L didn't work. cannam@124: set X `ls -t "$srcdir/configure" conftest.file` cannam@124: fi cannam@124: rm -f conftest.file cannam@124: if test "$*" != "X $srcdir/configure conftest.file" \ cannam@124: && test "$*" != "X conftest.file $srcdir/configure"; then cannam@124: cannam@124: # If neither matched, then we have a broken ls. This can happen cannam@124: # if, for instance, CONFIG_SHELL is bash and it inherits a cannam@124: # broken ls alias from the environment. This has actually cannam@124: # happened. Such a system could not be considered "sane". cannam@124: as_fn_error $? "ls -t appears to fail. Make sure there is not a broken cannam@124: alias in your environment" "$LINENO" 5 cannam@124: fi cannam@124: cannam@124: test "$2" = conftest.file cannam@124: ) cannam@124: then cannam@124: # Ok. cannam@124: : cannam@124: else cannam@124: as_fn_error $? "newly created file is older than distributed files! cannam@124: Check your system clock" "$LINENO" 5 cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 cannam@124: $as_echo "yes" >&6; } cannam@124: test "$program_prefix" != NONE && cannam@124: program_transform_name="s&^&$program_prefix&;$program_transform_name" cannam@124: # Use a double $ so make ignores it. cannam@124: test "$program_suffix" != NONE && cannam@124: program_transform_name="s&\$&$program_suffix&;$program_transform_name" cannam@124: # Double any \ or $. cannam@124: # By default was `s,x,x', remove it if useless. cannam@124: ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' cannam@124: program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` cannam@124: cannam@124: # expand $ac_aux_dir to an absolute path cannam@124: am_aux_dir=`cd $ac_aux_dir && pwd` cannam@124: cannam@124: if test x"${MISSING+set}" != xset; then cannam@124: case $am_aux_dir in cannam@124: *\ * | *\ *) cannam@124: MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; cannam@124: *) cannam@124: MISSING="\${SHELL} $am_aux_dir/missing" ;; cannam@124: esac cannam@124: fi cannam@124: # Use eval to expand $SHELL cannam@124: if eval "$MISSING --run true"; then cannam@124: am_missing_run="$MISSING --run " cannam@124: else cannam@124: am_missing_run= cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 cannam@124: $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} cannam@124: fi cannam@124: cannam@124: if test x"${install_sh}" != xset; then cannam@124: case $am_aux_dir in cannam@124: *\ * | *\ *) cannam@124: install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; cannam@124: *) cannam@124: install_sh="\${SHELL} $am_aux_dir/install-sh" cannam@124: esac cannam@124: fi cannam@124: cannam@124: # Installed binaries are usually stripped using `strip' when the user cannam@124: # run `make install-strip'. However `strip' might not be the right cannam@124: # tool to use in cross-compilation environments, therefore Automake cannam@124: # will honor the `STRIP' environment variable to overrule this program. cannam@124: if test "$cross_compiling" != no; then cannam@124: if test -n "$ac_tool_prefix"; then cannam@124: # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. cannam@124: set dummy ${ac_tool_prefix}strip; ac_word=$2 cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@124: $as_echo_n "checking for $ac_word... " >&6; } cannam@124: if ${ac_cv_prog_STRIP+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: if test -n "$STRIP"; then cannam@124: ac_cv_prog_STRIP="$STRIP" # Let the user override the test. cannam@124: else cannam@124: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@124: for as_dir in $PATH cannam@124: do cannam@124: IFS=$as_save_IFS cannam@124: test -z "$as_dir" && as_dir=. cannam@124: for ac_exec_ext in '' $ac_executable_extensions; do cannam@124: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@124: ac_cv_prog_STRIP="${ac_tool_prefix}strip" cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@124: break 2 cannam@124: fi cannam@124: done cannam@124: done cannam@124: IFS=$as_save_IFS cannam@124: cannam@124: fi cannam@124: fi cannam@124: STRIP=$ac_cv_prog_STRIP cannam@124: if test -n "$STRIP"; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 cannam@124: $as_echo "$STRIP" >&6; } cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@124: $as_echo "no" >&6; } cannam@124: fi cannam@124: cannam@124: cannam@124: fi cannam@124: if test -z "$ac_cv_prog_STRIP"; then cannam@124: ac_ct_STRIP=$STRIP cannam@124: # Extract the first word of "strip", so it can be a program name with args. cannam@124: set dummy strip; ac_word=$2 cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@124: $as_echo_n "checking for $ac_word... " >&6; } cannam@124: if ${ac_cv_prog_ac_ct_STRIP+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: if test -n "$ac_ct_STRIP"; then cannam@124: ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. cannam@124: else cannam@124: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@124: for as_dir in $PATH cannam@124: do cannam@124: IFS=$as_save_IFS cannam@124: test -z "$as_dir" && as_dir=. cannam@124: for ac_exec_ext in '' $ac_executable_extensions; do cannam@124: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@124: ac_cv_prog_ac_ct_STRIP="strip" cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@124: break 2 cannam@124: fi cannam@124: done cannam@124: done cannam@124: IFS=$as_save_IFS cannam@124: cannam@124: fi cannam@124: fi cannam@124: ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP cannam@124: if test -n "$ac_ct_STRIP"; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 cannam@124: $as_echo "$ac_ct_STRIP" >&6; } cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@124: $as_echo "no" >&6; } cannam@124: fi cannam@124: cannam@124: if test "x$ac_ct_STRIP" = x; then cannam@124: STRIP=":" cannam@124: else cannam@124: case $cross_compiling:$ac_tool_warned in cannam@124: yes:) cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 cannam@124: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} cannam@124: ac_tool_warned=yes ;; cannam@124: esac cannam@124: STRIP=$ac_ct_STRIP cannam@124: fi cannam@124: else cannam@124: STRIP="$ac_cv_prog_STRIP" cannam@124: fi cannam@124: cannam@124: fi cannam@124: INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" cannam@124: cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 cannam@124: $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } cannam@124: if test -z "$MKDIR_P"; then cannam@124: if ${ac_cv_path_mkdir+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@124: for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin cannam@124: do cannam@124: IFS=$as_save_IFS cannam@124: test -z "$as_dir" && as_dir=. cannam@124: for ac_prog in mkdir gmkdir; do cannam@124: for ac_exec_ext in '' $ac_executable_extensions; do cannam@124: { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue cannam@124: case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( cannam@124: 'mkdir (GNU coreutils) '* | \ cannam@124: 'mkdir (coreutils) '* | \ cannam@124: 'mkdir (fileutils) '4.1*) cannam@124: ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext cannam@124: break 3;; cannam@124: esac cannam@124: done cannam@124: done cannam@124: done cannam@124: IFS=$as_save_IFS cannam@124: cannam@124: fi cannam@124: cannam@124: test -d ./--version && rmdir ./--version cannam@124: if test "${ac_cv_path_mkdir+set}" = set; then cannam@124: MKDIR_P="$ac_cv_path_mkdir -p" cannam@124: else cannam@124: # As a last resort, use the slow shell script. Don't cache a cannam@124: # value for MKDIR_P within a source directory, because that will cannam@124: # break other packages using the cache if that directory is cannam@124: # removed, or if the value is a relative name. cannam@124: MKDIR_P="$ac_install_sh -d" cannam@124: fi cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 cannam@124: $as_echo "$MKDIR_P" >&6; } cannam@124: cannam@124: mkdir_p="$MKDIR_P" cannam@124: case $mkdir_p in cannam@124: [\\/$]* | ?:[\\/]*) ;; cannam@124: */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; cannam@124: esac cannam@124: cannam@124: for ac_prog in gawk mawk nawk awk cannam@124: do cannam@124: # Extract the first word of "$ac_prog", so it can be a program name with args. cannam@124: set dummy $ac_prog; ac_word=$2 cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@124: $as_echo_n "checking for $ac_word... " >&6; } cannam@124: if ${ac_cv_prog_AWK+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: if test -n "$AWK"; then cannam@124: ac_cv_prog_AWK="$AWK" # Let the user override the test. cannam@124: else cannam@124: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@124: for as_dir in $PATH cannam@124: do cannam@124: IFS=$as_save_IFS cannam@124: test -z "$as_dir" && as_dir=. cannam@124: for ac_exec_ext in '' $ac_executable_extensions; do cannam@124: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@124: ac_cv_prog_AWK="$ac_prog" cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@124: break 2 cannam@124: fi cannam@124: done cannam@124: done cannam@124: IFS=$as_save_IFS cannam@124: cannam@124: fi cannam@124: fi cannam@124: AWK=$ac_cv_prog_AWK cannam@124: if test -n "$AWK"; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 cannam@124: $as_echo "$AWK" >&6; } cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@124: $as_echo "no" >&6; } cannam@124: fi cannam@124: cannam@124: cannam@124: test -n "$AWK" && break cannam@124: done cannam@124: cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 cannam@124: $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } cannam@124: set x ${MAKE-make} cannam@124: ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` cannam@124: if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: cat >conftest.make <<\_ACEOF cannam@124: SHELL = /bin/sh cannam@124: all: cannam@124: @echo '@@@%%%=$(MAKE)=@@@%%%' cannam@124: _ACEOF cannam@124: # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. cannam@124: case `${MAKE-make} -f conftest.make 2>/dev/null` in cannam@124: *@@@%%%=?*=@@@%%%*) cannam@124: eval ac_cv_prog_make_${ac_make}_set=yes;; cannam@124: *) cannam@124: eval ac_cv_prog_make_${ac_make}_set=no;; cannam@124: esac cannam@124: rm -f conftest.make cannam@124: fi cannam@124: if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 cannam@124: $as_echo "yes" >&6; } cannam@124: SET_MAKE= cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@124: $as_echo "no" >&6; } cannam@124: SET_MAKE="MAKE=${MAKE-make}" cannam@124: fi cannam@124: cannam@124: rm -rf .tst 2>/dev/null cannam@124: mkdir .tst 2>/dev/null cannam@124: if test -d .tst; then cannam@124: am__leading_dot=. cannam@124: else cannam@124: am__leading_dot=_ cannam@124: fi cannam@124: rmdir .tst 2>/dev/null cannam@124: cannam@124: if test "`cd $srcdir && pwd`" != "`pwd`"; then cannam@124: # Use -I$(srcdir) only when $(srcdir) != ., so that make's output cannam@124: # is not polluted with repeated "-I." cannam@124: am__isrc=' -I$(srcdir)' cannam@124: # test to see if srcdir already configured cannam@124: if test -f $srcdir/config.status; then cannam@124: as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 cannam@124: fi cannam@124: fi cannam@124: cannam@124: # test whether we have cygpath cannam@124: if test -z "$CYGPATH_W"; then cannam@124: if (cygpath --version) >/dev/null 2>/dev/null; then cannam@124: CYGPATH_W='cygpath -w' cannam@124: else cannam@124: CYGPATH_W=echo cannam@124: fi cannam@124: fi cannam@124: cannam@124: cannam@124: # Define the identity of the package. cannam@124: PACKAGE='portaudiocpp' cannam@124: VERSION='12' cannam@124: cannam@124: cannam@124: cat >>confdefs.h <<_ACEOF cannam@124: #define PACKAGE "$PACKAGE" cannam@124: _ACEOF cannam@124: cannam@124: cannam@124: cat >>confdefs.h <<_ACEOF cannam@124: #define VERSION "$VERSION" cannam@124: _ACEOF cannam@124: cannam@124: # Some tools Automake needs. cannam@124: cannam@124: ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} cannam@124: cannam@124: cannam@124: AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} cannam@124: cannam@124: cannam@124: AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} cannam@124: cannam@124: cannam@124: AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} cannam@124: cannam@124: cannam@124: MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} cannam@124: cannam@124: # We need awk for the "check" target. The system "awk" is bad on cannam@124: # some platforms. cannam@124: # Always define AMTAR for backward compatibility. cannam@124: cannam@124: AMTAR=${AMTAR-"${am_missing_run}tar"} cannam@124: cannam@124: am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 cannam@124: $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } cannam@124: # Check whether --enable-maintainer-mode was given. cannam@124: if test "${enable_maintainer_mode+set}" = set; then : cannam@124: enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval cannam@124: else cannam@124: USE_MAINTAINER_MODE=no cannam@124: fi cannam@124: cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5 cannam@124: $as_echo "$USE_MAINTAINER_MODE" >&6; } cannam@124: if test $USE_MAINTAINER_MODE = yes; then cannam@124: MAINTAINER_MODE_TRUE= cannam@124: MAINTAINER_MODE_FALSE='#' cannam@124: else cannam@124: MAINTAINER_MODE_TRUE='#' cannam@124: MAINTAINER_MODE_FALSE= cannam@124: fi cannam@124: cannam@124: MAINT=$MAINTAINER_MODE_TRUE cannam@124: cannam@124: cannam@124: cannam@124: ###### Top-level directory of pacpp cannam@124: ###### This makes it easy to shuffle the build directories cannam@124: ###### Also edit AC_CONFIG_SRCDIR above (wouldn't accept this variable)! cannam@124: PACPP_ROOT="\$(top_srcdir)" cannam@124: PORTAUDIO_ROOT="../.." cannam@124: cannam@124: # Various other variables and flags cannam@124: DEFAULT_INCLUDES="-I$PACPP_ROOT/include -I$PACPP_ROOT/$PORTAUDIO_ROOT/include" cannam@124: CFLAGS=${CFLAGS-"-g -O2 -Wall -ansi -pedantic"} cannam@124: CXXFLAGS=${CXXFLAGS-"${CFLAGS}"} cannam@124: cannam@124: LT_VERSION_INFO="0:12:0" cannam@124: cannam@124: # Checks for programs cannam@124: cannam@124: ac_ext=c cannam@124: ac_cpp='$CPP $CPPFLAGS' cannam@124: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' cannam@124: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' cannam@124: ac_compiler_gnu=$ac_cv_c_compiler_gnu cannam@124: if test -n "$ac_tool_prefix"; then cannam@124: # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. cannam@124: set dummy ${ac_tool_prefix}gcc; ac_word=$2 cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@124: $as_echo_n "checking for $ac_word... " >&6; } cannam@124: if ${ac_cv_prog_CC+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: if test -n "$CC"; then cannam@124: ac_cv_prog_CC="$CC" # Let the user override the test. cannam@124: else cannam@124: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@124: for as_dir in $PATH cannam@124: do cannam@124: IFS=$as_save_IFS cannam@124: test -z "$as_dir" && as_dir=. cannam@124: for ac_exec_ext in '' $ac_executable_extensions; do cannam@124: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@124: ac_cv_prog_CC="${ac_tool_prefix}gcc" cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@124: break 2 cannam@124: fi cannam@124: done cannam@124: done cannam@124: IFS=$as_save_IFS cannam@124: cannam@124: fi cannam@124: fi cannam@124: CC=$ac_cv_prog_CC cannam@124: if test -n "$CC"; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 cannam@124: $as_echo "$CC" >&6; } cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@124: $as_echo "no" >&6; } cannam@124: fi cannam@124: cannam@124: cannam@124: fi cannam@124: if test -z "$ac_cv_prog_CC"; then cannam@124: ac_ct_CC=$CC cannam@124: # Extract the first word of "gcc", so it can be a program name with args. cannam@124: set dummy gcc; ac_word=$2 cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@124: $as_echo_n "checking for $ac_word... " >&6; } cannam@124: if ${ac_cv_prog_ac_ct_CC+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: if test -n "$ac_ct_CC"; then cannam@124: ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. cannam@124: else cannam@124: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@124: for as_dir in $PATH cannam@124: do cannam@124: IFS=$as_save_IFS cannam@124: test -z "$as_dir" && as_dir=. cannam@124: for ac_exec_ext in '' $ac_executable_extensions; do cannam@124: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@124: ac_cv_prog_ac_ct_CC="gcc" cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@124: break 2 cannam@124: fi cannam@124: done cannam@124: done cannam@124: IFS=$as_save_IFS cannam@124: cannam@124: fi cannam@124: fi cannam@124: ac_ct_CC=$ac_cv_prog_ac_ct_CC cannam@124: if test -n "$ac_ct_CC"; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 cannam@124: $as_echo "$ac_ct_CC" >&6; } cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@124: $as_echo "no" >&6; } cannam@124: fi cannam@124: cannam@124: if test "x$ac_ct_CC" = x; then cannam@124: CC="" cannam@124: else cannam@124: case $cross_compiling:$ac_tool_warned in cannam@124: yes:) cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 cannam@124: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} cannam@124: ac_tool_warned=yes ;; cannam@124: esac cannam@124: CC=$ac_ct_CC cannam@124: fi cannam@124: else cannam@124: CC="$ac_cv_prog_CC" cannam@124: fi cannam@124: cannam@124: if test -z "$CC"; then cannam@124: if test -n "$ac_tool_prefix"; then cannam@124: # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. cannam@124: set dummy ${ac_tool_prefix}cc; ac_word=$2 cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@124: $as_echo_n "checking for $ac_word... " >&6; } cannam@124: if ${ac_cv_prog_CC+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: if test -n "$CC"; then cannam@124: ac_cv_prog_CC="$CC" # Let the user override the test. cannam@124: else cannam@124: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@124: for as_dir in $PATH cannam@124: do cannam@124: IFS=$as_save_IFS cannam@124: test -z "$as_dir" && as_dir=. cannam@124: for ac_exec_ext in '' $ac_executable_extensions; do cannam@124: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@124: ac_cv_prog_CC="${ac_tool_prefix}cc" cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@124: break 2 cannam@124: fi cannam@124: done cannam@124: done cannam@124: IFS=$as_save_IFS cannam@124: cannam@124: fi cannam@124: fi cannam@124: CC=$ac_cv_prog_CC cannam@124: if test -n "$CC"; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 cannam@124: $as_echo "$CC" >&6; } cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@124: $as_echo "no" >&6; } cannam@124: fi cannam@124: cannam@124: cannam@124: fi cannam@124: fi cannam@124: if test -z "$CC"; then cannam@124: # Extract the first word of "cc", so it can be a program name with args. cannam@124: set dummy cc; ac_word=$2 cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@124: $as_echo_n "checking for $ac_word... " >&6; } cannam@124: if ${ac_cv_prog_CC+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: if test -n "$CC"; then cannam@124: ac_cv_prog_CC="$CC" # Let the user override the test. cannam@124: else cannam@124: ac_prog_rejected=no cannam@124: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@124: for as_dir in $PATH cannam@124: do cannam@124: IFS=$as_save_IFS cannam@124: test -z "$as_dir" && as_dir=. cannam@124: for ac_exec_ext in '' $ac_executable_extensions; do cannam@124: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@124: if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then cannam@124: ac_prog_rejected=yes cannam@124: continue cannam@124: fi cannam@124: ac_cv_prog_CC="cc" cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@124: break 2 cannam@124: fi cannam@124: done cannam@124: done cannam@124: IFS=$as_save_IFS cannam@124: cannam@124: if test $ac_prog_rejected = yes; then cannam@124: # We found a bogon in the path, so make sure we never use it. cannam@124: set dummy $ac_cv_prog_CC cannam@124: shift cannam@124: if test $# != 0; then cannam@124: # We chose a different compiler from the bogus one. cannam@124: # However, it has the same basename, so the bogon will be chosen cannam@124: # first if we set CC to just the basename; use the full file name. cannam@124: shift cannam@124: ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" cannam@124: fi cannam@124: fi cannam@124: fi cannam@124: fi cannam@124: CC=$ac_cv_prog_CC cannam@124: if test -n "$CC"; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 cannam@124: $as_echo "$CC" >&6; } cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@124: $as_echo "no" >&6; } cannam@124: fi cannam@124: cannam@124: cannam@124: fi cannam@124: if test -z "$CC"; then cannam@124: if test -n "$ac_tool_prefix"; then cannam@124: for ac_prog in cl.exe cannam@124: do cannam@124: # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. cannam@124: set dummy $ac_tool_prefix$ac_prog; ac_word=$2 cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@124: $as_echo_n "checking for $ac_word... " >&6; } cannam@124: if ${ac_cv_prog_CC+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: if test -n "$CC"; then cannam@124: ac_cv_prog_CC="$CC" # Let the user override the test. cannam@124: else cannam@124: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@124: for as_dir in $PATH cannam@124: do cannam@124: IFS=$as_save_IFS cannam@124: test -z "$as_dir" && as_dir=. cannam@124: for ac_exec_ext in '' $ac_executable_extensions; do cannam@124: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@124: ac_cv_prog_CC="$ac_tool_prefix$ac_prog" cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@124: break 2 cannam@124: fi cannam@124: done cannam@124: done cannam@124: IFS=$as_save_IFS cannam@124: cannam@124: fi cannam@124: fi cannam@124: CC=$ac_cv_prog_CC cannam@124: if test -n "$CC"; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 cannam@124: $as_echo "$CC" >&6; } cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@124: $as_echo "no" >&6; } cannam@124: fi cannam@124: cannam@124: cannam@124: test -n "$CC" && break cannam@124: done cannam@124: fi cannam@124: if test -z "$CC"; then cannam@124: ac_ct_CC=$CC cannam@124: for ac_prog in cl.exe cannam@124: do cannam@124: # Extract the first word of "$ac_prog", so it can be a program name with args. cannam@124: set dummy $ac_prog; ac_word=$2 cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@124: $as_echo_n "checking for $ac_word... " >&6; } cannam@124: if ${ac_cv_prog_ac_ct_CC+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: if test -n "$ac_ct_CC"; then cannam@124: ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. cannam@124: else cannam@124: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@124: for as_dir in $PATH cannam@124: do cannam@124: IFS=$as_save_IFS cannam@124: test -z "$as_dir" && as_dir=. cannam@124: for ac_exec_ext in '' $ac_executable_extensions; do cannam@124: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@124: ac_cv_prog_ac_ct_CC="$ac_prog" cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@124: break 2 cannam@124: fi cannam@124: done cannam@124: done cannam@124: IFS=$as_save_IFS cannam@124: cannam@124: fi cannam@124: fi cannam@124: ac_ct_CC=$ac_cv_prog_ac_ct_CC cannam@124: if test -n "$ac_ct_CC"; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 cannam@124: $as_echo "$ac_ct_CC" >&6; } cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@124: $as_echo "no" >&6; } cannam@124: fi cannam@124: cannam@124: cannam@124: test -n "$ac_ct_CC" && break cannam@124: done cannam@124: cannam@124: if test "x$ac_ct_CC" = x; then cannam@124: CC="" cannam@124: else cannam@124: case $cross_compiling:$ac_tool_warned in cannam@124: yes:) cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 cannam@124: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} cannam@124: ac_tool_warned=yes ;; cannam@124: esac cannam@124: CC=$ac_ct_CC cannam@124: fi cannam@124: fi cannam@124: cannam@124: fi cannam@124: cannam@124: cannam@124: test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 cannam@124: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} cannam@124: as_fn_error $? "no acceptable C compiler found in \$PATH cannam@124: See \`config.log' for more details" "$LINENO" 5; } cannam@124: cannam@124: # Provide some information about the compiler. cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 cannam@124: set X $ac_compile cannam@124: ac_compiler=$2 cannam@124: for ac_option in --version -v -V -qversion; do cannam@124: { { ac_try="$ac_compiler $ac_option >&5" cannam@124: case "(($ac_try" in cannam@124: *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; cannam@124: *) ac_try_echo=$ac_try;; cannam@124: esac cannam@124: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" cannam@124: $as_echo "$ac_try_echo"; } >&5 cannam@124: (eval "$ac_compiler $ac_option >&5") 2>conftest.err cannam@124: ac_status=$? cannam@124: if test -s conftest.err; then cannam@124: sed '10a\ cannam@124: ... rest of stderr output deleted ... cannam@124: 10q' conftest.err >conftest.er1 cannam@124: cat conftest.er1 >&5 cannam@124: fi cannam@124: rm -f conftest.er1 conftest.err cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@124: test $ac_status = 0; } cannam@124: done cannam@124: cannam@124: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@124: /* end confdefs.h. */ cannam@124: cannam@124: int cannam@124: main () cannam@124: { cannam@124: cannam@124: ; cannam@124: return 0; cannam@124: } cannam@124: _ACEOF cannam@124: ac_clean_files_save=$ac_clean_files cannam@124: ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" cannam@124: # Try to create an executable without -o first, disregard a.out. cannam@124: # It will help us diagnose broken compilers, and finding out an intuition cannam@124: # of exeext. cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 cannam@124: $as_echo_n "checking whether the C compiler works... " >&6; } cannam@124: ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` cannam@124: cannam@124: # The possible output files: cannam@124: ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" cannam@124: cannam@124: ac_rmfiles= cannam@124: for ac_file in $ac_files cannam@124: do cannam@124: case $ac_file in cannam@124: *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; cannam@124: * ) ac_rmfiles="$ac_rmfiles $ac_file";; cannam@124: esac cannam@124: done cannam@124: rm -f $ac_rmfiles cannam@124: cannam@124: if { { ac_try="$ac_link_default" cannam@124: case "(($ac_try" in cannam@124: *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; cannam@124: *) ac_try_echo=$ac_try;; cannam@124: esac cannam@124: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" cannam@124: $as_echo "$ac_try_echo"; } >&5 cannam@124: (eval "$ac_link_default") 2>&5 cannam@124: ac_status=$? cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@124: test $ac_status = 0; }; then : cannam@124: # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. cannam@124: # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' cannam@124: # in a Makefile. We should not override ac_cv_exeext if it was cached, cannam@124: # so that the user can short-circuit this test for compilers unknown to cannam@124: # Autoconf. cannam@124: for ac_file in $ac_files '' cannam@124: do cannam@124: test -f "$ac_file" || continue cannam@124: case $ac_file in cannam@124: *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) cannam@124: ;; cannam@124: [ab].out ) cannam@124: # We found the default executable, but exeext='' is most cannam@124: # certainly right. cannam@124: break;; cannam@124: *.* ) cannam@124: if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; cannam@124: then :; else cannam@124: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` cannam@124: fi cannam@124: # We set ac_cv_exeext here because the later test for it is not cannam@124: # safe: cross compilers may not add the suffix if given an `-o' cannam@124: # argument, so we may need to know it at that point already. cannam@124: # Even if this section looks crufty: it has the advantage of cannam@124: # actually working. cannam@124: break;; cannam@124: * ) cannam@124: break;; cannam@124: esac cannam@124: done cannam@124: test "$ac_cv_exeext" = no && ac_cv_exeext= cannam@124: cannam@124: else cannam@124: ac_file='' cannam@124: fi cannam@124: if test -z "$ac_file"; then : cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@124: $as_echo "no" >&6; } cannam@124: $as_echo "$as_me: failed program was:" >&5 cannam@124: sed 's/^/| /' conftest.$ac_ext >&5 cannam@124: cannam@124: { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 cannam@124: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} cannam@124: as_fn_error 77 "C compiler cannot create executables cannam@124: See \`config.log' for more details" "$LINENO" 5; } cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 cannam@124: $as_echo "yes" >&6; } cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 cannam@124: $as_echo_n "checking for C compiler default output file name... " >&6; } cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 cannam@124: $as_echo "$ac_file" >&6; } cannam@124: ac_exeext=$ac_cv_exeext cannam@124: cannam@124: rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out cannam@124: ac_clean_files=$ac_clean_files_save cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 cannam@124: $as_echo_n "checking for suffix of executables... " >&6; } cannam@124: if { { ac_try="$ac_link" cannam@124: case "(($ac_try" in cannam@124: *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; cannam@124: *) ac_try_echo=$ac_try;; cannam@124: esac cannam@124: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" cannam@124: $as_echo "$ac_try_echo"; } >&5 cannam@124: (eval "$ac_link") 2>&5 cannam@124: ac_status=$? cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@124: test $ac_status = 0; }; then : cannam@124: # If both `conftest.exe' and `conftest' are `present' (well, observable) cannam@124: # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will cannam@124: # work properly (i.e., refer to `conftest.exe'), while it won't with cannam@124: # `rm'. cannam@124: for ac_file in conftest.exe conftest conftest.*; do cannam@124: test -f "$ac_file" || continue cannam@124: case $ac_file in cannam@124: *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; cannam@124: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` cannam@124: break;; cannam@124: * ) break;; cannam@124: esac cannam@124: done cannam@124: else cannam@124: { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 cannam@124: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} cannam@124: as_fn_error $? "cannot compute suffix of executables: cannot compile and link cannam@124: See \`config.log' for more details" "$LINENO" 5; } cannam@124: fi cannam@124: rm -f conftest conftest$ac_cv_exeext cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 cannam@124: $as_echo "$ac_cv_exeext" >&6; } cannam@124: cannam@124: rm -f conftest.$ac_ext cannam@124: EXEEXT=$ac_cv_exeext cannam@124: ac_exeext=$EXEEXT cannam@124: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@124: /* end confdefs.h. */ cannam@124: #include cannam@124: int cannam@124: main () cannam@124: { cannam@124: FILE *f = fopen ("conftest.out", "w"); cannam@124: return ferror (f) || fclose (f) != 0; cannam@124: cannam@124: ; cannam@124: return 0; cannam@124: } cannam@124: _ACEOF cannam@124: ac_clean_files="$ac_clean_files conftest.out" cannam@124: # Check that the compiler produces executables we can run. If not, either cannam@124: # the compiler is broken, or we cross compile. cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 cannam@124: $as_echo_n "checking whether we are cross compiling... " >&6; } cannam@124: if test "$cross_compiling" != yes; then cannam@124: { { ac_try="$ac_link" cannam@124: case "(($ac_try" in cannam@124: *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; cannam@124: *) ac_try_echo=$ac_try;; cannam@124: esac cannam@124: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" cannam@124: $as_echo "$ac_try_echo"; } >&5 cannam@124: (eval "$ac_link") 2>&5 cannam@124: ac_status=$? cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@124: test $ac_status = 0; } cannam@124: if { ac_try='./conftest$ac_cv_exeext' cannam@124: { { case "(($ac_try" in cannam@124: *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; cannam@124: *) ac_try_echo=$ac_try;; cannam@124: esac cannam@124: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" cannam@124: $as_echo "$ac_try_echo"; } >&5 cannam@124: (eval "$ac_try") 2>&5 cannam@124: ac_status=$? cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@124: test $ac_status = 0; }; }; then cannam@124: cross_compiling=no cannam@124: else cannam@124: if test "$cross_compiling" = maybe; then cannam@124: cross_compiling=yes cannam@124: else cannam@124: { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 cannam@124: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} cannam@124: as_fn_error $? "cannot run C compiled programs. cannam@124: If you meant to cross compile, use \`--host'. cannam@124: See \`config.log' for more details" "$LINENO" 5; } cannam@124: fi cannam@124: fi cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 cannam@124: $as_echo "$cross_compiling" >&6; } cannam@124: cannam@124: rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out cannam@124: ac_clean_files=$ac_clean_files_save cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 cannam@124: $as_echo_n "checking for suffix of object files... " >&6; } cannam@124: if ${ac_cv_objext+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@124: /* end confdefs.h. */ cannam@124: cannam@124: int cannam@124: main () cannam@124: { cannam@124: cannam@124: ; cannam@124: return 0; cannam@124: } cannam@124: _ACEOF cannam@124: rm -f conftest.o conftest.obj cannam@124: if { { ac_try="$ac_compile" cannam@124: case "(($ac_try" in cannam@124: *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; cannam@124: *) ac_try_echo=$ac_try;; cannam@124: esac cannam@124: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" cannam@124: $as_echo "$ac_try_echo"; } >&5 cannam@124: (eval "$ac_compile") 2>&5 cannam@124: ac_status=$? cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@124: test $ac_status = 0; }; then : cannam@124: for ac_file in conftest.o conftest.obj conftest.*; do cannam@124: test -f "$ac_file" || continue; cannam@124: case $ac_file in cannam@124: *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; cannam@124: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` cannam@124: break;; cannam@124: esac cannam@124: done cannam@124: else cannam@124: $as_echo "$as_me: failed program was:" >&5 cannam@124: sed 's/^/| /' conftest.$ac_ext >&5 cannam@124: cannam@124: { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 cannam@124: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} cannam@124: as_fn_error $? "cannot compute suffix of object files: cannot compile cannam@124: See \`config.log' for more details" "$LINENO" 5; } cannam@124: fi cannam@124: rm -f conftest.$ac_cv_objext conftest.$ac_ext cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 cannam@124: $as_echo "$ac_cv_objext" >&6; } cannam@124: OBJEXT=$ac_cv_objext cannam@124: ac_objext=$OBJEXT cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 cannam@124: $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } cannam@124: if ${ac_cv_c_compiler_gnu+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@124: /* end confdefs.h. */ cannam@124: cannam@124: int cannam@124: main () cannam@124: { cannam@124: #ifndef __GNUC__ cannam@124: choke me cannam@124: #endif cannam@124: cannam@124: ; cannam@124: return 0; cannam@124: } cannam@124: _ACEOF cannam@124: if ac_fn_c_try_compile "$LINENO"; then : cannam@124: ac_compiler_gnu=yes cannam@124: else cannam@124: ac_compiler_gnu=no cannam@124: fi cannam@124: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext cannam@124: ac_cv_c_compiler_gnu=$ac_compiler_gnu cannam@124: cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 cannam@124: $as_echo "$ac_cv_c_compiler_gnu" >&6; } cannam@124: if test $ac_compiler_gnu = yes; then cannam@124: GCC=yes cannam@124: else cannam@124: GCC= cannam@124: fi cannam@124: ac_test_CFLAGS=${CFLAGS+set} cannam@124: ac_save_CFLAGS=$CFLAGS cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 cannam@124: $as_echo_n "checking whether $CC accepts -g... " >&6; } cannam@124: if ${ac_cv_prog_cc_g+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: ac_save_c_werror_flag=$ac_c_werror_flag cannam@124: ac_c_werror_flag=yes cannam@124: ac_cv_prog_cc_g=no cannam@124: CFLAGS="-g" cannam@124: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@124: /* end confdefs.h. */ cannam@124: cannam@124: int cannam@124: main () cannam@124: { cannam@124: cannam@124: ; cannam@124: return 0; cannam@124: } cannam@124: _ACEOF cannam@124: if ac_fn_c_try_compile "$LINENO"; then : cannam@124: ac_cv_prog_cc_g=yes cannam@124: else cannam@124: CFLAGS="" cannam@124: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@124: /* end confdefs.h. */ cannam@124: cannam@124: int cannam@124: main () cannam@124: { cannam@124: cannam@124: ; cannam@124: return 0; cannam@124: } cannam@124: _ACEOF cannam@124: if ac_fn_c_try_compile "$LINENO"; then : cannam@124: cannam@124: else cannam@124: ac_c_werror_flag=$ac_save_c_werror_flag cannam@124: CFLAGS="-g" cannam@124: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@124: /* end confdefs.h. */ cannam@124: cannam@124: int cannam@124: main () cannam@124: { cannam@124: cannam@124: ; cannam@124: return 0; cannam@124: } cannam@124: _ACEOF cannam@124: if ac_fn_c_try_compile "$LINENO"; then : cannam@124: ac_cv_prog_cc_g=yes cannam@124: fi cannam@124: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext cannam@124: fi cannam@124: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext cannam@124: fi cannam@124: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext cannam@124: ac_c_werror_flag=$ac_save_c_werror_flag cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 cannam@124: $as_echo "$ac_cv_prog_cc_g" >&6; } cannam@124: if test "$ac_test_CFLAGS" = set; then cannam@124: CFLAGS=$ac_save_CFLAGS cannam@124: elif test $ac_cv_prog_cc_g = yes; then cannam@124: if test "$GCC" = yes; then cannam@124: CFLAGS="-g -O2" cannam@124: else cannam@124: CFLAGS="-g" cannam@124: fi cannam@124: else cannam@124: if test "$GCC" = yes; then cannam@124: CFLAGS="-O2" cannam@124: else cannam@124: CFLAGS= cannam@124: fi cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 cannam@124: $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } cannam@124: if ${ac_cv_prog_cc_c89+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: ac_cv_prog_cc_c89=no cannam@124: ac_save_CC=$CC cannam@124: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@124: /* end confdefs.h. */ cannam@124: #include cannam@124: #include cannam@124: #include cannam@124: #include cannam@124: /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ cannam@124: struct buf { int x; }; cannam@124: FILE * (*rcsopen) (struct buf *, struct stat *, int); cannam@124: static char *e (p, i) cannam@124: char **p; cannam@124: int i; cannam@124: { cannam@124: return p[i]; cannam@124: } cannam@124: static char *f (char * (*g) (char **, int), char **p, ...) cannam@124: { cannam@124: char *s; cannam@124: va_list v; cannam@124: va_start (v,p); cannam@124: s = g (p, va_arg (v,int)); cannam@124: va_end (v); cannam@124: return s; cannam@124: } cannam@124: cannam@124: /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has cannam@124: function prototypes and stuff, but not '\xHH' hex character constants. cannam@124: These don't provoke an error unfortunately, instead are silently treated cannam@124: as 'x'. The following induces an error, until -std is added to get cannam@124: proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an cannam@124: array size at least. It's necessary to write '\x00'==0 to get something cannam@124: that's true only with -std. */ cannam@124: int osf4_cc_array ['\x00' == 0 ? 1 : -1]; cannam@124: cannam@124: /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters cannam@124: inside strings and character constants. */ cannam@124: #define FOO(x) 'x' cannam@124: int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; cannam@124: cannam@124: int test (int i, double x); cannam@124: struct s1 {int (*f) (int a);}; cannam@124: struct s2 {int (*f) (double a);}; cannam@124: int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); cannam@124: int argc; cannam@124: char **argv; cannam@124: int cannam@124: main () cannam@124: { cannam@124: return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; cannam@124: ; cannam@124: return 0; cannam@124: } cannam@124: _ACEOF cannam@124: for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ cannam@124: -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" cannam@124: do cannam@124: CC="$ac_save_CC $ac_arg" cannam@124: if ac_fn_c_try_compile "$LINENO"; then : cannam@124: ac_cv_prog_cc_c89=$ac_arg cannam@124: fi cannam@124: rm -f core conftest.err conftest.$ac_objext cannam@124: test "x$ac_cv_prog_cc_c89" != "xno" && break cannam@124: done cannam@124: rm -f conftest.$ac_ext cannam@124: CC=$ac_save_CC cannam@124: cannam@124: fi cannam@124: # AC_CACHE_VAL cannam@124: case "x$ac_cv_prog_cc_c89" in cannam@124: x) cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 cannam@124: $as_echo "none needed" >&6; } ;; cannam@124: xno) cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 cannam@124: $as_echo "unsupported" >&6; } ;; cannam@124: *) cannam@124: CC="$CC $ac_cv_prog_cc_c89" cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 cannam@124: $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; cannam@124: esac cannam@124: if test "x$ac_cv_prog_cc_c89" != xno; then : cannam@124: cannam@124: fi cannam@124: cannam@124: ac_ext=c cannam@124: ac_cpp='$CPP $CPPFLAGS' cannam@124: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' cannam@124: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' cannam@124: ac_compiler_gnu=$ac_cv_c_compiler_gnu cannam@124: DEPDIR="${am__leading_dot}deps" cannam@124: cannam@124: ac_config_commands="$ac_config_commands depfiles" cannam@124: cannam@124: cannam@124: am_make=${MAKE-make} cannam@124: cat > confinc << 'END' cannam@124: am__doit: cannam@124: @echo this is the am__doit target cannam@124: .PHONY: am__doit cannam@124: END cannam@124: # If we don't find an include directive, just comment out the code. cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 cannam@124: $as_echo_n "checking for style of include used by $am_make... " >&6; } cannam@124: am__include="#" cannam@124: am__quote= cannam@124: _am_result=none cannam@124: # First try GNU make style include. cannam@124: echo "include confinc" > confmf cannam@124: # Ignore all kinds of additional output from `make'. cannam@124: case `$am_make -s -f confmf 2> /dev/null` in #( cannam@124: *the\ am__doit\ target*) cannam@124: am__include=include cannam@124: am__quote= cannam@124: _am_result=GNU cannam@124: ;; cannam@124: esac cannam@124: # Now try BSD make style include. cannam@124: if test "$am__include" = "#"; then cannam@124: echo '.include "confinc"' > confmf cannam@124: case `$am_make -s -f confmf 2> /dev/null` in #( cannam@124: *the\ am__doit\ target*) cannam@124: am__include=.include cannam@124: am__quote="\"" cannam@124: _am_result=BSD cannam@124: ;; cannam@124: esac cannam@124: fi cannam@124: cannam@124: cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 cannam@124: $as_echo "$_am_result" >&6; } cannam@124: rm -f confinc confmf cannam@124: cannam@124: # Check whether --enable-dependency-tracking was given. cannam@124: if test "${enable_dependency_tracking+set}" = set; then : cannam@124: enableval=$enable_dependency_tracking; cannam@124: fi cannam@124: cannam@124: if test "x$enable_dependency_tracking" != xno; then cannam@124: am_depcomp="$ac_aux_dir/depcomp" cannam@124: AMDEPBACKSLASH='\' cannam@124: fi cannam@124: if test "x$enable_dependency_tracking" != xno; then cannam@124: AMDEP_TRUE= cannam@124: AMDEP_FALSE='#' cannam@124: else cannam@124: AMDEP_TRUE='#' cannam@124: AMDEP_FALSE= cannam@124: fi cannam@124: cannam@124: cannam@124: cannam@124: depcc="$CC" am_compiler_list= cannam@124: cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 cannam@124: $as_echo_n "checking dependency style of $depcc... " >&6; } cannam@124: if ${am_cv_CC_dependencies_compiler_type+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then cannam@124: # We make a subdir and do the tests there. Otherwise we can end up cannam@124: # making bogus files that we don't know about and never remove. For cannam@124: # instance it was reported that on HP-UX the gcc test will end up cannam@124: # making a dummy file named `D' -- because `-MD' means `put the output cannam@124: # in D'. cannam@124: mkdir conftest.dir cannam@124: # Copy depcomp to subdir because otherwise we won't find it if we're cannam@124: # using a relative directory. cannam@124: cp "$am_depcomp" conftest.dir cannam@124: cd conftest.dir cannam@124: # We will build objects and dependencies in a subdirectory because cannam@124: # it helps to detect inapplicable dependency modes. For instance cannam@124: # both Tru64's cc and ICC support -MD to output dependencies as a cannam@124: # side effect of compilation, but ICC will put the dependencies in cannam@124: # the current directory while Tru64 will put them in the object cannam@124: # directory. cannam@124: mkdir sub cannam@124: cannam@124: am_cv_CC_dependencies_compiler_type=none cannam@124: if test "$am_compiler_list" = ""; then cannam@124: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` cannam@124: fi cannam@124: am__universal=false cannam@124: case " $depcc " in #( cannam@124: *\ -arch\ *\ -arch\ *) am__universal=true ;; cannam@124: esac cannam@124: cannam@124: for depmode in $am_compiler_list; do cannam@124: # Setup a source with many dependencies, because some compilers cannam@124: # like to wrap large dependency lists on column 80 (with \), and cannam@124: # we should not choose a depcomp mode which is confused by this. cannam@124: # cannam@124: # We need to recreate these files for each test, as the compiler may cannam@124: # overwrite some of them when testing with obscure command lines. cannam@124: # This happens at least with the AIX C compiler. cannam@124: : > sub/conftest.c cannam@124: for i in 1 2 3 4 5 6; do cannam@124: echo '#include "conftst'$i'.h"' >> sub/conftest.c cannam@124: # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with cannam@124: # Solaris 8's {/usr,}/bin/sh. cannam@124: touch sub/conftst$i.h cannam@124: done cannam@124: echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf cannam@124: cannam@124: # We check with `-c' and `-o' for the sake of the "dashmstdout" cannam@124: # mode. It turns out that the SunPro C++ compiler does not properly cannam@124: # handle `-M -o', and we need to detect this. Also, some Intel cannam@124: # versions had trouble with output in subdirs cannam@124: am__obj=sub/conftest.${OBJEXT-o} cannam@124: am__minus_obj="-o $am__obj" cannam@124: case $depmode in cannam@124: gcc) cannam@124: # This depmode causes a compiler race in universal mode. cannam@124: test "$am__universal" = false || continue cannam@124: ;; cannam@124: nosideeffect) cannam@124: # after this tag, mechanisms are not by side-effect, so they'll cannam@124: # only be used when explicitly requested cannam@124: if test "x$enable_dependency_tracking" = xyes; then cannam@124: continue cannam@124: else cannam@124: break cannam@124: fi cannam@124: ;; cannam@124: msvisualcpp | msvcmsys) cannam@124: # This compiler won't grok `-c -o', but also, the minuso test has cannam@124: # not run yet. These depmodes are late enough in the game, and cannam@124: # so weak that their functioning should not be impacted. cannam@124: am__obj=conftest.${OBJEXT-o} cannam@124: am__minus_obj= cannam@124: ;; cannam@124: none) break ;; cannam@124: esac cannam@124: if depmode=$depmode \ cannam@124: source=sub/conftest.c object=$am__obj \ cannam@124: depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ cannam@124: $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ cannam@124: >/dev/null 2>conftest.err && cannam@124: grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && cannam@124: grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && cannam@124: grep $am__obj sub/conftest.Po > /dev/null 2>&1 && cannam@124: ${MAKE-make} -s -f confmf > /dev/null 2>&1; then cannam@124: # icc doesn't choke on unknown options, it will just issue warnings cannam@124: # or remarks (even with -Werror). So we grep stderr for any message cannam@124: # that says an option was ignored or not supported. cannam@124: # When given -MP, icc 7.0 and 7.1 complain thusly: cannam@124: # icc: Command line warning: ignoring option '-M'; no argument required cannam@124: # The diagnosis changed in icc 8.0: cannam@124: # icc: Command line remark: option '-MP' not supported cannam@124: if (grep 'ignoring option' conftest.err || cannam@124: grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else cannam@124: am_cv_CC_dependencies_compiler_type=$depmode cannam@124: break cannam@124: fi cannam@124: fi cannam@124: done cannam@124: cannam@124: cd .. cannam@124: rm -rf conftest.dir cannam@124: else cannam@124: am_cv_CC_dependencies_compiler_type=none cannam@124: fi cannam@124: cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 cannam@124: $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } cannam@124: CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type cannam@124: cannam@124: if cannam@124: test "x$enable_dependency_tracking" != xno \ cannam@124: && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then cannam@124: am__fastdepCC_TRUE= cannam@124: am__fastdepCC_FALSE='#' cannam@124: else cannam@124: am__fastdepCC_TRUE='#' cannam@124: am__fastdepCC_FALSE= cannam@124: fi cannam@124: cannam@124: cannam@124: ac_ext=cpp cannam@124: ac_cpp='$CXXCPP $CPPFLAGS' cannam@124: ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' cannam@124: ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' cannam@124: ac_compiler_gnu=$ac_cv_cxx_compiler_gnu cannam@124: if test -z "$CXX"; then cannam@124: if test -n "$CCC"; then cannam@124: CXX=$CCC cannam@124: else cannam@124: if test -n "$ac_tool_prefix"; then cannam@124: for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC cannam@124: do cannam@124: # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. cannam@124: set dummy $ac_tool_prefix$ac_prog; ac_word=$2 cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@124: $as_echo_n "checking for $ac_word... " >&6; } cannam@124: if ${ac_cv_prog_CXX+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: if test -n "$CXX"; then cannam@124: ac_cv_prog_CXX="$CXX" # Let the user override the test. cannam@124: else cannam@124: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@124: for as_dir in $PATH cannam@124: do cannam@124: IFS=$as_save_IFS cannam@124: test -z "$as_dir" && as_dir=. cannam@124: for ac_exec_ext in '' $ac_executable_extensions; do cannam@124: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@124: ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@124: break 2 cannam@124: fi cannam@124: done cannam@124: done cannam@124: IFS=$as_save_IFS cannam@124: cannam@124: fi cannam@124: fi cannam@124: CXX=$ac_cv_prog_CXX cannam@124: if test -n "$CXX"; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5 cannam@124: $as_echo "$CXX" >&6; } cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@124: $as_echo "no" >&6; } cannam@124: fi cannam@124: cannam@124: cannam@124: test -n "$CXX" && break cannam@124: done cannam@124: fi cannam@124: if test -z "$CXX"; then cannam@124: ac_ct_CXX=$CXX cannam@124: for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC cannam@124: do cannam@124: # Extract the first word of "$ac_prog", so it can be a program name with args. cannam@124: set dummy $ac_prog; ac_word=$2 cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@124: $as_echo_n "checking for $ac_word... " >&6; } cannam@124: if ${ac_cv_prog_ac_ct_CXX+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: if test -n "$ac_ct_CXX"; then cannam@124: ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. cannam@124: else cannam@124: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@124: for as_dir in $PATH cannam@124: do cannam@124: IFS=$as_save_IFS cannam@124: test -z "$as_dir" && as_dir=. cannam@124: for ac_exec_ext in '' $ac_executable_extensions; do cannam@124: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@124: ac_cv_prog_ac_ct_CXX="$ac_prog" cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@124: break 2 cannam@124: fi cannam@124: done cannam@124: done cannam@124: IFS=$as_save_IFS cannam@124: cannam@124: fi cannam@124: fi cannam@124: ac_ct_CXX=$ac_cv_prog_ac_ct_CXX cannam@124: if test -n "$ac_ct_CXX"; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5 cannam@124: $as_echo "$ac_ct_CXX" >&6; } cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@124: $as_echo "no" >&6; } cannam@124: fi cannam@124: cannam@124: cannam@124: test -n "$ac_ct_CXX" && break cannam@124: done cannam@124: cannam@124: if test "x$ac_ct_CXX" = x; then cannam@124: CXX="g++" cannam@124: else cannam@124: case $cross_compiling:$ac_tool_warned in cannam@124: yes:) cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 cannam@124: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} cannam@124: ac_tool_warned=yes ;; cannam@124: esac cannam@124: CXX=$ac_ct_CXX cannam@124: fi cannam@124: fi cannam@124: cannam@124: fi cannam@124: fi cannam@124: # Provide some information about the compiler. cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5 cannam@124: set X $ac_compile cannam@124: ac_compiler=$2 cannam@124: for ac_option in --version -v -V -qversion; do cannam@124: { { ac_try="$ac_compiler $ac_option >&5" cannam@124: case "(($ac_try" in cannam@124: *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; cannam@124: *) ac_try_echo=$ac_try;; cannam@124: esac cannam@124: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" cannam@124: $as_echo "$ac_try_echo"; } >&5 cannam@124: (eval "$ac_compiler $ac_option >&5") 2>conftest.err cannam@124: ac_status=$? cannam@124: if test -s conftest.err; then cannam@124: sed '10a\ cannam@124: ... rest of stderr output deleted ... cannam@124: 10q' conftest.err >conftest.er1 cannam@124: cat conftest.er1 >&5 cannam@124: fi cannam@124: rm -f conftest.er1 conftest.err cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@124: test $ac_status = 0; } cannam@124: done cannam@124: cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5 cannam@124: $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } cannam@124: if ${ac_cv_cxx_compiler_gnu+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@124: /* end confdefs.h. */ cannam@124: cannam@124: int cannam@124: main () cannam@124: { cannam@124: #ifndef __GNUC__ cannam@124: choke me cannam@124: #endif cannam@124: cannam@124: ; cannam@124: return 0; cannam@124: } cannam@124: _ACEOF cannam@124: if ac_fn_cxx_try_compile "$LINENO"; then : cannam@124: ac_compiler_gnu=yes cannam@124: else cannam@124: ac_compiler_gnu=no cannam@124: fi cannam@124: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext cannam@124: ac_cv_cxx_compiler_gnu=$ac_compiler_gnu cannam@124: cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5 cannam@124: $as_echo "$ac_cv_cxx_compiler_gnu" >&6; } cannam@124: if test $ac_compiler_gnu = yes; then cannam@124: GXX=yes cannam@124: else cannam@124: GXX= cannam@124: fi cannam@124: ac_test_CXXFLAGS=${CXXFLAGS+set} cannam@124: ac_save_CXXFLAGS=$CXXFLAGS cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5 cannam@124: $as_echo_n "checking whether $CXX accepts -g... " >&6; } cannam@124: if ${ac_cv_prog_cxx_g+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: ac_save_cxx_werror_flag=$ac_cxx_werror_flag cannam@124: ac_cxx_werror_flag=yes cannam@124: ac_cv_prog_cxx_g=no cannam@124: CXXFLAGS="-g" cannam@124: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@124: /* end confdefs.h. */ cannam@124: cannam@124: int cannam@124: main () cannam@124: { cannam@124: cannam@124: ; cannam@124: return 0; cannam@124: } cannam@124: _ACEOF cannam@124: if ac_fn_cxx_try_compile "$LINENO"; then : cannam@124: ac_cv_prog_cxx_g=yes cannam@124: else cannam@124: CXXFLAGS="" cannam@124: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@124: /* end confdefs.h. */ cannam@124: cannam@124: int cannam@124: main () cannam@124: { cannam@124: cannam@124: ; cannam@124: return 0; cannam@124: } cannam@124: _ACEOF cannam@124: if ac_fn_cxx_try_compile "$LINENO"; then : cannam@124: cannam@124: else cannam@124: ac_cxx_werror_flag=$ac_save_cxx_werror_flag cannam@124: CXXFLAGS="-g" cannam@124: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@124: /* end confdefs.h. */ cannam@124: cannam@124: int cannam@124: main () cannam@124: { cannam@124: cannam@124: ; cannam@124: return 0; cannam@124: } cannam@124: _ACEOF cannam@124: if ac_fn_cxx_try_compile "$LINENO"; then : cannam@124: ac_cv_prog_cxx_g=yes cannam@124: fi cannam@124: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext cannam@124: fi cannam@124: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext cannam@124: fi cannam@124: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext cannam@124: ac_cxx_werror_flag=$ac_save_cxx_werror_flag cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5 cannam@124: $as_echo "$ac_cv_prog_cxx_g" >&6; } cannam@124: if test "$ac_test_CXXFLAGS" = set; then cannam@124: CXXFLAGS=$ac_save_CXXFLAGS cannam@124: elif test $ac_cv_prog_cxx_g = yes; then cannam@124: if test "$GXX" = yes; then cannam@124: CXXFLAGS="-g -O2" cannam@124: else cannam@124: CXXFLAGS="-g" cannam@124: fi cannam@124: else cannam@124: if test "$GXX" = yes; then cannam@124: CXXFLAGS="-O2" cannam@124: else cannam@124: CXXFLAGS= cannam@124: fi cannam@124: fi cannam@124: ac_ext=c cannam@124: ac_cpp='$CPP $CPPFLAGS' cannam@124: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' cannam@124: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' cannam@124: ac_compiler_gnu=$ac_cv_c_compiler_gnu cannam@124: cannam@124: depcc="$CXX" am_compiler_list= cannam@124: cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 cannam@124: $as_echo_n "checking dependency style of $depcc... " >&6; } cannam@124: if ${am_cv_CXX_dependencies_compiler_type+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then cannam@124: # We make a subdir and do the tests there. Otherwise we can end up cannam@124: # making bogus files that we don't know about and never remove. For cannam@124: # instance it was reported that on HP-UX the gcc test will end up cannam@124: # making a dummy file named `D' -- because `-MD' means `put the output cannam@124: # in D'. cannam@124: mkdir conftest.dir cannam@124: # Copy depcomp to subdir because otherwise we won't find it if we're cannam@124: # using a relative directory. cannam@124: cp "$am_depcomp" conftest.dir cannam@124: cd conftest.dir cannam@124: # We will build objects and dependencies in a subdirectory because cannam@124: # it helps to detect inapplicable dependency modes. For instance cannam@124: # both Tru64's cc and ICC support -MD to output dependencies as a cannam@124: # side effect of compilation, but ICC will put the dependencies in cannam@124: # the current directory while Tru64 will put them in the object cannam@124: # directory. cannam@124: mkdir sub cannam@124: cannam@124: am_cv_CXX_dependencies_compiler_type=none cannam@124: if test "$am_compiler_list" = ""; then cannam@124: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` cannam@124: fi cannam@124: am__universal=false cannam@124: case " $depcc " in #( cannam@124: *\ -arch\ *\ -arch\ *) am__universal=true ;; cannam@124: esac cannam@124: cannam@124: for depmode in $am_compiler_list; do cannam@124: # Setup a source with many dependencies, because some compilers cannam@124: # like to wrap large dependency lists on column 80 (with \), and cannam@124: # we should not choose a depcomp mode which is confused by this. cannam@124: # cannam@124: # We need to recreate these files for each test, as the compiler may cannam@124: # overwrite some of them when testing with obscure command lines. cannam@124: # This happens at least with the AIX C compiler. cannam@124: : > sub/conftest.c cannam@124: for i in 1 2 3 4 5 6; do cannam@124: echo '#include "conftst'$i'.h"' >> sub/conftest.c cannam@124: # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with cannam@124: # Solaris 8's {/usr,}/bin/sh. cannam@124: touch sub/conftst$i.h cannam@124: done cannam@124: echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf cannam@124: cannam@124: # We check with `-c' and `-o' for the sake of the "dashmstdout" cannam@124: # mode. It turns out that the SunPro C++ compiler does not properly cannam@124: # handle `-M -o', and we need to detect this. Also, some Intel cannam@124: # versions had trouble with output in subdirs cannam@124: am__obj=sub/conftest.${OBJEXT-o} cannam@124: am__minus_obj="-o $am__obj" cannam@124: case $depmode in cannam@124: gcc) cannam@124: # This depmode causes a compiler race in universal mode. cannam@124: test "$am__universal" = false || continue cannam@124: ;; cannam@124: nosideeffect) cannam@124: # after this tag, mechanisms are not by side-effect, so they'll cannam@124: # only be used when explicitly requested cannam@124: if test "x$enable_dependency_tracking" = xyes; then cannam@124: continue cannam@124: else cannam@124: break cannam@124: fi cannam@124: ;; cannam@124: msvisualcpp | msvcmsys) cannam@124: # This compiler won't grok `-c -o', but also, the minuso test has cannam@124: # not run yet. These depmodes are late enough in the game, and cannam@124: # so weak that their functioning should not be impacted. cannam@124: am__obj=conftest.${OBJEXT-o} cannam@124: am__minus_obj= cannam@124: ;; cannam@124: none) break ;; cannam@124: esac cannam@124: if depmode=$depmode \ cannam@124: source=sub/conftest.c object=$am__obj \ cannam@124: depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ cannam@124: $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ cannam@124: >/dev/null 2>conftest.err && cannam@124: grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && cannam@124: grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && cannam@124: grep $am__obj sub/conftest.Po > /dev/null 2>&1 && cannam@124: ${MAKE-make} -s -f confmf > /dev/null 2>&1; then cannam@124: # icc doesn't choke on unknown options, it will just issue warnings cannam@124: # or remarks (even with -Werror). So we grep stderr for any message cannam@124: # that says an option was ignored or not supported. cannam@124: # When given -MP, icc 7.0 and 7.1 complain thusly: cannam@124: # icc: Command line warning: ignoring option '-M'; no argument required cannam@124: # The diagnosis changed in icc 8.0: cannam@124: # icc: Command line remark: option '-MP' not supported cannam@124: if (grep 'ignoring option' conftest.err || cannam@124: grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else cannam@124: am_cv_CXX_dependencies_compiler_type=$depmode cannam@124: break cannam@124: fi cannam@124: fi cannam@124: done cannam@124: cannam@124: cd .. cannam@124: rm -rf conftest.dir cannam@124: else cannam@124: am_cv_CXX_dependencies_compiler_type=none cannam@124: fi cannam@124: cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5 cannam@124: $as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; } cannam@124: CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type cannam@124: cannam@124: if cannam@124: test "x$enable_dependency_tracking" != xno \ cannam@124: && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then cannam@124: am__fastdepCXX_TRUE= cannam@124: am__fastdepCXX_FALSE='#' cannam@124: else cannam@124: am__fastdepCXX_TRUE='#' cannam@124: am__fastdepCXX_FALSE= cannam@124: fi cannam@124: cannam@124: cannam@124: # Make sure we can run config.sub. cannam@124: $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || cannam@124: as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 cannam@124: cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 cannam@124: $as_echo_n "checking build system type... " >&6; } cannam@124: if ${ac_cv_build+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: ac_build_alias=$build_alias cannam@124: test "x$ac_build_alias" = x && cannam@124: ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` cannam@124: test "x$ac_build_alias" = x && cannam@124: as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 cannam@124: ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || cannam@124: as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 cannam@124: cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 cannam@124: $as_echo "$ac_cv_build" >&6; } cannam@124: case $ac_cv_build in cannam@124: *-*-*) ;; cannam@124: *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; cannam@124: esac cannam@124: build=$ac_cv_build cannam@124: ac_save_IFS=$IFS; IFS='-' cannam@124: set x $ac_cv_build cannam@124: shift cannam@124: build_cpu=$1 cannam@124: build_vendor=$2 cannam@124: shift; shift cannam@124: # Remember, the first character of IFS is used to create $*, cannam@124: # except with old shells: cannam@124: build_os=$* cannam@124: IFS=$ac_save_IFS cannam@124: case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac cannam@124: cannam@124: cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 cannam@124: $as_echo_n "checking host system type... " >&6; } cannam@124: if ${ac_cv_host+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: if test "x$host_alias" = x; then cannam@124: ac_cv_host=$ac_cv_build cannam@124: else cannam@124: ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || cannam@124: as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 cannam@124: fi cannam@124: cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 cannam@124: $as_echo "$ac_cv_host" >&6; } cannam@124: case $ac_cv_host in cannam@124: *-*-*) ;; cannam@124: *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; cannam@124: esac cannam@124: host=$ac_cv_host cannam@124: ac_save_IFS=$IFS; IFS='-' cannam@124: set x $ac_cv_host cannam@124: shift cannam@124: host_cpu=$1 cannam@124: host_vendor=$2 cannam@124: shift; shift cannam@124: # Remember, the first character of IFS is used to create $*, cannam@124: # except with old shells: cannam@124: host_os=$* cannam@124: IFS=$ac_save_IFS cannam@124: case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac cannam@124: cannam@124: cannam@124: enable_win32_dll=yes cannam@124: cannam@124: case $host in cannam@124: *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*) cannam@124: if test -n "$ac_tool_prefix"; then cannam@124: # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args. cannam@124: set dummy ${ac_tool_prefix}as; ac_word=$2 cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@124: $as_echo_n "checking for $ac_word... " >&6; } cannam@124: if ${ac_cv_prog_AS+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: if test -n "$AS"; then cannam@124: ac_cv_prog_AS="$AS" # Let the user override the test. cannam@124: else cannam@124: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@124: for as_dir in $PATH cannam@124: do cannam@124: IFS=$as_save_IFS cannam@124: test -z "$as_dir" && as_dir=. cannam@124: for ac_exec_ext in '' $ac_executable_extensions; do cannam@124: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@124: ac_cv_prog_AS="${ac_tool_prefix}as" cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@124: break 2 cannam@124: fi cannam@124: done cannam@124: done cannam@124: IFS=$as_save_IFS cannam@124: cannam@124: fi cannam@124: fi cannam@124: AS=$ac_cv_prog_AS cannam@124: if test -n "$AS"; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5 cannam@124: $as_echo "$AS" >&6; } cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@124: $as_echo "no" >&6; } cannam@124: fi cannam@124: cannam@124: cannam@124: fi cannam@124: if test -z "$ac_cv_prog_AS"; then cannam@124: ac_ct_AS=$AS cannam@124: # Extract the first word of "as", so it can be a program name with args. cannam@124: set dummy as; ac_word=$2 cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@124: $as_echo_n "checking for $ac_word... " >&6; } cannam@124: if ${ac_cv_prog_ac_ct_AS+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: if test -n "$ac_ct_AS"; then cannam@124: ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test. cannam@124: else cannam@124: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@124: for as_dir in $PATH cannam@124: do cannam@124: IFS=$as_save_IFS cannam@124: test -z "$as_dir" && as_dir=. cannam@124: for ac_exec_ext in '' $ac_executable_extensions; do cannam@124: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@124: ac_cv_prog_ac_ct_AS="as" cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@124: break 2 cannam@124: fi cannam@124: done cannam@124: done cannam@124: IFS=$as_save_IFS cannam@124: cannam@124: fi cannam@124: fi cannam@124: ac_ct_AS=$ac_cv_prog_ac_ct_AS cannam@124: if test -n "$ac_ct_AS"; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AS" >&5 cannam@124: $as_echo "$ac_ct_AS" >&6; } cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@124: $as_echo "no" >&6; } cannam@124: fi cannam@124: cannam@124: if test "x$ac_ct_AS" = x; then cannam@124: AS="false" cannam@124: else cannam@124: case $cross_compiling:$ac_tool_warned in cannam@124: yes:) cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 cannam@124: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} cannam@124: ac_tool_warned=yes ;; cannam@124: esac cannam@124: AS=$ac_ct_AS cannam@124: fi cannam@124: else cannam@124: AS="$ac_cv_prog_AS" cannam@124: fi cannam@124: cannam@124: if test -n "$ac_tool_prefix"; then cannam@124: # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args. cannam@124: set dummy ${ac_tool_prefix}dlltool; ac_word=$2 cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@124: $as_echo_n "checking for $ac_word... " >&6; } cannam@124: if ${ac_cv_prog_DLLTOOL+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: if test -n "$DLLTOOL"; then cannam@124: ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test. cannam@124: else cannam@124: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@124: for as_dir in $PATH cannam@124: do cannam@124: IFS=$as_save_IFS cannam@124: test -z "$as_dir" && as_dir=. cannam@124: for ac_exec_ext in '' $ac_executable_extensions; do cannam@124: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@124: ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@124: break 2 cannam@124: fi cannam@124: done cannam@124: done cannam@124: IFS=$as_save_IFS cannam@124: cannam@124: fi cannam@124: fi cannam@124: DLLTOOL=$ac_cv_prog_DLLTOOL cannam@124: if test -n "$DLLTOOL"; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5 cannam@124: $as_echo "$DLLTOOL" >&6; } cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@124: $as_echo "no" >&6; } cannam@124: fi cannam@124: cannam@124: cannam@124: fi cannam@124: if test -z "$ac_cv_prog_DLLTOOL"; then cannam@124: ac_ct_DLLTOOL=$DLLTOOL cannam@124: # Extract the first word of "dlltool", so it can be a program name with args. cannam@124: set dummy dlltool; ac_word=$2 cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@124: $as_echo_n "checking for $ac_word... " >&6; } cannam@124: if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: if test -n "$ac_ct_DLLTOOL"; then cannam@124: ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test. cannam@124: else cannam@124: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@124: for as_dir in $PATH cannam@124: do cannam@124: IFS=$as_save_IFS cannam@124: test -z "$as_dir" && as_dir=. cannam@124: for ac_exec_ext in '' $ac_executable_extensions; do cannam@124: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@124: ac_cv_prog_ac_ct_DLLTOOL="dlltool" cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@124: break 2 cannam@124: fi cannam@124: done cannam@124: done cannam@124: IFS=$as_save_IFS cannam@124: cannam@124: fi cannam@124: fi cannam@124: ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL cannam@124: if test -n "$ac_ct_DLLTOOL"; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5 cannam@124: $as_echo "$ac_ct_DLLTOOL" >&6; } cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@124: $as_echo "no" >&6; } cannam@124: fi cannam@124: cannam@124: if test "x$ac_ct_DLLTOOL" = x; then cannam@124: DLLTOOL="false" cannam@124: else cannam@124: case $cross_compiling:$ac_tool_warned in cannam@124: yes:) cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 cannam@124: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} cannam@124: ac_tool_warned=yes ;; cannam@124: esac cannam@124: DLLTOOL=$ac_ct_DLLTOOL cannam@124: fi cannam@124: else cannam@124: DLLTOOL="$ac_cv_prog_DLLTOOL" cannam@124: fi cannam@124: cannam@124: if test -n "$ac_tool_prefix"; then cannam@124: # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. cannam@124: set dummy ${ac_tool_prefix}objdump; ac_word=$2 cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@124: $as_echo_n "checking for $ac_word... " >&6; } cannam@124: if ${ac_cv_prog_OBJDUMP+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: if test -n "$OBJDUMP"; then cannam@124: ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. cannam@124: else cannam@124: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@124: for as_dir in $PATH cannam@124: do cannam@124: IFS=$as_save_IFS cannam@124: test -z "$as_dir" && as_dir=. cannam@124: for ac_exec_ext in '' $ac_executable_extensions; do cannam@124: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@124: ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@124: break 2 cannam@124: fi cannam@124: done cannam@124: done cannam@124: IFS=$as_save_IFS cannam@124: cannam@124: fi cannam@124: fi cannam@124: OBJDUMP=$ac_cv_prog_OBJDUMP cannam@124: if test -n "$OBJDUMP"; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5 cannam@124: $as_echo "$OBJDUMP" >&6; } cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@124: $as_echo "no" >&6; } cannam@124: fi cannam@124: cannam@124: cannam@124: fi cannam@124: if test -z "$ac_cv_prog_OBJDUMP"; then cannam@124: ac_ct_OBJDUMP=$OBJDUMP cannam@124: # Extract the first word of "objdump", so it can be a program name with args. cannam@124: set dummy objdump; ac_word=$2 cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@124: $as_echo_n "checking for $ac_word... " >&6; } cannam@124: if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: if test -n "$ac_ct_OBJDUMP"; then cannam@124: ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. cannam@124: else cannam@124: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@124: for as_dir in $PATH cannam@124: do cannam@124: IFS=$as_save_IFS cannam@124: test -z "$as_dir" && as_dir=. cannam@124: for ac_exec_ext in '' $ac_executable_extensions; do cannam@124: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@124: ac_cv_prog_ac_ct_OBJDUMP="objdump" cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@124: break 2 cannam@124: fi cannam@124: done cannam@124: done cannam@124: IFS=$as_save_IFS cannam@124: cannam@124: fi cannam@124: fi cannam@124: ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP cannam@124: if test -n "$ac_ct_OBJDUMP"; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5 cannam@124: $as_echo "$ac_ct_OBJDUMP" >&6; } cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@124: $as_echo "no" >&6; } cannam@124: fi cannam@124: cannam@124: if test "x$ac_ct_OBJDUMP" = x; then cannam@124: OBJDUMP="false" cannam@124: else cannam@124: case $cross_compiling:$ac_tool_warned in cannam@124: yes:) cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 cannam@124: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} cannam@124: ac_tool_warned=yes ;; cannam@124: esac cannam@124: OBJDUMP=$ac_ct_OBJDUMP cannam@124: fi cannam@124: else cannam@124: OBJDUMP="$ac_cv_prog_OBJDUMP" cannam@124: fi cannam@124: cannam@124: ;; cannam@124: esac cannam@124: cannam@124: test -z "$AS" && AS=as cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: test -z "$DLLTOOL" && DLLTOOL=dlltool cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: test -z "$OBJDUMP" && OBJDUMP=objdump cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: case `pwd` in cannam@124: *\ * | *\ *) cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5 cannam@124: $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;; cannam@124: esac cannam@124: cannam@124: cannam@124: cannam@124: macro_version='2.4' cannam@124: macro_revision='1.3293' cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: ltmain="$ac_aux_dir/ltmain.sh" cannam@124: cannam@124: # Backslashify metacharacters that are still active within cannam@124: # double-quoted strings. cannam@124: sed_quote_subst='s/\(["`$\\]\)/\\\1/g' cannam@124: cannam@124: # Same as above, but do not quote variable references. cannam@124: double_quote_subst='s/\(["`\\]\)/\\\1/g' cannam@124: cannam@124: # Sed substitution to delay expansion of an escaped shell variable in a cannam@124: # double_quote_subst'ed string. cannam@124: delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' cannam@124: cannam@124: # Sed substitution to delay expansion of an escaped single quote. cannam@124: delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' cannam@124: cannam@124: # Sed substitution to avoid accidental globbing in evaled expressions cannam@124: no_glob_subst='s/\*/\\\*/g' cannam@124: cannam@124: ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' cannam@124: ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO cannam@124: ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO cannam@124: cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 cannam@124: $as_echo_n "checking how to print strings... " >&6; } cannam@124: # Test print first, because it will be a builtin if present. cannam@124: if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ cannam@124: test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then cannam@124: ECHO='print -r --' cannam@124: elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then cannam@124: ECHO='printf %s\n' cannam@124: else cannam@124: # Use this function as a fallback that always works. cannam@124: func_fallback_echo () cannam@124: { cannam@124: eval 'cat <<_LTECHO_EOF cannam@124: $1 cannam@124: _LTECHO_EOF' cannam@124: } cannam@124: ECHO='func_fallback_echo' cannam@124: fi cannam@124: cannam@124: # func_echo_all arg... cannam@124: # Invoke $ECHO with all args, space-separated. cannam@124: func_echo_all () cannam@124: { cannam@124: $ECHO "" cannam@124: } cannam@124: cannam@124: case "$ECHO" in cannam@124: printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5 cannam@124: $as_echo "printf" >&6; } ;; cannam@124: print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5 cannam@124: $as_echo "print -r" >&6; } ;; cannam@124: *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5 cannam@124: $as_echo "cat" >&6; } ;; cannam@124: esac cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 cannam@124: $as_echo_n "checking for a sed that does not truncate output... " >&6; } cannam@124: if ${ac_cv_path_SED+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ cannam@124: for ac_i in 1 2 3 4 5 6 7; do cannam@124: ac_script="$ac_script$as_nl$ac_script" cannam@124: done cannam@124: echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed cannam@124: { ac_script=; unset ac_script;} cannam@124: if test -z "$SED"; then cannam@124: ac_path_SED_found=false cannam@124: # Loop through the user's path and test for each of PROGNAME-LIST cannam@124: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@124: for as_dir in $PATH cannam@124: do cannam@124: IFS=$as_save_IFS cannam@124: test -z "$as_dir" && as_dir=. cannam@124: for ac_prog in sed gsed; do cannam@124: for ac_exec_ext in '' $ac_executable_extensions; do cannam@124: ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" cannam@124: { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue cannam@124: # Check for GNU ac_path_SED and select it if it is found. cannam@124: # Check for GNU $ac_path_SED cannam@124: case `"$ac_path_SED" --version 2>&1` in cannam@124: *GNU*) cannam@124: ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; cannam@124: *) cannam@124: ac_count=0 cannam@124: $as_echo_n 0123456789 >"conftest.in" cannam@124: while : cannam@124: do cannam@124: cat "conftest.in" "conftest.in" >"conftest.tmp" cannam@124: mv "conftest.tmp" "conftest.in" cannam@124: cp "conftest.in" "conftest.nl" cannam@124: $as_echo '' >> "conftest.nl" cannam@124: "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break cannam@124: diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break cannam@124: as_fn_arith $ac_count + 1 && ac_count=$as_val cannam@124: if test $ac_count -gt ${ac_path_SED_max-0}; then cannam@124: # Best one so far, save it but keep looking for a better one cannam@124: ac_cv_path_SED="$ac_path_SED" cannam@124: ac_path_SED_max=$ac_count cannam@124: fi cannam@124: # 10*(2^10) chars as input seems more than enough cannam@124: test $ac_count -gt 10 && break cannam@124: done cannam@124: rm -f conftest.in conftest.tmp conftest.nl conftest.out;; cannam@124: esac cannam@124: cannam@124: $ac_path_SED_found && break 3 cannam@124: done cannam@124: done cannam@124: done cannam@124: IFS=$as_save_IFS cannam@124: if test -z "$ac_cv_path_SED"; then cannam@124: as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 cannam@124: fi cannam@124: else cannam@124: ac_cv_path_SED=$SED cannam@124: fi cannam@124: cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 cannam@124: $as_echo "$ac_cv_path_SED" >&6; } cannam@124: SED="$ac_cv_path_SED" cannam@124: rm -f conftest.sed cannam@124: cannam@124: test -z "$SED" && SED=sed cannam@124: Xsed="$SED -e 1s/^X//" cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 cannam@124: $as_echo_n "checking for grep that handles long lines and -e... " >&6; } cannam@124: if ${ac_cv_path_GREP+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: if test -z "$GREP"; then cannam@124: ac_path_GREP_found=false cannam@124: # Loop through the user's path and test for each of PROGNAME-LIST cannam@124: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@124: for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin cannam@124: do cannam@124: IFS=$as_save_IFS cannam@124: test -z "$as_dir" && as_dir=. cannam@124: for ac_prog in grep ggrep; do cannam@124: for ac_exec_ext in '' $ac_executable_extensions; do cannam@124: ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" cannam@124: { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue cannam@124: # Check for GNU ac_path_GREP and select it if it is found. cannam@124: # Check for GNU $ac_path_GREP cannam@124: case `"$ac_path_GREP" --version 2>&1` in cannam@124: *GNU*) cannam@124: ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; cannam@124: *) cannam@124: ac_count=0 cannam@124: $as_echo_n 0123456789 >"conftest.in" cannam@124: while : cannam@124: do cannam@124: cat "conftest.in" "conftest.in" >"conftest.tmp" cannam@124: mv "conftest.tmp" "conftest.in" cannam@124: cp "conftest.in" "conftest.nl" cannam@124: $as_echo 'GREP' >> "conftest.nl" cannam@124: "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break cannam@124: diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break cannam@124: as_fn_arith $ac_count + 1 && ac_count=$as_val cannam@124: if test $ac_count -gt ${ac_path_GREP_max-0}; then cannam@124: # Best one so far, save it but keep looking for a better one cannam@124: ac_cv_path_GREP="$ac_path_GREP" cannam@124: ac_path_GREP_max=$ac_count cannam@124: fi cannam@124: # 10*(2^10) chars as input seems more than enough cannam@124: test $ac_count -gt 10 && break cannam@124: done cannam@124: rm -f conftest.in conftest.tmp conftest.nl conftest.out;; cannam@124: esac cannam@124: cannam@124: $ac_path_GREP_found && break 3 cannam@124: done cannam@124: done cannam@124: done cannam@124: IFS=$as_save_IFS cannam@124: if test -z "$ac_cv_path_GREP"; then cannam@124: as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 cannam@124: fi cannam@124: else cannam@124: ac_cv_path_GREP=$GREP cannam@124: fi cannam@124: cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 cannam@124: $as_echo "$ac_cv_path_GREP" >&6; } cannam@124: GREP="$ac_cv_path_GREP" cannam@124: cannam@124: cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 cannam@124: $as_echo_n "checking for egrep... " >&6; } cannam@124: if ${ac_cv_path_EGREP+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 cannam@124: then ac_cv_path_EGREP="$GREP -E" cannam@124: else cannam@124: if test -z "$EGREP"; then cannam@124: ac_path_EGREP_found=false cannam@124: # Loop through the user's path and test for each of PROGNAME-LIST cannam@124: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@124: for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin cannam@124: do cannam@124: IFS=$as_save_IFS cannam@124: test -z "$as_dir" && as_dir=. cannam@124: for ac_prog in egrep; do cannam@124: for ac_exec_ext in '' $ac_executable_extensions; do cannam@124: ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" cannam@124: { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue cannam@124: # Check for GNU ac_path_EGREP and select it if it is found. cannam@124: # Check for GNU $ac_path_EGREP cannam@124: case `"$ac_path_EGREP" --version 2>&1` in cannam@124: *GNU*) cannam@124: ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; cannam@124: *) cannam@124: ac_count=0 cannam@124: $as_echo_n 0123456789 >"conftest.in" cannam@124: while : cannam@124: do cannam@124: cat "conftest.in" "conftest.in" >"conftest.tmp" cannam@124: mv "conftest.tmp" "conftest.in" cannam@124: cp "conftest.in" "conftest.nl" cannam@124: $as_echo 'EGREP' >> "conftest.nl" cannam@124: "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break cannam@124: diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break cannam@124: as_fn_arith $ac_count + 1 && ac_count=$as_val cannam@124: if test $ac_count -gt ${ac_path_EGREP_max-0}; then cannam@124: # Best one so far, save it but keep looking for a better one cannam@124: ac_cv_path_EGREP="$ac_path_EGREP" cannam@124: ac_path_EGREP_max=$ac_count cannam@124: fi cannam@124: # 10*(2^10) chars as input seems more than enough cannam@124: test $ac_count -gt 10 && break cannam@124: done cannam@124: rm -f conftest.in conftest.tmp conftest.nl conftest.out;; cannam@124: esac cannam@124: cannam@124: $ac_path_EGREP_found && break 3 cannam@124: done cannam@124: done cannam@124: done cannam@124: IFS=$as_save_IFS cannam@124: if test -z "$ac_cv_path_EGREP"; then cannam@124: as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 cannam@124: fi cannam@124: else cannam@124: ac_cv_path_EGREP=$EGREP cannam@124: fi cannam@124: cannam@124: fi cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 cannam@124: $as_echo "$ac_cv_path_EGREP" >&6; } cannam@124: EGREP="$ac_cv_path_EGREP" cannam@124: cannam@124: cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5 cannam@124: $as_echo_n "checking for fgrep... " >&6; } cannam@124: if ${ac_cv_path_FGREP+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1 cannam@124: then ac_cv_path_FGREP="$GREP -F" cannam@124: else cannam@124: if test -z "$FGREP"; then cannam@124: ac_path_FGREP_found=false cannam@124: # Loop through the user's path and test for each of PROGNAME-LIST cannam@124: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@124: for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin cannam@124: do cannam@124: IFS=$as_save_IFS cannam@124: test -z "$as_dir" && as_dir=. cannam@124: for ac_prog in fgrep; do cannam@124: for ac_exec_ext in '' $ac_executable_extensions; do cannam@124: ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext" cannam@124: { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue cannam@124: # Check for GNU ac_path_FGREP and select it if it is found. cannam@124: # Check for GNU $ac_path_FGREP cannam@124: case `"$ac_path_FGREP" --version 2>&1` in cannam@124: *GNU*) cannam@124: ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;; cannam@124: *) cannam@124: ac_count=0 cannam@124: $as_echo_n 0123456789 >"conftest.in" cannam@124: while : cannam@124: do cannam@124: cat "conftest.in" "conftest.in" >"conftest.tmp" cannam@124: mv "conftest.tmp" "conftest.in" cannam@124: cp "conftest.in" "conftest.nl" cannam@124: $as_echo 'FGREP' >> "conftest.nl" cannam@124: "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break cannam@124: diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break cannam@124: as_fn_arith $ac_count + 1 && ac_count=$as_val cannam@124: if test $ac_count -gt ${ac_path_FGREP_max-0}; then cannam@124: # Best one so far, save it but keep looking for a better one cannam@124: ac_cv_path_FGREP="$ac_path_FGREP" cannam@124: ac_path_FGREP_max=$ac_count cannam@124: fi cannam@124: # 10*(2^10) chars as input seems more than enough cannam@124: test $ac_count -gt 10 && break cannam@124: done cannam@124: rm -f conftest.in conftest.tmp conftest.nl conftest.out;; cannam@124: esac cannam@124: cannam@124: $ac_path_FGREP_found && break 3 cannam@124: done cannam@124: done cannam@124: done cannam@124: IFS=$as_save_IFS cannam@124: if test -z "$ac_cv_path_FGREP"; then cannam@124: as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 cannam@124: fi cannam@124: else cannam@124: ac_cv_path_FGREP=$FGREP cannam@124: fi cannam@124: cannam@124: fi cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5 cannam@124: $as_echo "$ac_cv_path_FGREP" >&6; } cannam@124: FGREP="$ac_cv_path_FGREP" cannam@124: cannam@124: cannam@124: test -z "$GREP" && GREP=grep cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: # Check whether --with-gnu-ld was given. cannam@124: if test "${with_gnu_ld+set}" = set; then : cannam@124: withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes cannam@124: else cannam@124: with_gnu_ld=no cannam@124: fi cannam@124: cannam@124: ac_prog=ld cannam@124: if test "$GCC" = yes; then cannam@124: # Check if gcc -print-prog-name=ld gives a path. cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5 cannam@124: $as_echo_n "checking for ld used by $CC... " >&6; } cannam@124: case $host in cannam@124: *-*-mingw*) cannam@124: # gcc leaves a trailing carriage return which upsets mingw cannam@124: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; cannam@124: *) cannam@124: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; cannam@124: esac cannam@124: case $ac_prog in cannam@124: # Accept absolute paths. cannam@124: [\\/]* | ?:[\\/]*) cannam@124: re_direlt='/[^/][^/]*/\.\./' cannam@124: # Canonicalize the pathname of ld cannam@124: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` cannam@124: while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do cannam@124: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` cannam@124: done cannam@124: test -z "$LD" && LD="$ac_prog" cannam@124: ;; cannam@124: "") cannam@124: # If it fails, then pretend we aren't using GCC. cannam@124: ac_prog=ld cannam@124: ;; cannam@124: *) cannam@124: # If it is relative, then search for the first ld in PATH. cannam@124: with_gnu_ld=unknown cannam@124: ;; cannam@124: esac cannam@124: elif test "$with_gnu_ld" = yes; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 cannam@124: $as_echo_n "checking for GNU ld... " >&6; } cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 cannam@124: $as_echo_n "checking for non-GNU ld... " >&6; } cannam@124: fi cannam@124: if ${lt_cv_path_LD+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: if test -z "$LD"; then cannam@124: lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR cannam@124: for ac_dir in $PATH; do cannam@124: IFS="$lt_save_ifs" cannam@124: test -z "$ac_dir" && ac_dir=. cannam@124: if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then cannam@124: lt_cv_path_LD="$ac_dir/$ac_prog" cannam@124: # Check to see if the program is GNU ld. I'd rather use --version, cannam@124: # but apparently some variants of GNU ld only accept -v. cannam@124: # Break only if it was the GNU/non-GNU ld that we prefer. cannam@124: case `"$lt_cv_path_LD" -v 2>&1 &5 cannam@124: $as_echo "$LD" >&6; } cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@124: $as_echo "no" >&6; } cannam@124: fi cannam@124: test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 cannam@124: $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } cannam@124: if ${lt_cv_prog_gnu_ld+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: # I'd rather use --version here, but apparently some GNU lds only accept -v. cannam@124: case `$LD -v 2>&1 &5 cannam@124: $as_echo "$lt_cv_prog_gnu_ld" >&6; } cannam@124: with_gnu_ld=$lt_cv_prog_gnu_ld cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5 cannam@124: $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; } cannam@124: if ${lt_cv_path_NM+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: if test -n "$NM"; then cannam@124: # Let the user override the test. cannam@124: lt_cv_path_NM="$NM" cannam@124: else cannam@124: lt_nm_to_check="${ac_tool_prefix}nm" cannam@124: if test -n "$ac_tool_prefix" && test "$build" = "$host"; then cannam@124: lt_nm_to_check="$lt_nm_to_check nm" cannam@124: fi cannam@124: for lt_tmp_nm in $lt_nm_to_check; do cannam@124: lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR cannam@124: for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do cannam@124: IFS="$lt_save_ifs" cannam@124: test -z "$ac_dir" && ac_dir=. cannam@124: tmp_nm="$ac_dir/$lt_tmp_nm" cannam@124: if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then cannam@124: # Check to see if the nm accepts a BSD-compat flag. cannam@124: # Adding the `sed 1q' prevents false positives on HP-UX, which says: cannam@124: # nm: unknown option "B" ignored cannam@124: # Tru64's nm complains that /dev/null is an invalid object file cannam@124: case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in cannam@124: */dev/null* | *'Invalid file or object type'*) cannam@124: lt_cv_path_NM="$tmp_nm -B" cannam@124: break cannam@124: ;; cannam@124: *) cannam@124: case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in cannam@124: */dev/null*) cannam@124: lt_cv_path_NM="$tmp_nm -p" cannam@124: break cannam@124: ;; cannam@124: *) cannam@124: lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but cannam@124: continue # so that we can try to find one that supports BSD flags cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: esac cannam@124: fi cannam@124: done cannam@124: IFS="$lt_save_ifs" cannam@124: done cannam@124: : ${lt_cv_path_NM=no} cannam@124: fi cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5 cannam@124: $as_echo "$lt_cv_path_NM" >&6; } cannam@124: if test "$lt_cv_path_NM" != "no"; then cannam@124: NM="$lt_cv_path_NM" cannam@124: else cannam@124: # Didn't find any BSD compatible name lister, look for dumpbin. cannam@124: if test -n "$DUMPBIN"; then : cannam@124: # Let the user override the test. cannam@124: else cannam@124: if test -n "$ac_tool_prefix"; then cannam@124: for ac_prog in dumpbin "link -dump" cannam@124: do cannam@124: # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. cannam@124: set dummy $ac_tool_prefix$ac_prog; ac_word=$2 cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@124: $as_echo_n "checking for $ac_word... " >&6; } cannam@124: if ${ac_cv_prog_DUMPBIN+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: if test -n "$DUMPBIN"; then cannam@124: ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test. cannam@124: else cannam@124: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@124: for as_dir in $PATH cannam@124: do cannam@124: IFS=$as_save_IFS cannam@124: test -z "$as_dir" && as_dir=. cannam@124: for ac_exec_ext in '' $ac_executable_extensions; do cannam@124: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@124: ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@124: break 2 cannam@124: fi cannam@124: done cannam@124: done cannam@124: IFS=$as_save_IFS cannam@124: cannam@124: fi cannam@124: fi cannam@124: DUMPBIN=$ac_cv_prog_DUMPBIN cannam@124: if test -n "$DUMPBIN"; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5 cannam@124: $as_echo "$DUMPBIN" >&6; } cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@124: $as_echo "no" >&6; } cannam@124: fi cannam@124: cannam@124: cannam@124: test -n "$DUMPBIN" && break cannam@124: done cannam@124: fi cannam@124: if test -z "$DUMPBIN"; then cannam@124: ac_ct_DUMPBIN=$DUMPBIN cannam@124: for ac_prog in dumpbin "link -dump" cannam@124: do cannam@124: # Extract the first word of "$ac_prog", so it can be a program name with args. cannam@124: set dummy $ac_prog; ac_word=$2 cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@124: $as_echo_n "checking for $ac_word... " >&6; } cannam@124: if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: if test -n "$ac_ct_DUMPBIN"; then cannam@124: ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test. cannam@124: else cannam@124: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@124: for as_dir in $PATH cannam@124: do cannam@124: IFS=$as_save_IFS cannam@124: test -z "$as_dir" && as_dir=. cannam@124: for ac_exec_ext in '' $ac_executable_extensions; do cannam@124: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@124: ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@124: break 2 cannam@124: fi cannam@124: done cannam@124: done cannam@124: IFS=$as_save_IFS cannam@124: cannam@124: fi cannam@124: fi cannam@124: ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN cannam@124: if test -n "$ac_ct_DUMPBIN"; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5 cannam@124: $as_echo "$ac_ct_DUMPBIN" >&6; } cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@124: $as_echo "no" >&6; } cannam@124: fi cannam@124: cannam@124: cannam@124: test -n "$ac_ct_DUMPBIN" && break cannam@124: done cannam@124: cannam@124: if test "x$ac_ct_DUMPBIN" = x; then cannam@124: DUMPBIN=":" cannam@124: else cannam@124: case $cross_compiling:$ac_tool_warned in cannam@124: yes:) cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 cannam@124: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} cannam@124: ac_tool_warned=yes ;; cannam@124: esac cannam@124: DUMPBIN=$ac_ct_DUMPBIN cannam@124: fi cannam@124: fi cannam@124: cannam@124: case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in cannam@124: *COFF*) cannam@124: DUMPBIN="$DUMPBIN -symbols" cannam@124: ;; cannam@124: *) cannam@124: DUMPBIN=: cannam@124: ;; cannam@124: esac cannam@124: fi cannam@124: cannam@124: if test "$DUMPBIN" != ":"; then cannam@124: NM="$DUMPBIN" cannam@124: fi cannam@124: fi cannam@124: test -z "$NM" && NM=nm cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5 cannam@124: $as_echo_n "checking the name lister ($NM) interface... " >&6; } cannam@124: if ${lt_cv_nm_interface+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: lt_cv_nm_interface="BSD nm" cannam@124: echo "int some_variable = 0;" > conftest.$ac_ext cannam@124: (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5) cannam@124: (eval "$ac_compile" 2>conftest.err) cannam@124: cat conftest.err >&5 cannam@124: (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5) cannam@124: (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) cannam@124: cat conftest.err >&5 cannam@124: (eval echo "\"\$as_me:$LINENO: output\"" >&5) cannam@124: cat conftest.out >&5 cannam@124: if $GREP 'External.*some_variable' conftest.out > /dev/null; then cannam@124: lt_cv_nm_interface="MS dumpbin" cannam@124: fi cannam@124: rm -f conftest* cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5 cannam@124: $as_echo "$lt_cv_nm_interface" >&6; } cannam@124: cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 cannam@124: $as_echo_n "checking whether ln -s works... " >&6; } cannam@124: LN_S=$as_ln_s cannam@124: if test "$LN_S" = "ln -s"; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 cannam@124: $as_echo "yes" >&6; } cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5 cannam@124: $as_echo "no, using $LN_S" >&6; } cannam@124: fi cannam@124: cannam@124: # find the maximum length of command line arguments cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5 cannam@124: $as_echo_n "checking the maximum length of command line arguments... " >&6; } cannam@124: if ${lt_cv_sys_max_cmd_len+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: i=0 cannam@124: teststring="ABCD" cannam@124: cannam@124: case $build_os in cannam@124: msdosdjgpp*) cannam@124: # On DJGPP, this test can blow up pretty badly due to problems in libc cannam@124: # (any single argument exceeding 2000 bytes causes a buffer overrun cannam@124: # during glob expansion). Even if it were fixed, the result of this cannam@124: # check would be larger than it should be. cannam@124: lt_cv_sys_max_cmd_len=12288; # 12K is about right cannam@124: ;; cannam@124: cannam@124: gnu*) cannam@124: # Under GNU Hurd, this test is not required because there is cannam@124: # no limit to the length of command line arguments. cannam@124: # Libtool will interpret -1 as no limit whatsoever cannam@124: lt_cv_sys_max_cmd_len=-1; cannam@124: ;; cannam@124: cannam@124: cygwin* | mingw* | cegcc*) cannam@124: # On Win9x/ME, this test blows up -- it succeeds, but takes cannam@124: # about 5 minutes as the teststring grows exponentially. cannam@124: # Worse, since 9x/ME are not pre-emptively multitasking, cannam@124: # you end up with a "frozen" computer, even though with patience cannam@124: # the test eventually succeeds (with a max line length of 256k). cannam@124: # Instead, let's just punt: use the minimum linelength reported by cannam@124: # all of the supported platforms: 8192 (on NT/2K/XP). cannam@124: lt_cv_sys_max_cmd_len=8192; cannam@124: ;; cannam@124: cannam@124: mint*) cannam@124: # On MiNT this can take a long time and run out of memory. cannam@124: lt_cv_sys_max_cmd_len=8192; cannam@124: ;; cannam@124: cannam@124: amigaos*) cannam@124: # On AmigaOS with pdksh, this test takes hours, literally. cannam@124: # So we just punt and use a minimum line length of 8192. cannam@124: lt_cv_sys_max_cmd_len=8192; cannam@124: ;; cannam@124: cannam@124: netbsd* | freebsd* | openbsd* | darwin* | dragonfly*) cannam@124: # This has been around since 386BSD, at least. Likely further. cannam@124: if test -x /sbin/sysctl; then cannam@124: lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` cannam@124: elif test -x /usr/sbin/sysctl; then cannam@124: lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` cannam@124: else cannam@124: lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs cannam@124: fi cannam@124: # And add a safety zone cannam@124: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` cannam@124: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` cannam@124: ;; cannam@124: cannam@124: interix*) cannam@124: # We know the value 262144 and hardcode it with a safety zone (like BSD) cannam@124: lt_cv_sys_max_cmd_len=196608 cannam@124: ;; cannam@124: cannam@124: osf*) cannam@124: # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure cannam@124: # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not cannam@124: # nice to cause kernel panics so lets avoid the loop below. cannam@124: # First set a reasonable default. cannam@124: lt_cv_sys_max_cmd_len=16384 cannam@124: # cannam@124: if test -x /sbin/sysconfig; then cannam@124: case `/sbin/sysconfig -q proc exec_disable_arg_limit` in cannam@124: *1*) lt_cv_sys_max_cmd_len=-1 ;; cannam@124: esac cannam@124: fi cannam@124: ;; cannam@124: sco3.2v5*) cannam@124: lt_cv_sys_max_cmd_len=102400 cannam@124: ;; cannam@124: sysv5* | sco5v6* | sysv4.2uw2*) cannam@124: kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` cannam@124: if test -n "$kargmax"; then cannam@124: lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` cannam@124: else cannam@124: lt_cv_sys_max_cmd_len=32768 cannam@124: fi cannam@124: ;; cannam@124: *) cannam@124: lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` cannam@124: if test -n "$lt_cv_sys_max_cmd_len"; then cannam@124: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` cannam@124: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` cannam@124: else cannam@124: # Make teststring a little bigger before we do anything with it. cannam@124: # a 1K string should be a reasonable start. cannam@124: for i in 1 2 3 4 5 6 7 8 ; do cannam@124: teststring=$teststring$teststring cannam@124: done cannam@124: SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} cannam@124: # If test is not a shell built-in, we'll probably end up computing a cannam@124: # maximum length that is only half of the actual maximum length, but cannam@124: # we can't tell. cannam@124: while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \ cannam@124: = "X$teststring$teststring"; } >/dev/null 2>&1 && cannam@124: test $i != 17 # 1/2 MB should be enough cannam@124: do cannam@124: i=`expr $i + 1` cannam@124: teststring=$teststring$teststring cannam@124: done cannam@124: # Only check the string length outside the loop. cannam@124: lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` cannam@124: teststring= cannam@124: # Add a significant safety factor because C++ compilers can tack on cannam@124: # massive amounts of additional arguments before passing them to the cannam@124: # linker. It appears as though 1/2 is a usable value. cannam@124: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` cannam@124: fi cannam@124: ;; cannam@124: esac cannam@124: cannam@124: fi cannam@124: cannam@124: if test -n $lt_cv_sys_max_cmd_len ; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5 cannam@124: $as_echo "$lt_cv_sys_max_cmd_len" >&6; } cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5 cannam@124: $as_echo "none" >&6; } cannam@124: fi cannam@124: max_cmd_len=$lt_cv_sys_max_cmd_len cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: : ${CP="cp -f"} cannam@124: : ${MV="mv -f"} cannam@124: : ${RM="rm -f"} cannam@124: cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5 cannam@124: $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; } cannam@124: # Try some XSI features cannam@124: xsi_shell=no cannam@124: ( _lt_dummy="a/b/c" cannam@124: test "${_lt_dummy##*/},${_lt_dummy%/*},${_lt_dummy#??}"${_lt_dummy%"$_lt_dummy"}, \ cannam@124: = c,a/b,b/c, \ cannam@124: && eval 'test $(( 1 + 1 )) -eq 2 \ cannam@124: && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ cannam@124: && xsi_shell=yes cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5 cannam@124: $as_echo "$xsi_shell" >&6; } cannam@124: cannam@124: cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5 cannam@124: $as_echo_n "checking whether the shell understands \"+=\"... " >&6; } cannam@124: lt_shell_append=no cannam@124: ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \ cannam@124: >/dev/null 2>&1 \ cannam@124: && lt_shell_append=yes cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5 cannam@124: $as_echo "$lt_shell_append" >&6; } cannam@124: cannam@124: cannam@124: if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then cannam@124: lt_unset=unset cannam@124: else cannam@124: lt_unset=false cannam@124: fi cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: # test EBCDIC or ASCII cannam@124: case `echo X|tr X '\101'` in cannam@124: A) # ASCII based system cannam@124: # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr cannam@124: lt_SP2NL='tr \040 \012' cannam@124: lt_NL2SP='tr \015\012 \040\040' cannam@124: ;; cannam@124: *) # EBCDIC based system cannam@124: lt_SP2NL='tr \100 \n' cannam@124: lt_NL2SP='tr \r\n \100\100' cannam@124: ;; cannam@124: esac cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5 cannam@124: $as_echo_n "checking how to convert $build file names to $host format... " >&6; } cannam@124: if ${lt_cv_to_host_file_cmd+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: case $host in cannam@124: *-*-mingw* ) cannam@124: case $build in cannam@124: *-*-mingw* ) # actually msys cannam@124: lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32 cannam@124: ;; cannam@124: *-*-cygwin* ) cannam@124: lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32 cannam@124: ;; cannam@124: * ) # otherwise, assume *nix cannam@124: lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32 cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: *-*-cygwin* ) cannam@124: case $build in cannam@124: *-*-mingw* ) # actually msys cannam@124: lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin cannam@124: ;; cannam@124: *-*-cygwin* ) cannam@124: lt_cv_to_host_file_cmd=func_convert_file_noop cannam@124: ;; cannam@124: * ) # otherwise, assume *nix cannam@124: lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: * ) # unhandled hosts (and "normal" native builds) cannam@124: lt_cv_to_host_file_cmd=func_convert_file_noop cannam@124: ;; cannam@124: esac cannam@124: cannam@124: fi cannam@124: cannam@124: to_host_file_cmd=$lt_cv_to_host_file_cmd cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5 cannam@124: $as_echo "$lt_cv_to_host_file_cmd" >&6; } cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5 cannam@124: $as_echo_n "checking how to convert $build file names to toolchain format... " >&6; } cannam@124: if ${lt_cv_to_tool_file_cmd+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: #assume ordinary cross tools, or native build. cannam@124: lt_cv_to_tool_file_cmd=func_convert_file_noop cannam@124: case $host in cannam@124: *-*-mingw* ) cannam@124: case $build in cannam@124: *-*-mingw* ) # actually msys cannam@124: lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32 cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: esac cannam@124: cannam@124: fi cannam@124: cannam@124: to_tool_file_cmd=$lt_cv_to_tool_file_cmd cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5 cannam@124: $as_echo "$lt_cv_to_tool_file_cmd" >&6; } cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 cannam@124: $as_echo_n "checking for $LD option to reload object files... " >&6; } cannam@124: if ${lt_cv_ld_reload_flag+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: lt_cv_ld_reload_flag='-r' cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5 cannam@124: $as_echo "$lt_cv_ld_reload_flag" >&6; } cannam@124: reload_flag=$lt_cv_ld_reload_flag cannam@124: case $reload_flag in cannam@124: "" | " "*) ;; cannam@124: *) reload_flag=" $reload_flag" ;; cannam@124: esac cannam@124: reload_cmds='$LD$reload_flag -o $output$reload_objs' cannam@124: case $host_os in cannam@124: cygwin* | mingw* | pw32* | cegcc*) cannam@124: if test "$GCC" != yes; then cannam@124: reload_cmds=false cannam@124: fi cannam@124: ;; cannam@124: darwin*) cannam@124: if test "$GCC" = yes; then cannam@124: reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' cannam@124: else cannam@124: reload_cmds='$LD$reload_flag -o $output$reload_objs' cannam@124: fi cannam@124: ;; cannam@124: esac cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: if test -n "$ac_tool_prefix"; then cannam@124: # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. cannam@124: set dummy ${ac_tool_prefix}objdump; ac_word=$2 cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@124: $as_echo_n "checking for $ac_word... " >&6; } cannam@124: if ${ac_cv_prog_OBJDUMP+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: if test -n "$OBJDUMP"; then cannam@124: ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. cannam@124: else cannam@124: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@124: for as_dir in $PATH cannam@124: do cannam@124: IFS=$as_save_IFS cannam@124: test -z "$as_dir" && as_dir=. cannam@124: for ac_exec_ext in '' $ac_executable_extensions; do cannam@124: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@124: ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@124: break 2 cannam@124: fi cannam@124: done cannam@124: done cannam@124: IFS=$as_save_IFS cannam@124: cannam@124: fi cannam@124: fi cannam@124: OBJDUMP=$ac_cv_prog_OBJDUMP cannam@124: if test -n "$OBJDUMP"; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5 cannam@124: $as_echo "$OBJDUMP" >&6; } cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@124: $as_echo "no" >&6; } cannam@124: fi cannam@124: cannam@124: cannam@124: fi cannam@124: if test -z "$ac_cv_prog_OBJDUMP"; then cannam@124: ac_ct_OBJDUMP=$OBJDUMP cannam@124: # Extract the first word of "objdump", so it can be a program name with args. cannam@124: set dummy objdump; ac_word=$2 cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@124: $as_echo_n "checking for $ac_word... " >&6; } cannam@124: if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: if test -n "$ac_ct_OBJDUMP"; then cannam@124: ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. cannam@124: else cannam@124: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@124: for as_dir in $PATH cannam@124: do cannam@124: IFS=$as_save_IFS cannam@124: test -z "$as_dir" && as_dir=. cannam@124: for ac_exec_ext in '' $ac_executable_extensions; do cannam@124: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@124: ac_cv_prog_ac_ct_OBJDUMP="objdump" cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@124: break 2 cannam@124: fi cannam@124: done cannam@124: done cannam@124: IFS=$as_save_IFS cannam@124: cannam@124: fi cannam@124: fi cannam@124: ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP cannam@124: if test -n "$ac_ct_OBJDUMP"; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5 cannam@124: $as_echo "$ac_ct_OBJDUMP" >&6; } cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@124: $as_echo "no" >&6; } cannam@124: fi cannam@124: cannam@124: if test "x$ac_ct_OBJDUMP" = x; then cannam@124: OBJDUMP="false" cannam@124: else cannam@124: case $cross_compiling:$ac_tool_warned in cannam@124: yes:) cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 cannam@124: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} cannam@124: ac_tool_warned=yes ;; cannam@124: esac cannam@124: OBJDUMP=$ac_ct_OBJDUMP cannam@124: fi cannam@124: else cannam@124: OBJDUMP="$ac_cv_prog_OBJDUMP" cannam@124: fi cannam@124: cannam@124: test -z "$OBJDUMP" && OBJDUMP=objdump cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5 cannam@124: $as_echo_n "checking how to recognize dependent libraries... " >&6; } cannam@124: if ${lt_cv_deplibs_check_method+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: lt_cv_file_magic_cmd='$MAGIC_CMD' cannam@124: lt_cv_file_magic_test_file= cannam@124: lt_cv_deplibs_check_method='unknown' cannam@124: # Need to set the preceding variable on all platforms that support cannam@124: # interlibrary dependencies. cannam@124: # 'none' -- dependencies not supported. cannam@124: # `unknown' -- same as none, but documents that we really don't know. cannam@124: # 'pass_all' -- all dependencies passed with no checks. cannam@124: # 'test_compile' -- check by making test program. cannam@124: # 'file_magic [[regex]]' -- check by looking for files in library path cannam@124: # which responds to the $file_magic_cmd with a given extended regex. cannam@124: # If you have `file' or equivalent on your system and you're not sure cannam@124: # whether `pass_all' will *always* work, you probably want this one. cannam@124: cannam@124: case $host_os in cannam@124: aix[4-9]*) cannam@124: lt_cv_deplibs_check_method=pass_all cannam@124: ;; cannam@124: cannam@124: beos*) cannam@124: lt_cv_deplibs_check_method=pass_all cannam@124: ;; cannam@124: cannam@124: bsdi[45]*) cannam@124: lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' cannam@124: lt_cv_file_magic_cmd='/usr/bin/file -L' cannam@124: lt_cv_file_magic_test_file=/shlib/libc.so cannam@124: ;; cannam@124: cannam@124: cygwin*) cannam@124: # func_win32_libid is a shell function defined in ltmain.sh cannam@124: lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' cannam@124: lt_cv_file_magic_cmd='func_win32_libid' cannam@124: ;; cannam@124: cannam@124: mingw* | pw32*) cannam@124: # Base MSYS/MinGW do not provide the 'file' command needed by cannam@124: # func_win32_libid shell function, so use a weaker test based on 'objdump', cannam@124: # unless we find 'file', for example because we are cross-compiling. cannam@124: # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin. cannam@124: if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then cannam@124: lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' cannam@124: lt_cv_file_magic_cmd='func_win32_libid' cannam@124: else cannam@124: # Keep this pattern in sync with the one in func_win32_libid. cannam@124: lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' cannam@124: lt_cv_file_magic_cmd='$OBJDUMP -f' cannam@124: fi cannam@124: ;; cannam@124: cannam@124: cegcc*) cannam@124: # use the weaker test based on 'objdump'. See mingw*. cannam@124: lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' cannam@124: lt_cv_file_magic_cmd='$OBJDUMP -f' cannam@124: ;; cannam@124: cannam@124: darwin* | rhapsody*) cannam@124: lt_cv_deplibs_check_method=pass_all cannam@124: ;; cannam@124: cannam@124: freebsd* | dragonfly*) cannam@124: if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then cannam@124: case $host_cpu in cannam@124: i*86 ) cannam@124: # Not sure whether the presence of OpenBSD here was a mistake. cannam@124: # Let's accept both of them until this is cleared up. cannam@124: lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library' cannam@124: lt_cv_file_magic_cmd=/usr/bin/file cannam@124: lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` cannam@124: ;; cannam@124: esac cannam@124: else cannam@124: lt_cv_deplibs_check_method=pass_all cannam@124: fi cannam@124: ;; cannam@124: cannam@124: gnu*) cannam@124: lt_cv_deplibs_check_method=pass_all cannam@124: ;; cannam@124: cannam@124: haiku*) cannam@124: lt_cv_deplibs_check_method=pass_all cannam@124: ;; cannam@124: cannam@124: hpux10.20* | hpux11*) cannam@124: lt_cv_file_magic_cmd=/usr/bin/file cannam@124: case $host_cpu in cannam@124: ia64*) cannam@124: lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' cannam@124: lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so cannam@124: ;; cannam@124: hppa*64*) cannam@124: 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]' cannam@124: lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl cannam@124: ;; cannam@124: *) cannam@124: lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library' cannam@124: lt_cv_file_magic_test_file=/usr/lib/libc.sl cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: cannam@124: interix[3-9]*) cannam@124: # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here cannam@124: lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$' cannam@124: ;; cannam@124: cannam@124: irix5* | irix6* | nonstopux*) cannam@124: case $LD in cannam@124: *-32|*"-32 ") libmagic=32-bit;; cannam@124: *-n32|*"-n32 ") libmagic=N32;; cannam@124: *-64|*"-64 ") libmagic=64-bit;; cannam@124: *) libmagic=never-match;; cannam@124: esac cannam@124: lt_cv_deplibs_check_method=pass_all cannam@124: ;; cannam@124: cannam@124: # This must be Linux ELF. cannam@124: linux* | k*bsd*-gnu | kopensolaris*-gnu) cannam@124: lt_cv_deplibs_check_method=pass_all cannam@124: ;; cannam@124: cannam@124: netbsd* | netbsdelf*-gnu) cannam@124: if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then cannam@124: lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' cannam@124: else cannam@124: lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$' cannam@124: fi cannam@124: ;; cannam@124: cannam@124: newos6*) cannam@124: lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)' cannam@124: lt_cv_file_magic_cmd=/usr/bin/file cannam@124: lt_cv_file_magic_test_file=/usr/lib/libnls.so cannam@124: ;; cannam@124: cannam@124: *nto* | *qnx*) cannam@124: lt_cv_deplibs_check_method=pass_all cannam@124: ;; cannam@124: cannam@124: openbsd*) cannam@124: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then cannam@124: lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' cannam@124: else cannam@124: lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' cannam@124: fi cannam@124: ;; cannam@124: cannam@124: osf3* | osf4* | osf5*) cannam@124: lt_cv_deplibs_check_method=pass_all cannam@124: ;; cannam@124: cannam@124: rdos*) cannam@124: lt_cv_deplibs_check_method=pass_all cannam@124: ;; cannam@124: cannam@124: solaris*) cannam@124: lt_cv_deplibs_check_method=pass_all cannam@124: ;; cannam@124: cannam@124: sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) cannam@124: lt_cv_deplibs_check_method=pass_all cannam@124: ;; cannam@124: cannam@124: sysv4 | sysv4.3*) cannam@124: case $host_vendor in cannam@124: motorola) cannam@124: 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]' cannam@124: lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` cannam@124: ;; cannam@124: ncr) cannam@124: lt_cv_deplibs_check_method=pass_all cannam@124: ;; cannam@124: sequent) cannam@124: lt_cv_file_magic_cmd='/bin/file' cannam@124: lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' cannam@124: ;; cannam@124: sni) cannam@124: lt_cv_file_magic_cmd='/bin/file' cannam@124: lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib" cannam@124: lt_cv_file_magic_test_file=/lib/libc.so cannam@124: ;; cannam@124: siemens) cannam@124: lt_cv_deplibs_check_method=pass_all cannam@124: ;; cannam@124: pc) cannam@124: lt_cv_deplibs_check_method=pass_all cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: cannam@124: tpf*) cannam@124: lt_cv_deplibs_check_method=pass_all cannam@124: ;; cannam@124: esac cannam@124: cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 cannam@124: $as_echo "$lt_cv_deplibs_check_method" >&6; } cannam@124: cannam@124: file_magic_glob= cannam@124: want_nocaseglob=no cannam@124: if test "$build" = "$host"; then cannam@124: case $host_os in cannam@124: mingw* | pw32*) cannam@124: if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then cannam@124: want_nocaseglob=yes cannam@124: else cannam@124: file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"` cannam@124: fi cannam@124: ;; cannam@124: esac cannam@124: fi cannam@124: cannam@124: file_magic_cmd=$lt_cv_file_magic_cmd cannam@124: deplibs_check_method=$lt_cv_deplibs_check_method cannam@124: test -z "$deplibs_check_method" && deplibs_check_method=unknown cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: if test -n "$ac_tool_prefix"; then cannam@124: # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args. cannam@124: set dummy ${ac_tool_prefix}dlltool; ac_word=$2 cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@124: $as_echo_n "checking for $ac_word... " >&6; } cannam@124: if ${ac_cv_prog_DLLTOOL+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: if test -n "$DLLTOOL"; then cannam@124: ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test. cannam@124: else cannam@124: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@124: for as_dir in $PATH cannam@124: do cannam@124: IFS=$as_save_IFS cannam@124: test -z "$as_dir" && as_dir=. cannam@124: for ac_exec_ext in '' $ac_executable_extensions; do cannam@124: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@124: ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@124: break 2 cannam@124: fi cannam@124: done cannam@124: done cannam@124: IFS=$as_save_IFS cannam@124: cannam@124: fi cannam@124: fi cannam@124: DLLTOOL=$ac_cv_prog_DLLTOOL cannam@124: if test -n "$DLLTOOL"; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5 cannam@124: $as_echo "$DLLTOOL" >&6; } cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@124: $as_echo "no" >&6; } cannam@124: fi cannam@124: cannam@124: cannam@124: fi cannam@124: if test -z "$ac_cv_prog_DLLTOOL"; then cannam@124: ac_ct_DLLTOOL=$DLLTOOL cannam@124: # Extract the first word of "dlltool", so it can be a program name with args. cannam@124: set dummy dlltool; ac_word=$2 cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@124: $as_echo_n "checking for $ac_word... " >&6; } cannam@124: if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: if test -n "$ac_ct_DLLTOOL"; then cannam@124: ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test. cannam@124: else cannam@124: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@124: for as_dir in $PATH cannam@124: do cannam@124: IFS=$as_save_IFS cannam@124: test -z "$as_dir" && as_dir=. cannam@124: for ac_exec_ext in '' $ac_executable_extensions; do cannam@124: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@124: ac_cv_prog_ac_ct_DLLTOOL="dlltool" cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@124: break 2 cannam@124: fi cannam@124: done cannam@124: done cannam@124: IFS=$as_save_IFS cannam@124: cannam@124: fi cannam@124: fi cannam@124: ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL cannam@124: if test -n "$ac_ct_DLLTOOL"; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5 cannam@124: $as_echo "$ac_ct_DLLTOOL" >&6; } cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@124: $as_echo "no" >&6; } cannam@124: fi cannam@124: cannam@124: if test "x$ac_ct_DLLTOOL" = x; then cannam@124: DLLTOOL="false" cannam@124: else cannam@124: case $cross_compiling:$ac_tool_warned in cannam@124: yes:) cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 cannam@124: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} cannam@124: ac_tool_warned=yes ;; cannam@124: esac cannam@124: DLLTOOL=$ac_ct_DLLTOOL cannam@124: fi cannam@124: else cannam@124: DLLTOOL="$ac_cv_prog_DLLTOOL" cannam@124: fi cannam@124: cannam@124: test -z "$DLLTOOL" && DLLTOOL=dlltool cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5 cannam@124: $as_echo_n "checking how to associate runtime and link libraries... " >&6; } cannam@124: if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: lt_cv_sharedlib_from_linklib_cmd='unknown' cannam@124: cannam@124: case $host_os in cannam@124: cygwin* | mingw* | pw32* | cegcc*) cannam@124: # two different shell functions defined in ltmain.sh cannam@124: # decide which to use based on capabilities of $DLLTOOL cannam@124: case `$DLLTOOL --help 2>&1` in cannam@124: *--identify-strict*) cannam@124: lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib cannam@124: ;; cannam@124: *) cannam@124: lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: *) cannam@124: # fallback: assume linklib IS sharedlib cannam@124: lt_cv_sharedlib_from_linklib_cmd="$ECHO" cannam@124: ;; cannam@124: esac cannam@124: cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5 cannam@124: $as_echo "$lt_cv_sharedlib_from_linklib_cmd" >&6; } cannam@124: sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd cannam@124: test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: if test -n "$ac_tool_prefix"; then cannam@124: for ac_prog in ar cannam@124: do cannam@124: # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. cannam@124: set dummy $ac_tool_prefix$ac_prog; ac_word=$2 cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@124: $as_echo_n "checking for $ac_word... " >&6; } cannam@124: if ${ac_cv_prog_AR+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: if test -n "$AR"; then cannam@124: ac_cv_prog_AR="$AR" # Let the user override the test. cannam@124: else cannam@124: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@124: for as_dir in $PATH cannam@124: do cannam@124: IFS=$as_save_IFS cannam@124: test -z "$as_dir" && as_dir=. cannam@124: for ac_exec_ext in '' $ac_executable_extensions; do cannam@124: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@124: ac_cv_prog_AR="$ac_tool_prefix$ac_prog" cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@124: break 2 cannam@124: fi cannam@124: done cannam@124: done cannam@124: IFS=$as_save_IFS cannam@124: cannam@124: fi cannam@124: fi cannam@124: AR=$ac_cv_prog_AR cannam@124: if test -n "$AR"; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 cannam@124: $as_echo "$AR" >&6; } cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@124: $as_echo "no" >&6; } cannam@124: fi cannam@124: cannam@124: cannam@124: test -n "$AR" && break cannam@124: done cannam@124: fi cannam@124: if test -z "$AR"; then cannam@124: ac_ct_AR=$AR cannam@124: for ac_prog in ar cannam@124: do cannam@124: # Extract the first word of "$ac_prog", so it can be a program name with args. cannam@124: set dummy $ac_prog; ac_word=$2 cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@124: $as_echo_n "checking for $ac_word... " >&6; } cannam@124: if ${ac_cv_prog_ac_ct_AR+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: if test -n "$ac_ct_AR"; then cannam@124: ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. cannam@124: else cannam@124: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@124: for as_dir in $PATH cannam@124: do cannam@124: IFS=$as_save_IFS cannam@124: test -z "$as_dir" && as_dir=. cannam@124: for ac_exec_ext in '' $ac_executable_extensions; do cannam@124: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@124: ac_cv_prog_ac_ct_AR="$ac_prog" cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@124: break 2 cannam@124: fi cannam@124: done cannam@124: done cannam@124: IFS=$as_save_IFS cannam@124: cannam@124: fi cannam@124: fi cannam@124: ac_ct_AR=$ac_cv_prog_ac_ct_AR cannam@124: if test -n "$ac_ct_AR"; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 cannam@124: $as_echo "$ac_ct_AR" >&6; } cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@124: $as_echo "no" >&6; } cannam@124: fi cannam@124: cannam@124: cannam@124: test -n "$ac_ct_AR" && break cannam@124: done cannam@124: cannam@124: if test "x$ac_ct_AR" = x; then cannam@124: AR="false" cannam@124: else cannam@124: case $cross_compiling:$ac_tool_warned in cannam@124: yes:) cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 cannam@124: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} cannam@124: ac_tool_warned=yes ;; cannam@124: esac cannam@124: AR=$ac_ct_AR cannam@124: fi cannam@124: fi cannam@124: cannam@124: : ${AR=ar} cannam@124: : ${AR_FLAGS=cru} cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5 cannam@124: $as_echo_n "checking for archiver @FILE support... " >&6; } cannam@124: if ${lt_cv_ar_at_file+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: lt_cv_ar_at_file=no cannam@124: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@124: /* end confdefs.h. */ cannam@124: cannam@124: int cannam@124: main () cannam@124: { cannam@124: cannam@124: ; cannam@124: return 0; cannam@124: } cannam@124: _ACEOF cannam@124: if ac_fn_c_try_compile "$LINENO"; then : cannam@124: echo conftest.$ac_objext > conftest.lst cannam@124: lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5' cannam@124: { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 cannam@124: (eval $lt_ar_try) 2>&5 cannam@124: ac_status=$? cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@124: test $ac_status = 0; } cannam@124: if test "$ac_status" -eq 0; then cannam@124: # Ensure the archiver fails upon bogus file names. cannam@124: rm -f conftest.$ac_objext libconftest.a cannam@124: { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 cannam@124: (eval $lt_ar_try) 2>&5 cannam@124: ac_status=$? cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@124: test $ac_status = 0; } cannam@124: if test "$ac_status" -ne 0; then cannam@124: lt_cv_ar_at_file=@ cannam@124: fi cannam@124: fi cannam@124: rm -f conftest.* libconftest.a cannam@124: cannam@124: fi cannam@124: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext cannam@124: cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5 cannam@124: $as_echo "$lt_cv_ar_at_file" >&6; } cannam@124: cannam@124: if test "x$lt_cv_ar_at_file" = xno; then cannam@124: archiver_list_spec= cannam@124: else cannam@124: archiver_list_spec=$lt_cv_ar_at_file cannam@124: fi cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: if test -n "$ac_tool_prefix"; then cannam@124: # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. cannam@124: set dummy ${ac_tool_prefix}strip; ac_word=$2 cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@124: $as_echo_n "checking for $ac_word... " >&6; } cannam@124: if ${ac_cv_prog_STRIP+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: if test -n "$STRIP"; then cannam@124: ac_cv_prog_STRIP="$STRIP" # Let the user override the test. cannam@124: else cannam@124: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@124: for as_dir in $PATH cannam@124: do cannam@124: IFS=$as_save_IFS cannam@124: test -z "$as_dir" && as_dir=. cannam@124: for ac_exec_ext in '' $ac_executable_extensions; do cannam@124: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@124: ac_cv_prog_STRIP="${ac_tool_prefix}strip" cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@124: break 2 cannam@124: fi cannam@124: done cannam@124: done cannam@124: IFS=$as_save_IFS cannam@124: cannam@124: fi cannam@124: fi cannam@124: STRIP=$ac_cv_prog_STRIP cannam@124: if test -n "$STRIP"; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 cannam@124: $as_echo "$STRIP" >&6; } cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@124: $as_echo "no" >&6; } cannam@124: fi cannam@124: cannam@124: cannam@124: fi cannam@124: if test -z "$ac_cv_prog_STRIP"; then cannam@124: ac_ct_STRIP=$STRIP cannam@124: # Extract the first word of "strip", so it can be a program name with args. cannam@124: set dummy strip; ac_word=$2 cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@124: $as_echo_n "checking for $ac_word... " >&6; } cannam@124: if ${ac_cv_prog_ac_ct_STRIP+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: if test -n "$ac_ct_STRIP"; then cannam@124: ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. cannam@124: else cannam@124: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@124: for as_dir in $PATH cannam@124: do cannam@124: IFS=$as_save_IFS cannam@124: test -z "$as_dir" && as_dir=. cannam@124: for ac_exec_ext in '' $ac_executable_extensions; do cannam@124: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@124: ac_cv_prog_ac_ct_STRIP="strip" cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@124: break 2 cannam@124: fi cannam@124: done cannam@124: done cannam@124: IFS=$as_save_IFS cannam@124: cannam@124: fi cannam@124: fi cannam@124: ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP cannam@124: if test -n "$ac_ct_STRIP"; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 cannam@124: $as_echo "$ac_ct_STRIP" >&6; } cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@124: $as_echo "no" >&6; } cannam@124: fi cannam@124: cannam@124: if test "x$ac_ct_STRIP" = x; then cannam@124: STRIP=":" cannam@124: else cannam@124: case $cross_compiling:$ac_tool_warned in cannam@124: yes:) cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 cannam@124: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} cannam@124: ac_tool_warned=yes ;; cannam@124: esac cannam@124: STRIP=$ac_ct_STRIP cannam@124: fi cannam@124: else cannam@124: STRIP="$ac_cv_prog_STRIP" cannam@124: fi cannam@124: cannam@124: test -z "$STRIP" && STRIP=: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: if test -n "$ac_tool_prefix"; then cannam@124: # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. cannam@124: set dummy ${ac_tool_prefix}ranlib; ac_word=$2 cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@124: $as_echo_n "checking for $ac_word... " >&6; } cannam@124: if ${ac_cv_prog_RANLIB+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: if test -n "$RANLIB"; then cannam@124: ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. cannam@124: else cannam@124: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@124: for as_dir in $PATH cannam@124: do cannam@124: IFS=$as_save_IFS cannam@124: test -z "$as_dir" && as_dir=. cannam@124: for ac_exec_ext in '' $ac_executable_extensions; do cannam@124: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@124: ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@124: break 2 cannam@124: fi cannam@124: done cannam@124: done cannam@124: IFS=$as_save_IFS cannam@124: cannam@124: fi cannam@124: fi cannam@124: RANLIB=$ac_cv_prog_RANLIB cannam@124: if test -n "$RANLIB"; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 cannam@124: $as_echo "$RANLIB" >&6; } cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@124: $as_echo "no" >&6; } cannam@124: fi cannam@124: cannam@124: cannam@124: fi cannam@124: if test -z "$ac_cv_prog_RANLIB"; then cannam@124: ac_ct_RANLIB=$RANLIB cannam@124: # Extract the first word of "ranlib", so it can be a program name with args. cannam@124: set dummy ranlib; ac_word=$2 cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@124: $as_echo_n "checking for $ac_word... " >&6; } cannam@124: if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: if test -n "$ac_ct_RANLIB"; then cannam@124: ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. cannam@124: else cannam@124: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@124: for as_dir in $PATH cannam@124: do cannam@124: IFS=$as_save_IFS cannam@124: test -z "$as_dir" && as_dir=. cannam@124: for ac_exec_ext in '' $ac_executable_extensions; do cannam@124: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@124: ac_cv_prog_ac_ct_RANLIB="ranlib" cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@124: break 2 cannam@124: fi cannam@124: done cannam@124: done cannam@124: IFS=$as_save_IFS cannam@124: cannam@124: fi cannam@124: fi cannam@124: ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB cannam@124: if test -n "$ac_ct_RANLIB"; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 cannam@124: $as_echo "$ac_ct_RANLIB" >&6; } cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@124: $as_echo "no" >&6; } cannam@124: fi cannam@124: cannam@124: if test "x$ac_ct_RANLIB" = x; then cannam@124: RANLIB=":" cannam@124: else cannam@124: case $cross_compiling:$ac_tool_warned in cannam@124: yes:) cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 cannam@124: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} cannam@124: ac_tool_warned=yes ;; cannam@124: esac cannam@124: RANLIB=$ac_ct_RANLIB cannam@124: fi cannam@124: else cannam@124: RANLIB="$ac_cv_prog_RANLIB" cannam@124: fi cannam@124: cannam@124: test -z "$RANLIB" && RANLIB=: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: # Determine commands to create old-style static archives. cannam@124: old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' cannam@124: old_postinstall_cmds='chmod 644 $oldlib' cannam@124: old_postuninstall_cmds= cannam@124: cannam@124: if test -n "$RANLIB"; then cannam@124: case $host_os in cannam@124: openbsd*) cannam@124: old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib" cannam@124: ;; cannam@124: *) cannam@124: old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib" cannam@124: ;; cannam@124: esac cannam@124: old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" cannam@124: fi cannam@124: cannam@124: case $host_os in cannam@124: darwin*) cannam@124: lock_old_archive_extraction=yes ;; cannam@124: *) cannam@124: lock_old_archive_extraction=no ;; cannam@124: esac cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: # If no C compiler was specified, use CC. cannam@124: LTCC=${LTCC-"$CC"} cannam@124: cannam@124: # If no C compiler flags were specified, use CFLAGS. cannam@124: LTCFLAGS=${LTCFLAGS-"$CFLAGS"} cannam@124: cannam@124: # Allow CC to be a program name with arguments. cannam@124: compiler=$CC cannam@124: cannam@124: cannam@124: # Check for command to grab the raw symbol name followed by C symbol from nm. cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5 cannam@124: $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; } cannam@124: if ${lt_cv_sys_global_symbol_pipe+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: cannam@124: # These are sane defaults that work on at least a few old systems. cannam@124: # [They come from Ultrix. What could be older than Ultrix?!! ;)] cannam@124: cannam@124: # Character class describing NM global symbol codes. cannam@124: symcode='[BCDEGRST]' cannam@124: cannam@124: # Regexp to match symbols that can be accessed directly from C. cannam@124: sympat='\([_A-Za-z][_A-Za-z0-9]*\)' cannam@124: cannam@124: # Define system-specific variables. cannam@124: case $host_os in cannam@124: aix*) cannam@124: symcode='[BCDT]' cannam@124: ;; cannam@124: cygwin* | mingw* | pw32* | cegcc*) cannam@124: symcode='[ABCDGISTW]' cannam@124: ;; cannam@124: hpux*) cannam@124: if test "$host_cpu" = ia64; then cannam@124: symcode='[ABCDEGRST]' cannam@124: fi cannam@124: ;; cannam@124: irix* | nonstopux*) cannam@124: symcode='[BCDEGRST]' cannam@124: ;; cannam@124: osf*) cannam@124: symcode='[BCDEGQRST]' cannam@124: ;; cannam@124: solaris*) cannam@124: symcode='[BDRT]' cannam@124: ;; cannam@124: sco3.2v5*) cannam@124: symcode='[DT]' cannam@124: ;; cannam@124: sysv4.2uw2*) cannam@124: symcode='[DT]' cannam@124: ;; cannam@124: sysv5* | sco5v6* | unixware* | OpenUNIX*) cannam@124: symcode='[ABDT]' cannam@124: ;; cannam@124: sysv4) cannam@124: symcode='[DFNSTU]' cannam@124: ;; cannam@124: esac cannam@124: cannam@124: # If we're using GNU nm, then use its standard symbol codes. cannam@124: case `$NM -V 2>&1` in cannam@124: *GNU* | *'with BFD'*) cannam@124: symcode='[ABCDGIRSTW]' ;; cannam@124: esac cannam@124: cannam@124: # Transform an extracted symbol line into a proper C declaration. cannam@124: # Some systems (esp. on ia64) link data and code symbols differently, cannam@124: # so use this general approach. cannam@124: lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" cannam@124: cannam@124: # Transform an extracted symbol line into symbol name and symbol address cannam@124: lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\)[ ]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'" cannam@124: 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'" cannam@124: cannam@124: # Handle CRLF in mingw tool chain cannam@124: opt_cr= cannam@124: case $build_os in cannam@124: mingw*) cannam@124: opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp cannam@124: ;; cannam@124: esac cannam@124: cannam@124: # Try without a prefix underscore, then with it. cannam@124: for ac_symprfx in "" "_"; do cannam@124: cannam@124: # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. cannam@124: symxfrm="\\1 $ac_symprfx\\2 \\2" cannam@124: cannam@124: # Write the raw and C identifiers. cannam@124: if test "$lt_cv_nm_interface" = "MS dumpbin"; then cannam@124: # Fake it for dumpbin and say T for any non-static function cannam@124: # and D for any global variable. cannam@124: # Also find C++ and __fastcall symbols from MSVC++, cannam@124: # which start with @ or ?. cannam@124: lt_cv_sys_global_symbol_pipe="$AWK '"\ cannam@124: " {last_section=section; section=\$ 3};"\ cannam@124: " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ cannam@124: " \$ 0!~/External *\|/{next};"\ cannam@124: " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ cannam@124: " {if(hide[section]) next};"\ cannam@124: " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\ cannam@124: " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\ cannam@124: " s[1]~/^[@?]/{print s[1], s[1]; next};"\ cannam@124: " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\ cannam@124: " ' prfx=^$ac_symprfx" cannam@124: else cannam@124: lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" cannam@124: fi cannam@124: lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'" cannam@124: cannam@124: # Check to see that the pipe works correctly. cannam@124: pipe_works=no cannam@124: cannam@124: rm -f conftest* cannam@124: cat > conftest.$ac_ext <<_LT_EOF cannam@124: #ifdef __cplusplus cannam@124: extern "C" { cannam@124: #endif cannam@124: char nm_test_var; cannam@124: void nm_test_func(void); cannam@124: void nm_test_func(void){} cannam@124: #ifdef __cplusplus cannam@124: } cannam@124: #endif cannam@124: int main(){nm_test_var='a';nm_test_func();return(0);} cannam@124: _LT_EOF cannam@124: cannam@124: if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 cannam@124: (eval $ac_compile) 2>&5 cannam@124: ac_status=$? cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@124: test $ac_status = 0; }; then cannam@124: # Now try to grab the symbols. cannam@124: nlist=conftest.nm cannam@124: if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5 cannam@124: (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5 cannam@124: ac_status=$? cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@124: test $ac_status = 0; } && test -s "$nlist"; then cannam@124: # Try sorting and uniquifying the output. cannam@124: if sort "$nlist" | uniq > "$nlist"T; then cannam@124: mv -f "$nlist"T "$nlist" cannam@124: else cannam@124: rm -f "$nlist"T cannam@124: fi cannam@124: cannam@124: # Make sure that we snagged all the symbols we need. cannam@124: if $GREP ' nm_test_var$' "$nlist" >/dev/null; then cannam@124: if $GREP ' nm_test_func$' "$nlist" >/dev/null; then cannam@124: cat <<_LT_EOF > conftest.$ac_ext cannam@124: /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ cannam@124: #if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE) cannam@124: /* DATA imports from DLLs on WIN32 con't be const, because runtime cannam@124: relocations are performed -- see ld's documentation on pseudo-relocs. */ cannam@124: # define LT_DLSYM_CONST cannam@124: #elif defined(__osf__) cannam@124: /* This system does not cope well with relocations in const data. */ cannam@124: # define LT_DLSYM_CONST cannam@124: #else cannam@124: # define LT_DLSYM_CONST const cannam@124: #endif cannam@124: cannam@124: #ifdef __cplusplus cannam@124: extern "C" { cannam@124: #endif cannam@124: cannam@124: _LT_EOF cannam@124: # Now generate the symbol file. cannam@124: eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' cannam@124: cannam@124: cat <<_LT_EOF >> conftest.$ac_ext cannam@124: cannam@124: /* The mapping between symbol names and symbols. */ cannam@124: LT_DLSYM_CONST struct { cannam@124: const char *name; cannam@124: void *address; cannam@124: } cannam@124: lt__PROGRAM__LTX_preloaded_symbols[] = cannam@124: { cannam@124: { "@PROGRAM@", (void *) 0 }, cannam@124: _LT_EOF cannam@124: $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext cannam@124: cat <<\_LT_EOF >> conftest.$ac_ext cannam@124: {0, (void *) 0} cannam@124: }; cannam@124: cannam@124: /* This works around a problem in FreeBSD linker */ cannam@124: #ifdef FREEBSD_WORKAROUND cannam@124: static const void *lt_preloaded_setup() { cannam@124: return lt__PROGRAM__LTX_preloaded_symbols; cannam@124: } cannam@124: #endif cannam@124: cannam@124: #ifdef __cplusplus cannam@124: } cannam@124: #endif cannam@124: _LT_EOF cannam@124: # Now try linking the two files. cannam@124: mv conftest.$ac_objext conftstm.$ac_objext cannam@124: lt_globsym_save_LIBS=$LIBS cannam@124: lt_globsym_save_CFLAGS=$CFLAGS cannam@124: LIBS="conftstm.$ac_objext" cannam@124: CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" cannam@124: if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 cannam@124: (eval $ac_link) 2>&5 cannam@124: ac_status=$? cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@124: test $ac_status = 0; } && test -s conftest${ac_exeext}; then cannam@124: pipe_works=yes cannam@124: fi cannam@124: LIBS=$lt_globsym_save_LIBS cannam@124: CFLAGS=$lt_globsym_save_CFLAGS cannam@124: else cannam@124: echo "cannot find nm_test_func in $nlist" >&5 cannam@124: fi cannam@124: else cannam@124: echo "cannot find nm_test_var in $nlist" >&5 cannam@124: fi cannam@124: else cannam@124: echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5 cannam@124: fi cannam@124: else cannam@124: echo "$progname: failed program was:" >&5 cannam@124: cat conftest.$ac_ext >&5 cannam@124: fi cannam@124: rm -rf conftest* conftst* cannam@124: cannam@124: # Do not use the global_symbol_pipe unless it works. cannam@124: if test "$pipe_works" = yes; then cannam@124: break cannam@124: else cannam@124: lt_cv_sys_global_symbol_pipe= cannam@124: fi cannam@124: done cannam@124: cannam@124: fi cannam@124: cannam@124: if test -z "$lt_cv_sys_global_symbol_pipe"; then cannam@124: lt_cv_sys_global_symbol_to_cdecl= cannam@124: fi cannam@124: if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5 cannam@124: $as_echo "failed" >&6; } cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 cannam@124: $as_echo "ok" >&6; } cannam@124: fi cannam@124: cannam@124: # Response file support. cannam@124: if test "$lt_cv_nm_interface" = "MS dumpbin"; then cannam@124: nm_file_list_spec='@' cannam@124: elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then cannam@124: nm_file_list_spec='@' cannam@124: fi cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5 cannam@124: $as_echo_n "checking for sysroot... " >&6; } cannam@124: cannam@124: # Check whether --with-sysroot was given. cannam@124: if test "${with_sysroot+set}" = set; then : cannam@124: withval=$with_sysroot; cannam@124: else cannam@124: with_sysroot=no cannam@124: fi cannam@124: cannam@124: cannam@124: lt_sysroot= cannam@124: case ${with_sysroot} in #( cannam@124: yes) cannam@124: if test "$GCC" = yes; then cannam@124: lt_sysroot=`$CC --print-sysroot 2>/dev/null` cannam@124: fi cannam@124: ;; #( cannam@124: /*) cannam@124: lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` cannam@124: ;; #( cannam@124: no|'') cannam@124: ;; #( cannam@124: *) cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${with_sysroot}" >&5 cannam@124: $as_echo "${with_sysroot}" >&6; } cannam@124: as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5 cannam@124: ;; cannam@124: esac cannam@124: cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5 cannam@124: $as_echo "${lt_sysroot:-no}" >&6; } cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: # Check whether --enable-libtool-lock was given. cannam@124: if test "${enable_libtool_lock+set}" = set; then : cannam@124: enableval=$enable_libtool_lock; cannam@124: fi cannam@124: cannam@124: test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes cannam@124: cannam@124: # Some flags need to be propagated to the compiler or linker for good cannam@124: # libtool support. cannam@124: case $host in cannam@124: ia64-*-hpux*) cannam@124: # Find out which ABI we are using. cannam@124: echo 'int i;' > conftest.$ac_ext cannam@124: if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 cannam@124: (eval $ac_compile) 2>&5 cannam@124: ac_status=$? cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@124: test $ac_status = 0; }; then cannam@124: case `/usr/bin/file conftest.$ac_objext` in cannam@124: *ELF-32*) cannam@124: HPUX_IA64_MODE="32" cannam@124: ;; cannam@124: *ELF-64*) cannam@124: HPUX_IA64_MODE="64" cannam@124: ;; cannam@124: esac cannam@124: fi cannam@124: rm -rf conftest* cannam@124: ;; cannam@124: *-*-irix6*) cannam@124: # Find out which ABI we are using. cannam@124: echo '#line '$LINENO' "configure"' > conftest.$ac_ext cannam@124: if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 cannam@124: (eval $ac_compile) 2>&5 cannam@124: ac_status=$? cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@124: test $ac_status = 0; }; then cannam@124: if test "$lt_cv_prog_gnu_ld" = yes; then cannam@124: case `/usr/bin/file conftest.$ac_objext` in cannam@124: *32-bit*) cannam@124: LD="${LD-ld} -melf32bsmip" cannam@124: ;; cannam@124: *N32*) cannam@124: LD="${LD-ld} -melf32bmipn32" cannam@124: ;; cannam@124: *64-bit*) cannam@124: LD="${LD-ld} -melf64bmip" cannam@124: ;; cannam@124: esac cannam@124: else cannam@124: case `/usr/bin/file conftest.$ac_objext` in cannam@124: *32-bit*) cannam@124: LD="${LD-ld} -32" cannam@124: ;; cannam@124: *N32*) cannam@124: LD="${LD-ld} -n32" cannam@124: ;; cannam@124: *64-bit*) cannam@124: LD="${LD-ld} -64" cannam@124: ;; cannam@124: esac cannam@124: fi cannam@124: fi cannam@124: rm -rf conftest* cannam@124: ;; cannam@124: cannam@124: x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ cannam@124: s390*-*linux*|s390*-*tpf*|sparc*-*linux*) cannam@124: # Find out which ABI we are using. cannam@124: echo 'int i;' > conftest.$ac_ext cannam@124: if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 cannam@124: (eval $ac_compile) 2>&5 cannam@124: ac_status=$? cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@124: test $ac_status = 0; }; then cannam@124: case `/usr/bin/file conftest.o` in cannam@124: *32-bit*) cannam@124: case $host in cannam@124: x86_64-*kfreebsd*-gnu) cannam@124: LD="${LD-ld} -m elf_i386_fbsd" cannam@124: ;; cannam@124: x86_64-*linux*) cannam@124: LD="${LD-ld} -m elf_i386" cannam@124: ;; cannam@124: ppc64-*linux*|powerpc64-*linux*) cannam@124: LD="${LD-ld} -m elf32ppclinux" cannam@124: ;; cannam@124: s390x-*linux*) cannam@124: LD="${LD-ld} -m elf_s390" cannam@124: ;; cannam@124: sparc64-*linux*) cannam@124: LD="${LD-ld} -m elf32_sparc" cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: *64-bit*) cannam@124: case $host in cannam@124: x86_64-*kfreebsd*-gnu) cannam@124: LD="${LD-ld} -m elf_x86_64_fbsd" cannam@124: ;; cannam@124: x86_64-*linux*) cannam@124: LD="${LD-ld} -m elf_x86_64" cannam@124: ;; cannam@124: ppc*-*linux*|powerpc*-*linux*) cannam@124: LD="${LD-ld} -m elf64ppc" cannam@124: ;; cannam@124: s390*-*linux*|s390*-*tpf*) cannam@124: LD="${LD-ld} -m elf64_s390" cannam@124: ;; cannam@124: sparc*-*linux*) cannam@124: LD="${LD-ld} -m elf64_sparc" cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: esac cannam@124: fi cannam@124: rm -rf conftest* cannam@124: ;; cannam@124: cannam@124: *-*-sco3.2v5*) cannam@124: # On SCO OpenServer 5, we need -belf to get full-featured binaries. cannam@124: SAVE_CFLAGS="$CFLAGS" cannam@124: CFLAGS="$CFLAGS -belf" cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5 cannam@124: $as_echo_n "checking whether the C compiler needs -belf... " >&6; } cannam@124: if ${lt_cv_cc_needs_belf+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: ac_ext=c cannam@124: ac_cpp='$CPP $CPPFLAGS' cannam@124: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' cannam@124: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' cannam@124: ac_compiler_gnu=$ac_cv_c_compiler_gnu cannam@124: cannam@124: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@124: /* end confdefs.h. */ cannam@124: cannam@124: int cannam@124: main () cannam@124: { cannam@124: cannam@124: ; cannam@124: return 0; cannam@124: } cannam@124: _ACEOF cannam@124: if ac_fn_c_try_link "$LINENO"; then : cannam@124: lt_cv_cc_needs_belf=yes cannam@124: else cannam@124: lt_cv_cc_needs_belf=no cannam@124: fi cannam@124: rm -f core conftest.err conftest.$ac_objext \ cannam@124: conftest$ac_exeext conftest.$ac_ext cannam@124: ac_ext=c cannam@124: ac_cpp='$CPP $CPPFLAGS' cannam@124: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' cannam@124: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' cannam@124: ac_compiler_gnu=$ac_cv_c_compiler_gnu cannam@124: cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5 cannam@124: $as_echo "$lt_cv_cc_needs_belf" >&6; } cannam@124: if test x"$lt_cv_cc_needs_belf" != x"yes"; then cannam@124: # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf cannam@124: CFLAGS="$SAVE_CFLAGS" cannam@124: fi cannam@124: ;; cannam@124: sparc*-*solaris*) cannam@124: # Find out which ABI we are using. cannam@124: echo 'int i;' > conftest.$ac_ext cannam@124: if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 cannam@124: (eval $ac_compile) 2>&5 cannam@124: ac_status=$? cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@124: test $ac_status = 0; }; then cannam@124: case `/usr/bin/file conftest.o` in cannam@124: *64-bit*) cannam@124: case $lt_cv_prog_gnu_ld in cannam@124: yes*) LD="${LD-ld} -m elf64_sparc" ;; cannam@124: *) cannam@124: if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then cannam@124: LD="${LD-ld} -64" cannam@124: fi cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: esac cannam@124: fi cannam@124: rm -rf conftest* cannam@124: ;; cannam@124: esac cannam@124: cannam@124: need_locks="$enable_libtool_lock" cannam@124: cannam@124: if test -n "$ac_tool_prefix"; then cannam@124: # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args. cannam@124: set dummy ${ac_tool_prefix}mt; ac_word=$2 cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@124: $as_echo_n "checking for $ac_word... " >&6; } cannam@124: if ${ac_cv_prog_MANIFEST_TOOL+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: if test -n "$MANIFEST_TOOL"; then cannam@124: ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test. cannam@124: else cannam@124: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@124: for as_dir in $PATH cannam@124: do cannam@124: IFS=$as_save_IFS cannam@124: test -z "$as_dir" && as_dir=. cannam@124: for ac_exec_ext in '' $ac_executable_extensions; do cannam@124: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@124: ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt" cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@124: break 2 cannam@124: fi cannam@124: done cannam@124: done cannam@124: IFS=$as_save_IFS cannam@124: cannam@124: fi cannam@124: fi cannam@124: MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL cannam@124: if test -n "$MANIFEST_TOOL"; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5 cannam@124: $as_echo "$MANIFEST_TOOL" >&6; } cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@124: $as_echo "no" >&6; } cannam@124: fi cannam@124: cannam@124: cannam@124: fi cannam@124: if test -z "$ac_cv_prog_MANIFEST_TOOL"; then cannam@124: ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL cannam@124: # Extract the first word of "mt", so it can be a program name with args. cannam@124: set dummy mt; ac_word=$2 cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@124: $as_echo_n "checking for $ac_word... " >&6; } cannam@124: if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: if test -n "$ac_ct_MANIFEST_TOOL"; then cannam@124: ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test. cannam@124: else cannam@124: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@124: for as_dir in $PATH cannam@124: do cannam@124: IFS=$as_save_IFS cannam@124: test -z "$as_dir" && as_dir=. cannam@124: for ac_exec_ext in '' $ac_executable_extensions; do cannam@124: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@124: ac_cv_prog_ac_ct_MANIFEST_TOOL="mt" cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@124: break 2 cannam@124: fi cannam@124: done cannam@124: done cannam@124: IFS=$as_save_IFS cannam@124: cannam@124: fi cannam@124: fi cannam@124: ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL cannam@124: if test -n "$ac_ct_MANIFEST_TOOL"; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5 cannam@124: $as_echo "$ac_ct_MANIFEST_TOOL" >&6; } cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@124: $as_echo "no" >&6; } cannam@124: fi cannam@124: cannam@124: if test "x$ac_ct_MANIFEST_TOOL" = x; then cannam@124: MANIFEST_TOOL=":" cannam@124: else cannam@124: case $cross_compiling:$ac_tool_warned in cannam@124: yes:) cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 cannam@124: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} cannam@124: ac_tool_warned=yes ;; cannam@124: esac cannam@124: MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL cannam@124: fi cannam@124: else cannam@124: MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL" cannam@124: fi cannam@124: cannam@124: test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5 cannam@124: $as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; } cannam@124: if ${lt_cv_path_mainfest_tool+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: lt_cv_path_mainfest_tool=no cannam@124: echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5 cannam@124: $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out cannam@124: cat conftest.err >&5 cannam@124: if $GREP 'Manifest Tool' conftest.out > /dev/null; then cannam@124: lt_cv_path_mainfest_tool=yes cannam@124: fi cannam@124: rm -f conftest* cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5 cannam@124: $as_echo "$lt_cv_path_mainfest_tool" >&6; } cannam@124: if test "x$lt_cv_path_mainfest_tool" != xyes; then cannam@124: MANIFEST_TOOL=: cannam@124: fi cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: case $host_os in cannam@124: rhapsody* | darwin*) cannam@124: if test -n "$ac_tool_prefix"; then cannam@124: # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args. cannam@124: set dummy ${ac_tool_prefix}dsymutil; ac_word=$2 cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@124: $as_echo_n "checking for $ac_word... " >&6; } cannam@124: if ${ac_cv_prog_DSYMUTIL+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: if test -n "$DSYMUTIL"; then cannam@124: ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test. cannam@124: else cannam@124: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@124: for as_dir in $PATH cannam@124: do cannam@124: IFS=$as_save_IFS cannam@124: test -z "$as_dir" && as_dir=. cannam@124: for ac_exec_ext in '' $ac_executable_extensions; do cannam@124: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@124: ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@124: break 2 cannam@124: fi cannam@124: done cannam@124: done cannam@124: IFS=$as_save_IFS cannam@124: cannam@124: fi cannam@124: fi cannam@124: DSYMUTIL=$ac_cv_prog_DSYMUTIL cannam@124: if test -n "$DSYMUTIL"; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5 cannam@124: $as_echo "$DSYMUTIL" >&6; } cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@124: $as_echo "no" >&6; } cannam@124: fi cannam@124: cannam@124: cannam@124: fi cannam@124: if test -z "$ac_cv_prog_DSYMUTIL"; then cannam@124: ac_ct_DSYMUTIL=$DSYMUTIL cannam@124: # Extract the first word of "dsymutil", so it can be a program name with args. cannam@124: set dummy dsymutil; ac_word=$2 cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@124: $as_echo_n "checking for $ac_word... " >&6; } cannam@124: if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: if test -n "$ac_ct_DSYMUTIL"; then cannam@124: ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test. cannam@124: else cannam@124: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@124: for as_dir in $PATH cannam@124: do cannam@124: IFS=$as_save_IFS cannam@124: test -z "$as_dir" && as_dir=. cannam@124: for ac_exec_ext in '' $ac_executable_extensions; do cannam@124: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@124: ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@124: break 2 cannam@124: fi cannam@124: done cannam@124: done cannam@124: IFS=$as_save_IFS cannam@124: cannam@124: fi cannam@124: fi cannam@124: ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL cannam@124: if test -n "$ac_ct_DSYMUTIL"; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5 cannam@124: $as_echo "$ac_ct_DSYMUTIL" >&6; } cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@124: $as_echo "no" >&6; } cannam@124: fi cannam@124: cannam@124: if test "x$ac_ct_DSYMUTIL" = x; then cannam@124: DSYMUTIL=":" cannam@124: else cannam@124: case $cross_compiling:$ac_tool_warned in cannam@124: yes:) cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 cannam@124: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} cannam@124: ac_tool_warned=yes ;; cannam@124: esac cannam@124: DSYMUTIL=$ac_ct_DSYMUTIL cannam@124: fi cannam@124: else cannam@124: DSYMUTIL="$ac_cv_prog_DSYMUTIL" cannam@124: fi cannam@124: cannam@124: if test -n "$ac_tool_prefix"; then cannam@124: # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args. cannam@124: set dummy ${ac_tool_prefix}nmedit; ac_word=$2 cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@124: $as_echo_n "checking for $ac_word... " >&6; } cannam@124: if ${ac_cv_prog_NMEDIT+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: if test -n "$NMEDIT"; then cannam@124: ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test. cannam@124: else cannam@124: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@124: for as_dir in $PATH cannam@124: do cannam@124: IFS=$as_save_IFS cannam@124: test -z "$as_dir" && as_dir=. cannam@124: for ac_exec_ext in '' $ac_executable_extensions; do cannam@124: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@124: ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@124: break 2 cannam@124: fi cannam@124: done cannam@124: done cannam@124: IFS=$as_save_IFS cannam@124: cannam@124: fi cannam@124: fi cannam@124: NMEDIT=$ac_cv_prog_NMEDIT cannam@124: if test -n "$NMEDIT"; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5 cannam@124: $as_echo "$NMEDIT" >&6; } cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@124: $as_echo "no" >&6; } cannam@124: fi cannam@124: cannam@124: cannam@124: fi cannam@124: if test -z "$ac_cv_prog_NMEDIT"; then cannam@124: ac_ct_NMEDIT=$NMEDIT cannam@124: # Extract the first word of "nmedit", so it can be a program name with args. cannam@124: set dummy nmedit; ac_word=$2 cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@124: $as_echo_n "checking for $ac_word... " >&6; } cannam@124: if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: if test -n "$ac_ct_NMEDIT"; then cannam@124: ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test. cannam@124: else cannam@124: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@124: for as_dir in $PATH cannam@124: do cannam@124: IFS=$as_save_IFS cannam@124: test -z "$as_dir" && as_dir=. cannam@124: for ac_exec_ext in '' $ac_executable_extensions; do cannam@124: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@124: ac_cv_prog_ac_ct_NMEDIT="nmedit" cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@124: break 2 cannam@124: fi cannam@124: done cannam@124: done cannam@124: IFS=$as_save_IFS cannam@124: cannam@124: fi cannam@124: fi cannam@124: ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT cannam@124: if test -n "$ac_ct_NMEDIT"; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5 cannam@124: $as_echo "$ac_ct_NMEDIT" >&6; } cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@124: $as_echo "no" >&6; } cannam@124: fi cannam@124: cannam@124: if test "x$ac_ct_NMEDIT" = x; then cannam@124: NMEDIT=":" cannam@124: else cannam@124: case $cross_compiling:$ac_tool_warned in cannam@124: yes:) cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 cannam@124: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} cannam@124: ac_tool_warned=yes ;; cannam@124: esac cannam@124: NMEDIT=$ac_ct_NMEDIT cannam@124: fi cannam@124: else cannam@124: NMEDIT="$ac_cv_prog_NMEDIT" cannam@124: fi cannam@124: cannam@124: if test -n "$ac_tool_prefix"; then cannam@124: # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args. cannam@124: set dummy ${ac_tool_prefix}lipo; ac_word=$2 cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@124: $as_echo_n "checking for $ac_word... " >&6; } cannam@124: if ${ac_cv_prog_LIPO+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: if test -n "$LIPO"; then cannam@124: ac_cv_prog_LIPO="$LIPO" # Let the user override the test. cannam@124: else cannam@124: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@124: for as_dir in $PATH cannam@124: do cannam@124: IFS=$as_save_IFS cannam@124: test -z "$as_dir" && as_dir=. cannam@124: for ac_exec_ext in '' $ac_executable_extensions; do cannam@124: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@124: ac_cv_prog_LIPO="${ac_tool_prefix}lipo" cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@124: break 2 cannam@124: fi cannam@124: done cannam@124: done cannam@124: IFS=$as_save_IFS cannam@124: cannam@124: fi cannam@124: fi cannam@124: LIPO=$ac_cv_prog_LIPO cannam@124: if test -n "$LIPO"; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5 cannam@124: $as_echo "$LIPO" >&6; } cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@124: $as_echo "no" >&6; } cannam@124: fi cannam@124: cannam@124: cannam@124: fi cannam@124: if test -z "$ac_cv_prog_LIPO"; then cannam@124: ac_ct_LIPO=$LIPO cannam@124: # Extract the first word of "lipo", so it can be a program name with args. cannam@124: set dummy lipo; ac_word=$2 cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@124: $as_echo_n "checking for $ac_word... " >&6; } cannam@124: if ${ac_cv_prog_ac_ct_LIPO+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: if test -n "$ac_ct_LIPO"; then cannam@124: ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test. cannam@124: else cannam@124: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@124: for as_dir in $PATH cannam@124: do cannam@124: IFS=$as_save_IFS cannam@124: test -z "$as_dir" && as_dir=. cannam@124: for ac_exec_ext in '' $ac_executable_extensions; do cannam@124: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@124: ac_cv_prog_ac_ct_LIPO="lipo" cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@124: break 2 cannam@124: fi cannam@124: done cannam@124: done cannam@124: IFS=$as_save_IFS cannam@124: cannam@124: fi cannam@124: fi cannam@124: ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO cannam@124: if test -n "$ac_ct_LIPO"; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5 cannam@124: $as_echo "$ac_ct_LIPO" >&6; } cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@124: $as_echo "no" >&6; } cannam@124: fi cannam@124: cannam@124: if test "x$ac_ct_LIPO" = x; then cannam@124: LIPO=":" cannam@124: else cannam@124: case $cross_compiling:$ac_tool_warned in cannam@124: yes:) cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 cannam@124: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} cannam@124: ac_tool_warned=yes ;; cannam@124: esac cannam@124: LIPO=$ac_ct_LIPO cannam@124: fi cannam@124: else cannam@124: LIPO="$ac_cv_prog_LIPO" cannam@124: fi cannam@124: cannam@124: if test -n "$ac_tool_prefix"; then cannam@124: # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args. cannam@124: set dummy ${ac_tool_prefix}otool; ac_word=$2 cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@124: $as_echo_n "checking for $ac_word... " >&6; } cannam@124: if ${ac_cv_prog_OTOOL+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: if test -n "$OTOOL"; then cannam@124: ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test. cannam@124: else cannam@124: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@124: for as_dir in $PATH cannam@124: do cannam@124: IFS=$as_save_IFS cannam@124: test -z "$as_dir" && as_dir=. cannam@124: for ac_exec_ext in '' $ac_executable_extensions; do cannam@124: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@124: ac_cv_prog_OTOOL="${ac_tool_prefix}otool" cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@124: break 2 cannam@124: fi cannam@124: done cannam@124: done cannam@124: IFS=$as_save_IFS cannam@124: cannam@124: fi cannam@124: fi cannam@124: OTOOL=$ac_cv_prog_OTOOL cannam@124: if test -n "$OTOOL"; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5 cannam@124: $as_echo "$OTOOL" >&6; } cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@124: $as_echo "no" >&6; } cannam@124: fi cannam@124: cannam@124: cannam@124: fi cannam@124: if test -z "$ac_cv_prog_OTOOL"; then cannam@124: ac_ct_OTOOL=$OTOOL cannam@124: # Extract the first word of "otool", so it can be a program name with args. cannam@124: set dummy otool; ac_word=$2 cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@124: $as_echo_n "checking for $ac_word... " >&6; } cannam@124: if ${ac_cv_prog_ac_ct_OTOOL+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: if test -n "$ac_ct_OTOOL"; then cannam@124: ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test. cannam@124: else cannam@124: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@124: for as_dir in $PATH cannam@124: do cannam@124: IFS=$as_save_IFS cannam@124: test -z "$as_dir" && as_dir=. cannam@124: for ac_exec_ext in '' $ac_executable_extensions; do cannam@124: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@124: ac_cv_prog_ac_ct_OTOOL="otool" cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@124: break 2 cannam@124: fi cannam@124: done cannam@124: done cannam@124: IFS=$as_save_IFS cannam@124: cannam@124: fi cannam@124: fi cannam@124: ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL cannam@124: if test -n "$ac_ct_OTOOL"; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5 cannam@124: $as_echo "$ac_ct_OTOOL" >&6; } cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@124: $as_echo "no" >&6; } cannam@124: fi cannam@124: cannam@124: if test "x$ac_ct_OTOOL" = x; then cannam@124: OTOOL=":" cannam@124: else cannam@124: case $cross_compiling:$ac_tool_warned in cannam@124: yes:) cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 cannam@124: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} cannam@124: ac_tool_warned=yes ;; cannam@124: esac cannam@124: OTOOL=$ac_ct_OTOOL cannam@124: fi cannam@124: else cannam@124: OTOOL="$ac_cv_prog_OTOOL" cannam@124: fi cannam@124: cannam@124: if test -n "$ac_tool_prefix"; then cannam@124: # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args. cannam@124: set dummy ${ac_tool_prefix}otool64; ac_word=$2 cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@124: $as_echo_n "checking for $ac_word... " >&6; } cannam@124: if ${ac_cv_prog_OTOOL64+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: if test -n "$OTOOL64"; then cannam@124: ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test. cannam@124: else cannam@124: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@124: for as_dir in $PATH cannam@124: do cannam@124: IFS=$as_save_IFS cannam@124: test -z "$as_dir" && as_dir=. cannam@124: for ac_exec_ext in '' $ac_executable_extensions; do cannam@124: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@124: ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64" cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@124: break 2 cannam@124: fi cannam@124: done cannam@124: done cannam@124: IFS=$as_save_IFS cannam@124: cannam@124: fi cannam@124: fi cannam@124: OTOOL64=$ac_cv_prog_OTOOL64 cannam@124: if test -n "$OTOOL64"; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5 cannam@124: $as_echo "$OTOOL64" >&6; } cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@124: $as_echo "no" >&6; } cannam@124: fi cannam@124: cannam@124: cannam@124: fi cannam@124: if test -z "$ac_cv_prog_OTOOL64"; then cannam@124: ac_ct_OTOOL64=$OTOOL64 cannam@124: # Extract the first word of "otool64", so it can be a program name with args. cannam@124: set dummy otool64; ac_word=$2 cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@124: $as_echo_n "checking for $ac_word... " >&6; } cannam@124: if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: if test -n "$ac_ct_OTOOL64"; then cannam@124: ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test. cannam@124: else cannam@124: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@124: for as_dir in $PATH cannam@124: do cannam@124: IFS=$as_save_IFS cannam@124: test -z "$as_dir" && as_dir=. cannam@124: for ac_exec_ext in '' $ac_executable_extensions; do cannam@124: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@124: ac_cv_prog_ac_ct_OTOOL64="otool64" cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@124: break 2 cannam@124: fi cannam@124: done cannam@124: done cannam@124: IFS=$as_save_IFS cannam@124: cannam@124: fi cannam@124: fi cannam@124: ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64 cannam@124: if test -n "$ac_ct_OTOOL64"; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5 cannam@124: $as_echo "$ac_ct_OTOOL64" >&6; } cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@124: $as_echo "no" >&6; } cannam@124: fi cannam@124: cannam@124: if test "x$ac_ct_OTOOL64" = x; then cannam@124: OTOOL64=":" cannam@124: else cannam@124: case $cross_compiling:$ac_tool_warned in cannam@124: yes:) cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 cannam@124: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} cannam@124: ac_tool_warned=yes ;; cannam@124: esac cannam@124: OTOOL64=$ac_ct_OTOOL64 cannam@124: fi cannam@124: else cannam@124: OTOOL64="$ac_cv_prog_OTOOL64" cannam@124: fi cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5 cannam@124: $as_echo_n "checking for -single_module linker flag... " >&6; } cannam@124: if ${lt_cv_apple_cc_single_mod+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: lt_cv_apple_cc_single_mod=no cannam@124: if test -z "${LT_MULTI_MODULE}"; then cannam@124: # By default we will add the -single_module flag. You can override cannam@124: # by either setting the environment variable LT_MULTI_MODULE cannam@124: # non-empty at configure time, or by adding -multi_module to the cannam@124: # link flags. cannam@124: rm -rf libconftest.dylib* cannam@124: echo "int foo(void){return 1;}" > conftest.c cannam@124: echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ cannam@124: -dynamiclib -Wl,-single_module conftest.c" >&5 cannam@124: $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ cannam@124: -dynamiclib -Wl,-single_module conftest.c 2>conftest.err cannam@124: _lt_result=$? cannam@124: if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then cannam@124: lt_cv_apple_cc_single_mod=yes cannam@124: else cannam@124: cat conftest.err >&5 cannam@124: fi cannam@124: rm -rf libconftest.dylib* cannam@124: rm -f conftest.* cannam@124: fi cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5 cannam@124: $as_echo "$lt_cv_apple_cc_single_mod" >&6; } cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5 cannam@124: $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; } cannam@124: if ${lt_cv_ld_exported_symbols_list+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: lt_cv_ld_exported_symbols_list=no cannam@124: save_LDFLAGS=$LDFLAGS cannam@124: echo "_main" > conftest.sym cannam@124: LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" cannam@124: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@124: /* end confdefs.h. */ cannam@124: cannam@124: int cannam@124: main () cannam@124: { cannam@124: cannam@124: ; cannam@124: return 0; cannam@124: } cannam@124: _ACEOF cannam@124: if ac_fn_c_try_link "$LINENO"; then : cannam@124: lt_cv_ld_exported_symbols_list=yes cannam@124: else cannam@124: lt_cv_ld_exported_symbols_list=no cannam@124: fi cannam@124: rm -f core conftest.err conftest.$ac_objext \ cannam@124: conftest$ac_exeext conftest.$ac_ext cannam@124: LDFLAGS="$save_LDFLAGS" cannam@124: cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5 cannam@124: $as_echo "$lt_cv_ld_exported_symbols_list" >&6; } cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5 cannam@124: $as_echo_n "checking for -force_load linker flag... " >&6; } cannam@124: if ${lt_cv_ld_force_load+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: lt_cv_ld_force_load=no cannam@124: cat > conftest.c << _LT_EOF cannam@124: int forced_loaded() { return 2;} cannam@124: _LT_EOF cannam@124: echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5 cannam@124: $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 cannam@124: echo "$AR cru libconftest.a conftest.o" >&5 cannam@124: $AR cru libconftest.a conftest.o 2>&5 cannam@124: echo "$RANLIB libconftest.a" >&5 cannam@124: $RANLIB libconftest.a 2>&5 cannam@124: cat > conftest.c << _LT_EOF cannam@124: int main() { return 0;} cannam@124: _LT_EOF cannam@124: echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5 cannam@124: $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err cannam@124: _lt_result=$? cannam@124: if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then cannam@124: lt_cv_ld_force_load=yes cannam@124: else cannam@124: cat conftest.err >&5 cannam@124: fi cannam@124: rm -f conftest.err libconftest.a conftest conftest.c cannam@124: rm -rf conftest.dSYM cannam@124: cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5 cannam@124: $as_echo "$lt_cv_ld_force_load" >&6; } cannam@124: case $host_os in cannam@124: rhapsody* | darwin1.[012]) cannam@124: _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; cannam@124: darwin1.*) cannam@124: _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; cannam@124: darwin*) # darwin 5.x on cannam@124: # if running on 10.5 or later, the deployment target defaults cannam@124: # to the OS version, if on x86, and 10.4, the deployment cannam@124: # target defaults to 10.4. Don't you love it? cannam@124: case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in cannam@124: 10.0,*86*-darwin8*|10.0,*-darwin[91]*) cannam@124: _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; cannam@124: 10.[012]*) cannam@124: _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; cannam@124: 10.*) cannam@124: _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; cannam@124: esac cannam@124: ;; cannam@124: esac cannam@124: if test "$lt_cv_apple_cc_single_mod" = "yes"; then cannam@124: _lt_dar_single_mod='$single_module' cannam@124: fi cannam@124: if test "$lt_cv_ld_exported_symbols_list" = "yes"; then cannam@124: _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym' cannam@124: else cannam@124: _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}' cannam@124: fi cannam@124: if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then cannam@124: _lt_dsymutil='~$DSYMUTIL $lib || :' cannam@124: else cannam@124: _lt_dsymutil= cannam@124: fi cannam@124: ;; cannam@124: esac cannam@124: cannam@124: ac_ext=c cannam@124: ac_cpp='$CPP $CPPFLAGS' cannam@124: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' cannam@124: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' cannam@124: ac_compiler_gnu=$ac_cv_c_compiler_gnu cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 cannam@124: $as_echo_n "checking how to run the C preprocessor... " >&6; } cannam@124: # On Suns, sometimes $CPP names a directory. cannam@124: if test -n "$CPP" && test -d "$CPP"; then cannam@124: CPP= cannam@124: fi cannam@124: if test -z "$CPP"; then cannam@124: if ${ac_cv_prog_CPP+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: # Double quotes because CPP needs to be expanded cannam@124: for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" cannam@124: do cannam@124: ac_preproc_ok=false cannam@124: for ac_c_preproc_warn_flag in '' yes cannam@124: do cannam@124: # Use a header file that comes with gcc, so configuring glibc cannam@124: # with a fresh cross-compiler works. cannam@124: # Prefer to if __STDC__ is defined, since cannam@124: # exists even on freestanding compilers. cannam@124: # On the NeXT, cc -E runs the code through the compiler's parser, cannam@124: # not just through cpp. "Syntax error" is here to catch this case. cannam@124: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@124: /* end confdefs.h. */ cannam@124: #ifdef __STDC__ cannam@124: # include cannam@124: #else cannam@124: # include cannam@124: #endif cannam@124: Syntax error cannam@124: _ACEOF cannam@124: if ac_fn_c_try_cpp "$LINENO"; then : cannam@124: cannam@124: else cannam@124: # Broken: fails on valid input. cannam@124: continue cannam@124: fi cannam@124: rm -f conftest.err conftest.i conftest.$ac_ext cannam@124: cannam@124: # OK, works on sane cases. Now check whether nonexistent headers cannam@124: # can be detected and how. cannam@124: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@124: /* end confdefs.h. */ cannam@124: #include cannam@124: _ACEOF cannam@124: if ac_fn_c_try_cpp "$LINENO"; then : cannam@124: # Broken: success on invalid input. cannam@124: continue cannam@124: else cannam@124: # Passes both tests. cannam@124: ac_preproc_ok=: cannam@124: break cannam@124: fi cannam@124: rm -f conftest.err conftest.i conftest.$ac_ext cannam@124: cannam@124: done cannam@124: # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. cannam@124: rm -f conftest.i conftest.err conftest.$ac_ext cannam@124: if $ac_preproc_ok; then : cannam@124: break cannam@124: fi cannam@124: cannam@124: done cannam@124: ac_cv_prog_CPP=$CPP cannam@124: cannam@124: fi cannam@124: CPP=$ac_cv_prog_CPP cannam@124: else cannam@124: ac_cv_prog_CPP=$CPP cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 cannam@124: $as_echo "$CPP" >&6; } cannam@124: ac_preproc_ok=false cannam@124: for ac_c_preproc_warn_flag in '' yes cannam@124: do cannam@124: # Use a header file that comes with gcc, so configuring glibc cannam@124: # with a fresh cross-compiler works. cannam@124: # Prefer to if __STDC__ is defined, since cannam@124: # exists even on freestanding compilers. cannam@124: # On the NeXT, cc -E runs the code through the compiler's parser, cannam@124: # not just through cpp. "Syntax error" is here to catch this case. cannam@124: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@124: /* end confdefs.h. */ cannam@124: #ifdef __STDC__ cannam@124: # include cannam@124: #else cannam@124: # include cannam@124: #endif cannam@124: Syntax error cannam@124: _ACEOF cannam@124: if ac_fn_c_try_cpp "$LINENO"; then : cannam@124: cannam@124: else cannam@124: # Broken: fails on valid input. cannam@124: continue cannam@124: fi cannam@124: rm -f conftest.err conftest.i conftest.$ac_ext cannam@124: cannam@124: # OK, works on sane cases. Now check whether nonexistent headers cannam@124: # can be detected and how. cannam@124: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@124: /* end confdefs.h. */ cannam@124: #include cannam@124: _ACEOF cannam@124: if ac_fn_c_try_cpp "$LINENO"; then : cannam@124: # Broken: success on invalid input. cannam@124: continue cannam@124: else cannam@124: # Passes both tests. cannam@124: ac_preproc_ok=: cannam@124: break cannam@124: fi cannam@124: rm -f conftest.err conftest.i conftest.$ac_ext cannam@124: cannam@124: done cannam@124: # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. cannam@124: rm -f conftest.i conftest.err conftest.$ac_ext cannam@124: if $ac_preproc_ok; then : cannam@124: cannam@124: else cannam@124: { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 cannam@124: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} cannam@124: as_fn_error $? "C preprocessor \"$CPP\" fails sanity check cannam@124: See \`config.log' for more details" "$LINENO" 5; } cannam@124: fi cannam@124: cannam@124: ac_ext=c cannam@124: ac_cpp='$CPP $CPPFLAGS' cannam@124: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' cannam@124: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' cannam@124: ac_compiler_gnu=$ac_cv_c_compiler_gnu cannam@124: cannam@124: cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 cannam@124: $as_echo_n "checking for ANSI C header files... " >&6; } cannam@124: if ${ac_cv_header_stdc+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@124: /* end confdefs.h. */ cannam@124: #include cannam@124: #include cannam@124: #include cannam@124: #include cannam@124: cannam@124: int cannam@124: main () cannam@124: { cannam@124: cannam@124: ; cannam@124: return 0; cannam@124: } cannam@124: _ACEOF cannam@124: if ac_fn_c_try_compile "$LINENO"; then : cannam@124: ac_cv_header_stdc=yes cannam@124: else cannam@124: ac_cv_header_stdc=no cannam@124: fi cannam@124: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext cannam@124: cannam@124: if test $ac_cv_header_stdc = yes; then cannam@124: # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cannam@124: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@124: /* end confdefs.h. */ cannam@124: #include cannam@124: cannam@124: _ACEOF cannam@124: if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | cannam@124: $EGREP "memchr" >/dev/null 2>&1; then : cannam@124: cannam@124: else cannam@124: ac_cv_header_stdc=no cannam@124: fi cannam@124: rm -f conftest* cannam@124: cannam@124: fi cannam@124: cannam@124: if test $ac_cv_header_stdc = yes; then cannam@124: # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cannam@124: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@124: /* end confdefs.h. */ cannam@124: #include cannam@124: cannam@124: _ACEOF cannam@124: if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | cannam@124: $EGREP "free" >/dev/null 2>&1; then : cannam@124: cannam@124: else cannam@124: ac_cv_header_stdc=no cannam@124: fi cannam@124: rm -f conftest* cannam@124: cannam@124: fi cannam@124: cannam@124: if test $ac_cv_header_stdc = yes; then cannam@124: # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. cannam@124: if test "$cross_compiling" = yes; then : cannam@124: : cannam@124: else cannam@124: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@124: /* end confdefs.h. */ cannam@124: #include cannam@124: #include cannam@124: #if ((' ' & 0x0FF) == 0x020) cannam@124: # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') cannam@124: # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) cannam@124: #else cannam@124: # define ISLOWER(c) \ cannam@124: (('a' <= (c) && (c) <= 'i') \ cannam@124: || ('j' <= (c) && (c) <= 'r') \ cannam@124: || ('s' <= (c) && (c) <= 'z')) cannam@124: # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) cannam@124: #endif cannam@124: cannam@124: #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) cannam@124: int cannam@124: main () cannam@124: { cannam@124: int i; cannam@124: for (i = 0; i < 256; i++) cannam@124: if (XOR (islower (i), ISLOWER (i)) cannam@124: || toupper (i) != TOUPPER (i)) cannam@124: return 2; cannam@124: return 0; cannam@124: } cannam@124: _ACEOF cannam@124: if ac_fn_c_try_run "$LINENO"; then : cannam@124: cannam@124: else cannam@124: ac_cv_header_stdc=no cannam@124: fi cannam@124: rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ cannam@124: conftest.$ac_objext conftest.beam conftest.$ac_ext cannam@124: fi cannam@124: cannam@124: fi cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 cannam@124: $as_echo "$ac_cv_header_stdc" >&6; } cannam@124: if test $ac_cv_header_stdc = yes; then cannam@124: cannam@124: $as_echo "#define STDC_HEADERS 1" >>confdefs.h cannam@124: cannam@124: fi cannam@124: cannam@124: # On IRIX 5.3, sys/types and inttypes.h are conflicting. cannam@124: for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ cannam@124: inttypes.h stdint.h unistd.h cannam@124: do : cannam@124: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` cannam@124: ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default cannam@124: " cannam@124: if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cannam@124: cat >>confdefs.h <<_ACEOF cannam@124: #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 cannam@124: _ACEOF cannam@124: cannam@124: fi cannam@124: cannam@124: done cannam@124: cannam@124: cannam@124: for ac_header in dlfcn.h cannam@124: do : cannam@124: ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default cannam@124: " cannam@124: if test "x$ac_cv_header_dlfcn_h" = xyes; then : cannam@124: cat >>confdefs.h <<_ACEOF cannam@124: #define HAVE_DLFCN_H 1 cannam@124: _ACEOF cannam@124: cannam@124: fi cannam@124: cannam@124: done cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: func_stripname_cnf () cannam@124: { cannam@124: case ${2} in cannam@124: .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;; cannam@124: *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;; cannam@124: esac cannam@124: } # func_stripname_cnf cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: # Set options cannam@124: cannam@124: cannam@124: cannam@124: enable_dlopen=no cannam@124: cannam@124: cannam@124: cannam@124: # Check whether --enable-shared was given. cannam@124: if test "${enable_shared+set}" = set; then : cannam@124: enableval=$enable_shared; p=${PACKAGE-default} cannam@124: case $enableval in cannam@124: yes) enable_shared=yes ;; cannam@124: no) enable_shared=no ;; cannam@124: *) cannam@124: enable_shared=no cannam@124: # Look at the argument we got. We use all the common list separators. cannam@124: lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," cannam@124: for pkg in $enableval; do cannam@124: IFS="$lt_save_ifs" cannam@124: if test "X$pkg" = "X$p"; then cannam@124: enable_shared=yes cannam@124: fi cannam@124: done cannam@124: IFS="$lt_save_ifs" cannam@124: ;; cannam@124: esac cannam@124: else cannam@124: enable_shared=yes cannam@124: fi cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: # Check whether --enable-static was given. cannam@124: if test "${enable_static+set}" = set; then : cannam@124: enableval=$enable_static; p=${PACKAGE-default} cannam@124: case $enableval in cannam@124: yes) enable_static=yes ;; cannam@124: no) enable_static=no ;; cannam@124: *) cannam@124: enable_static=no cannam@124: # Look at the argument we got. We use all the common list separators. cannam@124: lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," cannam@124: for pkg in $enableval; do cannam@124: IFS="$lt_save_ifs" cannam@124: if test "X$pkg" = "X$p"; then cannam@124: enable_static=yes cannam@124: fi cannam@124: done cannam@124: IFS="$lt_save_ifs" cannam@124: ;; cannam@124: esac cannam@124: else cannam@124: enable_static=yes cannam@124: fi cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: # Check whether --with-pic was given. cannam@124: if test "${with_pic+set}" = set; then : cannam@124: withval=$with_pic; pic_mode="$withval" cannam@124: else cannam@124: pic_mode=default cannam@124: fi cannam@124: cannam@124: cannam@124: test -z "$pic_mode" && pic_mode=default cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: # Check whether --enable-fast-install was given. cannam@124: if test "${enable_fast_install+set}" = set; then : cannam@124: enableval=$enable_fast_install; p=${PACKAGE-default} cannam@124: case $enableval in cannam@124: yes) enable_fast_install=yes ;; cannam@124: no) enable_fast_install=no ;; cannam@124: *) cannam@124: enable_fast_install=no cannam@124: # Look at the argument we got. We use all the common list separators. cannam@124: lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," cannam@124: for pkg in $enableval; do cannam@124: IFS="$lt_save_ifs" cannam@124: if test "X$pkg" = "X$p"; then cannam@124: enable_fast_install=yes cannam@124: fi cannam@124: done cannam@124: IFS="$lt_save_ifs" cannam@124: ;; cannam@124: esac cannam@124: else cannam@124: enable_fast_install=yes cannam@124: fi cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: # This can be used to rebuild libtool when needed cannam@124: LIBTOOL_DEPS="$ltmain" cannam@124: cannam@124: # Always use our own libtool. cannam@124: LIBTOOL='$(SHELL) $(top_builddir)/libtool' cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: test -z "$LN_S" && LN_S="ln -s" cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: if test -n "${ZSH_VERSION+set}" ; then cannam@124: setopt NO_GLOB_SUBST cannam@124: fi cannam@124: cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5 cannam@124: $as_echo_n "checking for objdir... " >&6; } cannam@124: if ${lt_cv_objdir+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: rm -f .libs 2>/dev/null cannam@124: mkdir .libs 2>/dev/null cannam@124: if test -d .libs; then cannam@124: lt_cv_objdir=.libs cannam@124: else cannam@124: # MS-DOS does not allow filenames that begin with a dot. cannam@124: lt_cv_objdir=_libs cannam@124: fi cannam@124: rmdir .libs 2>/dev/null cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5 cannam@124: $as_echo "$lt_cv_objdir" >&6; } cannam@124: objdir=$lt_cv_objdir cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cat >>confdefs.h <<_ACEOF cannam@124: #define LT_OBJDIR "$lt_cv_objdir/" cannam@124: _ACEOF cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: case $host_os in cannam@124: aix3*) cannam@124: # AIX sometimes has problems with the GCC collect2 program. For some cannam@124: # reason, if we set the COLLECT_NAMES environment variable, the problems cannam@124: # vanish in a puff of smoke. cannam@124: if test "X${COLLECT_NAMES+set}" != Xset; then cannam@124: COLLECT_NAMES= cannam@124: export COLLECT_NAMES cannam@124: fi cannam@124: ;; cannam@124: esac cannam@124: cannam@124: # Global variables: cannam@124: ofile=libtool cannam@124: can_build_shared=yes cannam@124: cannam@124: # All known linkers require a `.a' archive for static linking (except MSVC, cannam@124: # which needs '.lib'). cannam@124: libext=a cannam@124: cannam@124: with_gnu_ld="$lt_cv_prog_gnu_ld" cannam@124: cannam@124: old_CC="$CC" cannam@124: old_CFLAGS="$CFLAGS" cannam@124: cannam@124: # Set sane defaults for various variables cannam@124: test -z "$CC" && CC=cc cannam@124: test -z "$LTCC" && LTCC=$CC cannam@124: test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS cannam@124: test -z "$LD" && LD=ld cannam@124: test -z "$ac_objext" && ac_objext=o cannam@124: cannam@124: for cc_temp in $compiler""; do cannam@124: case $cc_temp in cannam@124: compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; cannam@124: distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; cannam@124: \-*) ;; cannam@124: *) break;; cannam@124: esac cannam@124: done cannam@124: cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` cannam@124: cannam@124: cannam@124: # Only perform the check for file, if the check method requires it cannam@124: test -z "$MAGIC_CMD" && MAGIC_CMD=file cannam@124: case $deplibs_check_method in cannam@124: file_magic*) cannam@124: if test "$file_magic_cmd" = '$MAGIC_CMD'; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5 cannam@124: $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; } cannam@124: if ${lt_cv_path_MAGIC_CMD+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: case $MAGIC_CMD in cannam@124: [\\/*] | ?:[\\/]*) cannam@124: lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. cannam@124: ;; cannam@124: *) cannam@124: lt_save_MAGIC_CMD="$MAGIC_CMD" cannam@124: lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR cannam@124: ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" cannam@124: for ac_dir in $ac_dummy; do cannam@124: IFS="$lt_save_ifs" cannam@124: test -z "$ac_dir" && ac_dir=. cannam@124: if test -f $ac_dir/${ac_tool_prefix}file; then cannam@124: lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file" cannam@124: if test -n "$file_magic_test_file"; then cannam@124: case $deplibs_check_method in cannam@124: "file_magic "*) cannam@124: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` cannam@124: MAGIC_CMD="$lt_cv_path_MAGIC_CMD" cannam@124: if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | cannam@124: $EGREP "$file_magic_regex" > /dev/null; then cannam@124: : cannam@124: else cannam@124: cat <<_LT_EOF 1>&2 cannam@124: cannam@124: *** Warning: the command libtool uses to detect shared libraries, cannam@124: *** $file_magic_cmd, produces output that libtool cannot recognize. cannam@124: *** The result is that libtool may fail to recognize shared libraries cannam@124: *** as such. This will affect the creation of libtool libraries that cannam@124: *** depend on shared libraries, but programs linked with such libtool cannam@124: *** libraries will work regardless of this problem. Nevertheless, you cannam@124: *** may want to report the problem to your system manager and/or to cannam@124: *** bug-libtool@gnu.org cannam@124: cannam@124: _LT_EOF cannam@124: fi ;; cannam@124: esac cannam@124: fi cannam@124: break cannam@124: fi cannam@124: done cannam@124: IFS="$lt_save_ifs" cannam@124: MAGIC_CMD="$lt_save_MAGIC_CMD" cannam@124: ;; cannam@124: esac cannam@124: fi cannam@124: cannam@124: MAGIC_CMD="$lt_cv_path_MAGIC_CMD" cannam@124: if test -n "$MAGIC_CMD"; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 cannam@124: $as_echo "$MAGIC_CMD" >&6; } cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@124: $as_echo "no" >&6; } cannam@124: fi cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: if test -z "$lt_cv_path_MAGIC_CMD"; then cannam@124: if test -n "$ac_tool_prefix"; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5 cannam@124: $as_echo_n "checking for file... " >&6; } cannam@124: if ${lt_cv_path_MAGIC_CMD+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: case $MAGIC_CMD in cannam@124: [\\/*] | ?:[\\/]*) cannam@124: lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. cannam@124: ;; cannam@124: *) cannam@124: lt_save_MAGIC_CMD="$MAGIC_CMD" cannam@124: lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR cannam@124: ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" cannam@124: for ac_dir in $ac_dummy; do cannam@124: IFS="$lt_save_ifs" cannam@124: test -z "$ac_dir" && ac_dir=. cannam@124: if test -f $ac_dir/file; then cannam@124: lt_cv_path_MAGIC_CMD="$ac_dir/file" cannam@124: if test -n "$file_magic_test_file"; then cannam@124: case $deplibs_check_method in cannam@124: "file_magic "*) cannam@124: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` cannam@124: MAGIC_CMD="$lt_cv_path_MAGIC_CMD" cannam@124: if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | cannam@124: $EGREP "$file_magic_regex" > /dev/null; then cannam@124: : cannam@124: else cannam@124: cat <<_LT_EOF 1>&2 cannam@124: cannam@124: *** Warning: the command libtool uses to detect shared libraries, cannam@124: *** $file_magic_cmd, produces output that libtool cannot recognize. cannam@124: *** The result is that libtool may fail to recognize shared libraries cannam@124: *** as such. This will affect the creation of libtool libraries that cannam@124: *** depend on shared libraries, but programs linked with such libtool cannam@124: *** libraries will work regardless of this problem. Nevertheless, you cannam@124: *** may want to report the problem to your system manager and/or to cannam@124: *** bug-libtool@gnu.org cannam@124: cannam@124: _LT_EOF cannam@124: fi ;; cannam@124: esac cannam@124: fi cannam@124: break cannam@124: fi cannam@124: done cannam@124: IFS="$lt_save_ifs" cannam@124: MAGIC_CMD="$lt_save_MAGIC_CMD" cannam@124: ;; cannam@124: esac cannam@124: fi cannam@124: cannam@124: MAGIC_CMD="$lt_cv_path_MAGIC_CMD" cannam@124: if test -n "$MAGIC_CMD"; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 cannam@124: $as_echo "$MAGIC_CMD" >&6; } cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@124: $as_echo "no" >&6; } cannam@124: fi cannam@124: cannam@124: cannam@124: else cannam@124: MAGIC_CMD=: cannam@124: fi cannam@124: fi cannam@124: cannam@124: fi cannam@124: ;; cannam@124: esac cannam@124: cannam@124: # Use C for the default configuration in the libtool script cannam@124: cannam@124: lt_save_CC="$CC" cannam@124: ac_ext=c cannam@124: ac_cpp='$CPP $CPPFLAGS' cannam@124: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' cannam@124: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' cannam@124: ac_compiler_gnu=$ac_cv_c_compiler_gnu cannam@124: cannam@124: cannam@124: # Source file extension for C test sources. cannam@124: ac_ext=c cannam@124: cannam@124: # Object file extension for compiled C test sources. cannam@124: objext=o cannam@124: objext=$objext cannam@124: cannam@124: # Code to be used in simple compile tests cannam@124: lt_simple_compile_test_code="int some_variable = 0;" cannam@124: cannam@124: # Code to be used in simple link tests cannam@124: lt_simple_link_test_code='int main(){return(0);}' cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: # If no C compiler was specified, use CC. cannam@124: LTCC=${LTCC-"$CC"} cannam@124: cannam@124: # If no C compiler flags were specified, use CFLAGS. cannam@124: LTCFLAGS=${LTCFLAGS-"$CFLAGS"} cannam@124: cannam@124: # Allow CC to be a program name with arguments. cannam@124: compiler=$CC cannam@124: cannam@124: # Save the default compiler, since it gets overwritten when the other cannam@124: # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. cannam@124: compiler_DEFAULT=$CC cannam@124: cannam@124: # save warnings/boilerplate of simple test code cannam@124: ac_outfile=conftest.$ac_objext cannam@124: echo "$lt_simple_compile_test_code" >conftest.$ac_ext cannam@124: eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err cannam@124: _lt_compiler_boilerplate=`cat conftest.err` cannam@124: $RM conftest* cannam@124: cannam@124: ac_outfile=conftest.$ac_objext cannam@124: echo "$lt_simple_link_test_code" >conftest.$ac_ext cannam@124: eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err cannam@124: _lt_linker_boilerplate=`cat conftest.err` cannam@124: $RM -r conftest* cannam@124: cannam@124: cannam@124: if test -n "$compiler"; then cannam@124: cannam@124: lt_prog_compiler_no_builtin_flag= cannam@124: cannam@124: if test "$GCC" = yes; then cannam@124: case $cc_basename in cannam@124: nvcc*) cannam@124: lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;; cannam@124: *) cannam@124: lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;; cannam@124: esac cannam@124: cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 cannam@124: $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } cannam@124: if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: lt_cv_prog_compiler_rtti_exceptions=no cannam@124: ac_outfile=conftest.$ac_objext cannam@124: echo "$lt_simple_compile_test_code" > conftest.$ac_ext cannam@124: lt_compiler_flag="-fno-rtti -fno-exceptions" cannam@124: # Insert the option either (1) after the last *FLAGS variable, or cannam@124: # (2) before a word containing "conftest.", or (3) at the end. cannam@124: # Note that $ac_compile itself does not contain backslashes and begins cannam@124: # with a dollar sign (not a hyphen), so the echo should work correctly. cannam@124: # The option is referenced via a variable to avoid confusing sed. cannam@124: lt_compile=`echo "$ac_compile" | $SED \ cannam@124: -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ cannam@124: -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ cannam@124: -e 's:$: $lt_compiler_flag:'` cannam@124: (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) cannam@124: (eval "$lt_compile" 2>conftest.err) cannam@124: ac_status=$? cannam@124: cat conftest.err >&5 cannam@124: echo "$as_me:$LINENO: \$? = $ac_status" >&5 cannam@124: if (exit $ac_status) && test -s "$ac_outfile"; then cannam@124: # The compiler can only warn and ignore the option if not recognized cannam@124: # So say no if there are warnings other than the usual output. cannam@124: $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp cannam@124: $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 cannam@124: if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then cannam@124: lt_cv_prog_compiler_rtti_exceptions=yes cannam@124: fi cannam@124: fi cannam@124: $RM conftest* cannam@124: cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 cannam@124: $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; } cannam@124: cannam@124: if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then cannam@124: lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions" cannam@124: else cannam@124: : cannam@124: fi cannam@124: cannam@124: fi cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: lt_prog_compiler_wl= cannam@124: lt_prog_compiler_pic= cannam@124: lt_prog_compiler_static= cannam@124: cannam@124: cannam@124: if test "$GCC" = yes; then cannam@124: lt_prog_compiler_wl='-Wl,' cannam@124: lt_prog_compiler_static='-static' cannam@124: cannam@124: case $host_os in cannam@124: aix*) cannam@124: # All AIX code is PIC. cannam@124: if test "$host_cpu" = ia64; then cannam@124: # AIX 5 now supports IA64 processor cannam@124: lt_prog_compiler_static='-Bstatic' cannam@124: fi cannam@124: ;; cannam@124: cannam@124: amigaos*) cannam@124: case $host_cpu in cannam@124: powerpc) cannam@124: # see comment about AmigaOS4 .so support cannam@124: lt_prog_compiler_pic='-fPIC' cannam@124: ;; cannam@124: m68k) cannam@124: # FIXME: we need at least 68020 code to build shared libraries, but cannam@124: # adding the `-m68020' flag to GCC prevents building anything better, cannam@124: # like `-m68040'. cannam@124: lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4' cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: cannam@124: beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) cannam@124: # PIC is the default for these OSes. cannam@124: ;; cannam@124: cannam@124: mingw* | cygwin* | pw32* | os2* | cegcc*) cannam@124: # This hack is so that the source file can tell whether it is being cannam@124: # built for inclusion in a dll (and should export symbols for example). cannam@124: # Although the cygwin gcc ignores -fPIC, still need this for old-style cannam@124: # (--disable-auto-import) libraries cannam@124: lt_prog_compiler_pic='-DDLL_EXPORT' cannam@124: ;; cannam@124: cannam@124: darwin* | rhapsody*) cannam@124: # PIC is the default on this platform cannam@124: # Common symbols not allowed in MH_DYLIB files cannam@124: lt_prog_compiler_pic='-fno-common' cannam@124: ;; cannam@124: cannam@124: haiku*) cannam@124: # PIC is the default for Haiku. cannam@124: # The "-static" flag exists, but is broken. cannam@124: lt_prog_compiler_static= cannam@124: ;; cannam@124: cannam@124: hpux*) cannam@124: # PIC is the default for 64-bit PA HP-UX, but not for 32-bit cannam@124: # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag cannam@124: # sets the default TLS model and affects inlining. cannam@124: case $host_cpu in cannam@124: hppa*64*) cannam@124: # +Z the default cannam@124: ;; cannam@124: *) cannam@124: lt_prog_compiler_pic='-fPIC' cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: cannam@124: interix[3-9]*) cannam@124: # Interix 3.x gcc -fpic/-fPIC options generate broken code. cannam@124: # Instead, we relocate shared libraries at runtime. cannam@124: ;; cannam@124: cannam@124: msdosdjgpp*) cannam@124: # Just because we use GCC doesn't mean we suddenly get shared libraries cannam@124: # on systems that don't support them. cannam@124: lt_prog_compiler_can_build_shared=no cannam@124: enable_shared=no cannam@124: ;; cannam@124: cannam@124: *nto* | *qnx*) cannam@124: # QNX uses GNU C++, but need to define -shared option too, otherwise cannam@124: # it will coredump. cannam@124: lt_prog_compiler_pic='-fPIC -shared' cannam@124: ;; cannam@124: cannam@124: sysv4*MP*) cannam@124: if test -d /usr/nec; then cannam@124: lt_prog_compiler_pic=-Kconform_pic cannam@124: fi cannam@124: ;; cannam@124: cannam@124: *) cannam@124: lt_prog_compiler_pic='-fPIC' cannam@124: ;; cannam@124: esac cannam@124: cannam@124: case $cc_basename in cannam@124: nvcc*) # Cuda Compiler Driver 2.2 cannam@124: lt_prog_compiler_wl='-Xlinker ' cannam@124: lt_prog_compiler_pic='-Xcompiler -fPIC' cannam@124: ;; cannam@124: esac cannam@124: else cannam@124: # PORTME Check for flag to pass linker flags through the system compiler. cannam@124: case $host_os in cannam@124: aix*) cannam@124: lt_prog_compiler_wl='-Wl,' cannam@124: if test "$host_cpu" = ia64; then cannam@124: # AIX 5 now supports IA64 processor cannam@124: lt_prog_compiler_static='-Bstatic' cannam@124: else cannam@124: lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp' cannam@124: fi cannam@124: ;; cannam@124: cannam@124: mingw* | cygwin* | pw32* | os2* | cegcc*) cannam@124: # This hack is so that the source file can tell whether it is being cannam@124: # built for inclusion in a dll (and should export symbols for example). cannam@124: lt_prog_compiler_pic='-DDLL_EXPORT' cannam@124: ;; cannam@124: cannam@124: hpux9* | hpux10* | hpux11*) cannam@124: lt_prog_compiler_wl='-Wl,' cannam@124: # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but cannam@124: # not for PA HP-UX. cannam@124: case $host_cpu in cannam@124: hppa*64*|ia64*) cannam@124: # +Z the default cannam@124: ;; cannam@124: *) cannam@124: lt_prog_compiler_pic='+Z' cannam@124: ;; cannam@124: esac cannam@124: # Is there a better lt_prog_compiler_static that works with the bundled CC? cannam@124: lt_prog_compiler_static='${wl}-a ${wl}archive' cannam@124: ;; cannam@124: cannam@124: irix5* | irix6* | nonstopux*) cannam@124: lt_prog_compiler_wl='-Wl,' cannam@124: # PIC (with -KPIC) is the default. cannam@124: lt_prog_compiler_static='-non_shared' cannam@124: ;; cannam@124: cannam@124: linux* | k*bsd*-gnu | kopensolaris*-gnu) cannam@124: case $cc_basename in cannam@124: # old Intel for x86_64 which still supported -KPIC. cannam@124: ecc*) cannam@124: lt_prog_compiler_wl='-Wl,' cannam@124: lt_prog_compiler_pic='-KPIC' cannam@124: lt_prog_compiler_static='-static' cannam@124: ;; cannam@124: # icc used to be incompatible with GCC. cannam@124: # ICC 10 doesn't accept -KPIC any more. cannam@124: icc* | ifort*) cannam@124: lt_prog_compiler_wl='-Wl,' cannam@124: lt_prog_compiler_pic='-fPIC' cannam@124: lt_prog_compiler_static='-static' cannam@124: ;; cannam@124: # Lahey Fortran 8.1. cannam@124: lf95*) cannam@124: lt_prog_compiler_wl='-Wl,' cannam@124: lt_prog_compiler_pic='--shared' cannam@124: lt_prog_compiler_static='--static' cannam@124: ;; cannam@124: nagfor*) cannam@124: # NAG Fortran compiler cannam@124: lt_prog_compiler_wl='-Wl,-Wl,,' cannam@124: lt_prog_compiler_pic='-PIC' cannam@124: lt_prog_compiler_static='-Bstatic' cannam@124: ;; cannam@124: pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) cannam@124: # Portland Group compilers (*not* the Pentium gcc compiler, cannam@124: # which looks to be a dead project) cannam@124: lt_prog_compiler_wl='-Wl,' cannam@124: lt_prog_compiler_pic='-fpic' cannam@124: lt_prog_compiler_static='-Bstatic' cannam@124: ;; cannam@124: ccc*) cannam@124: lt_prog_compiler_wl='-Wl,' cannam@124: # All Alpha code is PIC. cannam@124: lt_prog_compiler_static='-non_shared' cannam@124: ;; cannam@124: xl* | bgxl* | bgf* | mpixl*) cannam@124: # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene cannam@124: lt_prog_compiler_wl='-Wl,' cannam@124: lt_prog_compiler_pic='-qpic' cannam@124: lt_prog_compiler_static='-qstaticlink' cannam@124: ;; cannam@124: *) cannam@124: case `$CC -V 2>&1 | sed 5q` in cannam@124: *Sun\ F* | *Sun*Fortran*) cannam@124: # Sun Fortran 8.3 passes all unrecognized flags to the linker cannam@124: lt_prog_compiler_pic='-KPIC' cannam@124: lt_prog_compiler_static='-Bstatic' cannam@124: lt_prog_compiler_wl='' cannam@124: ;; cannam@124: *Sun\ C*) cannam@124: # Sun C 5.9 cannam@124: lt_prog_compiler_pic='-KPIC' cannam@124: lt_prog_compiler_static='-Bstatic' cannam@124: lt_prog_compiler_wl='-Wl,' cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: cannam@124: newsos6) cannam@124: lt_prog_compiler_pic='-KPIC' cannam@124: lt_prog_compiler_static='-Bstatic' cannam@124: ;; cannam@124: cannam@124: *nto* | *qnx*) cannam@124: # QNX uses GNU C++, but need to define -shared option too, otherwise cannam@124: # it will coredump. cannam@124: lt_prog_compiler_pic='-fPIC -shared' cannam@124: ;; cannam@124: cannam@124: osf3* | osf4* | osf5*) cannam@124: lt_prog_compiler_wl='-Wl,' cannam@124: # All OSF/1 code is PIC. cannam@124: lt_prog_compiler_static='-non_shared' cannam@124: ;; cannam@124: cannam@124: rdos*) cannam@124: lt_prog_compiler_static='-non_shared' cannam@124: ;; cannam@124: cannam@124: solaris*) cannam@124: lt_prog_compiler_pic='-KPIC' cannam@124: lt_prog_compiler_static='-Bstatic' cannam@124: case $cc_basename in cannam@124: f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) cannam@124: lt_prog_compiler_wl='-Qoption ld ';; cannam@124: *) cannam@124: lt_prog_compiler_wl='-Wl,';; cannam@124: esac cannam@124: ;; cannam@124: cannam@124: sunos4*) cannam@124: lt_prog_compiler_wl='-Qoption ld ' cannam@124: lt_prog_compiler_pic='-PIC' cannam@124: lt_prog_compiler_static='-Bstatic' cannam@124: ;; cannam@124: cannam@124: sysv4 | sysv4.2uw2* | sysv4.3*) cannam@124: lt_prog_compiler_wl='-Wl,' cannam@124: lt_prog_compiler_pic='-KPIC' cannam@124: lt_prog_compiler_static='-Bstatic' cannam@124: ;; cannam@124: cannam@124: sysv4*MP*) cannam@124: if test -d /usr/nec ;then cannam@124: lt_prog_compiler_pic='-Kconform_pic' cannam@124: lt_prog_compiler_static='-Bstatic' cannam@124: fi cannam@124: ;; cannam@124: cannam@124: sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) cannam@124: lt_prog_compiler_wl='-Wl,' cannam@124: lt_prog_compiler_pic='-KPIC' cannam@124: lt_prog_compiler_static='-Bstatic' cannam@124: ;; cannam@124: cannam@124: unicos*) cannam@124: lt_prog_compiler_wl='-Wl,' cannam@124: lt_prog_compiler_can_build_shared=no cannam@124: ;; cannam@124: cannam@124: uts4*) cannam@124: lt_prog_compiler_pic='-pic' cannam@124: lt_prog_compiler_static='-Bstatic' cannam@124: ;; cannam@124: cannam@124: *) cannam@124: lt_prog_compiler_can_build_shared=no cannam@124: ;; cannam@124: esac cannam@124: fi cannam@124: cannam@124: case $host_os in cannam@124: # For platforms which do not support PIC, -DPIC is meaningless: cannam@124: *djgpp*) cannam@124: lt_prog_compiler_pic= cannam@124: ;; cannam@124: *) cannam@124: lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" cannam@124: ;; cannam@124: esac cannam@124: cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5 cannam@124: $as_echo_n "checking for $compiler option to produce PIC... " >&6; } cannam@124: if ${lt_cv_prog_compiler_pic+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: lt_cv_prog_compiler_pic=$lt_prog_compiler_pic cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5 cannam@124: $as_echo "$lt_cv_prog_compiler_pic" >&6; } cannam@124: lt_prog_compiler_pic=$lt_cv_prog_compiler_pic cannam@124: cannam@124: # cannam@124: # Check to make sure the PIC flag actually works. cannam@124: # cannam@124: if test -n "$lt_prog_compiler_pic"; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 cannam@124: $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; } cannam@124: if ${lt_cv_prog_compiler_pic_works+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: lt_cv_prog_compiler_pic_works=no cannam@124: ac_outfile=conftest.$ac_objext cannam@124: echo "$lt_simple_compile_test_code" > conftest.$ac_ext cannam@124: lt_compiler_flag="$lt_prog_compiler_pic -DPIC" cannam@124: # Insert the option either (1) after the last *FLAGS variable, or cannam@124: # (2) before a word containing "conftest.", or (3) at the end. cannam@124: # Note that $ac_compile itself does not contain backslashes and begins cannam@124: # with a dollar sign (not a hyphen), so the echo should work correctly. cannam@124: # The option is referenced via a variable to avoid confusing sed. cannam@124: lt_compile=`echo "$ac_compile" | $SED \ cannam@124: -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ cannam@124: -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ cannam@124: -e 's:$: $lt_compiler_flag:'` cannam@124: (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) cannam@124: (eval "$lt_compile" 2>conftest.err) cannam@124: ac_status=$? cannam@124: cat conftest.err >&5 cannam@124: echo "$as_me:$LINENO: \$? = $ac_status" >&5 cannam@124: if (exit $ac_status) && test -s "$ac_outfile"; then cannam@124: # The compiler can only warn and ignore the option if not recognized cannam@124: # So say no if there are warnings other than the usual output. cannam@124: $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp cannam@124: $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 cannam@124: if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then cannam@124: lt_cv_prog_compiler_pic_works=yes cannam@124: fi cannam@124: fi cannam@124: $RM conftest* cannam@124: cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5 cannam@124: $as_echo "$lt_cv_prog_compiler_pic_works" >&6; } cannam@124: cannam@124: if test x"$lt_cv_prog_compiler_pic_works" = xyes; then cannam@124: case $lt_prog_compiler_pic in cannam@124: "" | " "*) ;; cannam@124: *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;; cannam@124: esac cannam@124: else cannam@124: lt_prog_compiler_pic= cannam@124: lt_prog_compiler_can_build_shared=no cannam@124: fi cannam@124: cannam@124: fi cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: # cannam@124: # Check to make sure the static flag actually works. cannam@124: # cannam@124: wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 cannam@124: $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } cannam@124: if ${lt_cv_prog_compiler_static_works+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: lt_cv_prog_compiler_static_works=no cannam@124: save_LDFLAGS="$LDFLAGS" cannam@124: LDFLAGS="$LDFLAGS $lt_tmp_static_flag" cannam@124: echo "$lt_simple_link_test_code" > conftest.$ac_ext cannam@124: if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then cannam@124: # The linker can only warn and ignore the option if not recognized cannam@124: # So say no if there are warnings cannam@124: if test -s conftest.err; then cannam@124: # Append any errors to the config.log. cannam@124: cat conftest.err 1>&5 cannam@124: $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp cannam@124: $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 cannam@124: if diff conftest.exp conftest.er2 >/dev/null; then cannam@124: lt_cv_prog_compiler_static_works=yes cannam@124: fi cannam@124: else cannam@124: lt_cv_prog_compiler_static_works=yes cannam@124: fi cannam@124: fi cannam@124: $RM -r conftest* cannam@124: LDFLAGS="$save_LDFLAGS" cannam@124: cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5 cannam@124: $as_echo "$lt_cv_prog_compiler_static_works" >&6; } cannam@124: cannam@124: if test x"$lt_cv_prog_compiler_static_works" = xyes; then cannam@124: : cannam@124: else cannam@124: lt_prog_compiler_static= cannam@124: fi cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 cannam@124: $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } cannam@124: if ${lt_cv_prog_compiler_c_o+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: lt_cv_prog_compiler_c_o=no cannam@124: $RM -r conftest 2>/dev/null cannam@124: mkdir conftest cannam@124: cd conftest cannam@124: mkdir out cannam@124: echo "$lt_simple_compile_test_code" > conftest.$ac_ext cannam@124: cannam@124: lt_compiler_flag="-o out/conftest2.$ac_objext" cannam@124: # Insert the option either (1) after the last *FLAGS variable, or cannam@124: # (2) before a word containing "conftest.", or (3) at the end. cannam@124: # Note that $ac_compile itself does not contain backslashes and begins cannam@124: # with a dollar sign (not a hyphen), so the echo should work correctly. cannam@124: lt_compile=`echo "$ac_compile" | $SED \ cannam@124: -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ cannam@124: -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ cannam@124: -e 's:$: $lt_compiler_flag:'` cannam@124: (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) cannam@124: (eval "$lt_compile" 2>out/conftest.err) cannam@124: ac_status=$? cannam@124: cat out/conftest.err >&5 cannam@124: echo "$as_me:$LINENO: \$? = $ac_status" >&5 cannam@124: if (exit $ac_status) && test -s out/conftest2.$ac_objext cannam@124: then cannam@124: # The compiler can only warn and ignore the option if not recognized cannam@124: # So say no if there are warnings cannam@124: $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp cannam@124: $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 cannam@124: if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then cannam@124: lt_cv_prog_compiler_c_o=yes cannam@124: fi cannam@124: fi cannam@124: chmod u+w . 2>&5 cannam@124: $RM conftest* cannam@124: # SGI C++ compiler will create directory out/ii_files/ for cannam@124: # template instantiation cannam@124: test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files cannam@124: $RM out/* && rmdir out cannam@124: cd .. cannam@124: $RM -r conftest cannam@124: $RM conftest* cannam@124: cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 cannam@124: $as_echo "$lt_cv_prog_compiler_c_o" >&6; } cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 cannam@124: $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } cannam@124: if ${lt_cv_prog_compiler_c_o+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: lt_cv_prog_compiler_c_o=no cannam@124: $RM -r conftest 2>/dev/null cannam@124: mkdir conftest cannam@124: cd conftest cannam@124: mkdir out cannam@124: echo "$lt_simple_compile_test_code" > conftest.$ac_ext cannam@124: cannam@124: lt_compiler_flag="-o out/conftest2.$ac_objext" cannam@124: # Insert the option either (1) after the last *FLAGS variable, or cannam@124: # (2) before a word containing "conftest.", or (3) at the end. cannam@124: # Note that $ac_compile itself does not contain backslashes and begins cannam@124: # with a dollar sign (not a hyphen), so the echo should work correctly. cannam@124: lt_compile=`echo "$ac_compile" | $SED \ cannam@124: -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ cannam@124: -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ cannam@124: -e 's:$: $lt_compiler_flag:'` cannam@124: (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) cannam@124: (eval "$lt_compile" 2>out/conftest.err) cannam@124: ac_status=$? cannam@124: cat out/conftest.err >&5 cannam@124: echo "$as_me:$LINENO: \$? = $ac_status" >&5 cannam@124: if (exit $ac_status) && test -s out/conftest2.$ac_objext cannam@124: then cannam@124: # The compiler can only warn and ignore the option if not recognized cannam@124: # So say no if there are warnings cannam@124: $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp cannam@124: $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 cannam@124: if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then cannam@124: lt_cv_prog_compiler_c_o=yes cannam@124: fi cannam@124: fi cannam@124: chmod u+w . 2>&5 cannam@124: $RM conftest* cannam@124: # SGI C++ compiler will create directory out/ii_files/ for cannam@124: # template instantiation cannam@124: test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files cannam@124: $RM out/* && rmdir out cannam@124: cd .. cannam@124: $RM -r conftest cannam@124: $RM conftest* cannam@124: cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 cannam@124: $as_echo "$lt_cv_prog_compiler_c_o" >&6; } cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: hard_links="nottested" cannam@124: if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then cannam@124: # do not overwrite the value of need_locks provided by the user cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5 cannam@124: $as_echo_n "checking if we can lock with hard links... " >&6; } cannam@124: hard_links=yes cannam@124: $RM conftest* cannam@124: ln conftest.a conftest.b 2>/dev/null && hard_links=no cannam@124: touch conftest.a cannam@124: ln conftest.a conftest.b 2>&5 || hard_links=no cannam@124: ln conftest.a conftest.b 2>/dev/null && hard_links=no cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5 cannam@124: $as_echo "$hard_links" >&6; } cannam@124: if test "$hard_links" = no; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 cannam@124: $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} cannam@124: need_locks=warn cannam@124: fi cannam@124: else cannam@124: need_locks=no cannam@124: fi cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5 cannam@124: $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } cannam@124: cannam@124: runpath_var= cannam@124: allow_undefined_flag= cannam@124: always_export_symbols=no cannam@124: archive_cmds= cannam@124: archive_expsym_cmds= cannam@124: compiler_needs_object=no cannam@124: enable_shared_with_static_runtimes=no cannam@124: export_dynamic_flag_spec= cannam@124: export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' cannam@124: hardcode_automatic=no cannam@124: hardcode_direct=no cannam@124: hardcode_direct_absolute=no cannam@124: hardcode_libdir_flag_spec= cannam@124: hardcode_libdir_flag_spec_ld= cannam@124: hardcode_libdir_separator= cannam@124: hardcode_minus_L=no cannam@124: hardcode_shlibpath_var=unsupported cannam@124: inherit_rpath=no cannam@124: link_all_deplibs=unknown cannam@124: module_cmds= cannam@124: module_expsym_cmds= cannam@124: old_archive_from_new_cmds= cannam@124: old_archive_from_expsyms_cmds= cannam@124: thread_safe_flag_spec= cannam@124: whole_archive_flag_spec= cannam@124: # include_expsyms should be a list of space-separated symbols to be *always* cannam@124: # included in the symbol list cannam@124: include_expsyms= cannam@124: # exclude_expsyms can be an extended regexp of symbols to exclude cannam@124: # it will be wrapped by ` (' and `)$', so one must not match beginning or cannam@124: # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', cannam@124: # as well as any symbol that contains `d'. cannam@124: exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' cannam@124: # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out cannam@124: # platforms (ab)use it in PIC code, but their linkers get confused if cannam@124: # the symbol is explicitly referenced. Since portable code cannot cannam@124: # rely on this symbol name, it's probably fine to never include it in cannam@124: # preloaded symbol tables. cannam@124: # Exclude shared library initialization/finalization symbols. cannam@124: extract_expsyms_cmds= cannam@124: cannam@124: case $host_os in cannam@124: cygwin* | mingw* | pw32* | cegcc*) cannam@124: # FIXME: the MSVC++ port hasn't been tested in a loooong time cannam@124: # When not using gcc, we currently assume that we are using cannam@124: # Microsoft Visual C++. cannam@124: if test "$GCC" != yes; then cannam@124: with_gnu_ld=no cannam@124: fi cannam@124: ;; cannam@124: interix*) cannam@124: # we just hope/assume this is gcc and not c89 (= MSVC++) cannam@124: with_gnu_ld=yes cannam@124: ;; cannam@124: openbsd*) cannam@124: with_gnu_ld=no cannam@124: ;; cannam@124: linux* | k*bsd*-gnu | gnu*) cannam@124: link_all_deplibs=no cannam@124: ;; cannam@124: esac cannam@124: cannam@124: ld_shlibs=yes cannam@124: cannam@124: # On some targets, GNU ld is compatible enough with the native linker cannam@124: # that we're better off using the native interface for both. cannam@124: lt_use_gnu_ld_interface=no cannam@124: if test "$with_gnu_ld" = yes; then cannam@124: case $host_os in cannam@124: aix*) cannam@124: # The AIX port of GNU ld has always aspired to compatibility cannam@124: # with the native linker. However, as the warning in the GNU ld cannam@124: # block says, versions before 2.19.5* couldn't really create working cannam@124: # shared libraries, regardless of the interface used. cannam@124: case `$LD -v 2>&1` in cannam@124: *\ \(GNU\ Binutils\)\ 2.19.5*) ;; cannam@124: *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;; cannam@124: *\ \(GNU\ Binutils\)\ [3-9]*) ;; cannam@124: *) cannam@124: lt_use_gnu_ld_interface=yes cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: *) cannam@124: lt_use_gnu_ld_interface=yes cannam@124: ;; cannam@124: esac cannam@124: fi cannam@124: cannam@124: if test "$lt_use_gnu_ld_interface" = yes; then cannam@124: # If archive_cmds runs LD, not CC, wlarc should be empty cannam@124: wlarc='${wl}' cannam@124: cannam@124: # Set some defaults for GNU ld with shared library support. These cannam@124: # are reset later if shared libraries are not supported. Putting them cannam@124: # here allows them to be overridden if necessary. cannam@124: runpath_var=LD_RUN_PATH cannam@124: hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' cannam@124: export_dynamic_flag_spec='${wl}--export-dynamic' cannam@124: # ancient GNU ld didn't support --whole-archive et. al. cannam@124: if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then cannam@124: whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' cannam@124: else cannam@124: whole_archive_flag_spec= cannam@124: fi cannam@124: supports_anon_versioning=no cannam@124: case `$LD -v 2>&1` in cannam@124: *GNU\ gold*) supports_anon_versioning=yes ;; cannam@124: *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 cannam@124: *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... cannam@124: *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... cannam@124: *\ 2.11.*) ;; # other 2.11 versions cannam@124: *) supports_anon_versioning=yes ;; cannam@124: esac cannam@124: cannam@124: # See if GNU ld supports shared libraries. cannam@124: case $host_os in cannam@124: aix[3-9]*) cannam@124: # On AIX/PPC, the GNU linker is very broken cannam@124: if test "$host_cpu" != ia64; then cannam@124: ld_shlibs=no cannam@124: cat <<_LT_EOF 1>&2 cannam@124: cannam@124: *** Warning: the GNU linker, at least up to release 2.19, is reported cannam@124: *** to be unable to reliably create shared libraries on AIX. cannam@124: *** Therefore, libtool is disabling shared libraries support. If you cannam@124: *** really care for shared libraries, you may want to install binutils cannam@124: *** 2.20 or above, or modify your PATH so that a non-GNU linker is found. cannam@124: *** You will then need to restart the configuration process. cannam@124: cannam@124: _LT_EOF cannam@124: fi cannam@124: ;; cannam@124: cannam@124: amigaos*) cannam@124: case $host_cpu in cannam@124: powerpc) cannam@124: # see comment about AmigaOS4 .so support cannam@124: archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' cannam@124: archive_expsym_cmds='' cannam@124: ;; cannam@124: m68k) cannam@124: 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)' cannam@124: hardcode_libdir_flag_spec='-L$libdir' cannam@124: hardcode_minus_L=yes cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: cannam@124: beos*) cannam@124: if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then cannam@124: allow_undefined_flag=unsupported cannam@124: # Joseph Beckenbach says some releases of gcc cannam@124: # support --undefined. This deserves some investigation. FIXME cannam@124: archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' cannam@124: else cannam@124: ld_shlibs=no cannam@124: fi cannam@124: ;; cannam@124: cannam@124: cygwin* | mingw* | pw32* | cegcc*) cannam@124: # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless, cannam@124: # as there is no search path for DLLs. cannam@124: hardcode_libdir_flag_spec='-L$libdir' cannam@124: export_dynamic_flag_spec='${wl}--export-all-symbols' cannam@124: allow_undefined_flag=unsupported cannam@124: always_export_symbols=no cannam@124: enable_shared_with_static_runtimes=yes cannam@124: export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols' cannam@124: exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname' cannam@124: cannam@124: if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then cannam@124: archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' cannam@124: # If the export-symbols file already is a .def file (1st line cannam@124: # is EXPORTS), use it as is; otherwise, prepend... cannam@124: archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then cannam@124: cp $export_symbols $output_objdir/$soname.def; cannam@124: else cannam@124: echo EXPORTS > $output_objdir/$soname.def; cannam@124: cat $export_symbols >> $output_objdir/$soname.def; cannam@124: fi~ cannam@124: $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' cannam@124: else cannam@124: ld_shlibs=no cannam@124: fi cannam@124: ;; cannam@124: cannam@124: haiku*) cannam@124: archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' cannam@124: link_all_deplibs=yes cannam@124: ;; cannam@124: cannam@124: interix[3-9]*) cannam@124: hardcode_direct=no cannam@124: hardcode_shlibpath_var=no cannam@124: hardcode_libdir_flag_spec='${wl}-rpath,$libdir' cannam@124: export_dynamic_flag_spec='${wl}-E' cannam@124: # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. cannam@124: # Instead, shared libraries are loaded at an image base (0x10000000 by cannam@124: # default) and relocated if they conflict, which is a slow very memory cannam@124: # consuming and fragmenting process. To avoid this, we pick a random, cannam@124: # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link cannam@124: # time. Moving up from 0x10000000 also allows more sbrk(2) space. cannam@124: archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' cannam@124: 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' cannam@124: ;; cannam@124: cannam@124: gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) cannam@124: tmp_diet=no cannam@124: if test "$host_os" = linux-dietlibc; then cannam@124: case $cc_basename in cannam@124: diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) cannam@124: esac cannam@124: fi cannam@124: if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ cannam@124: && test "$tmp_diet" = no cannam@124: then cannam@124: tmp_addflag=' $pic_flag' cannam@124: tmp_sharedflag='-shared' cannam@124: case $cc_basename,$host_cpu in cannam@124: pgcc*) # Portland Group C compiler cannam@124: 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' cannam@124: tmp_addflag=' $pic_flag' cannam@124: ;; cannam@124: pgf77* | pgf90* | pgf95* | pgfortran*) cannam@124: # Portland Group f77 and f90 compilers cannam@124: 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' cannam@124: tmp_addflag=' $pic_flag -Mnomain' ;; cannam@124: ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 cannam@124: tmp_addflag=' -i_dynamic' ;; cannam@124: efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 cannam@124: tmp_addflag=' -i_dynamic -nofor_main' ;; cannam@124: ifc* | ifort*) # Intel Fortran compiler cannam@124: tmp_addflag=' -nofor_main' ;; cannam@124: lf95*) # Lahey Fortran 8.1 cannam@124: whole_archive_flag_spec= cannam@124: tmp_sharedflag='--shared' ;; cannam@124: xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below) cannam@124: tmp_sharedflag='-qmkshrobj' cannam@124: tmp_addflag= ;; cannam@124: nvcc*) # Cuda Compiler Driver 2.2 cannam@124: 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' cannam@124: compiler_needs_object=yes cannam@124: ;; cannam@124: esac cannam@124: case `$CC -V 2>&1 | sed 5q` in cannam@124: *Sun\ C*) # Sun C 5.9 cannam@124: 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' cannam@124: compiler_needs_object=yes cannam@124: tmp_sharedflag='-G' ;; cannam@124: *Sun\ F*) # Sun Fortran 8.3 cannam@124: tmp_sharedflag='-G' ;; cannam@124: esac cannam@124: archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' cannam@124: cannam@124: if test "x$supports_anon_versioning" = xyes; then cannam@124: archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ cannam@124: cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ cannam@124: echo "local: *; };" >> $output_objdir/$libname.ver~ cannam@124: $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' cannam@124: fi cannam@124: cannam@124: case $cc_basename in cannam@124: xlf* | bgf* | bgxlf* | mpixlf*) cannam@124: # IBM XL Fortran 10.1 on PPC cannot create shared libs itself cannam@124: whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' cannam@124: hardcode_libdir_flag_spec= cannam@124: hardcode_libdir_flag_spec_ld='-rpath $libdir' cannam@124: archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' cannam@124: if test "x$supports_anon_versioning" = xyes; then cannam@124: archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ cannam@124: cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ cannam@124: echo "local: *; };" >> $output_objdir/$libname.ver~ cannam@124: $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' cannam@124: fi cannam@124: ;; cannam@124: esac cannam@124: else cannam@124: ld_shlibs=no cannam@124: fi cannam@124: ;; cannam@124: cannam@124: netbsd* | netbsdelf*-gnu) cannam@124: if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then cannam@124: archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' cannam@124: wlarc= cannam@124: else cannam@124: archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' cannam@124: archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' cannam@124: fi cannam@124: ;; cannam@124: cannam@124: solaris*) cannam@124: if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then cannam@124: ld_shlibs=no cannam@124: cat <<_LT_EOF 1>&2 cannam@124: cannam@124: *** Warning: The releases 2.8.* of the GNU linker cannot reliably cannam@124: *** create shared libraries on Solaris systems. Therefore, libtool cannam@124: *** is disabling shared libraries support. We urge you to upgrade GNU cannam@124: *** binutils to release 2.9.1 or newer. Another option is to modify cannam@124: *** your PATH or compiler configuration so that the native linker is cannam@124: *** used, and then restart. cannam@124: cannam@124: _LT_EOF cannam@124: elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then cannam@124: archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' cannam@124: archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' cannam@124: else cannam@124: ld_shlibs=no cannam@124: fi cannam@124: ;; cannam@124: cannam@124: sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) cannam@124: case `$LD -v 2>&1` in cannam@124: *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) cannam@124: ld_shlibs=no cannam@124: cat <<_LT_EOF 1>&2 cannam@124: cannam@124: *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not cannam@124: *** reliably create shared libraries on SCO systems. Therefore, libtool cannam@124: *** is disabling shared libraries support. We urge you to upgrade GNU cannam@124: *** binutils to release 2.16.91.0.3 or newer. Another option is to modify cannam@124: *** your PATH or compiler configuration so that the native linker is cannam@124: *** used, and then restart. cannam@124: cannam@124: _LT_EOF cannam@124: ;; cannam@124: *) cannam@124: # For security reasons, it is highly recommended that you always cannam@124: # use absolute paths for naming shared libraries, and exclude the cannam@124: # DT_RUNPATH tag from executables and libraries. But doing so cannam@124: # requires that you compile everything twice, which is a pain. cannam@124: if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then cannam@124: hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' cannam@124: archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' cannam@124: archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' cannam@124: else cannam@124: ld_shlibs=no cannam@124: fi cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: cannam@124: sunos4*) cannam@124: archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' cannam@124: wlarc= cannam@124: hardcode_direct=yes cannam@124: hardcode_shlibpath_var=no cannam@124: ;; cannam@124: cannam@124: *) cannam@124: if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then cannam@124: archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' cannam@124: archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' cannam@124: else cannam@124: ld_shlibs=no cannam@124: fi cannam@124: ;; cannam@124: esac cannam@124: cannam@124: if test "$ld_shlibs" = no; then cannam@124: runpath_var= cannam@124: hardcode_libdir_flag_spec= cannam@124: export_dynamic_flag_spec= cannam@124: whole_archive_flag_spec= cannam@124: fi cannam@124: else cannam@124: # PORTME fill in a description of your system's linker (not GNU ld) cannam@124: case $host_os in cannam@124: aix3*) cannam@124: allow_undefined_flag=unsupported cannam@124: always_export_symbols=yes cannam@124: 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' cannam@124: # Note: this linker hardcodes the directories in LIBPATH if there cannam@124: # are no directories specified by -L. cannam@124: hardcode_minus_L=yes cannam@124: if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then cannam@124: # Neither direct hardcoding nor static linking is supported with a cannam@124: # broken collect2. cannam@124: hardcode_direct=unsupported cannam@124: fi cannam@124: ;; cannam@124: cannam@124: aix[4-9]*) cannam@124: if test "$host_cpu" = ia64; then cannam@124: # On IA64, the linker does run time linking by default, so we don't cannam@124: # have to do anything special. cannam@124: aix_use_runtimelinking=no cannam@124: exp_sym_flag='-Bexport' cannam@124: no_entry_flag="" cannam@124: else cannam@124: # If we're using GNU nm, then we don't want the "-C" option. cannam@124: # -C means demangle to AIX nm, but means don't demangle with GNU nm cannam@124: # Also, AIX nm treats weak defined symbols like other global cannam@124: # defined symbols, whereas GNU nm marks them as "W". cannam@124: if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then cannam@124: 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' cannam@124: else cannam@124: export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' cannam@124: fi cannam@124: aix_use_runtimelinking=no cannam@124: cannam@124: # Test if we are trying to use run time linking or normal cannam@124: # AIX style linking. If -brtl is somewhere in LDFLAGS, we cannam@124: # need to do runtime linking. cannam@124: case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) cannam@124: for ld_flag in $LDFLAGS; do cannam@124: if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then cannam@124: aix_use_runtimelinking=yes cannam@124: break cannam@124: fi cannam@124: done cannam@124: ;; cannam@124: esac cannam@124: cannam@124: exp_sym_flag='-bexport' cannam@124: no_entry_flag='-bnoentry' cannam@124: fi cannam@124: cannam@124: # When large executables or shared objects are built, AIX ld can cannam@124: # have problems creating the table of contents. If linking a library cannam@124: # or program results in "error TOC overflow" add -mminimal-toc to cannam@124: # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not cannam@124: # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. cannam@124: cannam@124: archive_cmds='' cannam@124: hardcode_direct=yes cannam@124: hardcode_direct_absolute=yes cannam@124: hardcode_libdir_separator=':' cannam@124: link_all_deplibs=yes cannam@124: file_list_spec='${wl}-f,' cannam@124: cannam@124: if test "$GCC" = yes; then cannam@124: case $host_os in aix4.[012]|aix4.[012].*) cannam@124: # We only want to do this on AIX 4.2 and lower, the check cannam@124: # below for broken collect2 doesn't work under 4.3+ cannam@124: collect2name=`${CC} -print-prog-name=collect2` cannam@124: if test -f "$collect2name" && cannam@124: strings "$collect2name" | $GREP resolve_lib_name >/dev/null cannam@124: then cannam@124: # We have reworked collect2 cannam@124: : cannam@124: else cannam@124: # We have old collect2 cannam@124: hardcode_direct=unsupported cannam@124: # It fails to find uninstalled libraries when the uninstalled cannam@124: # path is not listed in the libpath. Setting hardcode_minus_L cannam@124: # to unsupported forces relinking cannam@124: hardcode_minus_L=yes cannam@124: hardcode_libdir_flag_spec='-L$libdir' cannam@124: hardcode_libdir_separator= cannam@124: fi cannam@124: ;; cannam@124: esac cannam@124: shared_flag='-shared' cannam@124: if test "$aix_use_runtimelinking" = yes; then cannam@124: shared_flag="$shared_flag "'${wl}-G' cannam@124: fi cannam@124: link_all_deplibs=no cannam@124: else cannam@124: # not using gcc cannam@124: if test "$host_cpu" = ia64; then cannam@124: # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release cannam@124: # chokes on -Wl,-G. The following line is correct: cannam@124: shared_flag='-G' cannam@124: else cannam@124: if test "$aix_use_runtimelinking" = yes; then cannam@124: shared_flag='${wl}-G' cannam@124: else cannam@124: shared_flag='${wl}-bM:SRE' cannam@124: fi cannam@124: fi cannam@124: fi cannam@124: cannam@124: export_dynamic_flag_spec='${wl}-bexpall' cannam@124: # It seems that -bexpall does not export symbols beginning with cannam@124: # underscore (_), so it is better to generate a list of symbols to export. cannam@124: always_export_symbols=yes cannam@124: if test "$aix_use_runtimelinking" = yes; then cannam@124: # Warning - without using the other runtime loading flags (-brtl), cannam@124: # -berok will link without error, but may produce a broken library. cannam@124: allow_undefined_flag='-berok' cannam@124: # Determine the default libpath from the value encoded in an cannam@124: # empty executable. cannam@124: if test "${lt_cv_aix_libpath+set}" = set; then cannam@124: aix_libpath=$lt_cv_aix_libpath cannam@124: else cannam@124: if ${lt_cv_aix_libpath_+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@124: /* end confdefs.h. */ cannam@124: cannam@124: int cannam@124: main () cannam@124: { cannam@124: cannam@124: ; cannam@124: return 0; cannam@124: } cannam@124: _ACEOF cannam@124: if ac_fn_c_try_link "$LINENO"; then : cannam@124: cannam@124: lt_aix_libpath_sed=' cannam@124: /Import File Strings/,/^$/ { cannam@124: /^0/ { cannam@124: s/^0 *\([^ ]*\) *$/\1/ cannam@124: p cannam@124: } cannam@124: }' cannam@124: lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` cannam@124: # Check for a 64-bit object if we didn't find anything. cannam@124: if test -z "$lt_cv_aix_libpath_"; then cannam@124: lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` cannam@124: fi cannam@124: fi cannam@124: rm -f core conftest.err conftest.$ac_objext \ cannam@124: conftest$ac_exeext conftest.$ac_ext cannam@124: if test -z "$lt_cv_aix_libpath_"; then cannam@124: lt_cv_aix_libpath_="/usr/lib:/lib" cannam@124: fi cannam@124: cannam@124: fi cannam@124: cannam@124: aix_libpath=$lt_cv_aix_libpath_ cannam@124: fi cannam@124: cannam@124: hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" cannam@124: 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" cannam@124: else cannam@124: if test "$host_cpu" = ia64; then cannam@124: hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib' cannam@124: allow_undefined_flag="-z nodefs" cannam@124: 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" cannam@124: else cannam@124: # Determine the default libpath from the value encoded in an cannam@124: # empty executable. cannam@124: if test "${lt_cv_aix_libpath+set}" = set; then cannam@124: aix_libpath=$lt_cv_aix_libpath cannam@124: else cannam@124: if ${lt_cv_aix_libpath_+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@124: /* end confdefs.h. */ cannam@124: cannam@124: int cannam@124: main () cannam@124: { cannam@124: cannam@124: ; cannam@124: return 0; cannam@124: } cannam@124: _ACEOF cannam@124: if ac_fn_c_try_link "$LINENO"; then : cannam@124: cannam@124: lt_aix_libpath_sed=' cannam@124: /Import File Strings/,/^$/ { cannam@124: /^0/ { cannam@124: s/^0 *\([^ ]*\) *$/\1/ cannam@124: p cannam@124: } cannam@124: }' cannam@124: lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` cannam@124: # Check for a 64-bit object if we didn't find anything. cannam@124: if test -z "$lt_cv_aix_libpath_"; then cannam@124: lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` cannam@124: fi cannam@124: fi cannam@124: rm -f core conftest.err conftest.$ac_objext \ cannam@124: conftest$ac_exeext conftest.$ac_ext cannam@124: if test -z "$lt_cv_aix_libpath_"; then cannam@124: lt_cv_aix_libpath_="/usr/lib:/lib" cannam@124: fi cannam@124: cannam@124: fi cannam@124: cannam@124: aix_libpath=$lt_cv_aix_libpath_ cannam@124: fi cannam@124: cannam@124: hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" cannam@124: # Warning - without using the other run time loading flags, cannam@124: # -berok will link without error, but may produce a broken library. cannam@124: no_undefined_flag=' ${wl}-bernotok' cannam@124: allow_undefined_flag=' ${wl}-berok' cannam@124: if test "$with_gnu_ld" = yes; then cannam@124: # We only use this code for GNU lds that support --whole-archive. cannam@124: whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive' cannam@124: else cannam@124: # Exported symbols can be pulled into shared objects from archives cannam@124: whole_archive_flag_spec='$convenience' cannam@124: fi cannam@124: archive_cmds_need_lc=yes cannam@124: # This is similar to how AIX traditionally builds its shared libraries. cannam@124: 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' cannam@124: fi cannam@124: fi cannam@124: ;; cannam@124: cannam@124: amigaos*) cannam@124: case $host_cpu in cannam@124: powerpc) cannam@124: # see comment about AmigaOS4 .so support cannam@124: archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' cannam@124: archive_expsym_cmds='' cannam@124: ;; cannam@124: m68k) cannam@124: 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)' cannam@124: hardcode_libdir_flag_spec='-L$libdir' cannam@124: hardcode_minus_L=yes cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: cannam@124: bsdi[45]*) cannam@124: export_dynamic_flag_spec=-rdynamic cannam@124: ;; cannam@124: cannam@124: cygwin* | mingw* | pw32* | cegcc*) cannam@124: # When not using gcc, we currently assume that we are using cannam@124: # Microsoft Visual C++. cannam@124: # hardcode_libdir_flag_spec is actually meaningless, as there is cannam@124: # no search path for DLLs. cannam@124: case $cc_basename in cannam@124: cl*) cannam@124: # Native MSVC cannam@124: hardcode_libdir_flag_spec=' ' cannam@124: allow_undefined_flag=unsupported cannam@124: always_export_symbols=yes cannam@124: file_list_spec='@' cannam@124: # Tell ltmain to make .lib files, not .a files. cannam@124: libext=lib cannam@124: # Tell ltmain to make .dll files, not .so files. cannam@124: shrext_cmds=".dll" cannam@124: # FIXME: Setting linknames here is a bad hack. cannam@124: archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' cannam@124: archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then cannam@124: sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; cannam@124: else cannam@124: sed -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp; cannam@124: fi~ cannam@124: $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ cannam@124: linknames=' cannam@124: # The linker will not automatically build a static lib if we build a DLL. cannam@124: # _LT_TAGVAR(old_archive_from_new_cmds, )='true' cannam@124: enable_shared_with_static_runtimes=yes cannam@124: export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' cannam@124: # Don't use ranlib cannam@124: old_postinstall_cmds='chmod 644 $oldlib' cannam@124: postlink_cmds='lt_outputfile="@OUTPUT@"~ cannam@124: lt_tool_outputfile="@TOOL_OUTPUT@"~ cannam@124: case $lt_outputfile in cannam@124: *.exe|*.EXE) ;; cannam@124: *) cannam@124: lt_outputfile="$lt_outputfile.exe" cannam@124: lt_tool_outputfile="$lt_tool_outputfile.exe" cannam@124: ;; cannam@124: esac~ cannam@124: if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then cannam@124: $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; cannam@124: $RM "$lt_outputfile.manifest"; cannam@124: fi' cannam@124: ;; cannam@124: *) cannam@124: # Assume MSVC wrapper cannam@124: hardcode_libdir_flag_spec=' ' cannam@124: allow_undefined_flag=unsupported cannam@124: # Tell ltmain to make .lib files, not .a files. cannam@124: libext=lib cannam@124: # Tell ltmain to make .dll files, not .so files. cannam@124: shrext_cmds=".dll" cannam@124: # FIXME: Setting linknames here is a bad hack. cannam@124: archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' cannam@124: # The linker will automatically build a .lib file if we build a DLL. cannam@124: old_archive_from_new_cmds='true' cannam@124: # FIXME: Should let the user specify the lib program. cannam@124: old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs' cannam@124: enable_shared_with_static_runtimes=yes cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: cannam@124: darwin* | rhapsody*) cannam@124: cannam@124: cannam@124: archive_cmds_need_lc=no cannam@124: hardcode_direct=no cannam@124: hardcode_automatic=yes cannam@124: hardcode_shlibpath_var=unsupported cannam@124: if test "$lt_cv_ld_force_load" = "yes"; then cannam@124: 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\"`' cannam@124: else cannam@124: whole_archive_flag_spec='' cannam@124: fi cannam@124: link_all_deplibs=yes cannam@124: allow_undefined_flag="$_lt_dar_allow_undefined" cannam@124: case $cc_basename in cannam@124: ifort*) _lt_dar_can_shared=yes ;; cannam@124: *) _lt_dar_can_shared=$GCC ;; cannam@124: esac cannam@124: if test "$_lt_dar_can_shared" = "yes"; then cannam@124: output_verbose_link_cmd=func_echo_all cannam@124: archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" cannam@124: module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" cannam@124: 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}" cannam@124: 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}" cannam@124: cannam@124: else cannam@124: ld_shlibs=no cannam@124: fi cannam@124: cannam@124: ;; cannam@124: cannam@124: dgux*) cannam@124: archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' cannam@124: hardcode_libdir_flag_spec='-L$libdir' cannam@124: hardcode_shlibpath_var=no cannam@124: ;; cannam@124: cannam@124: freebsd1*) cannam@124: ld_shlibs=no cannam@124: ;; cannam@124: cannam@124: # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor cannam@124: # support. Future versions do this automatically, but an explicit c++rt0.o cannam@124: # does not break anything, and helps significantly (at the cost of a little cannam@124: # extra space). cannam@124: freebsd2.2*) cannam@124: archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' cannam@124: hardcode_libdir_flag_spec='-R$libdir' cannam@124: hardcode_direct=yes cannam@124: hardcode_shlibpath_var=no cannam@124: ;; cannam@124: cannam@124: # Unfortunately, older versions of FreeBSD 2 do not have this feature. cannam@124: freebsd2*) cannam@124: archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' cannam@124: hardcode_direct=yes cannam@124: hardcode_minus_L=yes cannam@124: hardcode_shlibpath_var=no cannam@124: ;; cannam@124: cannam@124: # FreeBSD 3 and greater uses gcc -shared to do shared libraries. cannam@124: freebsd* | dragonfly*) cannam@124: archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' cannam@124: hardcode_libdir_flag_spec='-R$libdir' cannam@124: hardcode_direct=yes cannam@124: hardcode_shlibpath_var=no cannam@124: ;; cannam@124: cannam@124: hpux9*) cannam@124: if test "$GCC" = yes; then cannam@124: archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' cannam@124: else cannam@124: 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' cannam@124: fi cannam@124: hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' cannam@124: hardcode_libdir_separator=: cannam@124: hardcode_direct=yes cannam@124: cannam@124: # hardcode_minus_L: Not really in the search PATH, cannam@124: # but as the default location of the library. cannam@124: hardcode_minus_L=yes cannam@124: export_dynamic_flag_spec='${wl}-E' cannam@124: ;; cannam@124: cannam@124: hpux10*) cannam@124: if test "$GCC" = yes && test "$with_gnu_ld" = no; then cannam@124: archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' cannam@124: else cannam@124: archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' cannam@124: fi cannam@124: if test "$with_gnu_ld" = no; then cannam@124: hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' cannam@124: hardcode_libdir_flag_spec_ld='+b $libdir' cannam@124: hardcode_libdir_separator=: cannam@124: hardcode_direct=yes cannam@124: hardcode_direct_absolute=yes cannam@124: export_dynamic_flag_spec='${wl}-E' cannam@124: # hardcode_minus_L: Not really in the search PATH, cannam@124: # but as the default location of the library. cannam@124: hardcode_minus_L=yes cannam@124: fi cannam@124: ;; cannam@124: cannam@124: hpux11*) cannam@124: if test "$GCC" = yes && test "$with_gnu_ld" = no; then cannam@124: case $host_cpu in cannam@124: hppa*64*) cannam@124: archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' cannam@124: ;; cannam@124: ia64*) cannam@124: archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' cannam@124: ;; cannam@124: *) cannam@124: archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' cannam@124: ;; cannam@124: esac cannam@124: else cannam@124: case $host_cpu in cannam@124: hppa*64*) cannam@124: archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' cannam@124: ;; cannam@124: ia64*) cannam@124: archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' cannam@124: ;; cannam@124: *) cannam@124: cannam@124: # Older versions of the 11.00 compiler do not understand -b yet cannam@124: # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5 cannam@124: $as_echo_n "checking if $CC understands -b... " >&6; } cannam@124: if ${lt_cv_prog_compiler__b+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: lt_cv_prog_compiler__b=no cannam@124: save_LDFLAGS="$LDFLAGS" cannam@124: LDFLAGS="$LDFLAGS -b" cannam@124: echo "$lt_simple_link_test_code" > conftest.$ac_ext cannam@124: if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then cannam@124: # The linker can only warn and ignore the option if not recognized cannam@124: # So say no if there are warnings cannam@124: if test -s conftest.err; then cannam@124: # Append any errors to the config.log. cannam@124: cat conftest.err 1>&5 cannam@124: $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp cannam@124: $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 cannam@124: if diff conftest.exp conftest.er2 >/dev/null; then cannam@124: lt_cv_prog_compiler__b=yes cannam@124: fi cannam@124: else cannam@124: lt_cv_prog_compiler__b=yes cannam@124: fi cannam@124: fi cannam@124: $RM -r conftest* cannam@124: LDFLAGS="$save_LDFLAGS" cannam@124: cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5 cannam@124: $as_echo "$lt_cv_prog_compiler__b" >&6; } cannam@124: cannam@124: if test x"$lt_cv_prog_compiler__b" = xyes; then cannam@124: archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' cannam@124: else cannam@124: archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' cannam@124: fi cannam@124: cannam@124: ;; cannam@124: esac cannam@124: fi cannam@124: if test "$with_gnu_ld" = no; then cannam@124: hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' cannam@124: hardcode_libdir_separator=: cannam@124: cannam@124: case $host_cpu in cannam@124: hppa*64*|ia64*) cannam@124: hardcode_direct=no cannam@124: hardcode_shlibpath_var=no cannam@124: ;; cannam@124: *) cannam@124: hardcode_direct=yes cannam@124: hardcode_direct_absolute=yes cannam@124: export_dynamic_flag_spec='${wl}-E' cannam@124: cannam@124: # hardcode_minus_L: Not really in the search PATH, cannam@124: # but as the default location of the library. cannam@124: hardcode_minus_L=yes cannam@124: ;; cannam@124: esac cannam@124: fi cannam@124: ;; cannam@124: cannam@124: irix5* | irix6* | nonstopux*) cannam@124: if test "$GCC" = yes; then cannam@124: archive_cmds='$CC -shared $pic_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' cannam@124: # Try to use the -exported_symbol ld option, if it does not cannam@124: # work, assume that -exports_file does not work either and cannam@124: # implicitly export all symbols. cannam@124: # This should be the same for all languages, so no per-tag cache variable. cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5 cannam@124: $as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; } cannam@124: if ${lt_cv_irix_exported_symbol+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: save_LDFLAGS="$LDFLAGS" cannam@124: LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null" cannam@124: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@124: /* end confdefs.h. */ cannam@124: int foo (void) { return 0; } cannam@124: _ACEOF cannam@124: if ac_fn_c_try_link "$LINENO"; then : cannam@124: lt_cv_irix_exported_symbol=yes cannam@124: else cannam@124: lt_cv_irix_exported_symbol=no cannam@124: fi cannam@124: rm -f core conftest.err conftest.$ac_objext \ cannam@124: conftest$ac_exeext conftest.$ac_ext cannam@124: LDFLAGS="$save_LDFLAGS" cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5 cannam@124: $as_echo "$lt_cv_irix_exported_symbol" >&6; } cannam@124: if test "$lt_cv_irix_exported_symbol" = yes; then cannam@124: archive_expsym_cmds='$CC -shared $pic_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 ${wl}-exports_file ${wl}$export_symbols -o $lib' cannam@124: fi cannam@124: else cannam@124: 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' cannam@124: 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' cannam@124: fi cannam@124: archive_cmds_need_lc='no' cannam@124: hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' cannam@124: hardcode_libdir_separator=: cannam@124: inherit_rpath=yes cannam@124: link_all_deplibs=yes cannam@124: ;; cannam@124: cannam@124: netbsd* | netbsdelf*-gnu) cannam@124: if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then cannam@124: archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out cannam@124: else cannam@124: archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF cannam@124: fi cannam@124: hardcode_libdir_flag_spec='-R$libdir' cannam@124: hardcode_direct=yes cannam@124: hardcode_shlibpath_var=no cannam@124: ;; cannam@124: cannam@124: newsos6) cannam@124: archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' cannam@124: hardcode_direct=yes cannam@124: hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' cannam@124: hardcode_libdir_separator=: cannam@124: hardcode_shlibpath_var=no cannam@124: ;; cannam@124: cannam@124: *nto* | *qnx*) cannam@124: ;; cannam@124: cannam@124: openbsd*) cannam@124: if test -f /usr/libexec/ld.so; then cannam@124: hardcode_direct=yes cannam@124: hardcode_shlibpath_var=no cannam@124: hardcode_direct_absolute=yes cannam@124: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then cannam@124: archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' cannam@124: archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' cannam@124: hardcode_libdir_flag_spec='${wl}-rpath,$libdir' cannam@124: export_dynamic_flag_spec='${wl}-E' cannam@124: else cannam@124: case $host_os in cannam@124: openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) cannam@124: archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' cannam@124: hardcode_libdir_flag_spec='-R$libdir' cannam@124: ;; cannam@124: *) cannam@124: archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' cannam@124: hardcode_libdir_flag_spec='${wl}-rpath,$libdir' cannam@124: ;; cannam@124: esac cannam@124: fi cannam@124: else cannam@124: ld_shlibs=no cannam@124: fi cannam@124: ;; cannam@124: cannam@124: os2*) cannam@124: hardcode_libdir_flag_spec='-L$libdir' cannam@124: hardcode_minus_L=yes cannam@124: allow_undefined_flag=unsupported cannam@124: 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' cannam@124: old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' cannam@124: ;; cannam@124: cannam@124: osf3*) cannam@124: if test "$GCC" = yes; then cannam@124: allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' cannam@124: 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' cannam@124: else cannam@124: allow_undefined_flag=' -expect_unresolved \*' cannam@124: 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' cannam@124: fi cannam@124: archive_cmds_need_lc='no' cannam@124: hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' cannam@124: hardcode_libdir_separator=: cannam@124: ;; cannam@124: cannam@124: osf4* | osf5*) # as osf3* with the addition of -msym flag cannam@124: if test "$GCC" = yes; then cannam@124: allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' cannam@124: archive_cmds='$CC -shared${allow_undefined_flag} $pic_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' cannam@124: hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' cannam@124: else cannam@124: allow_undefined_flag=' -expect_unresolved \*' cannam@124: 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' cannam@124: 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~ cannam@124: $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' cannam@124: cannam@124: # Both c and cxx compiler support -rpath directly cannam@124: hardcode_libdir_flag_spec='-rpath $libdir' cannam@124: fi cannam@124: archive_cmds_need_lc='no' cannam@124: hardcode_libdir_separator=: cannam@124: ;; cannam@124: cannam@124: solaris*) cannam@124: no_undefined_flag=' -z defs' cannam@124: if test "$GCC" = yes; then cannam@124: wlarc='${wl}' cannam@124: archive_cmds='$CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' cannam@124: archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ cannam@124: $CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' cannam@124: else cannam@124: case `$CC -V 2>&1` in cannam@124: *"Compilers 5.0"*) cannam@124: wlarc='' cannam@124: archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' cannam@124: archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ cannam@124: $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' cannam@124: ;; cannam@124: *) cannam@124: wlarc='${wl}' cannam@124: archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags' cannam@124: archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ cannam@124: $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' cannam@124: ;; cannam@124: esac cannam@124: fi cannam@124: hardcode_libdir_flag_spec='-R$libdir' cannam@124: hardcode_shlibpath_var=no cannam@124: case $host_os in cannam@124: solaris2.[0-5] | solaris2.[0-5].*) ;; cannam@124: *) cannam@124: # The compiler driver will combine and reorder linker options, cannam@124: # but understands `-z linker_flag'. GCC discards it without `$wl', cannam@124: # but is careful enough not to reorder. cannam@124: # Supported since Solaris 2.6 (maybe 2.5.1?) cannam@124: if test "$GCC" = yes; then cannam@124: whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' cannam@124: else cannam@124: whole_archive_flag_spec='-z allextract$convenience -z defaultextract' cannam@124: fi cannam@124: ;; cannam@124: esac cannam@124: link_all_deplibs=yes cannam@124: ;; cannam@124: cannam@124: sunos4*) cannam@124: if test "x$host_vendor" = xsequent; then cannam@124: # Use $CC to link under sequent, because it throws in some extra .o cannam@124: # files that make .init and .fini sections work. cannam@124: archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' cannam@124: else cannam@124: archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' cannam@124: fi cannam@124: hardcode_libdir_flag_spec='-L$libdir' cannam@124: hardcode_direct=yes cannam@124: hardcode_minus_L=yes cannam@124: hardcode_shlibpath_var=no cannam@124: ;; cannam@124: cannam@124: sysv4) cannam@124: case $host_vendor in cannam@124: sni) cannam@124: archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' cannam@124: hardcode_direct=yes # is this really true??? cannam@124: ;; cannam@124: siemens) cannam@124: ## LD is ld it makes a PLAMLIB cannam@124: ## CC just makes a GrossModule. cannam@124: archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags' cannam@124: reload_cmds='$CC -r -o $output$reload_objs' cannam@124: hardcode_direct=no cannam@124: ;; cannam@124: motorola) cannam@124: archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' cannam@124: hardcode_direct=no #Motorola manual says yes, but my tests say they lie cannam@124: ;; cannam@124: esac cannam@124: runpath_var='LD_RUN_PATH' cannam@124: hardcode_shlibpath_var=no cannam@124: ;; cannam@124: cannam@124: sysv4.3*) cannam@124: archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' cannam@124: hardcode_shlibpath_var=no cannam@124: export_dynamic_flag_spec='-Bexport' cannam@124: ;; cannam@124: cannam@124: sysv4*MP*) cannam@124: if test -d /usr/nec; then cannam@124: archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' cannam@124: hardcode_shlibpath_var=no cannam@124: runpath_var=LD_RUN_PATH cannam@124: hardcode_runpath_var=yes cannam@124: ld_shlibs=yes cannam@124: fi cannam@124: ;; cannam@124: cannam@124: sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) cannam@124: no_undefined_flag='${wl}-z,text' cannam@124: archive_cmds_need_lc=no cannam@124: hardcode_shlibpath_var=no cannam@124: runpath_var='LD_RUN_PATH' cannam@124: cannam@124: if test "$GCC" = yes; then cannam@124: archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' cannam@124: archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' cannam@124: else cannam@124: archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' cannam@124: archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' cannam@124: fi cannam@124: ;; cannam@124: cannam@124: sysv5* | sco3.2v5* | sco5v6*) cannam@124: # Note: We can NOT use -z defs as we might desire, because we do not cannam@124: # link with -lc, and that would cause any symbols used from libc to cannam@124: # always be unresolved, which means just about no library would cannam@124: # ever link correctly. If we're not using GNU ld we use -z text cannam@124: # though, which does catch some bad symbols but isn't as heavy-handed cannam@124: # as -z defs. cannam@124: no_undefined_flag='${wl}-z,text' cannam@124: allow_undefined_flag='${wl}-z,nodefs' cannam@124: archive_cmds_need_lc=no cannam@124: hardcode_shlibpath_var=no cannam@124: hardcode_libdir_flag_spec='${wl}-R,$libdir' cannam@124: hardcode_libdir_separator=':' cannam@124: link_all_deplibs=yes cannam@124: export_dynamic_flag_spec='${wl}-Bexport' cannam@124: runpath_var='LD_RUN_PATH' cannam@124: cannam@124: if test "$GCC" = yes; then cannam@124: archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' cannam@124: archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' cannam@124: else cannam@124: archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' cannam@124: archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' cannam@124: fi cannam@124: ;; cannam@124: cannam@124: uts4*) cannam@124: archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' cannam@124: hardcode_libdir_flag_spec='-L$libdir' cannam@124: hardcode_shlibpath_var=no cannam@124: ;; cannam@124: cannam@124: *) cannam@124: ld_shlibs=no cannam@124: ;; cannam@124: esac cannam@124: cannam@124: if test x$host_vendor = xsni; then cannam@124: case $host in cannam@124: sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) cannam@124: export_dynamic_flag_spec='${wl}-Blargedynsym' cannam@124: ;; cannam@124: esac cannam@124: fi cannam@124: fi cannam@124: cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5 cannam@124: $as_echo "$ld_shlibs" >&6; } cannam@124: test "$ld_shlibs" = no && can_build_shared=no cannam@124: cannam@124: with_gnu_ld=$with_gnu_ld cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: # cannam@124: # Do we need to explicitly link libc? cannam@124: # cannam@124: case "x$archive_cmds_need_lc" in cannam@124: x|xyes) cannam@124: # Assume -lc should be added cannam@124: archive_cmds_need_lc=yes cannam@124: cannam@124: if test "$enable_shared" = yes && test "$GCC" = yes; then cannam@124: case $archive_cmds in cannam@124: *'~'*) cannam@124: # FIXME: we may have to deal with multi-command sequences. cannam@124: ;; cannam@124: '$CC '*) cannam@124: # Test whether the compiler implicitly links with -lc since on some cannam@124: # systems, -lgcc has to come before -lc. If gcc already passes -lc cannam@124: # to ld, don't add -lc before -lgcc. cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 cannam@124: $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } cannam@124: if ${lt_cv_archive_cmds_need_lc+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: $RM conftest* cannam@124: echo "$lt_simple_compile_test_code" > conftest.$ac_ext cannam@124: cannam@124: if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 cannam@124: (eval $ac_compile) 2>&5 cannam@124: ac_status=$? cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@124: test $ac_status = 0; } 2>conftest.err; then cannam@124: soname=conftest cannam@124: lib=conftest cannam@124: libobjs=conftest.$ac_objext cannam@124: deplibs= cannam@124: wl=$lt_prog_compiler_wl cannam@124: pic_flag=$lt_prog_compiler_pic cannam@124: compiler_flags=-v cannam@124: linker_flags=-v cannam@124: verstring= cannam@124: output_objdir=. cannam@124: libname=conftest cannam@124: lt_save_allow_undefined_flag=$allow_undefined_flag cannam@124: allow_undefined_flag= cannam@124: if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5 cannam@124: (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5 cannam@124: ac_status=$? cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@124: test $ac_status = 0; } cannam@124: then cannam@124: lt_cv_archive_cmds_need_lc=no cannam@124: else cannam@124: lt_cv_archive_cmds_need_lc=yes cannam@124: fi cannam@124: allow_undefined_flag=$lt_save_allow_undefined_flag cannam@124: else cannam@124: cat conftest.err 1>&5 cannam@124: fi cannam@124: $RM conftest* cannam@124: cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5 cannam@124: $as_echo "$lt_cv_archive_cmds_need_lc" >&6; } cannam@124: archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc cannam@124: ;; cannam@124: esac cannam@124: fi cannam@124: ;; cannam@124: esac cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5 cannam@124: $as_echo_n "checking dynamic linker characteristics... " >&6; } cannam@124: cannam@124: if test "$GCC" = yes; then cannam@124: case $host_os in cannam@124: darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; cannam@124: *) lt_awk_arg="/^libraries:/" ;; cannam@124: esac cannam@124: case $host_os in cannam@124: mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;; cannam@124: *) lt_sed_strip_eq="s,=/,/,g" ;; cannam@124: esac cannam@124: lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` cannam@124: case $lt_search_path_spec in cannam@124: *\;*) cannam@124: # if the path contains ";" then we assume it to be the separator cannam@124: # otherwise default to the standard path separator (i.e. ":") - it is cannam@124: # assumed that no part of a normal pathname contains ";" but that should cannam@124: # okay in the real world where ";" in dirpaths is itself problematic. cannam@124: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` cannam@124: ;; cannam@124: *) cannam@124: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` cannam@124: ;; cannam@124: esac cannam@124: # Ok, now we have the path, separated by spaces, we can step through it cannam@124: # and add multilib dir if necessary. cannam@124: lt_tmp_lt_search_path_spec= cannam@124: lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` cannam@124: for lt_sys_path in $lt_search_path_spec; do cannam@124: if test -d "$lt_sys_path/$lt_multi_os_dir"; then cannam@124: lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir" cannam@124: else cannam@124: test -d "$lt_sys_path" && \ cannam@124: lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" cannam@124: fi cannam@124: done cannam@124: lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' cannam@124: BEGIN {RS=" "; FS="/|\n";} { cannam@124: lt_foo=""; cannam@124: lt_count=0; cannam@124: for (lt_i = NF; lt_i > 0; lt_i--) { cannam@124: if ($lt_i != "" && $lt_i != ".") { cannam@124: if ($lt_i == "..") { cannam@124: lt_count++; cannam@124: } else { cannam@124: if (lt_count == 0) { cannam@124: lt_foo="/" $lt_i lt_foo; cannam@124: } else { cannam@124: lt_count--; cannam@124: } cannam@124: } cannam@124: } cannam@124: } cannam@124: if (lt_foo != "") { lt_freq[lt_foo]++; } cannam@124: if (lt_freq[lt_foo] == 1) { print lt_foo; } cannam@124: }'` cannam@124: # AWK program above erroneously prepends '/' to C:/dos/paths cannam@124: # for these hosts. cannam@124: case $host_os in cannam@124: mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ cannam@124: $SED 's,/\([A-Za-z]:\),\1,g'` ;; cannam@124: esac cannam@124: sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` cannam@124: else cannam@124: sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" cannam@124: fi cannam@124: library_names_spec= cannam@124: libname_spec='lib$name' cannam@124: soname_spec= cannam@124: shrext_cmds=".so" cannam@124: postinstall_cmds= cannam@124: postuninstall_cmds= cannam@124: finish_cmds= cannam@124: finish_eval= cannam@124: shlibpath_var= cannam@124: shlibpath_overrides_runpath=unknown cannam@124: version_type=none cannam@124: dynamic_linker="$host_os ld.so" cannam@124: sys_lib_dlsearch_path_spec="/lib /usr/lib" cannam@124: need_lib_prefix=unknown cannam@124: hardcode_into_libs=no cannam@124: cannam@124: # when you set need_version to no, make sure it does not cause -set_version cannam@124: # flags to be left without arguments cannam@124: need_version=unknown cannam@124: cannam@124: case $host_os in cannam@124: aix3*) cannam@124: version_type=linux cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' cannam@124: shlibpath_var=LIBPATH cannam@124: cannam@124: # AIX 3 has no versioning support, so we append a major version to the name. cannam@124: soname_spec='${libname}${release}${shared_ext}$major' cannam@124: ;; cannam@124: cannam@124: aix[4-9]*) cannam@124: version_type=linux cannam@124: need_lib_prefix=no cannam@124: need_version=no cannam@124: hardcode_into_libs=yes cannam@124: if test "$host_cpu" = ia64; then cannam@124: # AIX 5 supports IA64 cannam@124: library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' cannam@124: shlibpath_var=LD_LIBRARY_PATH cannam@124: else cannam@124: # With GCC up to 2.95.x, collect2 would create an import file cannam@124: # for dependence libraries. The import file would start with cannam@124: # the line `#! .'. This would cause the generated library to cannam@124: # depend on `.', always an invalid library. This was fixed in cannam@124: # development snapshots of GCC prior to 3.0. cannam@124: case $host_os in cannam@124: aix4 | aix4.[01] | aix4.[01].*) cannam@124: if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' cannam@124: echo ' yes ' cannam@124: echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then cannam@124: : cannam@124: else cannam@124: can_build_shared=no cannam@124: fi cannam@124: ;; cannam@124: esac cannam@124: # AIX (on Power*) has no versioning support, so currently we can not hardcode correct cannam@124: # soname into executable. Probably we can add versioning support to cannam@124: # collect2, so additional links can be useful in future. cannam@124: if test "$aix_use_runtimelinking" = yes; then cannam@124: # If using run time linking (on AIX 4.2 or later) use lib.so cannam@124: # instead of lib.a to let people know that these are not cannam@124: # typical AIX shared libraries. cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' cannam@124: else cannam@124: # We preserve .a as extension for shared libraries through AIX4.2 cannam@124: # and later when we are not doing run time linking. cannam@124: library_names_spec='${libname}${release}.a $libname.a' cannam@124: soname_spec='${libname}${release}${shared_ext}$major' cannam@124: fi cannam@124: shlibpath_var=LIBPATH cannam@124: fi cannam@124: ;; cannam@124: cannam@124: amigaos*) cannam@124: case $host_cpu in cannam@124: powerpc) cannam@124: # Since July 2007 AmigaOS4 officially supports .so libraries. cannam@124: # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' cannam@124: ;; cannam@124: m68k) cannam@124: library_names_spec='$libname.ixlibrary $libname.a' cannam@124: # Create ${libname}_ixlibrary.a entries in /sys/libs. cannam@124: 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' cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: cannam@124: beos*) cannam@124: library_names_spec='${libname}${shared_ext}' cannam@124: dynamic_linker="$host_os ld.so" cannam@124: shlibpath_var=LIBRARY_PATH cannam@124: ;; cannam@124: cannam@124: bsdi[45]*) cannam@124: version_type=linux cannam@124: need_version=no cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' cannam@124: soname_spec='${libname}${release}${shared_ext}$major' cannam@124: finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' cannam@124: shlibpath_var=LD_LIBRARY_PATH cannam@124: sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" cannam@124: sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" cannam@124: # the default ld.so.conf also contains /usr/contrib/lib and cannam@124: # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow cannam@124: # libtool to hard-code these into programs cannam@124: ;; cannam@124: cannam@124: cygwin* | mingw* | pw32* | cegcc*) cannam@124: version_type=windows cannam@124: shrext_cmds=".dll" cannam@124: need_version=no cannam@124: need_lib_prefix=no cannam@124: cannam@124: case $GCC,$cc_basename in cannam@124: yes,*) cannam@124: # gcc cannam@124: library_names_spec='$libname.dll.a' cannam@124: # DLL is installed to $(libdir)/../bin by postinstall_cmds cannam@124: postinstall_cmds='base_file=`basename \${file}`~ cannam@124: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ cannam@124: dldir=$destdir/`dirname \$dlpath`~ cannam@124: test -d \$dldir || mkdir -p \$dldir~ cannam@124: $install_prog $dir/$dlname \$dldir/$dlname~ cannam@124: chmod a+x \$dldir/$dlname~ cannam@124: if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then cannam@124: eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; cannam@124: fi' cannam@124: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ cannam@124: dlpath=$dir/\$dldll~ cannam@124: $RM \$dlpath' cannam@124: shlibpath_overrides_runpath=yes cannam@124: cannam@124: case $host_os in cannam@124: cygwin*) cannam@124: # Cygwin DLLs use 'cyg' prefix rather than 'lib' cannam@124: soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' cannam@124: cannam@124: sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api" cannam@124: ;; cannam@124: mingw* | cegcc*) cannam@124: # MinGW DLLs use traditional 'lib' prefix cannam@124: soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' cannam@124: ;; cannam@124: pw32*) cannam@124: # pw32 DLLs use 'pw' prefix rather than 'lib' cannam@124: library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' cannam@124: ;; cannam@124: esac cannam@124: dynamic_linker='Win32 ld.exe' cannam@124: ;; cannam@124: cannam@124: *,cl*) cannam@124: # Native MSVC cannam@124: libname_spec='$name' cannam@124: soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' cannam@124: library_names_spec='${libname}.dll.lib' cannam@124: cannam@124: case $build_os in cannam@124: mingw*) cannam@124: sys_lib_search_path_spec= cannam@124: lt_save_ifs=$IFS cannam@124: IFS=';' cannam@124: for lt_path in $LIB cannam@124: do cannam@124: IFS=$lt_save_ifs cannam@124: # Let DOS variable expansion print the short 8.3 style file name. cannam@124: lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` cannam@124: sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" cannam@124: done cannam@124: IFS=$lt_save_ifs cannam@124: # Convert to MSYS style. cannam@124: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` cannam@124: ;; cannam@124: cygwin*) cannam@124: # Convert to unix form, then to dos form, then back to unix form cannam@124: # but this time dos style (no spaces!) so that the unix form looks cannam@124: # like /cygdrive/c/PROGRA~1:/cygdr... cannam@124: sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` cannam@124: sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` cannam@124: sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` cannam@124: ;; cannam@124: *) cannam@124: sys_lib_search_path_spec="$LIB" cannam@124: if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then cannam@124: # It is most probably a Windows format PATH. cannam@124: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` cannam@124: else cannam@124: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` cannam@124: fi cannam@124: # FIXME: find the short name or the path components, as spaces are cannam@124: # common. (e.g. "Program Files" -> "PROGRA~1") cannam@124: ;; cannam@124: esac cannam@124: cannam@124: # DLL is installed to $(libdir)/../bin by postinstall_cmds cannam@124: postinstall_cmds='base_file=`basename \${file}`~ cannam@124: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ cannam@124: dldir=$destdir/`dirname \$dlpath`~ cannam@124: test -d \$dldir || mkdir -p \$dldir~ cannam@124: $install_prog $dir/$dlname \$dldir/$dlname' cannam@124: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ cannam@124: dlpath=$dir/\$dldll~ cannam@124: $RM \$dlpath' cannam@124: shlibpath_overrides_runpath=yes cannam@124: dynamic_linker='Win32 link.exe' cannam@124: ;; cannam@124: cannam@124: *) cannam@124: # Assume MSVC wrapper cannam@124: library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' cannam@124: dynamic_linker='Win32 ld.exe' cannam@124: ;; cannam@124: esac cannam@124: # FIXME: first we should search . and the directory the executable is in cannam@124: shlibpath_var=PATH cannam@124: ;; cannam@124: cannam@124: darwin* | rhapsody*) cannam@124: dynamic_linker="$host_os dyld" cannam@124: version_type=darwin cannam@124: need_lib_prefix=no cannam@124: need_version=no cannam@124: library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext' cannam@124: soname_spec='${libname}${release}${major}$shared_ext' cannam@124: shlibpath_overrides_runpath=yes cannam@124: shlibpath_var=DYLD_LIBRARY_PATH cannam@124: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' cannam@124: cannam@124: sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib" cannam@124: sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' cannam@124: ;; cannam@124: cannam@124: dgux*) cannam@124: version_type=linux cannam@124: need_lib_prefix=no cannam@124: need_version=no cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' cannam@124: soname_spec='${libname}${release}${shared_ext}$major' cannam@124: shlibpath_var=LD_LIBRARY_PATH cannam@124: ;; cannam@124: cannam@124: freebsd1*) cannam@124: dynamic_linker=no cannam@124: ;; cannam@124: cannam@124: freebsd* | dragonfly*) cannam@124: # DragonFly does not have aout. When/if they implement a new cannam@124: # versioning mechanism, adjust this. cannam@124: if test -x /usr/bin/objformat; then cannam@124: objformat=`/usr/bin/objformat` cannam@124: else cannam@124: case $host_os in cannam@124: freebsd[123]*) objformat=aout ;; cannam@124: *) objformat=elf ;; cannam@124: esac cannam@124: fi cannam@124: version_type=freebsd-$objformat cannam@124: case $version_type in cannam@124: freebsd-elf*) cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' cannam@124: need_version=no cannam@124: need_lib_prefix=no cannam@124: ;; cannam@124: freebsd-*) cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' cannam@124: need_version=yes cannam@124: ;; cannam@124: esac cannam@124: shlibpath_var=LD_LIBRARY_PATH cannam@124: case $host_os in cannam@124: freebsd2*) cannam@124: shlibpath_overrides_runpath=yes cannam@124: ;; cannam@124: freebsd3.[01]* | freebsdelf3.[01]*) cannam@124: shlibpath_overrides_runpath=yes cannam@124: hardcode_into_libs=yes cannam@124: ;; cannam@124: freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ cannam@124: freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) cannam@124: shlibpath_overrides_runpath=no cannam@124: hardcode_into_libs=yes cannam@124: ;; cannam@124: *) # from 4.6 on, and DragonFly cannam@124: shlibpath_overrides_runpath=yes cannam@124: hardcode_into_libs=yes cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: cannam@124: gnu*) cannam@124: version_type=linux cannam@124: need_lib_prefix=no cannam@124: need_version=no cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' cannam@124: soname_spec='${libname}${release}${shared_ext}$major' cannam@124: shlibpath_var=LD_LIBRARY_PATH cannam@124: shlibpath_overrides_runpath=no cannam@124: hardcode_into_libs=yes cannam@124: ;; cannam@124: cannam@124: haiku*) cannam@124: version_type=linux cannam@124: need_lib_prefix=no cannam@124: need_version=no cannam@124: dynamic_linker="$host_os runtime_loader" cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' cannam@124: soname_spec='${libname}${release}${shared_ext}$major' cannam@124: shlibpath_var=LIBRARY_PATH cannam@124: shlibpath_overrides_runpath=yes cannam@124: sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' cannam@124: hardcode_into_libs=yes cannam@124: ;; cannam@124: cannam@124: hpux9* | hpux10* | hpux11*) cannam@124: # Give a soname corresponding to the major version so that dld.sl refuses to cannam@124: # link against other versions. cannam@124: version_type=sunos cannam@124: need_lib_prefix=no cannam@124: need_version=no cannam@124: case $host_cpu in cannam@124: ia64*) cannam@124: shrext_cmds='.so' cannam@124: hardcode_into_libs=yes cannam@124: dynamic_linker="$host_os dld.so" cannam@124: shlibpath_var=LD_LIBRARY_PATH cannam@124: shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' cannam@124: soname_spec='${libname}${release}${shared_ext}$major' cannam@124: if test "X$HPUX_IA64_MODE" = X32; then cannam@124: sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" cannam@124: else cannam@124: sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" cannam@124: fi cannam@124: sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec cannam@124: ;; cannam@124: hppa*64*) cannam@124: shrext_cmds='.sl' cannam@124: hardcode_into_libs=yes cannam@124: dynamic_linker="$host_os dld.sl" cannam@124: shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH cannam@124: shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' cannam@124: soname_spec='${libname}${release}${shared_ext}$major' cannam@124: sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" cannam@124: sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec cannam@124: ;; cannam@124: *) cannam@124: shrext_cmds='.sl' cannam@124: dynamic_linker="$host_os dld.sl" cannam@124: shlibpath_var=SHLIB_PATH cannam@124: shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' cannam@124: soname_spec='${libname}${release}${shared_ext}$major' cannam@124: ;; cannam@124: esac cannam@124: # HP-UX runs *really* slowly unless shared libraries are mode 555, ... cannam@124: postinstall_cmds='chmod 555 $lib' cannam@124: # or fails outright, so override atomically: cannam@124: install_override_mode=555 cannam@124: ;; cannam@124: cannam@124: interix[3-9]*) cannam@124: version_type=linux cannam@124: need_lib_prefix=no cannam@124: need_version=no cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' cannam@124: soname_spec='${libname}${release}${shared_ext}$major' cannam@124: dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' cannam@124: shlibpath_var=LD_LIBRARY_PATH cannam@124: shlibpath_overrides_runpath=no cannam@124: hardcode_into_libs=yes cannam@124: ;; cannam@124: cannam@124: irix5* | irix6* | nonstopux*) cannam@124: case $host_os in cannam@124: nonstopux*) version_type=nonstopux ;; cannam@124: *) cannam@124: if test "$lt_cv_prog_gnu_ld" = yes; then cannam@124: version_type=linux cannam@124: else cannam@124: version_type=irix cannam@124: fi ;; cannam@124: esac cannam@124: need_lib_prefix=no cannam@124: need_version=no cannam@124: soname_spec='${libname}${release}${shared_ext}$major' cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' cannam@124: case $host_os in cannam@124: irix5* | nonstopux*) cannam@124: libsuff= shlibsuff= cannam@124: ;; cannam@124: *) cannam@124: case $LD in # libtool.m4 will add one of these switches to LD cannam@124: *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") cannam@124: libsuff= shlibsuff= libmagic=32-bit;; cannam@124: *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") cannam@124: libsuff=32 shlibsuff=N32 libmagic=N32;; cannam@124: *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") cannam@124: libsuff=64 shlibsuff=64 libmagic=64-bit;; cannam@124: *) libsuff= shlibsuff= libmagic=never-match;; cannam@124: esac cannam@124: ;; cannam@124: esac cannam@124: shlibpath_var=LD_LIBRARY${shlibsuff}_PATH cannam@124: shlibpath_overrides_runpath=no cannam@124: sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" cannam@124: sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" cannam@124: hardcode_into_libs=yes cannam@124: ;; cannam@124: cannam@124: # No shared lib support for Linux oldld, aout, or coff. cannam@124: linux*oldld* | linux*aout* | linux*coff*) cannam@124: dynamic_linker=no cannam@124: ;; cannam@124: cannam@124: # This must be Linux ELF. cannam@124: linux* | k*bsd*-gnu | kopensolaris*-gnu) cannam@124: version_type=linux cannam@124: need_lib_prefix=no cannam@124: need_version=no cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' cannam@124: soname_spec='${libname}${release}${shared_ext}$major' cannam@124: finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' cannam@124: shlibpath_var=LD_LIBRARY_PATH cannam@124: shlibpath_overrides_runpath=no cannam@124: cannam@124: # Some binutils ld are patched to set DT_RUNPATH cannam@124: if ${lt_cv_shlibpath_overrides_runpath+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: lt_cv_shlibpath_overrides_runpath=no cannam@124: save_LDFLAGS=$LDFLAGS cannam@124: save_libdir=$libdir cannam@124: eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \ cannam@124: LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\"" cannam@124: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@124: /* end confdefs.h. */ cannam@124: cannam@124: int cannam@124: main () cannam@124: { cannam@124: cannam@124: ; cannam@124: return 0; cannam@124: } cannam@124: _ACEOF cannam@124: if ac_fn_c_try_link "$LINENO"; then : cannam@124: if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then : cannam@124: lt_cv_shlibpath_overrides_runpath=yes cannam@124: fi cannam@124: fi cannam@124: rm -f core conftest.err conftest.$ac_objext \ cannam@124: conftest$ac_exeext conftest.$ac_ext cannam@124: LDFLAGS=$save_LDFLAGS cannam@124: libdir=$save_libdir cannam@124: cannam@124: fi cannam@124: cannam@124: shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath cannam@124: cannam@124: # This implies no fast_install, which is unacceptable. cannam@124: # Some rework will be needed to allow for fast_install cannam@124: # before this can be enabled. cannam@124: hardcode_into_libs=yes cannam@124: cannam@124: # Append ld.so.conf contents to the search path cannam@124: if test -f /etc/ld.so.conf; then cannam@124: 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' ' '` cannam@124: sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" cannam@124: fi cannam@124: cannam@124: # We used to test for /lib/ld.so.1 and disable shared libraries on cannam@124: # powerpc, because MkLinux only supported shared libraries with the cannam@124: # GNU dynamic linker. Since this was broken with cross compilers, cannam@124: # most powerpc-linux boxes support dynamic linking these days and cannam@124: # people can always --disable-shared, the test was removed, and we cannam@124: # assume the GNU/Linux dynamic linker is in use. cannam@124: dynamic_linker='GNU/Linux ld.so' cannam@124: ;; cannam@124: cannam@124: netbsdelf*-gnu) cannam@124: version_type=linux cannam@124: need_lib_prefix=no cannam@124: need_version=no cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' cannam@124: soname_spec='${libname}${release}${shared_ext}$major' cannam@124: shlibpath_var=LD_LIBRARY_PATH cannam@124: shlibpath_overrides_runpath=no cannam@124: hardcode_into_libs=yes cannam@124: dynamic_linker='NetBSD ld.elf_so' cannam@124: ;; cannam@124: cannam@124: netbsd*) cannam@124: version_type=sunos cannam@124: need_lib_prefix=no cannam@124: need_version=no cannam@124: if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' cannam@124: finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' cannam@124: dynamic_linker='NetBSD (a.out) ld.so' cannam@124: else cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' cannam@124: soname_spec='${libname}${release}${shared_ext}$major' cannam@124: dynamic_linker='NetBSD ld.elf_so' cannam@124: fi cannam@124: shlibpath_var=LD_LIBRARY_PATH cannam@124: shlibpath_overrides_runpath=yes cannam@124: hardcode_into_libs=yes cannam@124: ;; cannam@124: cannam@124: newsos6) cannam@124: version_type=linux cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' cannam@124: shlibpath_var=LD_LIBRARY_PATH cannam@124: shlibpath_overrides_runpath=yes cannam@124: ;; cannam@124: cannam@124: *nto* | *qnx*) cannam@124: version_type=qnx cannam@124: need_lib_prefix=no cannam@124: need_version=no cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' cannam@124: soname_spec='${libname}${release}${shared_ext}$major' cannam@124: shlibpath_var=LD_LIBRARY_PATH cannam@124: shlibpath_overrides_runpath=no cannam@124: hardcode_into_libs=yes cannam@124: dynamic_linker='ldqnx.so' cannam@124: ;; cannam@124: cannam@124: openbsd*) cannam@124: version_type=sunos cannam@124: sys_lib_dlsearch_path_spec="/usr/lib" cannam@124: need_lib_prefix=no cannam@124: # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. cannam@124: case $host_os in cannam@124: openbsd3.3 | openbsd3.3.*) need_version=yes ;; cannam@124: *) need_version=no ;; cannam@124: esac cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' cannam@124: finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' cannam@124: shlibpath_var=LD_LIBRARY_PATH cannam@124: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then cannam@124: case $host_os in cannam@124: openbsd2.[89] | openbsd2.[89].*) cannam@124: shlibpath_overrides_runpath=no cannam@124: ;; cannam@124: *) cannam@124: shlibpath_overrides_runpath=yes cannam@124: ;; cannam@124: esac cannam@124: else cannam@124: shlibpath_overrides_runpath=yes cannam@124: fi cannam@124: ;; cannam@124: cannam@124: os2*) cannam@124: libname_spec='$name' cannam@124: shrext_cmds=".dll" cannam@124: need_lib_prefix=no cannam@124: library_names_spec='$libname${shared_ext} $libname.a' cannam@124: dynamic_linker='OS/2 ld.exe' cannam@124: shlibpath_var=LIBPATH cannam@124: ;; cannam@124: cannam@124: osf3* | osf4* | osf5*) cannam@124: version_type=osf cannam@124: need_lib_prefix=no cannam@124: need_version=no cannam@124: soname_spec='${libname}${release}${shared_ext}$major' cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' cannam@124: shlibpath_var=LD_LIBRARY_PATH cannam@124: sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" cannam@124: sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" cannam@124: ;; cannam@124: cannam@124: rdos*) cannam@124: dynamic_linker=no cannam@124: ;; cannam@124: cannam@124: solaris*) cannam@124: version_type=linux cannam@124: need_lib_prefix=no cannam@124: need_version=no cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' cannam@124: soname_spec='${libname}${release}${shared_ext}$major' cannam@124: shlibpath_var=LD_LIBRARY_PATH cannam@124: shlibpath_overrides_runpath=yes cannam@124: hardcode_into_libs=yes cannam@124: # ldd complains unless libraries are executable cannam@124: postinstall_cmds='chmod +x $lib' cannam@124: ;; cannam@124: cannam@124: sunos4*) cannam@124: version_type=sunos cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' cannam@124: finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' cannam@124: shlibpath_var=LD_LIBRARY_PATH cannam@124: shlibpath_overrides_runpath=yes cannam@124: if test "$with_gnu_ld" = yes; then cannam@124: need_lib_prefix=no cannam@124: fi cannam@124: need_version=yes cannam@124: ;; cannam@124: cannam@124: sysv4 | sysv4.3*) cannam@124: version_type=linux cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' cannam@124: soname_spec='${libname}${release}${shared_ext}$major' cannam@124: shlibpath_var=LD_LIBRARY_PATH cannam@124: case $host_vendor in cannam@124: sni) cannam@124: shlibpath_overrides_runpath=no cannam@124: need_lib_prefix=no cannam@124: runpath_var=LD_RUN_PATH cannam@124: ;; cannam@124: siemens) cannam@124: need_lib_prefix=no cannam@124: ;; cannam@124: motorola) cannam@124: need_lib_prefix=no cannam@124: need_version=no cannam@124: shlibpath_overrides_runpath=no cannam@124: sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: cannam@124: sysv4*MP*) cannam@124: if test -d /usr/nec ;then cannam@124: version_type=linux cannam@124: library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' cannam@124: soname_spec='$libname${shared_ext}.$major' cannam@124: shlibpath_var=LD_LIBRARY_PATH cannam@124: fi cannam@124: ;; cannam@124: cannam@124: sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) cannam@124: version_type=freebsd-elf cannam@124: need_lib_prefix=no cannam@124: need_version=no cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' cannam@124: soname_spec='${libname}${release}${shared_ext}$major' cannam@124: shlibpath_var=LD_LIBRARY_PATH cannam@124: shlibpath_overrides_runpath=yes cannam@124: hardcode_into_libs=yes cannam@124: if test "$with_gnu_ld" = yes; then cannam@124: sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' cannam@124: else cannam@124: sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' cannam@124: case $host_os in cannam@124: sco3.2v5*) cannam@124: sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" cannam@124: ;; cannam@124: esac cannam@124: fi cannam@124: sys_lib_dlsearch_path_spec='/usr/lib' cannam@124: ;; cannam@124: cannam@124: tpf*) cannam@124: # TPF is a cross-target only. Preferred cross-host = GNU/Linux. cannam@124: version_type=linux cannam@124: need_lib_prefix=no cannam@124: need_version=no cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' cannam@124: shlibpath_var=LD_LIBRARY_PATH cannam@124: shlibpath_overrides_runpath=no cannam@124: hardcode_into_libs=yes cannam@124: ;; cannam@124: cannam@124: uts4*) cannam@124: version_type=linux cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' cannam@124: soname_spec='${libname}${release}${shared_ext}$major' cannam@124: shlibpath_var=LD_LIBRARY_PATH cannam@124: ;; cannam@124: cannam@124: *) cannam@124: dynamic_linker=no cannam@124: ;; cannam@124: esac cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5 cannam@124: $as_echo "$dynamic_linker" >&6; } cannam@124: test "$dynamic_linker" = no && can_build_shared=no cannam@124: cannam@124: variables_saved_for_relink="PATH $shlibpath_var $runpath_var" cannam@124: if test "$GCC" = yes; then cannam@124: variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" cannam@124: fi cannam@124: cannam@124: if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then cannam@124: sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" cannam@124: fi cannam@124: if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then cannam@124: sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" cannam@124: fi cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5 cannam@124: $as_echo_n "checking how to hardcode library paths into programs... " >&6; } cannam@124: hardcode_action= cannam@124: if test -n "$hardcode_libdir_flag_spec" || cannam@124: test -n "$runpath_var" || cannam@124: test "X$hardcode_automatic" = "Xyes" ; then cannam@124: cannam@124: # We can hardcode non-existent directories. cannam@124: if test "$hardcode_direct" != no && cannam@124: # If the only mechanism to avoid hardcoding is shlibpath_var, we cannam@124: # have to relink, otherwise we might link with an installed library cannam@124: # when we should be linking with a yet-to-be-installed one cannam@124: ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no && cannam@124: test "$hardcode_minus_L" != no; then cannam@124: # Linking always hardcodes the temporary library directory. cannam@124: hardcode_action=relink cannam@124: else cannam@124: # We can link without hardcoding, and we can hardcode nonexisting dirs. cannam@124: hardcode_action=immediate cannam@124: fi cannam@124: else cannam@124: # We cannot hardcode anything, or else we can only hardcode existing cannam@124: # directories. cannam@124: hardcode_action=unsupported cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5 cannam@124: $as_echo "$hardcode_action" >&6; } cannam@124: cannam@124: if test "$hardcode_action" = relink || cannam@124: test "$inherit_rpath" = yes; then cannam@124: # Fast installation is not supported cannam@124: enable_fast_install=no cannam@124: elif test "$shlibpath_overrides_runpath" = yes || cannam@124: test "$enable_shared" = no; then cannam@124: # Fast installation is not necessary cannam@124: enable_fast_install=needless cannam@124: fi cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: if test "x$enable_dlopen" != xyes; then cannam@124: enable_dlopen=unknown cannam@124: enable_dlopen_self=unknown cannam@124: enable_dlopen_self_static=unknown cannam@124: else cannam@124: lt_cv_dlopen=no cannam@124: lt_cv_dlopen_libs= cannam@124: cannam@124: case $host_os in cannam@124: beos*) cannam@124: lt_cv_dlopen="load_add_on" cannam@124: lt_cv_dlopen_libs= cannam@124: lt_cv_dlopen_self=yes cannam@124: ;; cannam@124: cannam@124: mingw* | pw32* | cegcc*) cannam@124: lt_cv_dlopen="LoadLibrary" cannam@124: lt_cv_dlopen_libs= cannam@124: ;; cannam@124: cannam@124: cygwin*) cannam@124: lt_cv_dlopen="dlopen" cannam@124: lt_cv_dlopen_libs= cannam@124: ;; cannam@124: cannam@124: darwin*) cannam@124: # if libdl is installed we need to link against it cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 cannam@124: $as_echo_n "checking for dlopen in -ldl... " >&6; } cannam@124: if ${ac_cv_lib_dl_dlopen+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: ac_check_lib_save_LIBS=$LIBS cannam@124: LIBS="-ldl $LIBS" cannam@124: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@124: /* end confdefs.h. */ cannam@124: cannam@124: /* Override any GCC internal prototype to avoid an error. cannam@124: Use char because int might match the return type of a GCC cannam@124: builtin and then its argument prototype would still apply. */ cannam@124: #ifdef __cplusplus cannam@124: extern "C" cannam@124: #endif cannam@124: char dlopen (); cannam@124: int cannam@124: main () cannam@124: { cannam@124: return dlopen (); cannam@124: ; cannam@124: return 0; cannam@124: } cannam@124: _ACEOF cannam@124: if ac_fn_c_try_link "$LINENO"; then : cannam@124: ac_cv_lib_dl_dlopen=yes cannam@124: else cannam@124: ac_cv_lib_dl_dlopen=no cannam@124: fi cannam@124: rm -f core conftest.err conftest.$ac_objext \ cannam@124: conftest$ac_exeext conftest.$ac_ext cannam@124: LIBS=$ac_check_lib_save_LIBS cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 cannam@124: $as_echo "$ac_cv_lib_dl_dlopen" >&6; } cannam@124: if test "x$ac_cv_lib_dl_dlopen" = xyes; then : cannam@124: lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" cannam@124: else cannam@124: cannam@124: lt_cv_dlopen="dyld" cannam@124: lt_cv_dlopen_libs= cannam@124: lt_cv_dlopen_self=yes cannam@124: cannam@124: fi cannam@124: cannam@124: ;; cannam@124: cannam@124: *) cannam@124: ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load" cannam@124: if test "x$ac_cv_func_shl_load" = xyes; then : cannam@124: lt_cv_dlopen="shl_load" cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5 cannam@124: $as_echo_n "checking for shl_load in -ldld... " >&6; } cannam@124: if ${ac_cv_lib_dld_shl_load+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: ac_check_lib_save_LIBS=$LIBS cannam@124: LIBS="-ldld $LIBS" cannam@124: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@124: /* end confdefs.h. */ cannam@124: cannam@124: /* Override any GCC internal prototype to avoid an error. cannam@124: Use char because int might match the return type of a GCC cannam@124: builtin and then its argument prototype would still apply. */ cannam@124: #ifdef __cplusplus cannam@124: extern "C" cannam@124: #endif cannam@124: char shl_load (); cannam@124: int cannam@124: main () cannam@124: { cannam@124: return shl_load (); cannam@124: ; cannam@124: return 0; cannam@124: } cannam@124: _ACEOF cannam@124: if ac_fn_c_try_link "$LINENO"; then : cannam@124: ac_cv_lib_dld_shl_load=yes cannam@124: else cannam@124: ac_cv_lib_dld_shl_load=no cannam@124: fi cannam@124: rm -f core conftest.err conftest.$ac_objext \ cannam@124: conftest$ac_exeext conftest.$ac_ext cannam@124: LIBS=$ac_check_lib_save_LIBS cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5 cannam@124: $as_echo "$ac_cv_lib_dld_shl_load" >&6; } cannam@124: if test "x$ac_cv_lib_dld_shl_load" = xyes; then : cannam@124: lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld" cannam@124: else cannam@124: ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen" cannam@124: if test "x$ac_cv_func_dlopen" = xyes; then : cannam@124: lt_cv_dlopen="dlopen" cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 cannam@124: $as_echo_n "checking for dlopen in -ldl... " >&6; } cannam@124: if ${ac_cv_lib_dl_dlopen+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: ac_check_lib_save_LIBS=$LIBS cannam@124: LIBS="-ldl $LIBS" cannam@124: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@124: /* end confdefs.h. */ cannam@124: cannam@124: /* Override any GCC internal prototype to avoid an error. cannam@124: Use char because int might match the return type of a GCC cannam@124: builtin and then its argument prototype would still apply. */ cannam@124: #ifdef __cplusplus cannam@124: extern "C" cannam@124: #endif cannam@124: char dlopen (); cannam@124: int cannam@124: main () cannam@124: { cannam@124: return dlopen (); cannam@124: ; cannam@124: return 0; cannam@124: } cannam@124: _ACEOF cannam@124: if ac_fn_c_try_link "$LINENO"; then : cannam@124: ac_cv_lib_dl_dlopen=yes cannam@124: else cannam@124: ac_cv_lib_dl_dlopen=no cannam@124: fi cannam@124: rm -f core conftest.err conftest.$ac_objext \ cannam@124: conftest$ac_exeext conftest.$ac_ext cannam@124: LIBS=$ac_check_lib_save_LIBS cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 cannam@124: $as_echo "$ac_cv_lib_dl_dlopen" >&6; } cannam@124: if test "x$ac_cv_lib_dl_dlopen" = xyes; then : cannam@124: lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5 cannam@124: $as_echo_n "checking for dlopen in -lsvld... " >&6; } cannam@124: if ${ac_cv_lib_svld_dlopen+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: ac_check_lib_save_LIBS=$LIBS cannam@124: LIBS="-lsvld $LIBS" cannam@124: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@124: /* end confdefs.h. */ cannam@124: cannam@124: /* Override any GCC internal prototype to avoid an error. cannam@124: Use char because int might match the return type of a GCC cannam@124: builtin and then its argument prototype would still apply. */ cannam@124: #ifdef __cplusplus cannam@124: extern "C" cannam@124: #endif cannam@124: char dlopen (); cannam@124: int cannam@124: main () cannam@124: { cannam@124: return dlopen (); cannam@124: ; cannam@124: return 0; cannam@124: } cannam@124: _ACEOF cannam@124: if ac_fn_c_try_link "$LINENO"; then : cannam@124: ac_cv_lib_svld_dlopen=yes cannam@124: else cannam@124: ac_cv_lib_svld_dlopen=no cannam@124: fi cannam@124: rm -f core conftest.err conftest.$ac_objext \ cannam@124: conftest$ac_exeext conftest.$ac_ext cannam@124: LIBS=$ac_check_lib_save_LIBS cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5 cannam@124: $as_echo "$ac_cv_lib_svld_dlopen" >&6; } cannam@124: if test "x$ac_cv_lib_svld_dlopen" = xyes; then : cannam@124: lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5 cannam@124: $as_echo_n "checking for dld_link in -ldld... " >&6; } cannam@124: if ${ac_cv_lib_dld_dld_link+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: ac_check_lib_save_LIBS=$LIBS cannam@124: LIBS="-ldld $LIBS" cannam@124: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@124: /* end confdefs.h. */ cannam@124: cannam@124: /* Override any GCC internal prototype to avoid an error. cannam@124: Use char because int might match the return type of a GCC cannam@124: builtin and then its argument prototype would still apply. */ cannam@124: #ifdef __cplusplus cannam@124: extern "C" cannam@124: #endif cannam@124: char dld_link (); cannam@124: int cannam@124: main () cannam@124: { cannam@124: return dld_link (); cannam@124: ; cannam@124: return 0; cannam@124: } cannam@124: _ACEOF cannam@124: if ac_fn_c_try_link "$LINENO"; then : cannam@124: ac_cv_lib_dld_dld_link=yes cannam@124: else cannam@124: ac_cv_lib_dld_dld_link=no cannam@124: fi cannam@124: rm -f core conftest.err conftest.$ac_objext \ cannam@124: conftest$ac_exeext conftest.$ac_ext cannam@124: LIBS=$ac_check_lib_save_LIBS cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5 cannam@124: $as_echo "$ac_cv_lib_dld_dld_link" >&6; } cannam@124: if test "x$ac_cv_lib_dld_dld_link" = xyes; then : cannam@124: lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld" cannam@124: fi cannam@124: cannam@124: cannam@124: fi cannam@124: cannam@124: cannam@124: fi cannam@124: cannam@124: cannam@124: fi cannam@124: cannam@124: cannam@124: fi cannam@124: cannam@124: cannam@124: fi cannam@124: cannam@124: ;; cannam@124: esac cannam@124: cannam@124: if test "x$lt_cv_dlopen" != xno; then cannam@124: enable_dlopen=yes cannam@124: else cannam@124: enable_dlopen=no cannam@124: fi cannam@124: cannam@124: case $lt_cv_dlopen in cannam@124: dlopen) cannam@124: save_CPPFLAGS="$CPPFLAGS" cannam@124: test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" cannam@124: cannam@124: save_LDFLAGS="$LDFLAGS" cannam@124: wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" cannam@124: cannam@124: save_LIBS="$LIBS" cannam@124: LIBS="$lt_cv_dlopen_libs $LIBS" cannam@124: cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5 cannam@124: $as_echo_n "checking whether a program can dlopen itself... " >&6; } cannam@124: if ${lt_cv_dlopen_self+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: if test "$cross_compiling" = yes; then : cannam@124: lt_cv_dlopen_self=cross cannam@124: else cannam@124: lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 cannam@124: lt_status=$lt_dlunknown cannam@124: cat > conftest.$ac_ext <<_LT_EOF cannam@124: #line $LINENO "configure" cannam@124: #include "confdefs.h" cannam@124: cannam@124: #if HAVE_DLFCN_H cannam@124: #include cannam@124: #endif cannam@124: cannam@124: #include cannam@124: cannam@124: #ifdef RTLD_GLOBAL cannam@124: # define LT_DLGLOBAL RTLD_GLOBAL cannam@124: #else cannam@124: # ifdef DL_GLOBAL cannam@124: # define LT_DLGLOBAL DL_GLOBAL cannam@124: # else cannam@124: # define LT_DLGLOBAL 0 cannam@124: # endif cannam@124: #endif cannam@124: cannam@124: /* We may have to define LT_DLLAZY_OR_NOW in the command line if we cannam@124: find out it does not work in some platform. */ cannam@124: #ifndef LT_DLLAZY_OR_NOW cannam@124: # ifdef RTLD_LAZY cannam@124: # define LT_DLLAZY_OR_NOW RTLD_LAZY cannam@124: # else cannam@124: # ifdef DL_LAZY cannam@124: # define LT_DLLAZY_OR_NOW DL_LAZY cannam@124: # else cannam@124: # ifdef RTLD_NOW cannam@124: # define LT_DLLAZY_OR_NOW RTLD_NOW cannam@124: # else cannam@124: # ifdef DL_NOW cannam@124: # define LT_DLLAZY_OR_NOW DL_NOW cannam@124: # else cannam@124: # define LT_DLLAZY_OR_NOW 0 cannam@124: # endif cannam@124: # endif cannam@124: # endif cannam@124: # endif cannam@124: #endif cannam@124: cannam@124: /* When -fvisbility=hidden is used, assume the code has been annotated cannam@124: correspondingly for the symbols needed. */ cannam@124: #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) cannam@124: int fnord () __attribute__((visibility("default"))); cannam@124: #endif cannam@124: cannam@124: int fnord () { return 42; } cannam@124: int main () cannam@124: { cannam@124: void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); cannam@124: int status = $lt_dlunknown; cannam@124: cannam@124: if (self) cannam@124: { cannam@124: if (dlsym (self,"fnord")) status = $lt_dlno_uscore; cannam@124: else cannam@124: { cannam@124: if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; cannam@124: else puts (dlerror ()); cannam@124: } cannam@124: /* dlclose (self); */ cannam@124: } cannam@124: else cannam@124: puts (dlerror ()); cannam@124: cannam@124: return status; cannam@124: } cannam@124: _LT_EOF cannam@124: if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 cannam@124: (eval $ac_link) 2>&5 cannam@124: ac_status=$? cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@124: test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then cannam@124: (./conftest; exit; ) >&5 2>/dev/null cannam@124: lt_status=$? cannam@124: case x$lt_status in cannam@124: x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; cannam@124: x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; cannam@124: x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;; cannam@124: esac cannam@124: else : cannam@124: # compilation failed cannam@124: lt_cv_dlopen_self=no cannam@124: fi cannam@124: fi cannam@124: rm -fr conftest* cannam@124: cannam@124: cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5 cannam@124: $as_echo "$lt_cv_dlopen_self" >&6; } cannam@124: cannam@124: if test "x$lt_cv_dlopen_self" = xyes; then cannam@124: wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5 cannam@124: $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; } cannam@124: if ${lt_cv_dlopen_self_static+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: if test "$cross_compiling" = yes; then : cannam@124: lt_cv_dlopen_self_static=cross cannam@124: else cannam@124: lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 cannam@124: lt_status=$lt_dlunknown cannam@124: cat > conftest.$ac_ext <<_LT_EOF cannam@124: #line $LINENO "configure" cannam@124: #include "confdefs.h" cannam@124: cannam@124: #if HAVE_DLFCN_H cannam@124: #include cannam@124: #endif cannam@124: cannam@124: #include cannam@124: cannam@124: #ifdef RTLD_GLOBAL cannam@124: # define LT_DLGLOBAL RTLD_GLOBAL cannam@124: #else cannam@124: # ifdef DL_GLOBAL cannam@124: # define LT_DLGLOBAL DL_GLOBAL cannam@124: # else cannam@124: # define LT_DLGLOBAL 0 cannam@124: # endif cannam@124: #endif cannam@124: cannam@124: /* We may have to define LT_DLLAZY_OR_NOW in the command line if we cannam@124: find out it does not work in some platform. */ cannam@124: #ifndef LT_DLLAZY_OR_NOW cannam@124: # ifdef RTLD_LAZY cannam@124: # define LT_DLLAZY_OR_NOW RTLD_LAZY cannam@124: # else cannam@124: # ifdef DL_LAZY cannam@124: # define LT_DLLAZY_OR_NOW DL_LAZY cannam@124: # else cannam@124: # ifdef RTLD_NOW cannam@124: # define LT_DLLAZY_OR_NOW RTLD_NOW cannam@124: # else cannam@124: # ifdef DL_NOW cannam@124: # define LT_DLLAZY_OR_NOW DL_NOW cannam@124: # else cannam@124: # define LT_DLLAZY_OR_NOW 0 cannam@124: # endif cannam@124: # endif cannam@124: # endif cannam@124: # endif cannam@124: #endif cannam@124: cannam@124: /* When -fvisbility=hidden is used, assume the code has been annotated cannam@124: correspondingly for the symbols needed. */ cannam@124: #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) cannam@124: int fnord () __attribute__((visibility("default"))); cannam@124: #endif cannam@124: cannam@124: int fnord () { return 42; } cannam@124: int main () cannam@124: { cannam@124: void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); cannam@124: int status = $lt_dlunknown; cannam@124: cannam@124: if (self) cannam@124: { cannam@124: if (dlsym (self,"fnord")) status = $lt_dlno_uscore; cannam@124: else cannam@124: { cannam@124: if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; cannam@124: else puts (dlerror ()); cannam@124: } cannam@124: /* dlclose (self); */ cannam@124: } cannam@124: else cannam@124: puts (dlerror ()); cannam@124: cannam@124: return status; cannam@124: } cannam@124: _LT_EOF cannam@124: if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 cannam@124: (eval $ac_link) 2>&5 cannam@124: ac_status=$? cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@124: test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then cannam@124: (./conftest; exit; ) >&5 2>/dev/null cannam@124: lt_status=$? cannam@124: case x$lt_status in cannam@124: x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; cannam@124: x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; cannam@124: x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;; cannam@124: esac cannam@124: else : cannam@124: # compilation failed cannam@124: lt_cv_dlopen_self_static=no cannam@124: fi cannam@124: fi cannam@124: rm -fr conftest* cannam@124: cannam@124: cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5 cannam@124: $as_echo "$lt_cv_dlopen_self_static" >&6; } cannam@124: fi cannam@124: cannam@124: CPPFLAGS="$save_CPPFLAGS" cannam@124: LDFLAGS="$save_LDFLAGS" cannam@124: LIBS="$save_LIBS" cannam@124: ;; cannam@124: esac cannam@124: cannam@124: case $lt_cv_dlopen_self in cannam@124: yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; cannam@124: *) enable_dlopen_self=unknown ;; cannam@124: esac cannam@124: cannam@124: case $lt_cv_dlopen_self_static in cannam@124: yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; cannam@124: *) enable_dlopen_self_static=unknown ;; cannam@124: esac cannam@124: fi cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: striplib= cannam@124: old_striplib= cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5 cannam@124: $as_echo_n "checking whether stripping libraries is possible... " >&6; } cannam@124: if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then cannam@124: test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" cannam@124: test -z "$striplib" && striplib="$STRIP --strip-unneeded" cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 cannam@124: $as_echo "yes" >&6; } cannam@124: else cannam@124: # FIXME - insert some real tests, host_os isn't really good enough cannam@124: case $host_os in cannam@124: darwin*) cannam@124: if test -n "$STRIP" ; then cannam@124: striplib="$STRIP -x" cannam@124: old_striplib="$STRIP -S" cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 cannam@124: $as_echo "yes" >&6; } cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@124: $as_echo "no" >&6; } cannam@124: fi cannam@124: ;; cannam@124: *) cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@124: $as_echo "no" >&6; } cannam@124: ;; cannam@124: esac cannam@124: fi cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: # Report which library types will actually be built cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5 cannam@124: $as_echo_n "checking if libtool supports shared libraries... " >&6; } cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5 cannam@124: $as_echo "$can_build_shared" >&6; } cannam@124: cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5 cannam@124: $as_echo_n "checking whether to build shared libraries... " >&6; } cannam@124: test "$can_build_shared" = "no" && enable_shared=no cannam@124: cannam@124: # On AIX, shared libraries and static libraries use the same namespace, and cannam@124: # are all built from PIC. cannam@124: case $host_os in cannam@124: aix3*) cannam@124: test "$enable_shared" = yes && enable_static=no cannam@124: if test -n "$RANLIB"; then cannam@124: archive_cmds="$archive_cmds~\$RANLIB \$lib" cannam@124: postinstall_cmds='$RANLIB $lib' cannam@124: fi cannam@124: ;; cannam@124: cannam@124: aix[4-9]*) cannam@124: if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then cannam@124: test "$enable_shared" = yes && enable_static=no cannam@124: fi cannam@124: ;; cannam@124: esac cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5 cannam@124: $as_echo "$enable_shared" >&6; } cannam@124: cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5 cannam@124: $as_echo_n "checking whether to build static libraries... " >&6; } cannam@124: # Make sure either enable_shared or enable_static is yes. cannam@124: test "$enable_shared" = yes || enable_static=yes cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5 cannam@124: $as_echo "$enable_static" >&6; } cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: fi cannam@124: ac_ext=c cannam@124: ac_cpp='$CPP $CPPFLAGS' cannam@124: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' cannam@124: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' cannam@124: ac_compiler_gnu=$ac_cv_c_compiler_gnu cannam@124: cannam@124: CC="$lt_save_CC" cannam@124: cannam@124: if test -n "$CXX" && ( test "X$CXX" != "Xno" && cannam@124: ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || cannam@124: (test "X$CXX" != "Xg++"))) ; then cannam@124: ac_ext=cpp cannam@124: ac_cpp='$CXXCPP $CPPFLAGS' cannam@124: ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' cannam@124: ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' cannam@124: ac_compiler_gnu=$ac_cv_cxx_compiler_gnu cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5 cannam@124: $as_echo_n "checking how to run the C++ preprocessor... " >&6; } cannam@124: if test -z "$CXXCPP"; then cannam@124: if ${ac_cv_prog_CXXCPP+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: # Double quotes because CXXCPP needs to be expanded cannam@124: for CXXCPP in "$CXX -E" "/lib/cpp" cannam@124: do cannam@124: ac_preproc_ok=false cannam@124: for ac_cxx_preproc_warn_flag in '' yes cannam@124: do cannam@124: # Use a header file that comes with gcc, so configuring glibc cannam@124: # with a fresh cross-compiler works. cannam@124: # Prefer to if __STDC__ is defined, since cannam@124: # exists even on freestanding compilers. cannam@124: # On the NeXT, cc -E runs the code through the compiler's parser, cannam@124: # not just through cpp. "Syntax error" is here to catch this case. cannam@124: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@124: /* end confdefs.h. */ cannam@124: #ifdef __STDC__ cannam@124: # include cannam@124: #else cannam@124: # include cannam@124: #endif cannam@124: Syntax error cannam@124: _ACEOF cannam@124: if ac_fn_cxx_try_cpp "$LINENO"; then : cannam@124: cannam@124: else cannam@124: # Broken: fails on valid input. cannam@124: continue cannam@124: fi cannam@124: rm -f conftest.err conftest.i conftest.$ac_ext cannam@124: cannam@124: # OK, works on sane cases. Now check whether nonexistent headers cannam@124: # can be detected and how. cannam@124: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@124: /* end confdefs.h. */ cannam@124: #include cannam@124: _ACEOF cannam@124: if ac_fn_cxx_try_cpp "$LINENO"; then : cannam@124: # Broken: success on invalid input. cannam@124: continue cannam@124: else cannam@124: # Passes both tests. cannam@124: ac_preproc_ok=: cannam@124: break cannam@124: fi cannam@124: rm -f conftest.err conftest.i conftest.$ac_ext cannam@124: cannam@124: done cannam@124: # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. cannam@124: rm -f conftest.i conftest.err conftest.$ac_ext cannam@124: if $ac_preproc_ok; then : cannam@124: break cannam@124: fi cannam@124: cannam@124: done cannam@124: ac_cv_prog_CXXCPP=$CXXCPP cannam@124: cannam@124: fi cannam@124: CXXCPP=$ac_cv_prog_CXXCPP cannam@124: else cannam@124: ac_cv_prog_CXXCPP=$CXXCPP cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5 cannam@124: $as_echo "$CXXCPP" >&6; } cannam@124: ac_preproc_ok=false cannam@124: for ac_cxx_preproc_warn_flag in '' yes cannam@124: do cannam@124: # Use a header file that comes with gcc, so configuring glibc cannam@124: # with a fresh cross-compiler works. cannam@124: # Prefer to if __STDC__ is defined, since cannam@124: # exists even on freestanding compilers. cannam@124: # On the NeXT, cc -E runs the code through the compiler's parser, cannam@124: # not just through cpp. "Syntax error" is here to catch this case. cannam@124: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@124: /* end confdefs.h. */ cannam@124: #ifdef __STDC__ cannam@124: # include cannam@124: #else cannam@124: # include cannam@124: #endif cannam@124: Syntax error cannam@124: _ACEOF cannam@124: if ac_fn_cxx_try_cpp "$LINENO"; then : cannam@124: cannam@124: else cannam@124: # Broken: fails on valid input. cannam@124: continue cannam@124: fi cannam@124: rm -f conftest.err conftest.i conftest.$ac_ext cannam@124: cannam@124: # OK, works on sane cases. Now check whether nonexistent headers cannam@124: # can be detected and how. cannam@124: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@124: /* end confdefs.h. */ cannam@124: #include cannam@124: _ACEOF cannam@124: if ac_fn_cxx_try_cpp "$LINENO"; then : cannam@124: # Broken: success on invalid input. cannam@124: continue cannam@124: else cannam@124: # Passes both tests. cannam@124: ac_preproc_ok=: cannam@124: break cannam@124: fi cannam@124: rm -f conftest.err conftest.i conftest.$ac_ext cannam@124: cannam@124: done cannam@124: # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. cannam@124: rm -f conftest.i conftest.err conftest.$ac_ext cannam@124: if $ac_preproc_ok; then : cannam@124: cannam@124: else cannam@124: { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 cannam@124: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} cannam@124: as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check cannam@124: See \`config.log' for more details" "$LINENO" 5; } cannam@124: fi cannam@124: cannam@124: ac_ext=c cannam@124: ac_cpp='$CPP $CPPFLAGS' cannam@124: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' cannam@124: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' cannam@124: ac_compiler_gnu=$ac_cv_c_compiler_gnu cannam@124: cannam@124: else cannam@124: _lt_caught_CXX_error=yes cannam@124: fi cannam@124: cannam@124: ac_ext=cpp cannam@124: ac_cpp='$CXXCPP $CPPFLAGS' cannam@124: ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' cannam@124: ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' cannam@124: ac_compiler_gnu=$ac_cv_cxx_compiler_gnu cannam@124: cannam@124: archive_cmds_need_lc_CXX=no cannam@124: allow_undefined_flag_CXX= cannam@124: always_export_symbols_CXX=no cannam@124: archive_expsym_cmds_CXX= cannam@124: compiler_needs_object_CXX=no cannam@124: export_dynamic_flag_spec_CXX= cannam@124: hardcode_direct_CXX=no cannam@124: hardcode_direct_absolute_CXX=no cannam@124: hardcode_libdir_flag_spec_CXX= cannam@124: hardcode_libdir_flag_spec_ld_CXX= cannam@124: hardcode_libdir_separator_CXX= cannam@124: hardcode_minus_L_CXX=no cannam@124: hardcode_shlibpath_var_CXX=unsupported cannam@124: hardcode_automatic_CXX=no cannam@124: inherit_rpath_CXX=no cannam@124: module_cmds_CXX= cannam@124: module_expsym_cmds_CXX= cannam@124: link_all_deplibs_CXX=unknown cannam@124: old_archive_cmds_CXX=$old_archive_cmds cannam@124: reload_flag_CXX=$reload_flag cannam@124: reload_cmds_CXX=$reload_cmds cannam@124: no_undefined_flag_CXX= cannam@124: whole_archive_flag_spec_CXX= cannam@124: enable_shared_with_static_runtimes_CXX=no cannam@124: cannam@124: # Source file extension for C++ test sources. cannam@124: ac_ext=cpp cannam@124: cannam@124: # Object file extension for compiled C++ test sources. cannam@124: objext=o cannam@124: objext_CXX=$objext cannam@124: cannam@124: # No sense in running all these tests if we already determined that cannam@124: # the CXX compiler isn't working. Some variables (like enable_shared) cannam@124: # are currently assumed to apply to all compilers on this platform, cannam@124: # and will be corrupted by setting them based on a non-working compiler. cannam@124: if test "$_lt_caught_CXX_error" != yes; then cannam@124: # Code to be used in simple compile tests cannam@124: lt_simple_compile_test_code="int some_variable = 0;" cannam@124: cannam@124: # Code to be used in simple link tests cannam@124: lt_simple_link_test_code='int main(int, char *[]) { return(0); }' cannam@124: cannam@124: # ltmain only uses $CC for tagged configurations so make sure $CC is set. cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: # If no C compiler was specified, use CC. cannam@124: LTCC=${LTCC-"$CC"} cannam@124: cannam@124: # If no C compiler flags were specified, use CFLAGS. cannam@124: LTCFLAGS=${LTCFLAGS-"$CFLAGS"} cannam@124: cannam@124: # Allow CC to be a program name with arguments. cannam@124: compiler=$CC cannam@124: cannam@124: cannam@124: # save warnings/boilerplate of simple test code cannam@124: ac_outfile=conftest.$ac_objext cannam@124: echo "$lt_simple_compile_test_code" >conftest.$ac_ext cannam@124: eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err cannam@124: _lt_compiler_boilerplate=`cat conftest.err` cannam@124: $RM conftest* cannam@124: cannam@124: ac_outfile=conftest.$ac_objext cannam@124: echo "$lt_simple_link_test_code" >conftest.$ac_ext cannam@124: eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err cannam@124: _lt_linker_boilerplate=`cat conftest.err` cannam@124: $RM -r conftest* cannam@124: cannam@124: cannam@124: # Allow CC to be a program name with arguments. cannam@124: lt_save_CC=$CC cannam@124: lt_save_CFLAGS=$CFLAGS cannam@124: lt_save_LD=$LD cannam@124: lt_save_GCC=$GCC cannam@124: GCC=$GXX cannam@124: lt_save_with_gnu_ld=$with_gnu_ld cannam@124: lt_save_path_LD=$lt_cv_path_LD cannam@124: if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then cannam@124: lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx cannam@124: else cannam@124: $as_unset lt_cv_prog_gnu_ld cannam@124: fi cannam@124: if test -n "${lt_cv_path_LDCXX+set}"; then cannam@124: lt_cv_path_LD=$lt_cv_path_LDCXX cannam@124: else cannam@124: $as_unset lt_cv_path_LD cannam@124: fi cannam@124: test -z "${LDCXX+set}" || LD=$LDCXX cannam@124: CC=${CXX-"c++"} cannam@124: CFLAGS=$CXXFLAGS cannam@124: compiler=$CC cannam@124: compiler_CXX=$CC cannam@124: for cc_temp in $compiler""; do cannam@124: case $cc_temp in cannam@124: compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; cannam@124: distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; cannam@124: \-*) ;; cannam@124: *) break;; cannam@124: esac cannam@124: done cannam@124: cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` cannam@124: cannam@124: cannam@124: if test -n "$compiler"; then cannam@124: # We don't want -fno-exception when compiling C++ code, so set the cannam@124: # no_builtin_flag separately cannam@124: if test "$GXX" = yes; then cannam@124: lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin' cannam@124: else cannam@124: lt_prog_compiler_no_builtin_flag_CXX= cannam@124: fi cannam@124: cannam@124: if test "$GXX" = yes; then cannam@124: # Set up default GNU C++ configuration cannam@124: cannam@124: cannam@124: cannam@124: # Check whether --with-gnu-ld was given. cannam@124: if test "${with_gnu_ld+set}" = set; then : cannam@124: withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes cannam@124: else cannam@124: with_gnu_ld=no cannam@124: fi cannam@124: cannam@124: ac_prog=ld cannam@124: if test "$GCC" = yes; then cannam@124: # Check if gcc -print-prog-name=ld gives a path. cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5 cannam@124: $as_echo_n "checking for ld used by $CC... " >&6; } cannam@124: case $host in cannam@124: *-*-mingw*) cannam@124: # gcc leaves a trailing carriage return which upsets mingw cannam@124: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; cannam@124: *) cannam@124: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; cannam@124: esac cannam@124: case $ac_prog in cannam@124: # Accept absolute paths. cannam@124: [\\/]* | ?:[\\/]*) cannam@124: re_direlt='/[^/][^/]*/\.\./' cannam@124: # Canonicalize the pathname of ld cannam@124: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` cannam@124: while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do cannam@124: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` cannam@124: done cannam@124: test -z "$LD" && LD="$ac_prog" cannam@124: ;; cannam@124: "") cannam@124: # If it fails, then pretend we aren't using GCC. cannam@124: ac_prog=ld cannam@124: ;; cannam@124: *) cannam@124: # If it is relative, then search for the first ld in PATH. cannam@124: with_gnu_ld=unknown cannam@124: ;; cannam@124: esac cannam@124: elif test "$with_gnu_ld" = yes; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 cannam@124: $as_echo_n "checking for GNU ld... " >&6; } cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 cannam@124: $as_echo_n "checking for non-GNU ld... " >&6; } cannam@124: fi cannam@124: if ${lt_cv_path_LD+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: if test -z "$LD"; then cannam@124: lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR cannam@124: for ac_dir in $PATH; do cannam@124: IFS="$lt_save_ifs" cannam@124: test -z "$ac_dir" && ac_dir=. cannam@124: if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then cannam@124: lt_cv_path_LD="$ac_dir/$ac_prog" cannam@124: # Check to see if the program is GNU ld. I'd rather use --version, cannam@124: # but apparently some variants of GNU ld only accept -v. cannam@124: # Break only if it was the GNU/non-GNU ld that we prefer. cannam@124: case `"$lt_cv_path_LD" -v 2>&1 &5 cannam@124: $as_echo "$LD" >&6; } cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@124: $as_echo "no" >&6; } cannam@124: fi cannam@124: test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 cannam@124: $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } cannam@124: if ${lt_cv_prog_gnu_ld+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: # I'd rather use --version here, but apparently some GNU lds only accept -v. cannam@124: case `$LD -v 2>&1 &5 cannam@124: $as_echo "$lt_cv_prog_gnu_ld" >&6; } cannam@124: with_gnu_ld=$lt_cv_prog_gnu_ld cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: # Check if GNU C++ uses GNU ld as the underlying linker, since the cannam@124: # archiving commands below assume that GNU ld is being used. cannam@124: if test "$with_gnu_ld" = yes; then cannam@124: archive_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' cannam@124: 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' cannam@124: cannam@124: hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' cannam@124: export_dynamic_flag_spec_CXX='${wl}--export-dynamic' cannam@124: cannam@124: # If archive_cmds runs LD, not CC, wlarc should be empty cannam@124: # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to cannam@124: # investigate it a little bit more. (MM) cannam@124: wlarc='${wl}' cannam@124: cannam@124: # ancient GNU ld didn't support --whole-archive et. al. cannam@124: if eval "`$CC -print-prog-name=ld` --help 2>&1" | cannam@124: $GREP 'no-whole-archive' > /dev/null; then cannam@124: whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' cannam@124: else cannam@124: whole_archive_flag_spec_CXX= cannam@124: fi cannam@124: else cannam@124: with_gnu_ld=no cannam@124: wlarc= cannam@124: cannam@124: # A generic and very simple default shared library creation cannam@124: # command for GNU C++ for the case where it uses the native cannam@124: # linker, instead of GNU ld. If possible, this setting should cannam@124: # overridden to take advantage of the native linker features on cannam@124: # the platform it is being used on. cannam@124: archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' cannam@124: fi cannam@124: cannam@124: # Commands to make compiler produce verbose output that lists cannam@124: # what "hidden" libraries, object files and flags are used when cannam@124: # linking a shared library. cannam@124: output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' cannam@124: cannam@124: else cannam@124: GXX=no cannam@124: with_gnu_ld=no cannam@124: wlarc= cannam@124: fi cannam@124: cannam@124: # PORTME: fill in a description of your system's C++ link characteristics cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5 cannam@124: $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } cannam@124: ld_shlibs_CXX=yes cannam@124: case $host_os in cannam@124: aix3*) cannam@124: # FIXME: insert proper C++ library support cannam@124: ld_shlibs_CXX=no cannam@124: ;; cannam@124: aix[4-9]*) cannam@124: if test "$host_cpu" = ia64; then cannam@124: # On IA64, the linker does run time linking by default, so we don't cannam@124: # have to do anything special. cannam@124: aix_use_runtimelinking=no cannam@124: exp_sym_flag='-Bexport' cannam@124: no_entry_flag="" cannam@124: else cannam@124: aix_use_runtimelinking=no cannam@124: cannam@124: # Test if we are trying to use run time linking or normal cannam@124: # AIX style linking. If -brtl is somewhere in LDFLAGS, we cannam@124: # need to do runtime linking. cannam@124: case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) cannam@124: for ld_flag in $LDFLAGS; do cannam@124: case $ld_flag in cannam@124: *-brtl*) cannam@124: aix_use_runtimelinking=yes cannam@124: break cannam@124: ;; cannam@124: esac cannam@124: done cannam@124: ;; cannam@124: esac cannam@124: cannam@124: exp_sym_flag='-bexport' cannam@124: no_entry_flag='-bnoentry' cannam@124: fi cannam@124: cannam@124: # When large executables or shared objects are built, AIX ld can cannam@124: # have problems creating the table of contents. If linking a library cannam@124: # or program results in "error TOC overflow" add -mminimal-toc to cannam@124: # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not cannam@124: # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. cannam@124: cannam@124: archive_cmds_CXX='' cannam@124: hardcode_direct_CXX=yes cannam@124: hardcode_direct_absolute_CXX=yes cannam@124: hardcode_libdir_separator_CXX=':' cannam@124: link_all_deplibs_CXX=yes cannam@124: file_list_spec_CXX='${wl}-f,' cannam@124: cannam@124: if test "$GXX" = yes; then cannam@124: case $host_os in aix4.[012]|aix4.[012].*) cannam@124: # We only want to do this on AIX 4.2 and lower, the check cannam@124: # below for broken collect2 doesn't work under 4.3+ cannam@124: collect2name=`${CC} -print-prog-name=collect2` cannam@124: if test -f "$collect2name" && cannam@124: strings "$collect2name" | $GREP resolve_lib_name >/dev/null cannam@124: then cannam@124: # We have reworked collect2 cannam@124: : cannam@124: else cannam@124: # We have old collect2 cannam@124: hardcode_direct_CXX=unsupported cannam@124: # It fails to find uninstalled libraries when the uninstalled cannam@124: # path is not listed in the libpath. Setting hardcode_minus_L cannam@124: # to unsupported forces relinking cannam@124: hardcode_minus_L_CXX=yes cannam@124: hardcode_libdir_flag_spec_CXX='-L$libdir' cannam@124: hardcode_libdir_separator_CXX= cannam@124: fi cannam@124: esac cannam@124: shared_flag='-shared' cannam@124: if test "$aix_use_runtimelinking" = yes; then cannam@124: shared_flag="$shared_flag "'${wl}-G' cannam@124: fi cannam@124: else cannam@124: # not using gcc cannam@124: if test "$host_cpu" = ia64; then cannam@124: # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release cannam@124: # chokes on -Wl,-G. The following line is correct: cannam@124: shared_flag='-G' cannam@124: else cannam@124: if test "$aix_use_runtimelinking" = yes; then cannam@124: shared_flag='${wl}-G' cannam@124: else cannam@124: shared_flag='${wl}-bM:SRE' cannam@124: fi cannam@124: fi cannam@124: fi cannam@124: cannam@124: export_dynamic_flag_spec_CXX='${wl}-bexpall' cannam@124: # It seems that -bexpall does not export symbols beginning with cannam@124: # underscore (_), so it is better to generate a list of symbols to cannam@124: # export. cannam@124: always_export_symbols_CXX=yes cannam@124: if test "$aix_use_runtimelinking" = yes; then cannam@124: # Warning - without using the other runtime loading flags (-brtl), cannam@124: # -berok will link without error, but may produce a broken library. cannam@124: allow_undefined_flag_CXX='-berok' cannam@124: # Determine the default libpath from the value encoded in an empty cannam@124: # executable. cannam@124: if test "${lt_cv_aix_libpath+set}" = set; then cannam@124: aix_libpath=$lt_cv_aix_libpath cannam@124: else cannam@124: if ${lt_cv_aix_libpath__CXX+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@124: /* end confdefs.h. */ cannam@124: cannam@124: int cannam@124: main () cannam@124: { cannam@124: cannam@124: ; cannam@124: return 0; cannam@124: } cannam@124: _ACEOF cannam@124: if ac_fn_cxx_try_link "$LINENO"; then : cannam@124: cannam@124: lt_aix_libpath_sed=' cannam@124: /Import File Strings/,/^$/ { cannam@124: /^0/ { cannam@124: s/^0 *\([^ ]*\) *$/\1/ cannam@124: p cannam@124: } cannam@124: }' cannam@124: lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` cannam@124: # Check for a 64-bit object if we didn't find anything. cannam@124: if test -z "$lt_cv_aix_libpath__CXX"; then cannam@124: lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` cannam@124: fi cannam@124: fi cannam@124: rm -f core conftest.err conftest.$ac_objext \ cannam@124: conftest$ac_exeext conftest.$ac_ext cannam@124: if test -z "$lt_cv_aix_libpath__CXX"; then cannam@124: lt_cv_aix_libpath__CXX="/usr/lib:/lib" cannam@124: fi cannam@124: cannam@124: fi cannam@124: cannam@124: aix_libpath=$lt_cv_aix_libpath__CXX cannam@124: fi cannam@124: cannam@124: hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath" cannam@124: cannam@124: 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" cannam@124: else cannam@124: if test "$host_cpu" = ia64; then cannam@124: hardcode_libdir_flag_spec_CXX='${wl}-R $libdir:/usr/lib:/lib' cannam@124: allow_undefined_flag_CXX="-z nodefs" cannam@124: 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" cannam@124: else cannam@124: # Determine the default libpath from the value encoded in an cannam@124: # empty executable. cannam@124: if test "${lt_cv_aix_libpath+set}" = set; then cannam@124: aix_libpath=$lt_cv_aix_libpath cannam@124: else cannam@124: if ${lt_cv_aix_libpath__CXX+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@124: /* end confdefs.h. */ cannam@124: cannam@124: int cannam@124: main () cannam@124: { cannam@124: cannam@124: ; cannam@124: return 0; cannam@124: } cannam@124: _ACEOF cannam@124: if ac_fn_cxx_try_link "$LINENO"; then : cannam@124: cannam@124: lt_aix_libpath_sed=' cannam@124: /Import File Strings/,/^$/ { cannam@124: /^0/ { cannam@124: s/^0 *\([^ ]*\) *$/\1/ cannam@124: p cannam@124: } cannam@124: }' cannam@124: lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` cannam@124: # Check for a 64-bit object if we didn't find anything. cannam@124: if test -z "$lt_cv_aix_libpath__CXX"; then cannam@124: lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` cannam@124: fi cannam@124: fi cannam@124: rm -f core conftest.err conftest.$ac_objext \ cannam@124: conftest$ac_exeext conftest.$ac_ext cannam@124: if test -z "$lt_cv_aix_libpath__CXX"; then cannam@124: lt_cv_aix_libpath__CXX="/usr/lib:/lib" cannam@124: fi cannam@124: cannam@124: fi cannam@124: cannam@124: aix_libpath=$lt_cv_aix_libpath__CXX cannam@124: fi cannam@124: cannam@124: hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath" cannam@124: # Warning - without using the other run time loading flags, cannam@124: # -berok will link without error, but may produce a broken library. cannam@124: no_undefined_flag_CXX=' ${wl}-bernotok' cannam@124: allow_undefined_flag_CXX=' ${wl}-berok' cannam@124: if test "$with_gnu_ld" = yes; then cannam@124: # We only use this code for GNU lds that support --whole-archive. cannam@124: whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive' cannam@124: else cannam@124: # Exported symbols can be pulled into shared objects from archives cannam@124: whole_archive_flag_spec_CXX='$convenience' cannam@124: fi cannam@124: archive_cmds_need_lc_CXX=yes cannam@124: # This is similar to how AIX traditionally builds its shared cannam@124: # libraries. cannam@124: 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' cannam@124: fi cannam@124: fi cannam@124: ;; cannam@124: cannam@124: beos*) cannam@124: if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then cannam@124: allow_undefined_flag_CXX=unsupported cannam@124: # Joseph Beckenbach says some releases of gcc cannam@124: # support --undefined. This deserves some investigation. FIXME cannam@124: archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' cannam@124: else cannam@124: ld_shlibs_CXX=no cannam@124: fi cannam@124: ;; cannam@124: cannam@124: chorus*) cannam@124: case $cc_basename in cannam@124: *) cannam@124: # FIXME: insert proper C++ library support cannam@124: ld_shlibs_CXX=no cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: cannam@124: cygwin* | mingw* | pw32* | cegcc*) cannam@124: case $GXX,$cc_basename in cannam@124: ,cl* | no,cl*) cannam@124: # Native MSVC cannam@124: # hardcode_libdir_flag_spec is actually meaningless, as there is cannam@124: # no search path for DLLs. cannam@124: hardcode_libdir_flag_spec_CXX=' ' cannam@124: allow_undefined_flag_CXX=unsupported cannam@124: always_export_symbols_CXX=yes cannam@124: file_list_spec_CXX='@' cannam@124: # Tell ltmain to make .lib files, not .a files. cannam@124: libext=lib cannam@124: # Tell ltmain to make .dll files, not .so files. cannam@124: shrext_cmds=".dll" cannam@124: # FIXME: Setting linknames here is a bad hack. cannam@124: archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' cannam@124: archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then cannam@124: $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; cannam@124: else cannam@124: $SED -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp; cannam@124: fi~ cannam@124: $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ cannam@124: linknames=' cannam@124: # The linker will not automatically build a static lib if we build a DLL. cannam@124: # _LT_TAGVAR(old_archive_from_new_cmds, CXX)='true' cannam@124: enable_shared_with_static_runtimes_CXX=yes cannam@124: # Don't use ranlib cannam@124: old_postinstall_cmds_CXX='chmod 644 $oldlib' cannam@124: postlink_cmds_CXX='lt_outputfile="@OUTPUT@"~ cannam@124: lt_tool_outputfile="@TOOL_OUTPUT@"~ cannam@124: case $lt_outputfile in cannam@124: *.exe|*.EXE) ;; cannam@124: *) cannam@124: lt_outputfile="$lt_outputfile.exe" cannam@124: lt_tool_outputfile="$lt_tool_outputfile.exe" cannam@124: ;; cannam@124: esac~ cannam@124: func_to_tool_file "$lt_outputfile"~ cannam@124: if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then cannam@124: $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; cannam@124: $RM "$lt_outputfile.manifest"; cannam@124: fi' cannam@124: ;; cannam@124: *) cannam@124: # g++ cannam@124: # _LT_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless, cannam@124: # as there is no search path for DLLs. cannam@124: hardcode_libdir_flag_spec_CXX='-L$libdir' cannam@124: export_dynamic_flag_spec_CXX='${wl}--export-all-symbols' cannam@124: allow_undefined_flag_CXX=unsupported cannam@124: always_export_symbols_CXX=no cannam@124: enable_shared_with_static_runtimes_CXX=yes cannam@124: cannam@124: if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then cannam@124: 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' cannam@124: # If the export-symbols file already is a .def file (1st line cannam@124: # is EXPORTS), use it as is; otherwise, prepend... cannam@124: archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then cannam@124: cp $export_symbols $output_objdir/$soname.def; cannam@124: else cannam@124: echo EXPORTS > $output_objdir/$soname.def; cannam@124: cat $export_symbols >> $output_objdir/$soname.def; cannam@124: fi~ cannam@124: $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' cannam@124: else cannam@124: ld_shlibs_CXX=no cannam@124: fi cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: darwin* | rhapsody*) cannam@124: cannam@124: cannam@124: archive_cmds_need_lc_CXX=no cannam@124: hardcode_direct_CXX=no cannam@124: hardcode_automatic_CXX=yes cannam@124: hardcode_shlibpath_var_CXX=unsupported cannam@124: if test "$lt_cv_ld_force_load" = "yes"; then cannam@124: 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\"`' cannam@124: else cannam@124: whole_archive_flag_spec_CXX='' cannam@124: fi cannam@124: link_all_deplibs_CXX=yes cannam@124: allow_undefined_flag_CXX="$_lt_dar_allow_undefined" cannam@124: case $cc_basename in cannam@124: ifort*) _lt_dar_can_shared=yes ;; cannam@124: *) _lt_dar_can_shared=$GCC ;; cannam@124: esac cannam@124: if test "$_lt_dar_can_shared" = "yes"; then cannam@124: output_verbose_link_cmd=func_echo_all cannam@124: 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}" cannam@124: module_cmds_CXX="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" cannam@124: 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}" cannam@124: 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}" cannam@124: if test "$lt_cv_apple_cc_single_mod" != "yes"; then cannam@124: 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}" cannam@124: 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}" cannam@124: fi cannam@124: cannam@124: else cannam@124: ld_shlibs_CXX=no cannam@124: fi cannam@124: cannam@124: ;; cannam@124: cannam@124: dgux*) cannam@124: case $cc_basename in cannam@124: ec++*) cannam@124: # FIXME: insert proper C++ library support cannam@124: ld_shlibs_CXX=no cannam@124: ;; cannam@124: ghcx*) cannam@124: # Green Hills C++ Compiler cannam@124: # FIXME: insert proper C++ library support cannam@124: ld_shlibs_CXX=no cannam@124: ;; cannam@124: *) cannam@124: # FIXME: insert proper C++ library support cannam@124: ld_shlibs_CXX=no cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: cannam@124: freebsd[12]*) cannam@124: # C++ shared libraries reported to be fairly broken before cannam@124: # switch to ELF cannam@124: ld_shlibs_CXX=no cannam@124: ;; cannam@124: cannam@124: freebsd-elf*) cannam@124: archive_cmds_need_lc_CXX=no cannam@124: ;; cannam@124: cannam@124: freebsd* | dragonfly*) cannam@124: # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF cannam@124: # conventions cannam@124: ld_shlibs_CXX=yes cannam@124: ;; cannam@124: cannam@124: gnu*) cannam@124: ;; cannam@124: cannam@124: haiku*) cannam@124: archive_cmds_CXX='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' cannam@124: link_all_deplibs_CXX=yes cannam@124: ;; cannam@124: cannam@124: hpux9*) cannam@124: hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir' cannam@124: hardcode_libdir_separator_CXX=: cannam@124: export_dynamic_flag_spec_CXX='${wl}-E' cannam@124: hardcode_direct_CXX=yes cannam@124: hardcode_minus_L_CXX=yes # Not in the search PATH, cannam@124: # but as the default cannam@124: # location of the library. cannam@124: cannam@124: case $cc_basename in cannam@124: CC*) cannam@124: # FIXME: insert proper C++ library support cannam@124: ld_shlibs_CXX=no cannam@124: ;; cannam@124: aCC*) cannam@124: 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' cannam@124: # Commands to make compiler produce verbose output that lists cannam@124: # what "hidden" libraries, object files and flags are used when cannam@124: # linking a shared library. cannam@124: # cannam@124: # There doesn't appear to be a way to prevent this compiler from cannam@124: # explicitly linking system object files so we need to strip them cannam@124: # from the output so that they don't get included in the library cannam@124: # dependencies. cannam@124: 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"' cannam@124: ;; cannam@124: *) cannam@124: if test "$GXX" = yes; then cannam@124: archive_cmds_CXX='$RM $output_objdir/$soname~$CC -shared -nostdlib $pic_flag ${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' cannam@124: else cannam@124: # FIXME: insert proper C++ library support cannam@124: ld_shlibs_CXX=no cannam@124: fi cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: cannam@124: hpux10*|hpux11*) cannam@124: if test $with_gnu_ld = no; then cannam@124: hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir' cannam@124: hardcode_libdir_separator_CXX=: cannam@124: cannam@124: case $host_cpu in cannam@124: hppa*64*|ia64*) cannam@124: ;; cannam@124: *) cannam@124: export_dynamic_flag_spec_CXX='${wl}-E' cannam@124: ;; cannam@124: esac cannam@124: fi cannam@124: case $host_cpu in cannam@124: hppa*64*|ia64*) cannam@124: hardcode_direct_CXX=no cannam@124: hardcode_shlibpath_var_CXX=no cannam@124: ;; cannam@124: *) cannam@124: hardcode_direct_CXX=yes cannam@124: hardcode_direct_absolute_CXX=yes cannam@124: hardcode_minus_L_CXX=yes # Not in the search PATH, cannam@124: # but as the default cannam@124: # location of the library. cannam@124: ;; cannam@124: esac cannam@124: cannam@124: case $cc_basename in cannam@124: CC*) cannam@124: # FIXME: insert proper C++ library support cannam@124: ld_shlibs_CXX=no cannam@124: ;; cannam@124: aCC*) cannam@124: case $host_cpu in cannam@124: hppa*64*) cannam@124: archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' cannam@124: ;; cannam@124: ia64*) cannam@124: archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' cannam@124: ;; cannam@124: *) cannam@124: archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' cannam@124: ;; cannam@124: esac cannam@124: # Commands to make compiler produce verbose output that lists cannam@124: # what "hidden" libraries, object files and flags are used when cannam@124: # linking a shared library. cannam@124: # cannam@124: # There doesn't appear to be a way to prevent this compiler from cannam@124: # explicitly linking system object files so we need to strip them cannam@124: # from the output so that they don't get included in the library cannam@124: # dependencies. cannam@124: 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"' cannam@124: ;; cannam@124: *) cannam@124: if test "$GXX" = yes; then cannam@124: if test $with_gnu_ld = no; then cannam@124: case $host_cpu in cannam@124: hppa*64*) cannam@124: archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' cannam@124: ;; cannam@124: ia64*) cannam@124: archive_cmds_CXX='$CC -shared -nostdlib $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' cannam@124: ;; cannam@124: *) cannam@124: archive_cmds_CXX='$CC -shared -nostdlib $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' cannam@124: ;; cannam@124: esac cannam@124: fi cannam@124: else cannam@124: # FIXME: insert proper C++ library support cannam@124: ld_shlibs_CXX=no cannam@124: fi cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: cannam@124: interix[3-9]*) cannam@124: hardcode_direct_CXX=no cannam@124: hardcode_shlibpath_var_CXX=no cannam@124: hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' cannam@124: export_dynamic_flag_spec_CXX='${wl}-E' cannam@124: # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. cannam@124: # Instead, shared libraries are loaded at an image base (0x10000000 by cannam@124: # default) and relocated if they conflict, which is a slow very memory cannam@124: # consuming and fragmenting process. To avoid this, we pick a random, cannam@124: # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link cannam@124: # time. Moving up from 0x10000000 also allows more sbrk(2) space. cannam@124: 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' cannam@124: 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' cannam@124: ;; cannam@124: irix5* | irix6*) cannam@124: case $cc_basename in cannam@124: CC*) cannam@124: # SGI C++ cannam@124: 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' cannam@124: cannam@124: # Archives containing C++ object files must be created using cannam@124: # "CC -ar", where "CC" is the IRIX C++ compiler. This is cannam@124: # necessary to make sure instantiated templates are included cannam@124: # in the archive. cannam@124: old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs' cannam@124: ;; cannam@124: *) cannam@124: if test "$GXX" = yes; then cannam@124: if test "$with_gnu_ld" = no; then cannam@124: archive_cmds_CXX='$CC -shared $pic_flag -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' cannam@124: else cannam@124: archive_cmds_CXX='$CC -shared $pic_flag -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' cannam@124: fi cannam@124: fi cannam@124: link_all_deplibs_CXX=yes cannam@124: ;; cannam@124: esac cannam@124: hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' cannam@124: hardcode_libdir_separator_CXX=: cannam@124: inherit_rpath_CXX=yes cannam@124: ;; cannam@124: cannam@124: linux* | k*bsd*-gnu | kopensolaris*-gnu) cannam@124: case $cc_basename in cannam@124: KCC*) cannam@124: # Kuck and Associates, Inc. (KAI) C++ Compiler cannam@124: cannam@124: # KCC will only create a shared library if the output file cannam@124: # ends with ".so" (or ".sl" for HP-UX), so rename the library cannam@124: # to its proper name (with version) after linking. cannam@124: 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' cannam@124: 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' cannam@124: # Commands to make compiler produce verbose output that lists cannam@124: # what "hidden" libraries, object files and flags are used when cannam@124: # linking a shared library. cannam@124: # cannam@124: # There doesn't appear to be a way to prevent this compiler from cannam@124: # explicitly linking system object files so we need to strip them cannam@124: # from the output so that they don't get included in the library cannam@124: # dependencies. cannam@124: 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"' cannam@124: cannam@124: hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' cannam@124: export_dynamic_flag_spec_CXX='${wl}--export-dynamic' cannam@124: cannam@124: # Archives containing C++ object files must be created using cannam@124: # "CC -Bstatic", where "CC" is the KAI C++ compiler. cannam@124: old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' cannam@124: ;; cannam@124: icpc* | ecpc* ) cannam@124: # Intel C++ cannam@124: with_gnu_ld=yes cannam@124: # version 8.0 and above of icpc choke on multiply defined symbols cannam@124: # if we add $predep_objects and $postdep_objects, however 7.1 and cannam@124: # earlier do not add the objects themselves. cannam@124: case `$CC -V 2>&1` in cannam@124: *"Version 7."*) cannam@124: archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' cannam@124: 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' cannam@124: ;; cannam@124: *) # Version 8.0 or newer cannam@124: tmp_idyn= cannam@124: case $host_cpu in cannam@124: ia64*) tmp_idyn=' -i_dynamic';; cannam@124: esac cannam@124: archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' cannam@124: 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' cannam@124: ;; cannam@124: esac cannam@124: archive_cmds_need_lc_CXX=no cannam@124: hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' cannam@124: export_dynamic_flag_spec_CXX='${wl}--export-dynamic' cannam@124: whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive' cannam@124: ;; cannam@124: pgCC* | pgcpp*) cannam@124: # Portland Group C++ compiler cannam@124: case `$CC -V` in cannam@124: *pgCC\ [1-5].* | *pgcpp\ [1-5].*) cannam@124: prelink_cmds_CXX='tpldir=Template.dir~ cannam@124: rm -rf $tpldir~ cannam@124: $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ cannam@124: compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"' cannam@124: old_archive_cmds_CXX='tpldir=Template.dir~ cannam@124: rm -rf $tpldir~ cannam@124: $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ cannam@124: $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~ cannam@124: $RANLIB $oldlib' cannam@124: archive_cmds_CXX='tpldir=Template.dir~ cannam@124: rm -rf $tpldir~ cannam@124: $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ cannam@124: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' cannam@124: archive_expsym_cmds_CXX='tpldir=Template.dir~ cannam@124: rm -rf $tpldir~ cannam@124: $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ cannam@124: $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' cannam@124: ;; cannam@124: *) # Version 6 and above use weak symbols cannam@124: archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' cannam@124: 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' cannam@124: ;; cannam@124: esac cannam@124: cannam@124: hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir' cannam@124: export_dynamic_flag_spec_CXX='${wl}--export-dynamic' cannam@124: 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' cannam@124: ;; cannam@124: cxx*) cannam@124: # Compaq C++ cannam@124: archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' cannam@124: 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' cannam@124: cannam@124: runpath_var=LD_RUN_PATH cannam@124: hardcode_libdir_flag_spec_CXX='-rpath $libdir' cannam@124: hardcode_libdir_separator_CXX=: cannam@124: cannam@124: # Commands to make compiler produce verbose output that lists cannam@124: # what "hidden" libraries, object files and flags are used when cannam@124: # linking a shared library. cannam@124: # cannam@124: # There doesn't appear to be a way to prevent this compiler from cannam@124: # explicitly linking system object files so we need to strip them cannam@124: # from the output so that they don't get included in the library cannam@124: # dependencies. cannam@124: 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' cannam@124: ;; cannam@124: xl* | mpixl* | bgxl*) cannam@124: # IBM XL 8.0 on PPC, with GNU ld cannam@124: hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' cannam@124: export_dynamic_flag_spec_CXX='${wl}--export-dynamic' cannam@124: archive_cmds_CXX='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' cannam@124: if test "x$supports_anon_versioning" = xyes; then cannam@124: archive_expsym_cmds_CXX='echo "{ global:" > $output_objdir/$libname.ver~ cannam@124: cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ cannam@124: echo "local: *; };" >> $output_objdir/$libname.ver~ cannam@124: $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' cannam@124: fi cannam@124: ;; cannam@124: *) cannam@124: case `$CC -V 2>&1 | sed 5q` in cannam@124: *Sun\ C*) cannam@124: # Sun C++ 5.9 cannam@124: no_undefined_flag_CXX=' -zdefs' cannam@124: archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' cannam@124: 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' cannam@124: hardcode_libdir_flag_spec_CXX='-R$libdir' cannam@124: 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' cannam@124: compiler_needs_object_CXX=yes cannam@124: cannam@124: # Not sure whether something based on cannam@124: # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 cannam@124: # would be better. cannam@124: output_verbose_link_cmd='func_echo_all' cannam@124: cannam@124: # Archives containing C++ object files must be created using cannam@124: # "CC -xar", where "CC" is the Sun C++ compiler. This is cannam@124: # necessary to make sure instantiated templates are included cannam@124: # in the archive. cannam@124: old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs' cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: cannam@124: lynxos*) cannam@124: # FIXME: insert proper C++ library support cannam@124: ld_shlibs_CXX=no cannam@124: ;; cannam@124: cannam@124: m88k*) cannam@124: # FIXME: insert proper C++ library support cannam@124: ld_shlibs_CXX=no cannam@124: ;; cannam@124: cannam@124: mvs*) cannam@124: case $cc_basename in cannam@124: cxx*) cannam@124: # FIXME: insert proper C++ library support cannam@124: ld_shlibs_CXX=no cannam@124: ;; cannam@124: *) cannam@124: # FIXME: insert proper C++ library support cannam@124: ld_shlibs_CXX=no cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: cannam@124: netbsd*) cannam@124: if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then cannam@124: archive_cmds_CXX='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' cannam@124: wlarc= cannam@124: hardcode_libdir_flag_spec_CXX='-R$libdir' cannam@124: hardcode_direct_CXX=yes cannam@124: hardcode_shlibpath_var_CXX=no cannam@124: fi cannam@124: # Workaround some broken pre-1.5 toolchains cannam@124: output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' cannam@124: ;; cannam@124: cannam@124: *nto* | *qnx*) cannam@124: ld_shlibs_CXX=yes cannam@124: ;; cannam@124: cannam@124: openbsd2*) cannam@124: # C++ shared libraries are fairly broken cannam@124: ld_shlibs_CXX=no cannam@124: ;; cannam@124: cannam@124: openbsd*) cannam@124: if test -f /usr/libexec/ld.so; then cannam@124: hardcode_direct_CXX=yes cannam@124: hardcode_shlibpath_var_CXX=no cannam@124: hardcode_direct_absolute_CXX=yes cannam@124: archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' cannam@124: hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' cannam@124: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then cannam@124: archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib' cannam@124: export_dynamic_flag_spec_CXX='${wl}-E' cannam@124: whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' cannam@124: fi cannam@124: output_verbose_link_cmd=func_echo_all cannam@124: else cannam@124: ld_shlibs_CXX=no cannam@124: fi cannam@124: ;; cannam@124: cannam@124: osf3* | osf4* | osf5*) cannam@124: case $cc_basename in cannam@124: KCC*) cannam@124: # Kuck and Associates, Inc. (KAI) C++ Compiler cannam@124: cannam@124: # KCC will only create a shared library if the output file cannam@124: # ends with ".so" (or ".sl" for HP-UX), so rename the library cannam@124: # to its proper name (with version) after linking. cannam@124: 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' cannam@124: cannam@124: hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' cannam@124: hardcode_libdir_separator_CXX=: cannam@124: cannam@124: # Archives containing C++ object files must be created using cannam@124: # the KAI C++ compiler. cannam@124: case $host in cannam@124: osf3*) old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' ;; cannam@124: *) old_archive_cmds_CXX='$CC -o $oldlib $oldobjs' ;; cannam@124: esac cannam@124: ;; cannam@124: RCC*) cannam@124: # Rational C++ 2.4.1 cannam@124: # FIXME: insert proper C++ library support cannam@124: ld_shlibs_CXX=no cannam@124: ;; cannam@124: cxx*) cannam@124: case $host in cannam@124: osf3*) cannam@124: allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*' cannam@124: 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' cannam@124: hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' cannam@124: ;; cannam@124: *) cannam@124: allow_undefined_flag_CXX=' -expect_unresolved \*' cannam@124: 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' cannam@124: archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ cannam@124: echo "-hidden">> $lib.exp~ cannam@124: $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~ cannam@124: $RM $lib.exp' cannam@124: hardcode_libdir_flag_spec_CXX='-rpath $libdir' cannam@124: ;; cannam@124: esac cannam@124: cannam@124: hardcode_libdir_separator_CXX=: cannam@124: cannam@124: # Commands to make compiler produce verbose output that lists cannam@124: # what "hidden" libraries, object files and flags are used when cannam@124: # linking a shared library. cannam@124: # cannam@124: # There doesn't appear to be a way to prevent this compiler from cannam@124: # explicitly linking system object files so we need to strip them cannam@124: # from the output so that they don't get included in the library cannam@124: # dependencies. cannam@124: 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"' cannam@124: ;; cannam@124: *) cannam@124: if test "$GXX" = yes && test "$with_gnu_ld" = no; then cannam@124: allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*' cannam@124: case $host in cannam@124: osf3*) cannam@124: 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' cannam@124: ;; cannam@124: *) cannam@124: archive_cmds_CXX='$CC -shared $pic_flag -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' cannam@124: ;; cannam@124: esac cannam@124: cannam@124: hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' cannam@124: hardcode_libdir_separator_CXX=: cannam@124: cannam@124: # Commands to make compiler produce verbose output that lists cannam@124: # what "hidden" libraries, object files and flags are used when cannam@124: # linking a shared library. cannam@124: output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' cannam@124: cannam@124: else cannam@124: # FIXME: insert proper C++ library support cannam@124: ld_shlibs_CXX=no cannam@124: fi cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: cannam@124: psos*) cannam@124: # FIXME: insert proper C++ library support cannam@124: ld_shlibs_CXX=no cannam@124: ;; cannam@124: cannam@124: sunos4*) cannam@124: case $cc_basename in cannam@124: CC*) cannam@124: # Sun C++ 4.x cannam@124: # FIXME: insert proper C++ library support cannam@124: ld_shlibs_CXX=no cannam@124: ;; cannam@124: lcc*) cannam@124: # Lucid cannam@124: # FIXME: insert proper C++ library support cannam@124: ld_shlibs_CXX=no cannam@124: ;; cannam@124: *) cannam@124: # FIXME: insert proper C++ library support cannam@124: ld_shlibs_CXX=no cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: cannam@124: solaris*) cannam@124: case $cc_basename in cannam@124: CC* | sunCC*) cannam@124: # Sun C++ 4.2, 5.x and Centerline C++ cannam@124: archive_cmds_need_lc_CXX=yes cannam@124: no_undefined_flag_CXX=' -zdefs' cannam@124: archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' cannam@124: archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ cannam@124: $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' cannam@124: cannam@124: hardcode_libdir_flag_spec_CXX='-R$libdir' cannam@124: hardcode_shlibpath_var_CXX=no cannam@124: case $host_os in cannam@124: solaris2.[0-5] | solaris2.[0-5].*) ;; cannam@124: *) cannam@124: # The compiler driver will combine and reorder linker options, cannam@124: # but understands `-z linker_flag'. cannam@124: # Supported since Solaris 2.6 (maybe 2.5.1?) cannam@124: whole_archive_flag_spec_CXX='-z allextract$convenience -z defaultextract' cannam@124: ;; cannam@124: esac cannam@124: link_all_deplibs_CXX=yes cannam@124: cannam@124: output_verbose_link_cmd='func_echo_all' cannam@124: cannam@124: # Archives containing C++ object files must be created using cannam@124: # "CC -xar", where "CC" is the Sun C++ compiler. This is cannam@124: # necessary to make sure instantiated templates are included cannam@124: # in the archive. cannam@124: old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs' cannam@124: ;; cannam@124: gcx*) cannam@124: # Green Hills C++ Compiler cannam@124: archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' cannam@124: cannam@124: # The C++ compiler must be used to create the archive. cannam@124: old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs' cannam@124: ;; cannam@124: *) cannam@124: # GNU C++ compiler with Solaris linker cannam@124: if test "$GXX" = yes && test "$with_gnu_ld" = no; then cannam@124: no_undefined_flag_CXX=' ${wl}-z ${wl}defs' cannam@124: if $CC --version | $GREP -v '^2\.7' > /dev/null; then cannam@124: archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' cannam@124: archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ cannam@124: $CC -shared $pic_flag -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' cannam@124: cannam@124: # Commands to make compiler produce verbose output that lists cannam@124: # what "hidden" libraries, object files and flags are used when cannam@124: # linking a shared library. cannam@124: output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' cannam@124: else cannam@124: # g++ 2.7 appears to require `-G' NOT `-shared' on this cannam@124: # platform. cannam@124: archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' cannam@124: archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ cannam@124: $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' cannam@124: cannam@124: # Commands to make compiler produce verbose output that lists cannam@124: # what "hidden" libraries, object files and flags are used when cannam@124: # linking a shared library. cannam@124: output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' cannam@124: fi cannam@124: cannam@124: hardcode_libdir_flag_spec_CXX='${wl}-R $wl$libdir' cannam@124: case $host_os in cannam@124: solaris2.[0-5] | solaris2.[0-5].*) ;; cannam@124: *) cannam@124: whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' cannam@124: ;; cannam@124: esac cannam@124: fi cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: cannam@124: sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) cannam@124: no_undefined_flag_CXX='${wl}-z,text' cannam@124: archive_cmds_need_lc_CXX=no cannam@124: hardcode_shlibpath_var_CXX=no cannam@124: runpath_var='LD_RUN_PATH' cannam@124: cannam@124: case $cc_basename in cannam@124: CC*) cannam@124: archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' cannam@124: archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' cannam@124: ;; cannam@124: *) cannam@124: archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' cannam@124: archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: cannam@124: sysv5* | sco3.2v5* | sco5v6*) cannam@124: # Note: We can NOT use -z defs as we might desire, because we do not cannam@124: # link with -lc, and that would cause any symbols used from libc to cannam@124: # always be unresolved, which means just about no library would cannam@124: # ever link correctly. If we're not using GNU ld we use -z text cannam@124: # though, which does catch some bad symbols but isn't as heavy-handed cannam@124: # as -z defs. cannam@124: no_undefined_flag_CXX='${wl}-z,text' cannam@124: allow_undefined_flag_CXX='${wl}-z,nodefs' cannam@124: archive_cmds_need_lc_CXX=no cannam@124: hardcode_shlibpath_var_CXX=no cannam@124: hardcode_libdir_flag_spec_CXX='${wl}-R,$libdir' cannam@124: hardcode_libdir_separator_CXX=':' cannam@124: link_all_deplibs_CXX=yes cannam@124: export_dynamic_flag_spec_CXX='${wl}-Bexport' cannam@124: runpath_var='LD_RUN_PATH' cannam@124: cannam@124: case $cc_basename in cannam@124: CC*) cannam@124: archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' cannam@124: archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' cannam@124: old_archive_cmds_CXX='$CC -Tprelink_objects $oldobjs~ cannam@124: '"$old_archive_cmds_CXX" cannam@124: reload_cmds_CXX='$CC -Tprelink_objects $reload_objs~ cannam@124: '"$reload_cmds_CXX" cannam@124: ;; cannam@124: *) cannam@124: archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' cannam@124: archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: cannam@124: tandem*) cannam@124: case $cc_basename in cannam@124: NCC*) cannam@124: # NonStop-UX NCC 3.20 cannam@124: # FIXME: insert proper C++ library support cannam@124: ld_shlibs_CXX=no cannam@124: ;; cannam@124: *) cannam@124: # FIXME: insert proper C++ library support cannam@124: ld_shlibs_CXX=no cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: cannam@124: vxworks*) cannam@124: # FIXME: insert proper C++ library support cannam@124: ld_shlibs_CXX=no cannam@124: ;; cannam@124: cannam@124: *) cannam@124: # FIXME: insert proper C++ library support cannam@124: ld_shlibs_CXX=no cannam@124: ;; cannam@124: esac cannam@124: cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5 cannam@124: $as_echo "$ld_shlibs_CXX" >&6; } cannam@124: test "$ld_shlibs_CXX" = no && can_build_shared=no cannam@124: cannam@124: GCC_CXX="$GXX" cannam@124: LD_CXX="$LD" cannam@124: cannam@124: ## CAVEAT EMPTOR: cannam@124: ## There is no encapsulation within the following macros, do not change cannam@124: ## the running order or otherwise move them around unless you know exactly cannam@124: ## what you are doing... cannam@124: # Dependencies to place before and after the object being linked: cannam@124: predep_objects_CXX= cannam@124: postdep_objects_CXX= cannam@124: predeps_CXX= cannam@124: postdeps_CXX= cannam@124: compiler_lib_search_path_CXX= cannam@124: cannam@124: cat > conftest.$ac_ext <<_LT_EOF cannam@124: class Foo cannam@124: { cannam@124: public: cannam@124: Foo (void) { a = 0; } cannam@124: private: cannam@124: int a; cannam@124: }; cannam@124: _LT_EOF cannam@124: cannam@124: cannam@124: _lt_libdeps_save_CFLAGS=$CFLAGS cannam@124: case "$CC $CFLAGS " in #( cannam@124: *\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;; cannam@124: *\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;; cannam@124: esac cannam@124: cannam@124: if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 cannam@124: (eval $ac_compile) 2>&5 cannam@124: ac_status=$? cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@124: test $ac_status = 0; }; then cannam@124: # Parse the compiler output and extract the necessary cannam@124: # objects, libraries and library flags. cannam@124: cannam@124: # Sentinel used to keep track of whether or not we are before cannam@124: # the conftest object file. cannam@124: pre_test_object_deps_done=no cannam@124: cannam@124: for p in `eval "$output_verbose_link_cmd"`; do cannam@124: case ${prev}${p} in cannam@124: cannam@124: -L* | -R* | -l*) cannam@124: # Some compilers place space between "-{L,R}" and the path. cannam@124: # Remove the space. cannam@124: if test $p = "-L" || cannam@124: test $p = "-R"; then cannam@124: prev=$p cannam@124: continue cannam@124: fi cannam@124: cannam@124: # Expand the sysroot to ease extracting the directories later. cannam@124: if test -z "$prev"; then cannam@124: case $p in cannam@124: -L*) func_stripname_cnf '-L' '' "$p"; prev=-L; p=$func_stripname_result ;; cannam@124: -R*) func_stripname_cnf '-R' '' "$p"; prev=-R; p=$func_stripname_result ;; cannam@124: -l*) func_stripname_cnf '-l' '' "$p"; prev=-l; p=$func_stripname_result ;; cannam@124: esac cannam@124: fi cannam@124: case $p in cannam@124: =*) func_stripname_cnf '=' '' "$p"; p=$lt_sysroot$func_stripname_result ;; cannam@124: esac cannam@124: if test "$pre_test_object_deps_done" = no; then cannam@124: case ${prev} in cannam@124: -L | -R) cannam@124: # Internal compiler library paths should come after those cannam@124: # provided the user. The postdeps already come after the cannam@124: # user supplied libs so there is no need to process them. cannam@124: if test -z "$compiler_lib_search_path_CXX"; then cannam@124: compiler_lib_search_path_CXX="${prev}${p}" cannam@124: else cannam@124: compiler_lib_search_path_CXX="${compiler_lib_search_path_CXX} ${prev}${p}" cannam@124: fi cannam@124: ;; cannam@124: # The "-l" case would never come before the object being cannam@124: # linked, so don't bother handling this case. cannam@124: esac cannam@124: else cannam@124: if test -z "$postdeps_CXX"; then cannam@124: postdeps_CXX="${prev}${p}" cannam@124: else cannam@124: postdeps_CXX="${postdeps_CXX} ${prev}${p}" cannam@124: fi cannam@124: fi cannam@124: prev= cannam@124: ;; cannam@124: cannam@124: *.lto.$objext) ;; # Ignore GCC LTO objects cannam@124: *.$objext) cannam@124: # This assumes that the test object file only shows up cannam@124: # once in the compiler output. cannam@124: if test "$p" = "conftest.$objext"; then cannam@124: pre_test_object_deps_done=yes cannam@124: continue cannam@124: fi cannam@124: cannam@124: if test "$pre_test_object_deps_done" = no; then cannam@124: if test -z "$predep_objects_CXX"; then cannam@124: predep_objects_CXX="$p" cannam@124: else cannam@124: predep_objects_CXX="$predep_objects_CXX $p" cannam@124: fi cannam@124: else cannam@124: if test -z "$postdep_objects_CXX"; then cannam@124: postdep_objects_CXX="$p" cannam@124: else cannam@124: postdep_objects_CXX="$postdep_objects_CXX $p" cannam@124: fi cannam@124: fi cannam@124: ;; cannam@124: cannam@124: *) ;; # Ignore the rest. cannam@124: cannam@124: esac cannam@124: done cannam@124: cannam@124: # Clean up. cannam@124: rm -f a.out a.exe cannam@124: else cannam@124: echo "libtool.m4: error: problem compiling CXX test program" cannam@124: fi cannam@124: cannam@124: $RM -f confest.$objext cannam@124: CFLAGS=$_lt_libdeps_save_CFLAGS cannam@124: cannam@124: # PORTME: override above test on systems where it is broken cannam@124: case $host_os in cannam@124: interix[3-9]*) cannam@124: # Interix 3.5 installs completely hosed .la files for C++, so rather than cannam@124: # hack all around it, let's just trust "g++" to DTRT. cannam@124: predep_objects_CXX= cannam@124: postdep_objects_CXX= cannam@124: postdeps_CXX= cannam@124: ;; cannam@124: cannam@124: linux*) cannam@124: case `$CC -V 2>&1 | sed 5q` in cannam@124: *Sun\ C*) cannam@124: # Sun C++ 5.9 cannam@124: cannam@124: # The more standards-conforming stlport4 library is cannam@124: # incompatible with the Cstd library. Avoid specifying cannam@124: # it if it's in CXXFLAGS. Ignore libCrun as cannam@124: # -library=stlport4 depends on it. cannam@124: case " $CXX $CXXFLAGS " in cannam@124: *" -library=stlport4 "*) cannam@124: solaris_use_stlport4=yes cannam@124: ;; cannam@124: esac cannam@124: cannam@124: if test "$solaris_use_stlport4" != yes; then cannam@124: postdeps_CXX='-library=Cstd -library=Crun' cannam@124: fi cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: cannam@124: solaris*) cannam@124: case $cc_basename in cannam@124: CC* | sunCC*) cannam@124: # The more standards-conforming stlport4 library is cannam@124: # incompatible with the Cstd library. Avoid specifying cannam@124: # it if it's in CXXFLAGS. Ignore libCrun as cannam@124: # -library=stlport4 depends on it. cannam@124: case " $CXX $CXXFLAGS " in cannam@124: *" -library=stlport4 "*) cannam@124: solaris_use_stlport4=yes cannam@124: ;; cannam@124: esac cannam@124: cannam@124: # Adding this requires a known-good setup of shared libraries for cannam@124: # Sun compiler versions before 5.6, else PIC objects from an old cannam@124: # archive will be linked into the output, leading to subtle bugs. cannam@124: if test "$solaris_use_stlport4" != yes; then cannam@124: postdeps_CXX='-library=Cstd -library=Crun' cannam@124: fi cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: esac cannam@124: cannam@124: cannam@124: case " $postdeps_CXX " in cannam@124: *" -lc "*) archive_cmds_need_lc_CXX=no ;; cannam@124: esac cannam@124: compiler_lib_search_dirs_CXX= cannam@124: if test -n "${compiler_lib_search_path_CXX}"; then cannam@124: compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'` cannam@124: fi cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: lt_prog_compiler_wl_CXX= cannam@124: lt_prog_compiler_pic_CXX= cannam@124: lt_prog_compiler_static_CXX= cannam@124: cannam@124: cannam@124: # C++ specific cases for pic, static, wl, etc. cannam@124: if test "$GXX" = yes; then cannam@124: lt_prog_compiler_wl_CXX='-Wl,' cannam@124: lt_prog_compiler_static_CXX='-static' cannam@124: cannam@124: case $host_os in cannam@124: aix*) cannam@124: # All AIX code is PIC. cannam@124: if test "$host_cpu" = ia64; then cannam@124: # AIX 5 now supports IA64 processor cannam@124: lt_prog_compiler_static_CXX='-Bstatic' cannam@124: fi cannam@124: ;; cannam@124: cannam@124: amigaos*) cannam@124: case $host_cpu in cannam@124: powerpc) cannam@124: # see comment about AmigaOS4 .so support cannam@124: lt_prog_compiler_pic_CXX='-fPIC' cannam@124: ;; cannam@124: m68k) cannam@124: # FIXME: we need at least 68020 code to build shared libraries, but cannam@124: # adding the `-m68020' flag to GCC prevents building anything better, cannam@124: # like `-m68040'. cannam@124: lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4' cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: cannam@124: beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) cannam@124: # PIC is the default for these OSes. cannam@124: ;; cannam@124: mingw* | cygwin* | os2* | pw32* | cegcc*) cannam@124: # This hack is so that the source file can tell whether it is being cannam@124: # built for inclusion in a dll (and should export symbols for example). cannam@124: # Although the cygwin gcc ignores -fPIC, still need this for old-style cannam@124: # (--disable-auto-import) libraries cannam@124: lt_prog_compiler_pic_CXX='-DDLL_EXPORT' cannam@124: ;; cannam@124: darwin* | rhapsody*) cannam@124: # PIC is the default on this platform cannam@124: # Common symbols not allowed in MH_DYLIB files cannam@124: lt_prog_compiler_pic_CXX='-fno-common' cannam@124: ;; cannam@124: *djgpp*) cannam@124: # DJGPP does not support shared libraries at all cannam@124: lt_prog_compiler_pic_CXX= cannam@124: ;; cannam@124: haiku*) cannam@124: # PIC is the default for Haiku. cannam@124: # The "-static" flag exists, but is broken. cannam@124: lt_prog_compiler_static_CXX= cannam@124: ;; cannam@124: interix[3-9]*) cannam@124: # Interix 3.x gcc -fpic/-fPIC options generate broken code. cannam@124: # Instead, we relocate shared libraries at runtime. cannam@124: ;; cannam@124: sysv4*MP*) cannam@124: if test -d /usr/nec; then cannam@124: lt_prog_compiler_pic_CXX=-Kconform_pic cannam@124: fi cannam@124: ;; cannam@124: hpux*) cannam@124: # PIC is the default for 64-bit PA HP-UX, but not for 32-bit cannam@124: # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag cannam@124: # sets the default TLS model and affects inlining. cannam@124: case $host_cpu in cannam@124: hppa*64*) cannam@124: ;; cannam@124: *) cannam@124: lt_prog_compiler_pic_CXX='-fPIC' cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: *qnx* | *nto*) cannam@124: # QNX uses GNU C++, but need to define -shared option too, otherwise cannam@124: # it will coredump. cannam@124: lt_prog_compiler_pic_CXX='-fPIC -shared' cannam@124: ;; cannam@124: *) cannam@124: lt_prog_compiler_pic_CXX='-fPIC' cannam@124: ;; cannam@124: esac cannam@124: else cannam@124: case $host_os in cannam@124: aix[4-9]*) cannam@124: # All AIX code is PIC. cannam@124: if test "$host_cpu" = ia64; then cannam@124: # AIX 5 now supports IA64 processor cannam@124: lt_prog_compiler_static_CXX='-Bstatic' cannam@124: else cannam@124: lt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp' cannam@124: fi cannam@124: ;; cannam@124: chorus*) cannam@124: case $cc_basename in cannam@124: cxch68*) cannam@124: # Green Hills C++ Compiler cannam@124: # _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" cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: mingw* | cygwin* | os2* | pw32* | cegcc*) cannam@124: # This hack is so that the source file can tell whether it is being cannam@124: # built for inclusion in a dll (and should export symbols for example). cannam@124: lt_prog_compiler_pic_CXX='-DDLL_EXPORT' cannam@124: ;; cannam@124: dgux*) cannam@124: case $cc_basename in cannam@124: ec++*) cannam@124: lt_prog_compiler_pic_CXX='-KPIC' cannam@124: ;; cannam@124: ghcx*) cannam@124: # Green Hills C++ Compiler cannam@124: lt_prog_compiler_pic_CXX='-pic' cannam@124: ;; cannam@124: *) cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: freebsd* | dragonfly*) cannam@124: # FreeBSD uses GNU C++ cannam@124: ;; cannam@124: hpux9* | hpux10* | hpux11*) cannam@124: case $cc_basename in cannam@124: CC*) cannam@124: lt_prog_compiler_wl_CXX='-Wl,' cannam@124: lt_prog_compiler_static_CXX='${wl}-a ${wl}archive' cannam@124: if test "$host_cpu" != ia64; then cannam@124: lt_prog_compiler_pic_CXX='+Z' cannam@124: fi cannam@124: ;; cannam@124: aCC*) cannam@124: lt_prog_compiler_wl_CXX='-Wl,' cannam@124: lt_prog_compiler_static_CXX='${wl}-a ${wl}archive' cannam@124: case $host_cpu in cannam@124: hppa*64*|ia64*) cannam@124: # +Z the default cannam@124: ;; cannam@124: *) cannam@124: lt_prog_compiler_pic_CXX='+Z' cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: *) cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: interix*) cannam@124: # This is c89, which is MS Visual C++ (no shared libs) cannam@124: # Anyone wants to do a port? cannam@124: ;; cannam@124: irix5* | irix6* | nonstopux*) cannam@124: case $cc_basename in cannam@124: CC*) cannam@124: lt_prog_compiler_wl_CXX='-Wl,' cannam@124: lt_prog_compiler_static_CXX='-non_shared' cannam@124: # CC pic flag -KPIC is the default. cannam@124: ;; cannam@124: *) cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: linux* | k*bsd*-gnu | kopensolaris*-gnu) cannam@124: case $cc_basename in cannam@124: KCC*) cannam@124: # KAI C++ Compiler cannam@124: lt_prog_compiler_wl_CXX='--backend -Wl,' cannam@124: lt_prog_compiler_pic_CXX='-fPIC' cannam@124: ;; cannam@124: ecpc* ) cannam@124: # old Intel C++ for x86_64 which still supported -KPIC. cannam@124: lt_prog_compiler_wl_CXX='-Wl,' cannam@124: lt_prog_compiler_pic_CXX='-KPIC' cannam@124: lt_prog_compiler_static_CXX='-static' cannam@124: ;; cannam@124: icpc* ) cannam@124: # Intel C++, used to be incompatible with GCC. cannam@124: # ICC 10 doesn't accept -KPIC any more. cannam@124: lt_prog_compiler_wl_CXX='-Wl,' cannam@124: lt_prog_compiler_pic_CXX='-fPIC' cannam@124: lt_prog_compiler_static_CXX='-static' cannam@124: ;; cannam@124: pgCC* | pgcpp*) cannam@124: # Portland Group C++ compiler cannam@124: lt_prog_compiler_wl_CXX='-Wl,' cannam@124: lt_prog_compiler_pic_CXX='-fpic' cannam@124: lt_prog_compiler_static_CXX='-Bstatic' cannam@124: ;; cannam@124: cxx*) cannam@124: # Compaq C++ cannam@124: # Make sure the PIC flag is empty. It appears that all Alpha cannam@124: # Linux and Compaq Tru64 Unix objects are PIC. cannam@124: lt_prog_compiler_pic_CXX= cannam@124: lt_prog_compiler_static_CXX='-non_shared' cannam@124: ;; cannam@124: xlc* | xlC* | bgxl[cC]* | mpixl[cC]*) cannam@124: # IBM XL 8.0, 9.0 on PPC and BlueGene cannam@124: lt_prog_compiler_wl_CXX='-Wl,' cannam@124: lt_prog_compiler_pic_CXX='-qpic' cannam@124: lt_prog_compiler_static_CXX='-qstaticlink' cannam@124: ;; cannam@124: *) cannam@124: case `$CC -V 2>&1 | sed 5q` in cannam@124: *Sun\ C*) cannam@124: # Sun C++ 5.9 cannam@124: lt_prog_compiler_pic_CXX='-KPIC' cannam@124: lt_prog_compiler_static_CXX='-Bstatic' cannam@124: lt_prog_compiler_wl_CXX='-Qoption ld ' cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: lynxos*) cannam@124: ;; cannam@124: m88k*) cannam@124: ;; cannam@124: mvs*) cannam@124: case $cc_basename in cannam@124: cxx*) cannam@124: lt_prog_compiler_pic_CXX='-W c,exportall' cannam@124: ;; cannam@124: *) cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: netbsd* | netbsdelf*-gnu) cannam@124: ;; cannam@124: *qnx* | *nto*) cannam@124: # QNX uses GNU C++, but need to define -shared option too, otherwise cannam@124: # it will coredump. cannam@124: lt_prog_compiler_pic_CXX='-fPIC -shared' cannam@124: ;; cannam@124: osf3* | osf4* | osf5*) cannam@124: case $cc_basename in cannam@124: KCC*) cannam@124: lt_prog_compiler_wl_CXX='--backend -Wl,' cannam@124: ;; cannam@124: RCC*) cannam@124: # Rational C++ 2.4.1 cannam@124: lt_prog_compiler_pic_CXX='-pic' cannam@124: ;; cannam@124: cxx*) cannam@124: # Digital/Compaq C++ cannam@124: lt_prog_compiler_wl_CXX='-Wl,' cannam@124: # Make sure the PIC flag is empty. It appears that all Alpha cannam@124: # Linux and Compaq Tru64 Unix objects are PIC. cannam@124: lt_prog_compiler_pic_CXX= cannam@124: lt_prog_compiler_static_CXX='-non_shared' cannam@124: ;; cannam@124: *) cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: psos*) cannam@124: ;; cannam@124: solaris*) cannam@124: case $cc_basename in cannam@124: CC* | sunCC*) cannam@124: # Sun C++ 4.2, 5.x and Centerline C++ cannam@124: lt_prog_compiler_pic_CXX='-KPIC' cannam@124: lt_prog_compiler_static_CXX='-Bstatic' cannam@124: lt_prog_compiler_wl_CXX='-Qoption ld ' cannam@124: ;; cannam@124: gcx*) cannam@124: # Green Hills C++ Compiler cannam@124: lt_prog_compiler_pic_CXX='-PIC' cannam@124: ;; cannam@124: *) cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: sunos4*) cannam@124: case $cc_basename in cannam@124: CC*) cannam@124: # Sun C++ 4.x cannam@124: lt_prog_compiler_pic_CXX='-pic' cannam@124: lt_prog_compiler_static_CXX='-Bstatic' cannam@124: ;; cannam@124: lcc*) cannam@124: # Lucid cannam@124: lt_prog_compiler_pic_CXX='-pic' cannam@124: ;; cannam@124: *) cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) cannam@124: case $cc_basename in cannam@124: CC*) cannam@124: lt_prog_compiler_wl_CXX='-Wl,' cannam@124: lt_prog_compiler_pic_CXX='-KPIC' cannam@124: lt_prog_compiler_static_CXX='-Bstatic' cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: tandem*) cannam@124: case $cc_basename in cannam@124: NCC*) cannam@124: # NonStop-UX NCC 3.20 cannam@124: lt_prog_compiler_pic_CXX='-KPIC' cannam@124: ;; cannam@124: *) cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: vxworks*) cannam@124: ;; cannam@124: *) cannam@124: lt_prog_compiler_can_build_shared_CXX=no cannam@124: ;; cannam@124: esac cannam@124: fi cannam@124: cannam@124: case $host_os in cannam@124: # For platforms which do not support PIC, -DPIC is meaningless: cannam@124: *djgpp*) cannam@124: lt_prog_compiler_pic_CXX= cannam@124: ;; cannam@124: *) cannam@124: lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC" cannam@124: ;; cannam@124: esac cannam@124: cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5 cannam@124: $as_echo_n "checking for $compiler option to produce PIC... " >&6; } cannam@124: if ${lt_cv_prog_compiler_pic_CXX+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: lt_cv_prog_compiler_pic_CXX=$lt_prog_compiler_pic_CXX cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_CXX" >&5 cannam@124: $as_echo "$lt_cv_prog_compiler_pic_CXX" >&6; } cannam@124: lt_prog_compiler_pic_CXX=$lt_cv_prog_compiler_pic_CXX cannam@124: cannam@124: # cannam@124: # Check to make sure the PIC flag actually works. cannam@124: # cannam@124: if test -n "$lt_prog_compiler_pic_CXX"; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5 cannam@124: $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; } cannam@124: if ${lt_cv_prog_compiler_pic_works_CXX+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: lt_cv_prog_compiler_pic_works_CXX=no cannam@124: ac_outfile=conftest.$ac_objext cannam@124: echo "$lt_simple_compile_test_code" > conftest.$ac_ext cannam@124: lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC" cannam@124: # Insert the option either (1) after the last *FLAGS variable, or cannam@124: # (2) before a word containing "conftest.", or (3) at the end. cannam@124: # Note that $ac_compile itself does not contain backslashes and begins cannam@124: # with a dollar sign (not a hyphen), so the echo should work correctly. cannam@124: # The option is referenced via a variable to avoid confusing sed. cannam@124: lt_compile=`echo "$ac_compile" | $SED \ cannam@124: -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ cannam@124: -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ cannam@124: -e 's:$: $lt_compiler_flag:'` cannam@124: (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) cannam@124: (eval "$lt_compile" 2>conftest.err) cannam@124: ac_status=$? cannam@124: cat conftest.err >&5 cannam@124: echo "$as_me:$LINENO: \$? = $ac_status" >&5 cannam@124: if (exit $ac_status) && test -s "$ac_outfile"; then cannam@124: # The compiler can only warn and ignore the option if not recognized cannam@124: # So say no if there are warnings other than the usual output. cannam@124: $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp cannam@124: $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 cannam@124: if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then cannam@124: lt_cv_prog_compiler_pic_works_CXX=yes cannam@124: fi cannam@124: fi cannam@124: $RM conftest* cannam@124: cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works_CXX" >&5 cannam@124: $as_echo "$lt_cv_prog_compiler_pic_works_CXX" >&6; } cannam@124: cannam@124: if test x"$lt_cv_prog_compiler_pic_works_CXX" = xyes; then cannam@124: case $lt_prog_compiler_pic_CXX in cannam@124: "" | " "*) ;; cannam@124: *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;; cannam@124: esac cannam@124: else cannam@124: lt_prog_compiler_pic_CXX= cannam@124: lt_prog_compiler_can_build_shared_CXX=no cannam@124: fi cannam@124: cannam@124: fi cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: # cannam@124: # Check to make sure the static flag actually works. cannam@124: # cannam@124: wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\" cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 cannam@124: $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } cannam@124: if ${lt_cv_prog_compiler_static_works_CXX+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: lt_cv_prog_compiler_static_works_CXX=no cannam@124: save_LDFLAGS="$LDFLAGS" cannam@124: LDFLAGS="$LDFLAGS $lt_tmp_static_flag" cannam@124: echo "$lt_simple_link_test_code" > conftest.$ac_ext cannam@124: if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then cannam@124: # The linker can only warn and ignore the option if not recognized cannam@124: # So say no if there are warnings cannam@124: if test -s conftest.err; then cannam@124: # Append any errors to the config.log. cannam@124: cat conftest.err 1>&5 cannam@124: $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp cannam@124: $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 cannam@124: if diff conftest.exp conftest.er2 >/dev/null; then cannam@124: lt_cv_prog_compiler_static_works_CXX=yes cannam@124: fi cannam@124: else cannam@124: lt_cv_prog_compiler_static_works_CXX=yes cannam@124: fi cannam@124: fi cannam@124: $RM -r conftest* cannam@124: LDFLAGS="$save_LDFLAGS" cannam@124: cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works_CXX" >&5 cannam@124: $as_echo "$lt_cv_prog_compiler_static_works_CXX" >&6; } cannam@124: cannam@124: if test x"$lt_cv_prog_compiler_static_works_CXX" = xyes; then cannam@124: : cannam@124: else cannam@124: lt_prog_compiler_static_CXX= cannam@124: fi cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 cannam@124: $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } cannam@124: if ${lt_cv_prog_compiler_c_o_CXX+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: lt_cv_prog_compiler_c_o_CXX=no cannam@124: $RM -r conftest 2>/dev/null cannam@124: mkdir conftest cannam@124: cd conftest cannam@124: mkdir out cannam@124: echo "$lt_simple_compile_test_code" > conftest.$ac_ext cannam@124: cannam@124: lt_compiler_flag="-o out/conftest2.$ac_objext" cannam@124: # Insert the option either (1) after the last *FLAGS variable, or cannam@124: # (2) before a word containing "conftest.", or (3) at the end. cannam@124: # Note that $ac_compile itself does not contain backslashes and begins cannam@124: # with a dollar sign (not a hyphen), so the echo should work correctly. cannam@124: lt_compile=`echo "$ac_compile" | $SED \ cannam@124: -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ cannam@124: -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ cannam@124: -e 's:$: $lt_compiler_flag:'` cannam@124: (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) cannam@124: (eval "$lt_compile" 2>out/conftest.err) cannam@124: ac_status=$? cannam@124: cat out/conftest.err >&5 cannam@124: echo "$as_me:$LINENO: \$? = $ac_status" >&5 cannam@124: if (exit $ac_status) && test -s out/conftest2.$ac_objext cannam@124: then cannam@124: # The compiler can only warn and ignore the option if not recognized cannam@124: # So say no if there are warnings cannam@124: $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp cannam@124: $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 cannam@124: if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then cannam@124: lt_cv_prog_compiler_c_o_CXX=yes cannam@124: fi cannam@124: fi cannam@124: chmod u+w . 2>&5 cannam@124: $RM conftest* cannam@124: # SGI C++ compiler will create directory out/ii_files/ for cannam@124: # template instantiation cannam@124: test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files cannam@124: $RM out/* && rmdir out cannam@124: cd .. cannam@124: $RM -r conftest cannam@124: $RM conftest* cannam@124: cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5 cannam@124: $as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; } cannam@124: cannam@124: cannam@124: cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 cannam@124: $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } cannam@124: if ${lt_cv_prog_compiler_c_o_CXX+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: lt_cv_prog_compiler_c_o_CXX=no cannam@124: $RM -r conftest 2>/dev/null cannam@124: mkdir conftest cannam@124: cd conftest cannam@124: mkdir out cannam@124: echo "$lt_simple_compile_test_code" > conftest.$ac_ext cannam@124: cannam@124: lt_compiler_flag="-o out/conftest2.$ac_objext" cannam@124: # Insert the option either (1) after the last *FLAGS variable, or cannam@124: # (2) before a word containing "conftest.", or (3) at the end. cannam@124: # Note that $ac_compile itself does not contain backslashes and begins cannam@124: # with a dollar sign (not a hyphen), so the echo should work correctly. cannam@124: lt_compile=`echo "$ac_compile" | $SED \ cannam@124: -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ cannam@124: -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ cannam@124: -e 's:$: $lt_compiler_flag:'` cannam@124: (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) cannam@124: (eval "$lt_compile" 2>out/conftest.err) cannam@124: ac_status=$? cannam@124: cat out/conftest.err >&5 cannam@124: echo "$as_me:$LINENO: \$? = $ac_status" >&5 cannam@124: if (exit $ac_status) && test -s out/conftest2.$ac_objext cannam@124: then cannam@124: # The compiler can only warn and ignore the option if not recognized cannam@124: # So say no if there are warnings cannam@124: $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp cannam@124: $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 cannam@124: if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then cannam@124: lt_cv_prog_compiler_c_o_CXX=yes cannam@124: fi cannam@124: fi cannam@124: chmod u+w . 2>&5 cannam@124: $RM conftest* cannam@124: # SGI C++ compiler will create directory out/ii_files/ for cannam@124: # template instantiation cannam@124: test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files cannam@124: $RM out/* && rmdir out cannam@124: cd .. cannam@124: $RM -r conftest cannam@124: $RM conftest* cannam@124: cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5 cannam@124: $as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; } cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: hard_links="nottested" cannam@124: if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then cannam@124: # do not overwrite the value of need_locks provided by the user cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5 cannam@124: $as_echo_n "checking if we can lock with hard links... " >&6; } cannam@124: hard_links=yes cannam@124: $RM conftest* cannam@124: ln conftest.a conftest.b 2>/dev/null && hard_links=no cannam@124: touch conftest.a cannam@124: ln conftest.a conftest.b 2>&5 || hard_links=no cannam@124: ln conftest.a conftest.b 2>/dev/null && hard_links=no cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5 cannam@124: $as_echo "$hard_links" >&6; } cannam@124: if test "$hard_links" = no; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 cannam@124: $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} cannam@124: need_locks=warn cannam@124: fi cannam@124: else cannam@124: need_locks=no cannam@124: fi cannam@124: cannam@124: cannam@124: cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5 cannam@124: $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } cannam@124: cannam@124: export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' cannam@124: exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' cannam@124: case $host_os in cannam@124: aix[4-9]*) cannam@124: # If we're using GNU nm, then we don't want the "-C" option. cannam@124: # -C means demangle to AIX nm, but means don't demangle with GNU nm cannam@124: # Also, AIX nm treats weak defined symbols like other global defined cannam@124: # symbols, whereas GNU nm marks them as "W". cannam@124: if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then cannam@124: 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' cannam@124: else cannam@124: export_symbols_cmds_CXX='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' cannam@124: fi cannam@124: ;; cannam@124: pw32*) cannam@124: export_symbols_cmds_CXX="$ltdll_cmds" cannam@124: ;; cannam@124: cygwin* | mingw* | cegcc*) cannam@124: case $cc_basename in cannam@124: cl*) ;; cannam@124: *) cannam@124: export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols' cannam@124: exclude_expsyms_CXX='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname' cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: linux* | k*bsd*-gnu | gnu*) cannam@124: link_all_deplibs_CXX=no cannam@124: ;; cannam@124: *) cannam@124: export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' cannam@124: ;; cannam@124: esac cannam@124: cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5 cannam@124: $as_echo "$ld_shlibs_CXX" >&6; } cannam@124: test "$ld_shlibs_CXX" = no && can_build_shared=no cannam@124: cannam@124: with_gnu_ld_CXX=$with_gnu_ld cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: # cannam@124: # Do we need to explicitly link libc? cannam@124: # cannam@124: case "x$archive_cmds_need_lc_CXX" in cannam@124: x|xyes) cannam@124: # Assume -lc should be added cannam@124: archive_cmds_need_lc_CXX=yes cannam@124: cannam@124: if test "$enable_shared" = yes && test "$GCC" = yes; then cannam@124: case $archive_cmds_CXX in cannam@124: *'~'*) cannam@124: # FIXME: we may have to deal with multi-command sequences. cannam@124: ;; cannam@124: '$CC '*) cannam@124: # Test whether the compiler implicitly links with -lc since on some cannam@124: # systems, -lgcc has to come before -lc. If gcc already passes -lc cannam@124: # to ld, don't add -lc before -lgcc. cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 cannam@124: $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } cannam@124: if ${lt_cv_archive_cmds_need_lc_CXX+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: $RM conftest* cannam@124: echo "$lt_simple_compile_test_code" > conftest.$ac_ext cannam@124: cannam@124: if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 cannam@124: (eval $ac_compile) 2>&5 cannam@124: ac_status=$? cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@124: test $ac_status = 0; } 2>conftest.err; then cannam@124: soname=conftest cannam@124: lib=conftest cannam@124: libobjs=conftest.$ac_objext cannam@124: deplibs= cannam@124: wl=$lt_prog_compiler_wl_CXX cannam@124: pic_flag=$lt_prog_compiler_pic_CXX cannam@124: compiler_flags=-v cannam@124: linker_flags=-v cannam@124: verstring= cannam@124: output_objdir=. cannam@124: libname=conftest cannam@124: lt_save_allow_undefined_flag=$allow_undefined_flag_CXX cannam@124: allow_undefined_flag_CXX= cannam@124: if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5 cannam@124: (eval $archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5 cannam@124: ac_status=$? cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@124: test $ac_status = 0; } cannam@124: then cannam@124: lt_cv_archive_cmds_need_lc_CXX=no cannam@124: else cannam@124: lt_cv_archive_cmds_need_lc_CXX=yes cannam@124: fi cannam@124: allow_undefined_flag_CXX=$lt_save_allow_undefined_flag cannam@124: else cannam@124: cat conftest.err 1>&5 cannam@124: fi cannam@124: $RM conftest* cannam@124: cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc_CXX" >&5 cannam@124: $as_echo "$lt_cv_archive_cmds_need_lc_CXX" >&6; } cannam@124: archive_cmds_need_lc_CXX=$lt_cv_archive_cmds_need_lc_CXX cannam@124: ;; cannam@124: esac cannam@124: fi cannam@124: ;; cannam@124: esac cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5 cannam@124: $as_echo_n "checking dynamic linker characteristics... " >&6; } cannam@124: cannam@124: library_names_spec= cannam@124: libname_spec='lib$name' cannam@124: soname_spec= cannam@124: shrext_cmds=".so" cannam@124: postinstall_cmds= cannam@124: postuninstall_cmds= cannam@124: finish_cmds= cannam@124: finish_eval= cannam@124: shlibpath_var= cannam@124: shlibpath_overrides_runpath=unknown cannam@124: version_type=none cannam@124: dynamic_linker="$host_os ld.so" cannam@124: sys_lib_dlsearch_path_spec="/lib /usr/lib" cannam@124: need_lib_prefix=unknown cannam@124: hardcode_into_libs=no cannam@124: cannam@124: # when you set need_version to no, make sure it does not cause -set_version cannam@124: # flags to be left without arguments cannam@124: need_version=unknown cannam@124: cannam@124: case $host_os in cannam@124: aix3*) cannam@124: version_type=linux cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' cannam@124: shlibpath_var=LIBPATH cannam@124: cannam@124: # AIX 3 has no versioning support, so we append a major version to the name. cannam@124: soname_spec='${libname}${release}${shared_ext}$major' cannam@124: ;; cannam@124: cannam@124: aix[4-9]*) cannam@124: version_type=linux cannam@124: need_lib_prefix=no cannam@124: need_version=no cannam@124: hardcode_into_libs=yes cannam@124: if test "$host_cpu" = ia64; then cannam@124: # AIX 5 supports IA64 cannam@124: library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' cannam@124: shlibpath_var=LD_LIBRARY_PATH cannam@124: else cannam@124: # With GCC up to 2.95.x, collect2 would create an import file cannam@124: # for dependence libraries. The import file would start with cannam@124: # the line `#! .'. This would cause the generated library to cannam@124: # depend on `.', always an invalid library. This was fixed in cannam@124: # development snapshots of GCC prior to 3.0. cannam@124: case $host_os in cannam@124: aix4 | aix4.[01] | aix4.[01].*) cannam@124: if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' cannam@124: echo ' yes ' cannam@124: echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then cannam@124: : cannam@124: else cannam@124: can_build_shared=no cannam@124: fi cannam@124: ;; cannam@124: esac cannam@124: # AIX (on Power*) has no versioning support, so currently we can not hardcode correct cannam@124: # soname into executable. Probably we can add versioning support to cannam@124: # collect2, so additional links can be useful in future. cannam@124: if test "$aix_use_runtimelinking" = yes; then cannam@124: # If using run time linking (on AIX 4.2 or later) use lib.so cannam@124: # instead of lib.a to let people know that these are not cannam@124: # typical AIX shared libraries. cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' cannam@124: else cannam@124: # We preserve .a as extension for shared libraries through AIX4.2 cannam@124: # and later when we are not doing run time linking. cannam@124: library_names_spec='${libname}${release}.a $libname.a' cannam@124: soname_spec='${libname}${release}${shared_ext}$major' cannam@124: fi cannam@124: shlibpath_var=LIBPATH cannam@124: fi cannam@124: ;; cannam@124: cannam@124: amigaos*) cannam@124: case $host_cpu in cannam@124: powerpc) cannam@124: # Since July 2007 AmigaOS4 officially supports .so libraries. cannam@124: # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' cannam@124: ;; cannam@124: m68k) cannam@124: library_names_spec='$libname.ixlibrary $libname.a' cannam@124: # Create ${libname}_ixlibrary.a entries in /sys/libs. cannam@124: 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' cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: cannam@124: beos*) cannam@124: library_names_spec='${libname}${shared_ext}' cannam@124: dynamic_linker="$host_os ld.so" cannam@124: shlibpath_var=LIBRARY_PATH cannam@124: ;; cannam@124: cannam@124: bsdi[45]*) cannam@124: version_type=linux cannam@124: need_version=no cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' cannam@124: soname_spec='${libname}${release}${shared_ext}$major' cannam@124: finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' cannam@124: shlibpath_var=LD_LIBRARY_PATH cannam@124: sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" cannam@124: sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" cannam@124: # the default ld.so.conf also contains /usr/contrib/lib and cannam@124: # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow cannam@124: # libtool to hard-code these into programs cannam@124: ;; cannam@124: cannam@124: cygwin* | mingw* | pw32* | cegcc*) cannam@124: version_type=windows cannam@124: shrext_cmds=".dll" cannam@124: need_version=no cannam@124: need_lib_prefix=no cannam@124: cannam@124: case $GCC,$cc_basename in cannam@124: yes,*) cannam@124: # gcc cannam@124: library_names_spec='$libname.dll.a' cannam@124: # DLL is installed to $(libdir)/../bin by postinstall_cmds cannam@124: postinstall_cmds='base_file=`basename \${file}`~ cannam@124: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ cannam@124: dldir=$destdir/`dirname \$dlpath`~ cannam@124: test -d \$dldir || mkdir -p \$dldir~ cannam@124: $install_prog $dir/$dlname \$dldir/$dlname~ cannam@124: chmod a+x \$dldir/$dlname~ cannam@124: if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then cannam@124: eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; cannam@124: fi' cannam@124: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ cannam@124: dlpath=$dir/\$dldll~ cannam@124: $RM \$dlpath' cannam@124: shlibpath_overrides_runpath=yes cannam@124: cannam@124: case $host_os in cannam@124: cygwin*) cannam@124: # Cygwin DLLs use 'cyg' prefix rather than 'lib' cannam@124: soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' cannam@124: cannam@124: ;; cannam@124: mingw* | cegcc*) cannam@124: # MinGW DLLs use traditional 'lib' prefix cannam@124: soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' cannam@124: ;; cannam@124: pw32*) cannam@124: # pw32 DLLs use 'pw' prefix rather than 'lib' cannam@124: library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' cannam@124: ;; cannam@124: esac cannam@124: dynamic_linker='Win32 ld.exe' cannam@124: ;; cannam@124: cannam@124: *,cl*) cannam@124: # Native MSVC cannam@124: libname_spec='$name' cannam@124: soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' cannam@124: library_names_spec='${libname}.dll.lib' cannam@124: cannam@124: case $build_os in cannam@124: mingw*) cannam@124: sys_lib_search_path_spec= cannam@124: lt_save_ifs=$IFS cannam@124: IFS=';' cannam@124: for lt_path in $LIB cannam@124: do cannam@124: IFS=$lt_save_ifs cannam@124: # Let DOS variable expansion print the short 8.3 style file name. cannam@124: lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` cannam@124: sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" cannam@124: done cannam@124: IFS=$lt_save_ifs cannam@124: # Convert to MSYS style. cannam@124: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` cannam@124: ;; cannam@124: cygwin*) cannam@124: # Convert to unix form, then to dos form, then back to unix form cannam@124: # but this time dos style (no spaces!) so that the unix form looks cannam@124: # like /cygdrive/c/PROGRA~1:/cygdr... cannam@124: sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` cannam@124: sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` cannam@124: sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` cannam@124: ;; cannam@124: *) cannam@124: sys_lib_search_path_spec="$LIB" cannam@124: if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then cannam@124: # It is most probably a Windows format PATH. cannam@124: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` cannam@124: else cannam@124: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` cannam@124: fi cannam@124: # FIXME: find the short name or the path components, as spaces are cannam@124: # common. (e.g. "Program Files" -> "PROGRA~1") cannam@124: ;; cannam@124: esac cannam@124: cannam@124: # DLL is installed to $(libdir)/../bin by postinstall_cmds cannam@124: postinstall_cmds='base_file=`basename \${file}`~ cannam@124: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ cannam@124: dldir=$destdir/`dirname \$dlpath`~ cannam@124: test -d \$dldir || mkdir -p \$dldir~ cannam@124: $install_prog $dir/$dlname \$dldir/$dlname' cannam@124: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ cannam@124: dlpath=$dir/\$dldll~ cannam@124: $RM \$dlpath' cannam@124: shlibpath_overrides_runpath=yes cannam@124: dynamic_linker='Win32 link.exe' cannam@124: ;; cannam@124: cannam@124: *) cannam@124: # Assume MSVC wrapper cannam@124: library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' cannam@124: dynamic_linker='Win32 ld.exe' cannam@124: ;; cannam@124: esac cannam@124: # FIXME: first we should search . and the directory the executable is in cannam@124: shlibpath_var=PATH cannam@124: ;; cannam@124: cannam@124: darwin* | rhapsody*) cannam@124: dynamic_linker="$host_os dyld" cannam@124: version_type=darwin cannam@124: need_lib_prefix=no cannam@124: need_version=no cannam@124: library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext' cannam@124: soname_spec='${libname}${release}${major}$shared_ext' cannam@124: shlibpath_overrides_runpath=yes cannam@124: shlibpath_var=DYLD_LIBRARY_PATH cannam@124: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' cannam@124: cannam@124: sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' cannam@124: ;; cannam@124: cannam@124: dgux*) cannam@124: version_type=linux cannam@124: need_lib_prefix=no cannam@124: need_version=no cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' cannam@124: soname_spec='${libname}${release}${shared_ext}$major' cannam@124: shlibpath_var=LD_LIBRARY_PATH cannam@124: ;; cannam@124: cannam@124: freebsd1*) cannam@124: dynamic_linker=no cannam@124: ;; cannam@124: cannam@124: freebsd* | dragonfly*) cannam@124: # DragonFly does not have aout. When/if they implement a new cannam@124: # versioning mechanism, adjust this. cannam@124: if test -x /usr/bin/objformat; then cannam@124: objformat=`/usr/bin/objformat` cannam@124: else cannam@124: case $host_os in cannam@124: freebsd[123]*) objformat=aout ;; cannam@124: *) objformat=elf ;; cannam@124: esac cannam@124: fi cannam@124: version_type=freebsd-$objformat cannam@124: case $version_type in cannam@124: freebsd-elf*) cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' cannam@124: need_version=no cannam@124: need_lib_prefix=no cannam@124: ;; cannam@124: freebsd-*) cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' cannam@124: need_version=yes cannam@124: ;; cannam@124: esac cannam@124: shlibpath_var=LD_LIBRARY_PATH cannam@124: case $host_os in cannam@124: freebsd2*) cannam@124: shlibpath_overrides_runpath=yes cannam@124: ;; cannam@124: freebsd3.[01]* | freebsdelf3.[01]*) cannam@124: shlibpath_overrides_runpath=yes cannam@124: hardcode_into_libs=yes cannam@124: ;; cannam@124: freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ cannam@124: freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) cannam@124: shlibpath_overrides_runpath=no cannam@124: hardcode_into_libs=yes cannam@124: ;; cannam@124: *) # from 4.6 on, and DragonFly cannam@124: shlibpath_overrides_runpath=yes cannam@124: hardcode_into_libs=yes cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: cannam@124: gnu*) cannam@124: version_type=linux cannam@124: need_lib_prefix=no cannam@124: need_version=no cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' cannam@124: soname_spec='${libname}${release}${shared_ext}$major' cannam@124: shlibpath_var=LD_LIBRARY_PATH cannam@124: shlibpath_overrides_runpath=no cannam@124: hardcode_into_libs=yes cannam@124: ;; cannam@124: cannam@124: haiku*) cannam@124: version_type=linux cannam@124: need_lib_prefix=no cannam@124: need_version=no cannam@124: dynamic_linker="$host_os runtime_loader" cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' cannam@124: soname_spec='${libname}${release}${shared_ext}$major' cannam@124: shlibpath_var=LIBRARY_PATH cannam@124: shlibpath_overrides_runpath=yes cannam@124: sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' cannam@124: hardcode_into_libs=yes cannam@124: ;; cannam@124: cannam@124: hpux9* | hpux10* | hpux11*) cannam@124: # Give a soname corresponding to the major version so that dld.sl refuses to cannam@124: # link against other versions. cannam@124: version_type=sunos cannam@124: need_lib_prefix=no cannam@124: need_version=no cannam@124: case $host_cpu in cannam@124: ia64*) cannam@124: shrext_cmds='.so' cannam@124: hardcode_into_libs=yes cannam@124: dynamic_linker="$host_os dld.so" cannam@124: shlibpath_var=LD_LIBRARY_PATH cannam@124: shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' cannam@124: soname_spec='${libname}${release}${shared_ext}$major' cannam@124: if test "X$HPUX_IA64_MODE" = X32; then cannam@124: sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" cannam@124: else cannam@124: sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" cannam@124: fi cannam@124: sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec cannam@124: ;; cannam@124: hppa*64*) cannam@124: shrext_cmds='.sl' cannam@124: hardcode_into_libs=yes cannam@124: dynamic_linker="$host_os dld.sl" cannam@124: shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH cannam@124: shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' cannam@124: soname_spec='${libname}${release}${shared_ext}$major' cannam@124: sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" cannam@124: sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec cannam@124: ;; cannam@124: *) cannam@124: shrext_cmds='.sl' cannam@124: dynamic_linker="$host_os dld.sl" cannam@124: shlibpath_var=SHLIB_PATH cannam@124: shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' cannam@124: soname_spec='${libname}${release}${shared_ext}$major' cannam@124: ;; cannam@124: esac cannam@124: # HP-UX runs *really* slowly unless shared libraries are mode 555, ... cannam@124: postinstall_cmds='chmod 555 $lib' cannam@124: # or fails outright, so override atomically: cannam@124: install_override_mode=555 cannam@124: ;; cannam@124: cannam@124: interix[3-9]*) cannam@124: version_type=linux cannam@124: need_lib_prefix=no cannam@124: need_version=no cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' cannam@124: soname_spec='${libname}${release}${shared_ext}$major' cannam@124: dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' cannam@124: shlibpath_var=LD_LIBRARY_PATH cannam@124: shlibpath_overrides_runpath=no cannam@124: hardcode_into_libs=yes cannam@124: ;; cannam@124: cannam@124: irix5* | irix6* | nonstopux*) cannam@124: case $host_os in cannam@124: nonstopux*) version_type=nonstopux ;; cannam@124: *) cannam@124: if test "$lt_cv_prog_gnu_ld" = yes; then cannam@124: version_type=linux cannam@124: else cannam@124: version_type=irix cannam@124: fi ;; cannam@124: esac cannam@124: need_lib_prefix=no cannam@124: need_version=no cannam@124: soname_spec='${libname}${release}${shared_ext}$major' cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' cannam@124: case $host_os in cannam@124: irix5* | nonstopux*) cannam@124: libsuff= shlibsuff= cannam@124: ;; cannam@124: *) cannam@124: case $LD in # libtool.m4 will add one of these switches to LD cannam@124: *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") cannam@124: libsuff= shlibsuff= libmagic=32-bit;; cannam@124: *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") cannam@124: libsuff=32 shlibsuff=N32 libmagic=N32;; cannam@124: *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") cannam@124: libsuff=64 shlibsuff=64 libmagic=64-bit;; cannam@124: *) libsuff= shlibsuff= libmagic=never-match;; cannam@124: esac cannam@124: ;; cannam@124: esac cannam@124: shlibpath_var=LD_LIBRARY${shlibsuff}_PATH cannam@124: shlibpath_overrides_runpath=no cannam@124: sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" cannam@124: sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" cannam@124: hardcode_into_libs=yes cannam@124: ;; cannam@124: cannam@124: # No shared lib support for Linux oldld, aout, or coff. cannam@124: linux*oldld* | linux*aout* | linux*coff*) cannam@124: dynamic_linker=no cannam@124: ;; cannam@124: cannam@124: # This must be Linux ELF. cannam@124: linux* | k*bsd*-gnu | kopensolaris*-gnu) cannam@124: version_type=linux cannam@124: need_lib_prefix=no cannam@124: need_version=no cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' cannam@124: soname_spec='${libname}${release}${shared_ext}$major' cannam@124: finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' cannam@124: shlibpath_var=LD_LIBRARY_PATH cannam@124: shlibpath_overrides_runpath=no cannam@124: cannam@124: # Some binutils ld are patched to set DT_RUNPATH cannam@124: if ${lt_cv_shlibpath_overrides_runpath+:} false; then : cannam@124: $as_echo_n "(cached) " >&6 cannam@124: else cannam@124: lt_cv_shlibpath_overrides_runpath=no cannam@124: save_LDFLAGS=$LDFLAGS cannam@124: save_libdir=$libdir cannam@124: eval "libdir=/foo; wl=\"$lt_prog_compiler_wl_CXX\"; \ cannam@124: LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec_CXX\"" cannam@124: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@124: /* end confdefs.h. */ cannam@124: cannam@124: int cannam@124: main () cannam@124: { cannam@124: cannam@124: ; cannam@124: return 0; cannam@124: } cannam@124: _ACEOF cannam@124: if ac_fn_cxx_try_link "$LINENO"; then : cannam@124: if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then : cannam@124: lt_cv_shlibpath_overrides_runpath=yes cannam@124: fi cannam@124: fi cannam@124: rm -f core conftest.err conftest.$ac_objext \ cannam@124: conftest$ac_exeext conftest.$ac_ext cannam@124: LDFLAGS=$save_LDFLAGS cannam@124: libdir=$save_libdir cannam@124: cannam@124: fi cannam@124: cannam@124: shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath cannam@124: cannam@124: # This implies no fast_install, which is unacceptable. cannam@124: # Some rework will be needed to allow for fast_install cannam@124: # before this can be enabled. cannam@124: hardcode_into_libs=yes cannam@124: cannam@124: # Append ld.so.conf contents to the search path cannam@124: if test -f /etc/ld.so.conf; then cannam@124: 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' ' '` cannam@124: sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" cannam@124: fi cannam@124: cannam@124: # We used to test for /lib/ld.so.1 and disable shared libraries on cannam@124: # powerpc, because MkLinux only supported shared libraries with the cannam@124: # GNU dynamic linker. Since this was broken with cross compilers, cannam@124: # most powerpc-linux boxes support dynamic linking these days and cannam@124: # people can always --disable-shared, the test was removed, and we cannam@124: # assume the GNU/Linux dynamic linker is in use. cannam@124: dynamic_linker='GNU/Linux ld.so' cannam@124: ;; cannam@124: cannam@124: netbsdelf*-gnu) cannam@124: version_type=linux cannam@124: need_lib_prefix=no cannam@124: need_version=no cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' cannam@124: soname_spec='${libname}${release}${shared_ext}$major' cannam@124: shlibpath_var=LD_LIBRARY_PATH cannam@124: shlibpath_overrides_runpath=no cannam@124: hardcode_into_libs=yes cannam@124: dynamic_linker='NetBSD ld.elf_so' cannam@124: ;; cannam@124: cannam@124: netbsd*) cannam@124: version_type=sunos cannam@124: need_lib_prefix=no cannam@124: need_version=no cannam@124: if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' cannam@124: finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' cannam@124: dynamic_linker='NetBSD (a.out) ld.so' cannam@124: else cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' cannam@124: soname_spec='${libname}${release}${shared_ext}$major' cannam@124: dynamic_linker='NetBSD ld.elf_so' cannam@124: fi cannam@124: shlibpath_var=LD_LIBRARY_PATH cannam@124: shlibpath_overrides_runpath=yes cannam@124: hardcode_into_libs=yes cannam@124: ;; cannam@124: cannam@124: newsos6) cannam@124: version_type=linux cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' cannam@124: shlibpath_var=LD_LIBRARY_PATH cannam@124: shlibpath_overrides_runpath=yes cannam@124: ;; cannam@124: cannam@124: *nto* | *qnx*) cannam@124: version_type=qnx cannam@124: need_lib_prefix=no cannam@124: need_version=no cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' cannam@124: soname_spec='${libname}${release}${shared_ext}$major' cannam@124: shlibpath_var=LD_LIBRARY_PATH cannam@124: shlibpath_overrides_runpath=no cannam@124: hardcode_into_libs=yes cannam@124: dynamic_linker='ldqnx.so' cannam@124: ;; cannam@124: cannam@124: openbsd*) cannam@124: version_type=sunos cannam@124: sys_lib_dlsearch_path_spec="/usr/lib" cannam@124: need_lib_prefix=no cannam@124: # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. cannam@124: case $host_os in cannam@124: openbsd3.3 | openbsd3.3.*) need_version=yes ;; cannam@124: *) need_version=no ;; cannam@124: esac cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' cannam@124: finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' cannam@124: shlibpath_var=LD_LIBRARY_PATH cannam@124: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then cannam@124: case $host_os in cannam@124: openbsd2.[89] | openbsd2.[89].*) cannam@124: shlibpath_overrides_runpath=no cannam@124: ;; cannam@124: *) cannam@124: shlibpath_overrides_runpath=yes cannam@124: ;; cannam@124: esac cannam@124: else cannam@124: shlibpath_overrides_runpath=yes cannam@124: fi cannam@124: ;; cannam@124: cannam@124: os2*) cannam@124: libname_spec='$name' cannam@124: shrext_cmds=".dll" cannam@124: need_lib_prefix=no cannam@124: library_names_spec='$libname${shared_ext} $libname.a' cannam@124: dynamic_linker='OS/2 ld.exe' cannam@124: shlibpath_var=LIBPATH cannam@124: ;; cannam@124: cannam@124: osf3* | osf4* | osf5*) cannam@124: version_type=osf cannam@124: need_lib_prefix=no cannam@124: need_version=no cannam@124: soname_spec='${libname}${release}${shared_ext}$major' cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' cannam@124: shlibpath_var=LD_LIBRARY_PATH cannam@124: sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" cannam@124: sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" cannam@124: ;; cannam@124: cannam@124: rdos*) cannam@124: dynamic_linker=no cannam@124: ;; cannam@124: cannam@124: solaris*) cannam@124: version_type=linux cannam@124: need_lib_prefix=no cannam@124: need_version=no cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' cannam@124: soname_spec='${libname}${release}${shared_ext}$major' cannam@124: shlibpath_var=LD_LIBRARY_PATH cannam@124: shlibpath_overrides_runpath=yes cannam@124: hardcode_into_libs=yes cannam@124: # ldd complains unless libraries are executable cannam@124: postinstall_cmds='chmod +x $lib' cannam@124: ;; cannam@124: cannam@124: sunos4*) cannam@124: version_type=sunos cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' cannam@124: finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' cannam@124: shlibpath_var=LD_LIBRARY_PATH cannam@124: shlibpath_overrides_runpath=yes cannam@124: if test "$with_gnu_ld" = yes; then cannam@124: need_lib_prefix=no cannam@124: fi cannam@124: need_version=yes cannam@124: ;; cannam@124: cannam@124: sysv4 | sysv4.3*) cannam@124: version_type=linux cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' cannam@124: soname_spec='${libname}${release}${shared_ext}$major' cannam@124: shlibpath_var=LD_LIBRARY_PATH cannam@124: case $host_vendor in cannam@124: sni) cannam@124: shlibpath_overrides_runpath=no cannam@124: need_lib_prefix=no cannam@124: runpath_var=LD_RUN_PATH cannam@124: ;; cannam@124: siemens) cannam@124: need_lib_prefix=no cannam@124: ;; cannam@124: motorola) cannam@124: need_lib_prefix=no cannam@124: need_version=no cannam@124: shlibpath_overrides_runpath=no cannam@124: sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' cannam@124: ;; cannam@124: esac cannam@124: ;; cannam@124: cannam@124: sysv4*MP*) cannam@124: if test -d /usr/nec ;then cannam@124: version_type=linux cannam@124: library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' cannam@124: soname_spec='$libname${shared_ext}.$major' cannam@124: shlibpath_var=LD_LIBRARY_PATH cannam@124: fi cannam@124: ;; cannam@124: cannam@124: sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) cannam@124: version_type=freebsd-elf cannam@124: need_lib_prefix=no cannam@124: need_version=no cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' cannam@124: soname_spec='${libname}${release}${shared_ext}$major' cannam@124: shlibpath_var=LD_LIBRARY_PATH cannam@124: shlibpath_overrides_runpath=yes cannam@124: hardcode_into_libs=yes cannam@124: if test "$with_gnu_ld" = yes; then cannam@124: sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' cannam@124: else cannam@124: sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' cannam@124: case $host_os in cannam@124: sco3.2v5*) cannam@124: sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" cannam@124: ;; cannam@124: esac cannam@124: fi cannam@124: sys_lib_dlsearch_path_spec='/usr/lib' cannam@124: ;; cannam@124: cannam@124: tpf*) cannam@124: # TPF is a cross-target only. Preferred cross-host = GNU/Linux. cannam@124: version_type=linux cannam@124: need_lib_prefix=no cannam@124: need_version=no cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' cannam@124: shlibpath_var=LD_LIBRARY_PATH cannam@124: shlibpath_overrides_runpath=no cannam@124: hardcode_into_libs=yes cannam@124: ;; cannam@124: cannam@124: uts4*) cannam@124: version_type=linux cannam@124: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' cannam@124: soname_spec='${libname}${release}${shared_ext}$major' cannam@124: shlibpath_var=LD_LIBRARY_PATH cannam@124: ;; cannam@124: cannam@124: *) cannam@124: dynamic_linker=no cannam@124: ;; cannam@124: esac cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5 cannam@124: $as_echo "$dynamic_linker" >&6; } cannam@124: test "$dynamic_linker" = no && can_build_shared=no cannam@124: cannam@124: variables_saved_for_relink="PATH $shlibpath_var $runpath_var" cannam@124: if test "$GCC" = yes; then cannam@124: variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" cannam@124: fi cannam@124: cannam@124: if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then cannam@124: sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" cannam@124: fi cannam@124: if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then cannam@124: sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" cannam@124: fi cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5 cannam@124: $as_echo_n "checking how to hardcode library paths into programs... " >&6; } cannam@124: hardcode_action_CXX= cannam@124: if test -n "$hardcode_libdir_flag_spec_CXX" || cannam@124: test -n "$runpath_var_CXX" || cannam@124: test "X$hardcode_automatic_CXX" = "Xyes" ; then cannam@124: cannam@124: # We can hardcode non-existent directories. cannam@124: if test "$hardcode_direct_CXX" != no && cannam@124: # If the only mechanism to avoid hardcoding is shlibpath_var, we cannam@124: # have to relink, otherwise we might link with an installed library cannam@124: # when we should be linking with a yet-to-be-installed one cannam@124: ## test "$_LT_TAGVAR(hardcode_shlibpath_var, CXX)" != no && cannam@124: test "$hardcode_minus_L_CXX" != no; then cannam@124: # Linking always hardcodes the temporary library directory. cannam@124: hardcode_action_CXX=relink cannam@124: else cannam@124: # We can link without hardcoding, and we can hardcode nonexisting dirs. cannam@124: hardcode_action_CXX=immediate cannam@124: fi cannam@124: else cannam@124: # We cannot hardcode anything, or else we can only hardcode existing cannam@124: # directories. cannam@124: hardcode_action_CXX=unsupported cannam@124: fi cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action_CXX" >&5 cannam@124: $as_echo "$hardcode_action_CXX" >&6; } cannam@124: cannam@124: if test "$hardcode_action_CXX" = relink || cannam@124: test "$inherit_rpath_CXX" = yes; then cannam@124: # Fast installation is not supported cannam@124: enable_fast_install=no cannam@124: elif test "$shlibpath_overrides_runpath" = yes || cannam@124: test "$enable_shared" = no; then cannam@124: # Fast installation is not necessary cannam@124: enable_fast_install=needless cannam@124: fi cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: fi # test -n "$compiler" cannam@124: cannam@124: CC=$lt_save_CC cannam@124: CFLAGS=$lt_save_CFLAGS cannam@124: LDCXX=$LD cannam@124: LD=$lt_save_LD cannam@124: GCC=$lt_save_GCC cannam@124: with_gnu_ld=$lt_save_with_gnu_ld cannam@124: lt_cv_path_LDCXX=$lt_cv_path_LD cannam@124: lt_cv_path_LD=$lt_save_path_LD cannam@124: lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld cannam@124: lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld cannam@124: fi # test "$_lt_caught_CXX_error" != yes cannam@124: cannam@124: ac_ext=c cannam@124: ac_cpp='$CPP $CPPFLAGS' cannam@124: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' cannam@124: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' cannam@124: ac_compiler_gnu=$ac_cv_c_compiler_gnu cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: ac_config_commands="$ac_config_commands libtool" cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: # Only expand once: cannam@124: cannam@124: cannam@124: cannam@124: # Transfer these variables to the Makefile cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: ac_config_files="$ac_config_files Makefile lib/Makefile include/Makefile bin/Makefile doc/Makefile portaudiocpp.pc" cannam@124: cannam@124: cat >confcache <<\_ACEOF cannam@124: # This file is a shell script that caches the results of configure cannam@124: # tests run on this system so they can be shared between configure cannam@124: # scripts and configure runs, see configure's option --config-cache. cannam@124: # It is not useful on other systems. If it contains results you don't cannam@124: # want to keep, you may remove or edit it. cannam@124: # cannam@124: # config.status only pays attention to the cache file if you give it cannam@124: # the --recheck option to rerun configure. cannam@124: # cannam@124: # `ac_cv_env_foo' variables (set or unset) will be overridden when cannam@124: # loading this file, other *unset* `ac_cv_foo' will be assigned the cannam@124: # following values. cannam@124: cannam@124: _ACEOF cannam@124: cannam@124: # The following way of writing the cache mishandles newlines in values, cannam@124: # but we know of no workaround that is simple, portable, and efficient. cannam@124: # So, we kill variables containing newlines. cannam@124: # Ultrix sh set writes to stderr and can't be redirected directly, cannam@124: # and sets the high bit in the cache file unless we assign to the vars. cannam@124: ( cannam@124: for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do cannam@124: eval ac_val=\$$ac_var cannam@124: case $ac_val in #( cannam@124: *${as_nl}*) cannam@124: case $ac_var in #( cannam@124: *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 cannam@124: $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; cannam@124: esac cannam@124: case $ac_var in #( cannam@124: _ | IFS | as_nl) ;; #( cannam@124: BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( cannam@124: *) { eval $ac_var=; unset $ac_var;} ;; cannam@124: esac ;; cannam@124: esac cannam@124: done cannam@124: cannam@124: (set) 2>&1 | cannam@124: case $as_nl`(ac_space=' '; set) 2>&1` in #( cannam@124: *${as_nl}ac_space=\ *) cannam@124: # `set' does not quote correctly, so add quotes: double-quote cannam@124: # substitution turns \\\\ into \\, and sed turns \\ into \. cannam@124: sed -n \ cannam@124: "s/'/'\\\\''/g; cannam@124: s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" cannam@124: ;; #( cannam@124: *) cannam@124: # `set' quotes correctly as required by POSIX, so do not add quotes. cannam@124: sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" cannam@124: ;; cannam@124: esac | cannam@124: sort cannam@124: ) | cannam@124: sed ' cannam@124: /^ac_cv_env_/b end cannam@124: t clear cannam@124: :clear cannam@124: s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ cannam@124: t end cannam@124: s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ cannam@124: :end' >>confcache cannam@124: if diff "$cache_file" confcache >/dev/null 2>&1; then :; else cannam@124: if test -w "$cache_file"; then cannam@124: if test "x$cache_file" != "x/dev/null"; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 cannam@124: $as_echo "$as_me: updating cache $cache_file" >&6;} cannam@124: if test ! -f "$cache_file" || test -h "$cache_file"; then cannam@124: cat confcache >"$cache_file" cannam@124: else cannam@124: case $cache_file in #( cannam@124: */* | ?:*) cannam@124: mv -f confcache "$cache_file"$$ && cannam@124: mv -f "$cache_file"$$ "$cache_file" ;; #( cannam@124: *) cannam@124: mv -f confcache "$cache_file" ;; cannam@124: esac cannam@124: fi cannam@124: fi cannam@124: else cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 cannam@124: $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} cannam@124: fi cannam@124: fi cannam@124: rm -f confcache cannam@124: cannam@124: test "x$prefix" = xNONE && prefix=$ac_default_prefix cannam@124: # Let make expand exec_prefix. cannam@124: test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' cannam@124: cannam@124: # Transform confdefs.h into DEFS. cannam@124: # Protect against shell expansion while executing Makefile rules. cannam@124: # Protect against Makefile macro expansion. cannam@124: # cannam@124: # If the first sed substitution is executed (which looks for macros that cannam@124: # take arguments), then branch to the quote section. Otherwise, cannam@124: # look for a macro that doesn't take arguments. cannam@124: ac_script=' cannam@124: :mline cannam@124: /\\$/{ cannam@124: N cannam@124: s,\\\n,, cannam@124: b mline cannam@124: } cannam@124: t clear cannam@124: :clear cannam@124: s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g cannam@124: t quote cannam@124: s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g cannam@124: t quote cannam@124: b any cannam@124: :quote cannam@124: s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g cannam@124: s/\[/\\&/g cannam@124: s/\]/\\&/g cannam@124: s/\$/$$/g cannam@124: H cannam@124: :any cannam@124: ${ cannam@124: g cannam@124: s/^\n// cannam@124: s/\n/ /g cannam@124: p cannam@124: } cannam@124: ' cannam@124: DEFS=`sed -n "$ac_script" confdefs.h` cannam@124: cannam@124: cannam@124: ac_libobjs= cannam@124: ac_ltlibobjs= cannam@124: U= cannam@124: for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue cannam@124: # 1. Remove the extension, and $U if already installed. cannam@124: ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' cannam@124: ac_i=`$as_echo "$ac_i" | sed "$ac_script"` cannam@124: # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR cannam@124: # will be set to the directory where LIBOBJS objects are built. cannam@124: as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" cannam@124: as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' cannam@124: done cannam@124: LIBOBJS=$ac_libobjs cannam@124: cannam@124: LTLIBOBJS=$ac_ltlibobjs cannam@124: cannam@124: cannam@124: if test -n "$EXEEXT"; then cannam@124: am__EXEEXT_TRUE= cannam@124: am__EXEEXT_FALSE='#' cannam@124: else cannam@124: am__EXEEXT_TRUE='#' cannam@124: am__EXEEXT_FALSE= cannam@124: fi cannam@124: cannam@124: if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then cannam@124: as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined. cannam@124: Usually this means the macro was only invoked conditionally." "$LINENO" 5 cannam@124: fi cannam@124: if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then cannam@124: as_fn_error $? "conditional \"AMDEP\" was never defined. cannam@124: Usually this means the macro was only invoked conditionally." "$LINENO" 5 cannam@124: fi cannam@124: if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then cannam@124: as_fn_error $? "conditional \"am__fastdepCC\" was never defined. cannam@124: Usually this means the macro was only invoked conditionally." "$LINENO" 5 cannam@124: fi cannam@124: if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then cannam@124: as_fn_error $? "conditional \"am__fastdepCXX\" was never defined. cannam@124: Usually this means the macro was only invoked conditionally." "$LINENO" 5 cannam@124: fi cannam@124: cannam@124: : "${CONFIG_STATUS=./config.status}" cannam@124: ac_write_fail=0 cannam@124: ac_clean_files_save=$ac_clean_files cannam@124: ac_clean_files="$ac_clean_files $CONFIG_STATUS" cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 cannam@124: $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} cannam@124: as_write_fail=0 cannam@124: cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 cannam@124: #! $SHELL cannam@124: # Generated by $as_me. cannam@124: # Run this file to recreate the current configuration. cannam@124: # Compiler output produced by configure, useful for debugging cannam@124: # configure, is in config.log if it exists. cannam@124: cannam@124: debug=false cannam@124: ac_cs_recheck=false cannam@124: ac_cs_silent=false cannam@124: cannam@124: SHELL=\${CONFIG_SHELL-$SHELL} cannam@124: export SHELL cannam@124: _ASEOF cannam@124: cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 cannam@124: ## -------------------- ## cannam@124: ## M4sh Initialization. ## cannam@124: ## -------------------- ## cannam@124: cannam@124: # Be more Bourne compatible cannam@124: DUALCASE=1; export DUALCASE # for MKS sh cannam@124: if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : cannam@124: emulate sh cannam@124: NULLCMD=: cannam@124: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which cannam@124: # is contrary to our usage. Disable this feature. cannam@124: alias -g '${1+"$@"}'='"$@"' cannam@124: setopt NO_GLOB_SUBST cannam@124: else cannam@124: case `(set -o) 2>/dev/null` in #( cannam@124: *posix*) : cannam@124: set -o posix ;; #( cannam@124: *) : cannam@124: ;; cannam@124: esac cannam@124: fi cannam@124: cannam@124: cannam@124: as_nl=' cannam@124: ' cannam@124: export as_nl cannam@124: # Printing a long string crashes Solaris 7 /usr/bin/printf. cannam@124: as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' cannam@124: as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo cannam@124: as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo cannam@124: # Prefer a ksh shell builtin over an external printf program on Solaris, cannam@124: # but without wasting forks for bash or zsh. cannam@124: if test -z "$BASH_VERSION$ZSH_VERSION" \ cannam@124: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then cannam@124: as_echo='print -r --' cannam@124: as_echo_n='print -rn --' cannam@124: elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then cannam@124: as_echo='printf %s\n' cannam@124: as_echo_n='printf %s' cannam@124: else cannam@124: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then cannam@124: as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' cannam@124: as_echo_n='/usr/ucb/echo -n' cannam@124: else cannam@124: as_echo_body='eval expr "X$1" : "X\\(.*\\)"' cannam@124: as_echo_n_body='eval cannam@124: arg=$1; cannam@124: case $arg in #( cannam@124: *"$as_nl"*) cannam@124: expr "X$arg" : "X\\(.*\\)$as_nl"; cannam@124: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; cannam@124: esac; cannam@124: expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" cannam@124: ' cannam@124: export as_echo_n_body cannam@124: as_echo_n='sh -c $as_echo_n_body as_echo' cannam@124: fi cannam@124: export as_echo_body cannam@124: as_echo='sh -c $as_echo_body as_echo' cannam@124: fi cannam@124: cannam@124: # The user is always right. cannam@124: if test "${PATH_SEPARATOR+set}" != set; then cannam@124: PATH_SEPARATOR=: cannam@124: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { cannam@124: (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || cannam@124: PATH_SEPARATOR=';' cannam@124: } cannam@124: fi cannam@124: cannam@124: cannam@124: # IFS cannam@124: # We need space, tab and new line, in precisely that order. Quoting is cannam@124: # there to prevent editors from complaining about space-tab. cannam@124: # (If _AS_PATH_WALK were called with IFS unset, it would disable word cannam@124: # splitting by setting IFS to empty value.) cannam@124: IFS=" "" $as_nl" cannam@124: cannam@124: # Find who we are. Look in the path if we contain no directory separator. cannam@124: as_myself= cannam@124: case $0 in #(( cannam@124: *[\\/]* ) as_myself=$0 ;; cannam@124: *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@124: for as_dir in $PATH cannam@124: do cannam@124: IFS=$as_save_IFS cannam@124: test -z "$as_dir" && as_dir=. cannam@124: test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break cannam@124: done cannam@124: IFS=$as_save_IFS cannam@124: cannam@124: ;; cannam@124: esac cannam@124: # We did not find ourselves, most probably we were run as `sh COMMAND' cannam@124: # in which case we are not to be found in the path. cannam@124: if test "x$as_myself" = x; then cannam@124: as_myself=$0 cannam@124: fi cannam@124: if test ! -f "$as_myself"; then cannam@124: $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 cannam@124: exit 1 cannam@124: fi cannam@124: cannam@124: # Unset variables that we do not need and which cause bugs (e.g. in cannam@124: # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" cannam@124: # suppresses any "Segmentation fault" message there. '((' could cannam@124: # trigger a bug in pdksh 5.2.14. cannam@124: for as_var in BASH_ENV ENV MAIL MAILPATH cannam@124: do eval test x\${$as_var+set} = xset \ cannam@124: && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : cannam@124: done cannam@124: PS1='$ ' cannam@124: PS2='> ' cannam@124: PS4='+ ' cannam@124: cannam@124: # NLS nuisances. cannam@124: LC_ALL=C cannam@124: export LC_ALL cannam@124: LANGUAGE=C cannam@124: export LANGUAGE cannam@124: cannam@124: # CDPATH. cannam@124: (unset CDPATH) >/dev/null 2>&1 && unset CDPATH cannam@124: cannam@124: cannam@124: # as_fn_error STATUS ERROR [LINENO LOG_FD] cannam@124: # ---------------------------------------- cannam@124: # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are cannam@124: # provided, also output the error to LOG_FD, referencing LINENO. Then exit the cannam@124: # script with STATUS, using 1 if that was 0. cannam@124: as_fn_error () cannam@124: { cannam@124: as_status=$1; test $as_status -eq 0 && as_status=1 cannam@124: if test "$4"; then cannam@124: as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack cannam@124: $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 cannam@124: fi cannam@124: $as_echo "$as_me: error: $2" >&2 cannam@124: as_fn_exit $as_status cannam@124: } # as_fn_error cannam@124: cannam@124: cannam@124: # as_fn_set_status STATUS cannam@124: # ----------------------- cannam@124: # Set $? to STATUS, without forking. cannam@124: as_fn_set_status () cannam@124: { cannam@124: return $1 cannam@124: } # as_fn_set_status cannam@124: cannam@124: # as_fn_exit STATUS cannam@124: # ----------------- cannam@124: # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. cannam@124: as_fn_exit () cannam@124: { cannam@124: set +e cannam@124: as_fn_set_status $1 cannam@124: exit $1 cannam@124: } # as_fn_exit cannam@124: cannam@124: # as_fn_unset VAR cannam@124: # --------------- cannam@124: # Portably unset VAR. cannam@124: as_fn_unset () cannam@124: { cannam@124: { eval $1=; unset $1;} cannam@124: } cannam@124: as_unset=as_fn_unset cannam@124: # as_fn_append VAR VALUE cannam@124: # ---------------------- cannam@124: # Append the text in VALUE to the end of the definition contained in VAR. Take cannam@124: # advantage of any shell optimizations that allow amortized linear growth over cannam@124: # repeated appends, instead of the typical quadratic growth present in naive cannam@124: # implementations. cannam@124: if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : cannam@124: eval 'as_fn_append () cannam@124: { cannam@124: eval $1+=\$2 cannam@124: }' cannam@124: else cannam@124: as_fn_append () cannam@124: { cannam@124: eval $1=\$$1\$2 cannam@124: } cannam@124: fi # as_fn_append cannam@124: cannam@124: # as_fn_arith ARG... cannam@124: # ------------------ cannam@124: # Perform arithmetic evaluation on the ARGs, and store the result in the cannam@124: # global $as_val. Take advantage of shells that can avoid forks. The arguments cannam@124: # must be portable across $(()) and expr. cannam@124: if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : cannam@124: eval 'as_fn_arith () cannam@124: { cannam@124: as_val=$(( $* )) cannam@124: }' cannam@124: else cannam@124: as_fn_arith () cannam@124: { cannam@124: as_val=`expr "$@" || test $? -eq 1` cannam@124: } cannam@124: fi # as_fn_arith cannam@124: cannam@124: cannam@124: if expr a : '\(a\)' >/dev/null 2>&1 && cannam@124: test "X`expr 00001 : '.*\(...\)'`" = X001; then cannam@124: as_expr=expr cannam@124: else cannam@124: as_expr=false cannam@124: fi cannam@124: cannam@124: if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then cannam@124: as_basename=basename cannam@124: else cannam@124: as_basename=false cannam@124: fi cannam@124: cannam@124: if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then cannam@124: as_dirname=dirname cannam@124: else cannam@124: as_dirname=false cannam@124: fi cannam@124: cannam@124: as_me=`$as_basename -- "$0" || cannam@124: $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ cannam@124: X"$0" : 'X\(//\)$' \| \ cannam@124: X"$0" : 'X\(/\)' \| . 2>/dev/null || cannam@124: $as_echo X/"$0" | cannam@124: sed '/^.*\/\([^/][^/]*\)\/*$/{ cannam@124: s//\1/ cannam@124: q cannam@124: } cannam@124: /^X\/\(\/\/\)$/{ cannam@124: s//\1/ cannam@124: q cannam@124: } cannam@124: /^X\/\(\/\).*/{ cannam@124: s//\1/ cannam@124: q cannam@124: } cannam@124: s/.*/./; q'` cannam@124: cannam@124: # Avoid depending upon Character Ranges. cannam@124: as_cr_letters='abcdefghijklmnopqrstuvwxyz' cannam@124: as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' cannam@124: as_cr_Letters=$as_cr_letters$as_cr_LETTERS cannam@124: as_cr_digits='0123456789' cannam@124: as_cr_alnum=$as_cr_Letters$as_cr_digits cannam@124: cannam@124: ECHO_C= ECHO_N= ECHO_T= cannam@124: case `echo -n x` in #((((( cannam@124: -n*) cannam@124: case `echo 'xy\c'` in cannam@124: *c*) ECHO_T=' ';; # ECHO_T is single tab character. cannam@124: xy) ECHO_C='\c';; cannam@124: *) echo `echo ksh88 bug on AIX 6.1` > /dev/null cannam@124: ECHO_T=' ';; cannam@124: esac;; cannam@124: *) cannam@124: ECHO_N='-n';; cannam@124: esac cannam@124: cannam@124: rm -f conf$$ conf$$.exe conf$$.file cannam@124: if test -d conf$$.dir; then cannam@124: rm -f conf$$.dir/conf$$.file cannam@124: else cannam@124: rm -f conf$$.dir cannam@124: mkdir conf$$.dir 2>/dev/null cannam@124: fi cannam@124: if (echo >conf$$.file) 2>/dev/null; then cannam@124: if ln -s conf$$.file conf$$ 2>/dev/null; then cannam@124: as_ln_s='ln -s' cannam@124: # ... but there are two gotchas: cannam@124: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. cannam@124: # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. cannam@124: # In both cases, we have to default to `cp -p'. cannam@124: ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || cannam@124: as_ln_s='cp -p' cannam@124: elif ln conf$$.file conf$$ 2>/dev/null; then cannam@124: as_ln_s=ln cannam@124: else cannam@124: as_ln_s='cp -p' cannam@124: fi cannam@124: else cannam@124: as_ln_s='cp -p' cannam@124: fi cannam@124: rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file cannam@124: rmdir conf$$.dir 2>/dev/null cannam@124: cannam@124: cannam@124: # as_fn_mkdir_p cannam@124: # ------------- cannam@124: # Create "$as_dir" as a directory, including parents if necessary. cannam@124: as_fn_mkdir_p () cannam@124: { cannam@124: cannam@124: case $as_dir in #( cannam@124: -*) as_dir=./$as_dir;; cannam@124: esac cannam@124: test -d "$as_dir" || eval $as_mkdir_p || { cannam@124: as_dirs= cannam@124: while :; do cannam@124: case $as_dir in #( cannam@124: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( cannam@124: *) as_qdir=$as_dir;; cannam@124: esac cannam@124: as_dirs="'$as_qdir' $as_dirs" cannam@124: as_dir=`$as_dirname -- "$as_dir" || cannam@124: $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ cannam@124: X"$as_dir" : 'X\(//\)[^/]' \| \ cannam@124: X"$as_dir" : 'X\(//\)$' \| \ cannam@124: X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || cannam@124: $as_echo X"$as_dir" | cannam@124: sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ cannam@124: s//\1/ cannam@124: q cannam@124: } cannam@124: /^X\(\/\/\)[^/].*/{ cannam@124: s//\1/ cannam@124: q cannam@124: } cannam@124: /^X\(\/\/\)$/{ cannam@124: s//\1/ cannam@124: q cannam@124: } cannam@124: /^X\(\/\).*/{ cannam@124: s//\1/ cannam@124: q cannam@124: } cannam@124: s/.*/./; q'` cannam@124: test -d "$as_dir" && break cannam@124: done cannam@124: test -z "$as_dirs" || eval "mkdir $as_dirs" cannam@124: } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" cannam@124: cannam@124: cannam@124: } # as_fn_mkdir_p cannam@124: if mkdir -p . 2>/dev/null; then cannam@124: as_mkdir_p='mkdir -p "$as_dir"' cannam@124: else cannam@124: test -d ./-p && rmdir ./-p cannam@124: as_mkdir_p=false cannam@124: fi cannam@124: cannam@124: if test -x / >/dev/null 2>&1; then cannam@124: as_test_x='test -x' cannam@124: else cannam@124: if ls -dL / >/dev/null 2>&1; then cannam@124: as_ls_L_option=L cannam@124: else cannam@124: as_ls_L_option= cannam@124: fi cannam@124: as_test_x=' cannam@124: eval sh -c '\'' cannam@124: if test -d "$1"; then cannam@124: test -d "$1/."; cannam@124: else cannam@124: case $1 in #( cannam@124: -*)set "./$1";; cannam@124: esac; cannam@124: case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( cannam@124: ???[sx]*):;;*)false;;esac;fi cannam@124: '\'' sh cannam@124: ' cannam@124: fi cannam@124: as_executable_p=$as_test_x cannam@124: cannam@124: # Sed expression to map a string onto a valid CPP name. cannam@124: as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" cannam@124: cannam@124: # Sed expression to map a string onto a valid variable name. cannam@124: as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" cannam@124: cannam@124: cannam@124: exec 6>&1 cannam@124: ## ----------------------------------- ## cannam@124: ## Main body of $CONFIG_STATUS script. ## cannam@124: ## ----------------------------------- ## cannam@124: _ASEOF cannam@124: test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 cannam@124: cannam@124: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 cannam@124: # Save the log message, to keep $0 and so on meaningful, and to cannam@124: # report actual input values of CONFIG_FILES etc. instead of their cannam@124: # values after options handling. cannam@124: ac_log=" cannam@124: This file was extended by PortAudioCpp $as_me 12, which was cannam@124: generated by GNU Autoconf 2.68. Invocation command line was cannam@124: cannam@124: CONFIG_FILES = $CONFIG_FILES cannam@124: CONFIG_HEADERS = $CONFIG_HEADERS cannam@124: CONFIG_LINKS = $CONFIG_LINKS cannam@124: CONFIG_COMMANDS = $CONFIG_COMMANDS cannam@124: $ $0 $@ cannam@124: cannam@124: on `(hostname || uname -n) 2>/dev/null | sed 1q` cannam@124: " cannam@124: cannam@124: _ACEOF cannam@124: cannam@124: case $ac_config_files in *" cannam@124: "*) set x $ac_config_files; shift; ac_config_files=$*;; cannam@124: esac cannam@124: cannam@124: cannam@124: cannam@124: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cannam@124: # Files that config.status was made for. cannam@124: config_files="$ac_config_files" cannam@124: config_commands="$ac_config_commands" cannam@124: cannam@124: _ACEOF cannam@124: cannam@124: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 cannam@124: ac_cs_usage="\ cannam@124: \`$as_me' instantiates files and other configuration actions cannam@124: from templates according to the current configuration. Unless the files cannam@124: and actions are specified as TAGs, all are instantiated by default. cannam@124: cannam@124: Usage: $0 [OPTION]... [TAG]... cannam@124: cannam@124: -h, --help print this help, then exit cannam@124: -V, --version print version number and configuration settings, then exit cannam@124: --config print configuration, then exit cannam@124: -q, --quiet, --silent cannam@124: do not print progress messages cannam@124: -d, --debug don't remove temporary files cannam@124: --recheck update $as_me by reconfiguring in the same conditions cannam@124: --file=FILE[:TEMPLATE] cannam@124: instantiate the configuration file FILE cannam@124: cannam@124: Configuration files: cannam@124: $config_files cannam@124: cannam@124: Configuration commands: cannam@124: $config_commands cannam@124: cannam@124: Report bugs to the package provider." cannam@124: cannam@124: _ACEOF cannam@124: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cannam@124: ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" cannam@124: ac_cs_version="\\ cannam@124: PortAudioCpp config.status 12 cannam@124: configured by $0, generated by GNU Autoconf 2.68, cannam@124: with options \\"\$ac_cs_config\\" cannam@124: cannam@124: Copyright (C) 2010 Free Software Foundation, Inc. cannam@124: This config.status script is free software; the Free Software Foundation cannam@124: gives unlimited permission to copy, distribute and modify it." cannam@124: cannam@124: ac_pwd='$ac_pwd' cannam@124: srcdir='$srcdir' cannam@124: INSTALL='$INSTALL' cannam@124: MKDIR_P='$MKDIR_P' cannam@124: AWK='$AWK' cannam@124: test -n "\$AWK" || AWK=awk cannam@124: _ACEOF cannam@124: cannam@124: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 cannam@124: # The default lists apply if the user does not specify any file. cannam@124: ac_need_defaults=: cannam@124: while test $# != 0 cannam@124: do cannam@124: case $1 in cannam@124: --*=?*) cannam@124: ac_option=`expr "X$1" : 'X\([^=]*\)='` cannam@124: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` cannam@124: ac_shift=: cannam@124: ;; cannam@124: --*=) cannam@124: ac_option=`expr "X$1" : 'X\([^=]*\)='` cannam@124: ac_optarg= cannam@124: ac_shift=: cannam@124: ;; cannam@124: *) cannam@124: ac_option=$1 cannam@124: ac_optarg=$2 cannam@124: ac_shift=shift cannam@124: ;; cannam@124: esac cannam@124: cannam@124: case $ac_option in cannam@124: # Handling of the options. cannam@124: -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) cannam@124: ac_cs_recheck=: ;; cannam@124: --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) cannam@124: $as_echo "$ac_cs_version"; exit ;; cannam@124: --config | --confi | --conf | --con | --co | --c ) cannam@124: $as_echo "$ac_cs_config"; exit ;; cannam@124: --debug | --debu | --deb | --de | --d | -d ) cannam@124: debug=: ;; cannam@124: --file | --fil | --fi | --f ) cannam@124: $ac_shift cannam@124: case $ac_optarg in cannam@124: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; cannam@124: '') as_fn_error $? "missing file argument" ;; cannam@124: esac cannam@124: as_fn_append CONFIG_FILES " '$ac_optarg'" cannam@124: ac_need_defaults=false;; cannam@124: --he | --h | --help | --hel | -h ) cannam@124: $as_echo "$ac_cs_usage"; exit ;; cannam@124: -q | -quiet | --quiet | --quie | --qui | --qu | --q \ cannam@124: | -silent | --silent | --silen | --sile | --sil | --si | --s) cannam@124: ac_cs_silent=: ;; cannam@124: cannam@124: # This is an error. cannam@124: -*) as_fn_error $? "unrecognized option: \`$1' cannam@124: Try \`$0 --help' for more information." ;; cannam@124: cannam@124: *) as_fn_append ac_config_targets " $1" cannam@124: ac_need_defaults=false ;; cannam@124: cannam@124: esac cannam@124: shift cannam@124: done cannam@124: cannam@124: ac_configure_extra_args= cannam@124: cannam@124: if $ac_cs_silent; then cannam@124: exec 6>/dev/null cannam@124: ac_configure_extra_args="$ac_configure_extra_args --silent" cannam@124: fi cannam@124: cannam@124: _ACEOF cannam@124: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cannam@124: if \$ac_cs_recheck; then cannam@124: set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion cannam@124: shift cannam@124: \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 cannam@124: CONFIG_SHELL='$SHELL' cannam@124: export CONFIG_SHELL cannam@124: exec "\$@" cannam@124: fi cannam@124: cannam@124: _ACEOF cannam@124: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 cannam@124: exec 5>>config.log cannam@124: { cannam@124: echo cannam@124: sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX cannam@124: ## Running $as_me. ## cannam@124: _ASBOX cannam@124: $as_echo "$ac_log" cannam@124: } >&5 cannam@124: cannam@124: _ACEOF cannam@124: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cannam@124: # cannam@124: # INIT-COMMANDS cannam@124: # cannam@124: AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" cannam@124: cannam@124: cannam@124: # The HP-UX ksh and POSIX shell print the target directory to stdout cannam@124: # if CDPATH is set. cannam@124: (unset CDPATH) >/dev/null 2>&1 && unset CDPATH cannam@124: cannam@124: sed_quote_subst='$sed_quote_subst' cannam@124: double_quote_subst='$double_quote_subst' cannam@124: delay_variable_subst='$delay_variable_subst' cannam@124: AS='`$ECHO "$AS" | $SED "$delay_single_quote_subst"`' cannam@124: DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`' cannam@124: OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`' cannam@124: macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`' cannam@124: macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`' cannam@124: enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' cannam@124: enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' cannam@124: pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' cannam@124: enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' cannam@124: SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' cannam@124: ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' cannam@124: host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' cannam@124: host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' cannam@124: host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' cannam@124: build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`' cannam@124: build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`' cannam@124: build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`' cannam@124: SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`' cannam@124: Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`' cannam@124: GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`' cannam@124: EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`' cannam@124: FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`' cannam@124: LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`' cannam@124: NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`' cannam@124: LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`' cannam@124: max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`' cannam@124: ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`' cannam@124: exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' cannam@124: lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' cannam@124: lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' cannam@124: lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' cannam@124: lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`' cannam@124: lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`' cannam@124: reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`' cannam@124: reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`' cannam@124: deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`' cannam@124: file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`' cannam@124: file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`' cannam@124: want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`' cannam@124: sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`' cannam@124: AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' cannam@124: AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' cannam@124: archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`' cannam@124: STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' cannam@124: RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' cannam@124: old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' cannam@124: old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`' cannam@124: old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`' cannam@124: lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`' cannam@124: CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`' cannam@124: CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`' cannam@124: compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' cannam@124: GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' cannam@124: lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' cannam@124: lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' cannam@124: lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' cannam@124: 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"`' cannam@124: nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`' cannam@124: lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`' cannam@124: objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`' cannam@124: MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`' cannam@124: lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`' cannam@124: lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`' cannam@124: lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`' cannam@124: lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`' cannam@124: lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`' cannam@124: need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`' cannam@124: MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`' cannam@124: DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' cannam@124: NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' cannam@124: LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' cannam@124: OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`' cannam@124: OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`' cannam@124: libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`' cannam@124: shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`' cannam@124: extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`' cannam@124: archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`' cannam@124: enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`' cannam@124: export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`' cannam@124: whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`' cannam@124: compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`' cannam@124: old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`' cannam@124: old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`' cannam@124: archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`' cannam@124: archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`' cannam@124: module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`' cannam@124: module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`' cannam@124: with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`' cannam@124: allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' cannam@124: no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' cannam@124: hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' cannam@124: hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`' cannam@124: hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' cannam@124: hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' cannam@124: hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' cannam@124: hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`' cannam@124: hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`' cannam@124: hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' cannam@124: inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' cannam@124: link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' cannam@124: always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`' cannam@124: export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`' cannam@124: exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`' cannam@124: include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`' cannam@124: prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`' cannam@124: postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`' cannam@124: file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' cannam@124: variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' cannam@124: need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' cannam@124: need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`' cannam@124: version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`' cannam@124: runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`' cannam@124: shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`' cannam@124: shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`' cannam@124: libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`' cannam@124: library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`' cannam@124: soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`' cannam@124: install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`' cannam@124: postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`' cannam@124: postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`' cannam@124: finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`' cannam@124: finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`' cannam@124: hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`' cannam@124: sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`' cannam@124: sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`' cannam@124: hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`' cannam@124: enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`' cannam@124: enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`' cannam@124: enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`' cannam@124: old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`' cannam@124: striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`' cannam@124: compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`' cannam@124: predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`' cannam@124: postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`' cannam@124: predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`' cannam@124: postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`' cannam@124: compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`' cannam@124: LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`' cannam@124: reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`' cannam@124: reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`' cannam@124: old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`' cannam@124: compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`' cannam@124: GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`' cannam@124: lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`' cannam@124: lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`' cannam@124: lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`' cannam@124: lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`' cannam@124: lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`' cannam@124: archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`' cannam@124: enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`' cannam@124: export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`' cannam@124: whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`' cannam@124: compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`' cannam@124: old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`' cannam@124: old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`' cannam@124: archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`' cannam@124: archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`' cannam@124: module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`' cannam@124: module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`' cannam@124: with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`' cannam@124: allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`' cannam@124: no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`' cannam@124: hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`' cannam@124: hardcode_libdir_flag_spec_ld_CXX='`$ECHO "$hardcode_libdir_flag_spec_ld_CXX" | $SED "$delay_single_quote_subst"`' cannam@124: hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`' cannam@124: hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`' cannam@124: hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`' cannam@124: hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`' cannam@124: hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`' cannam@124: hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`' cannam@124: inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`' cannam@124: link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`' cannam@124: always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`' cannam@124: export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`' cannam@124: exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`' cannam@124: include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`' cannam@124: prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`' cannam@124: postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`' cannam@124: file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`' cannam@124: hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`' cannam@124: compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`' cannam@124: predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`' cannam@124: postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`' cannam@124: predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`' cannam@124: postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`' cannam@124: compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`' cannam@124: cannam@124: LTCC='$LTCC' cannam@124: LTCFLAGS='$LTCFLAGS' cannam@124: compiler='$compiler_DEFAULT' cannam@124: cannam@124: # A function that is used when there is no print builtin or printf. cannam@124: func_fallback_echo () cannam@124: { cannam@124: eval 'cat <<_LTECHO_EOF cannam@124: \$1 cannam@124: _LTECHO_EOF' cannam@124: } cannam@124: cannam@124: # Quote evaled strings. cannam@124: for var in AS \ cannam@124: DLLTOOL \ cannam@124: OBJDUMP \ cannam@124: SHELL \ cannam@124: ECHO \ cannam@124: SED \ cannam@124: GREP \ cannam@124: EGREP \ cannam@124: FGREP \ cannam@124: LD \ cannam@124: NM \ cannam@124: LN_S \ cannam@124: lt_SP2NL \ cannam@124: lt_NL2SP \ cannam@124: reload_flag \ cannam@124: deplibs_check_method \ cannam@124: file_magic_cmd \ cannam@124: file_magic_glob \ cannam@124: want_nocaseglob \ cannam@124: sharedlib_from_linklib_cmd \ cannam@124: AR \ cannam@124: AR_FLAGS \ cannam@124: archiver_list_spec \ cannam@124: STRIP \ cannam@124: RANLIB \ cannam@124: CC \ cannam@124: CFLAGS \ cannam@124: compiler \ cannam@124: lt_cv_sys_global_symbol_pipe \ cannam@124: lt_cv_sys_global_symbol_to_cdecl \ cannam@124: lt_cv_sys_global_symbol_to_c_name_address \ cannam@124: lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ cannam@124: nm_file_list_spec \ cannam@124: lt_prog_compiler_no_builtin_flag \ cannam@124: lt_prog_compiler_pic \ cannam@124: lt_prog_compiler_wl \ cannam@124: lt_prog_compiler_static \ cannam@124: lt_cv_prog_compiler_c_o \ cannam@124: need_locks \ cannam@124: MANIFEST_TOOL \ cannam@124: DSYMUTIL \ cannam@124: NMEDIT \ cannam@124: LIPO \ cannam@124: OTOOL \ cannam@124: OTOOL64 \ cannam@124: shrext_cmds \ cannam@124: export_dynamic_flag_spec \ cannam@124: whole_archive_flag_spec \ cannam@124: compiler_needs_object \ cannam@124: with_gnu_ld \ cannam@124: allow_undefined_flag \ cannam@124: no_undefined_flag \ cannam@124: hardcode_libdir_flag_spec \ cannam@124: hardcode_libdir_flag_spec_ld \ cannam@124: hardcode_libdir_separator \ cannam@124: exclude_expsyms \ cannam@124: include_expsyms \ cannam@124: file_list_spec \ cannam@124: variables_saved_for_relink \ cannam@124: libname_spec \ cannam@124: library_names_spec \ cannam@124: soname_spec \ cannam@124: install_override_mode \ cannam@124: finish_eval \ cannam@124: old_striplib \ cannam@124: striplib \ cannam@124: compiler_lib_search_dirs \ cannam@124: predep_objects \ cannam@124: postdep_objects \ cannam@124: predeps \ cannam@124: postdeps \ cannam@124: compiler_lib_search_path \ cannam@124: LD_CXX \ cannam@124: reload_flag_CXX \ cannam@124: compiler_CXX \ cannam@124: lt_prog_compiler_no_builtin_flag_CXX \ cannam@124: lt_prog_compiler_pic_CXX \ cannam@124: lt_prog_compiler_wl_CXX \ cannam@124: lt_prog_compiler_static_CXX \ cannam@124: lt_cv_prog_compiler_c_o_CXX \ cannam@124: export_dynamic_flag_spec_CXX \ cannam@124: whole_archive_flag_spec_CXX \ cannam@124: compiler_needs_object_CXX \ cannam@124: with_gnu_ld_CXX \ cannam@124: allow_undefined_flag_CXX \ cannam@124: no_undefined_flag_CXX \ cannam@124: hardcode_libdir_flag_spec_CXX \ cannam@124: hardcode_libdir_flag_spec_ld_CXX \ cannam@124: hardcode_libdir_separator_CXX \ cannam@124: exclude_expsyms_CXX \ cannam@124: include_expsyms_CXX \ cannam@124: file_list_spec_CXX \ cannam@124: compiler_lib_search_dirs_CXX \ cannam@124: predep_objects_CXX \ cannam@124: postdep_objects_CXX \ cannam@124: predeps_CXX \ cannam@124: postdeps_CXX \ cannam@124: compiler_lib_search_path_CXX; do cannam@124: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in cannam@124: *[\\\\\\\`\\"\\\$]*) cannam@124: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" cannam@124: ;; cannam@124: *) cannam@124: eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" cannam@124: ;; cannam@124: esac cannam@124: done cannam@124: cannam@124: # Double-quote double-evaled strings. cannam@124: for var in reload_cmds \ cannam@124: old_postinstall_cmds \ cannam@124: old_postuninstall_cmds \ cannam@124: old_archive_cmds \ cannam@124: extract_expsyms_cmds \ cannam@124: old_archive_from_new_cmds \ cannam@124: old_archive_from_expsyms_cmds \ cannam@124: archive_cmds \ cannam@124: archive_expsym_cmds \ cannam@124: module_cmds \ cannam@124: module_expsym_cmds \ cannam@124: export_symbols_cmds \ cannam@124: prelink_cmds \ cannam@124: postlink_cmds \ cannam@124: postinstall_cmds \ cannam@124: postuninstall_cmds \ cannam@124: finish_cmds \ cannam@124: sys_lib_search_path_spec \ cannam@124: sys_lib_dlsearch_path_spec \ cannam@124: reload_cmds_CXX \ cannam@124: old_archive_cmds_CXX \ cannam@124: old_archive_from_new_cmds_CXX \ cannam@124: old_archive_from_expsyms_cmds_CXX \ cannam@124: archive_cmds_CXX \ cannam@124: archive_expsym_cmds_CXX \ cannam@124: module_cmds_CXX \ cannam@124: module_expsym_cmds_CXX \ cannam@124: export_symbols_cmds_CXX \ cannam@124: prelink_cmds_CXX \ cannam@124: postlink_cmds_CXX; do cannam@124: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in cannam@124: *[\\\\\\\`\\"\\\$]*) cannam@124: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" cannam@124: ;; cannam@124: *) cannam@124: eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" cannam@124: ;; cannam@124: esac cannam@124: done cannam@124: cannam@124: ac_aux_dir='$ac_aux_dir' cannam@124: xsi_shell='$xsi_shell' cannam@124: lt_shell_append='$lt_shell_append' cannam@124: cannam@124: # See if we are running on zsh, and set the options which allow our cannam@124: # commands through without removal of \ escapes INIT. cannam@124: if test -n "\${ZSH_VERSION+set}" ; then cannam@124: setopt NO_GLOB_SUBST cannam@124: fi cannam@124: cannam@124: cannam@124: PACKAGE='$PACKAGE' cannam@124: VERSION='$VERSION' cannam@124: TIMESTAMP='$TIMESTAMP' cannam@124: RM='$RM' cannam@124: ofile='$ofile' cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: cannam@124: _ACEOF cannam@124: cannam@124: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 cannam@124: cannam@124: # Handling of arguments. cannam@124: for ac_config_target in $ac_config_targets cannam@124: do cannam@124: case $ac_config_target in cannam@124: "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; cannam@124: "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; cannam@124: "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; cannam@124: "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;; cannam@124: "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;; cannam@124: "bin/Makefile") CONFIG_FILES="$CONFIG_FILES bin/Makefile" ;; cannam@124: "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; cannam@124: "portaudiocpp.pc") CONFIG_FILES="$CONFIG_FILES portaudiocpp.pc" ;; cannam@124: cannam@124: *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; cannam@124: esac cannam@124: done cannam@124: cannam@124: cannam@124: # If the user did not use the arguments to specify the items to instantiate, cannam@124: # then the envvar interface is used. Set only those that are not. cannam@124: # We use the long form for the default assignment because of an extremely cannam@124: # bizarre bug on SunOS 4.1.3. cannam@124: if $ac_need_defaults; then cannam@124: test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files cannam@124: test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands cannam@124: fi cannam@124: cannam@124: # Have a temporary directory for convenience. Make it in the build tree cannam@124: # simply because there is no reason against having it here, and in addition, cannam@124: # creating and moving files from /tmp can sometimes cause problems. cannam@124: # Hook for its removal unless debugging. cannam@124: # Note that there is a small window in which the directory will not be cleaned: cannam@124: # after its creation but before its name has been assigned to `$tmp'. cannam@124: $debug || cannam@124: { cannam@124: tmp= ac_tmp= cannam@124: trap 'exit_status=$? cannam@124: : "${ac_tmp:=$tmp}" cannam@124: { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status cannam@124: ' 0 cannam@124: trap 'as_fn_exit 1' 1 2 13 15 cannam@124: } cannam@124: # Create a (secure) tmp directory for tmp files. cannam@124: cannam@124: { cannam@124: tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && cannam@124: test -d "$tmp" cannam@124: } || cannam@124: { cannam@124: tmp=./conf$$-$RANDOM cannam@124: (umask 077 && mkdir "$tmp") cannam@124: } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 cannam@124: ac_tmp=$tmp cannam@124: cannam@124: # Set up the scripts for CONFIG_FILES section. cannam@124: # No need to generate them if there are no CONFIG_FILES. cannam@124: # This happens for instance with `./config.status config.h'. cannam@124: if test -n "$CONFIG_FILES"; then cannam@124: cannam@124: cannam@124: ac_cr=`echo X | tr X '\015'` cannam@124: # On cygwin, bash can eat \r inside `` if the user requested igncr. cannam@124: # But we know of no other shell where ac_cr would be empty at this cannam@124: # point, so we can use a bashism as a fallback. cannam@124: if test "x$ac_cr" = x; then cannam@124: eval ac_cr=\$\'\\r\' cannam@124: fi cannam@124: ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` cannam@124: if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then cannam@124: ac_cs_awk_cr='\\r' cannam@124: else cannam@124: ac_cs_awk_cr=$ac_cr cannam@124: fi cannam@124: cannam@124: echo 'BEGIN {' >"$ac_tmp/subs1.awk" && cannam@124: _ACEOF cannam@124: cannam@124: cannam@124: { cannam@124: echo "cat >conf$$subs.awk <<_ACEOF" && cannam@124: echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && cannam@124: echo "_ACEOF" cannam@124: } >conf$$subs.sh || cannam@124: as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 cannam@124: ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` cannam@124: ac_delim='%!_!# ' cannam@124: for ac_last_try in false false false false false :; do cannam@124: . ./conf$$subs.sh || cannam@124: as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 cannam@124: cannam@124: ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` cannam@124: if test $ac_delim_n = $ac_delim_num; then cannam@124: break cannam@124: elif $ac_last_try; then cannam@124: as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 cannam@124: else cannam@124: ac_delim="$ac_delim!$ac_delim _$ac_delim!! " cannam@124: fi cannam@124: done cannam@124: rm -f conf$$subs.sh cannam@124: cannam@124: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cannam@124: cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && cannam@124: _ACEOF cannam@124: sed -n ' cannam@124: h cannam@124: s/^/S["/; s/!.*/"]=/ cannam@124: p cannam@124: g cannam@124: s/^[^!]*!// cannam@124: :repl cannam@124: t repl cannam@124: s/'"$ac_delim"'$// cannam@124: t delim cannam@124: :nl cannam@124: h cannam@124: s/\(.\{148\}\)..*/\1/ cannam@124: t more1 cannam@124: s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ cannam@124: p cannam@124: n cannam@124: b repl cannam@124: :more1 cannam@124: s/["\\]/\\&/g; s/^/"/; s/$/"\\/ cannam@124: p cannam@124: g cannam@124: s/.\{148\}// cannam@124: t nl cannam@124: :delim cannam@124: h cannam@124: s/\(.\{148\}\)..*/\1/ cannam@124: t more2 cannam@124: s/["\\]/\\&/g; s/^/"/; s/$/"/ cannam@124: p cannam@124: b cannam@124: :more2 cannam@124: s/["\\]/\\&/g; s/^/"/; s/$/"\\/ cannam@124: p cannam@124: g cannam@124: s/.\{148\}// cannam@124: t delim cannam@124: ' >$CONFIG_STATUS || ac_write_fail=1 cannam@124: rm -f conf$$subs.awk cannam@124: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cannam@124: _ACAWK cannam@124: cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && cannam@124: for (key in S) S_is_set[key] = 1 cannam@124: FS = "" cannam@124: cannam@124: } cannam@124: { cannam@124: line = $ 0 cannam@124: nfields = split(line, field, "@") cannam@124: substed = 0 cannam@124: len = length(field[1]) cannam@124: for (i = 2; i < nfields; i++) { cannam@124: key = field[i] cannam@124: keylen = length(key) cannam@124: if (S_is_set[key]) { cannam@124: value = S[key] cannam@124: line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) cannam@124: len += length(value) + length(field[++i]) cannam@124: substed = 1 cannam@124: } else cannam@124: len += 1 + keylen cannam@124: } cannam@124: cannam@124: print line cannam@124: } cannam@124: cannam@124: _ACAWK cannam@124: _ACEOF cannam@124: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 cannam@124: if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then cannam@124: sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" cannam@124: else cannam@124: cat cannam@124: fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ cannam@124: || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 cannam@124: _ACEOF cannam@124: cannam@124: # VPATH may cause trouble with some makes, so we remove sole $(srcdir), cannam@124: # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and cannam@124: # trailing colons and then remove the whole line if VPATH becomes empty cannam@124: # (actually we leave an empty line to preserve line numbers). cannam@124: if test "x$srcdir" = x.; then cannam@124: ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ cannam@124: h cannam@124: s/// cannam@124: s/^/:/ cannam@124: s/[ ]*$/:/ cannam@124: s/:\$(srcdir):/:/g cannam@124: s/:\${srcdir}:/:/g cannam@124: s/:@srcdir@:/:/g cannam@124: s/^:*// cannam@124: s/:*$// cannam@124: x cannam@124: s/\(=[ ]*\).*/\1/ cannam@124: G cannam@124: s/\n// cannam@124: s/^[^=]*=[ ]*$// cannam@124: }' cannam@124: fi cannam@124: cannam@124: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 cannam@124: fi # test -n "$CONFIG_FILES" cannam@124: cannam@124: cannam@124: eval set X " :F $CONFIG_FILES :C $CONFIG_COMMANDS" cannam@124: shift cannam@124: for ac_tag cannam@124: do cannam@124: case $ac_tag in cannam@124: :[FHLC]) ac_mode=$ac_tag; continue;; cannam@124: esac cannam@124: case $ac_mode$ac_tag in cannam@124: :[FHL]*:*);; cannam@124: :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; cannam@124: :[FH]-) ac_tag=-:-;; cannam@124: :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; cannam@124: esac cannam@124: ac_save_IFS=$IFS cannam@124: IFS=: cannam@124: set x $ac_tag cannam@124: IFS=$ac_save_IFS cannam@124: shift cannam@124: ac_file=$1 cannam@124: shift cannam@124: cannam@124: case $ac_mode in cannam@124: :L) ac_source=$1;; cannam@124: :[FH]) cannam@124: ac_file_inputs= cannam@124: for ac_f cannam@124: do cannam@124: case $ac_f in cannam@124: -) ac_f="$ac_tmp/stdin";; cannam@124: *) # Look for the file first in the build tree, then in the source tree cannam@124: # (if the path is not absolute). The absolute path cannot be DOS-style, cannam@124: # because $ac_f cannot contain `:'. cannam@124: test -f "$ac_f" || cannam@124: case $ac_f in cannam@124: [\\/$]*) false;; cannam@124: *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; cannam@124: esac || cannam@124: as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; cannam@124: esac cannam@124: case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac cannam@124: as_fn_append ac_file_inputs " '$ac_f'" cannam@124: done cannam@124: cannam@124: # Let's still pretend it is `configure' which instantiates (i.e., don't cannam@124: # use $as_me), people would be surprised to read: cannam@124: # /* config.h. Generated by config.status. */ cannam@124: configure_input='Generated from '` cannam@124: $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' cannam@124: `' by configure.' cannam@124: if test x"$ac_file" != x-; then cannam@124: configure_input="$ac_file. $configure_input" cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 cannam@124: $as_echo "$as_me: creating $ac_file" >&6;} cannam@124: fi cannam@124: # Neutralize special characters interpreted by sed in replacement strings. cannam@124: case $configure_input in #( cannam@124: *\&* | *\|* | *\\* ) cannam@124: ac_sed_conf_input=`$as_echo "$configure_input" | cannam@124: sed 's/[\\\\&|]/\\\\&/g'`;; #( cannam@124: *) ac_sed_conf_input=$configure_input;; cannam@124: esac cannam@124: cannam@124: case $ac_tag in cannam@124: *:-:* | *:-) cat >"$ac_tmp/stdin" \ cannam@124: || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; cannam@124: esac cannam@124: ;; cannam@124: esac cannam@124: cannam@124: ac_dir=`$as_dirname -- "$ac_file" || cannam@124: $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ cannam@124: X"$ac_file" : 'X\(//\)[^/]' \| \ cannam@124: X"$ac_file" : 'X\(//\)$' \| \ cannam@124: X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || cannam@124: $as_echo X"$ac_file" | cannam@124: sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ cannam@124: s//\1/ cannam@124: q cannam@124: } cannam@124: /^X\(\/\/\)[^/].*/{ cannam@124: s//\1/ cannam@124: q cannam@124: } cannam@124: /^X\(\/\/\)$/{ cannam@124: s//\1/ cannam@124: q cannam@124: } cannam@124: /^X\(\/\).*/{ cannam@124: s//\1/ cannam@124: q cannam@124: } cannam@124: s/.*/./; q'` cannam@124: as_dir="$ac_dir"; as_fn_mkdir_p cannam@124: ac_builddir=. cannam@124: cannam@124: case "$ac_dir" in cannam@124: .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; cannam@124: *) cannam@124: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` cannam@124: # A ".." for each directory in $ac_dir_suffix. cannam@124: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` cannam@124: case $ac_top_builddir_sub in cannam@124: "") ac_top_builddir_sub=. ac_top_build_prefix= ;; cannam@124: *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; cannam@124: esac ;; cannam@124: esac cannam@124: ac_abs_top_builddir=$ac_pwd cannam@124: ac_abs_builddir=$ac_pwd$ac_dir_suffix cannam@124: # for backward compatibility: cannam@124: ac_top_builddir=$ac_top_build_prefix cannam@124: cannam@124: case $srcdir in cannam@124: .) # We are building in place. cannam@124: ac_srcdir=. cannam@124: ac_top_srcdir=$ac_top_builddir_sub cannam@124: ac_abs_top_srcdir=$ac_pwd ;; cannam@124: [\\/]* | ?:[\\/]* ) # Absolute name. cannam@124: ac_srcdir=$srcdir$ac_dir_suffix; cannam@124: ac_top_srcdir=$srcdir cannam@124: ac_abs_top_srcdir=$srcdir ;; cannam@124: *) # Relative name. cannam@124: ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix cannam@124: ac_top_srcdir=$ac_top_build_prefix$srcdir cannam@124: ac_abs_top_srcdir=$ac_pwd/$srcdir ;; cannam@124: esac cannam@124: ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix cannam@124: cannam@124: cannam@124: case $ac_mode in cannam@124: :F) cannam@124: # cannam@124: # CONFIG_FILE cannam@124: # cannam@124: cannam@124: case $INSTALL in cannam@124: [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; cannam@124: *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; cannam@124: esac cannam@124: ac_MKDIR_P=$MKDIR_P cannam@124: case $MKDIR_P in cannam@124: [\\/$]* | ?:[\\/]* ) ;; cannam@124: */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; cannam@124: esac cannam@124: _ACEOF cannam@124: cannam@124: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 cannam@124: # If the template does not know about datarootdir, expand it. cannam@124: # FIXME: This hack should be removed a few years after 2.60. cannam@124: ac_datarootdir_hack=; ac_datarootdir_seen= cannam@124: ac_sed_dataroot=' cannam@124: /datarootdir/ { cannam@124: p cannam@124: q cannam@124: } cannam@124: /@datadir@/p cannam@124: /@docdir@/p cannam@124: /@infodir@/p cannam@124: /@localedir@/p cannam@124: /@mandir@/p' cannam@124: case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in cannam@124: *datarootdir*) ac_datarootdir_seen=yes;; cannam@124: *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 cannam@124: $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} cannam@124: _ACEOF cannam@124: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cannam@124: ac_datarootdir_hack=' cannam@124: s&@datadir@&$datadir&g cannam@124: s&@docdir@&$docdir&g cannam@124: s&@infodir@&$infodir&g cannam@124: s&@localedir@&$localedir&g cannam@124: s&@mandir@&$mandir&g cannam@124: s&\\\${datarootdir}&$datarootdir&g' ;; cannam@124: esac cannam@124: _ACEOF cannam@124: cannam@124: # Neutralize VPATH when `$srcdir' = `.'. cannam@124: # Shell code in configure.ac might set extrasub. cannam@124: # FIXME: do we really want to maintain this feature? cannam@124: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cannam@124: ac_sed_extra="$ac_vpsub cannam@124: $extrasub cannam@124: _ACEOF cannam@124: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 cannam@124: :t cannam@124: /@[a-zA-Z_][a-zA-Z_0-9]*@/!b cannam@124: s|@configure_input@|$ac_sed_conf_input|;t t cannam@124: s&@top_builddir@&$ac_top_builddir_sub&;t t cannam@124: s&@top_build_prefix@&$ac_top_build_prefix&;t t cannam@124: s&@srcdir@&$ac_srcdir&;t t cannam@124: s&@abs_srcdir@&$ac_abs_srcdir&;t t cannam@124: s&@top_srcdir@&$ac_top_srcdir&;t t cannam@124: s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t cannam@124: s&@builddir@&$ac_builddir&;t t cannam@124: s&@abs_builddir@&$ac_abs_builddir&;t t cannam@124: s&@abs_top_builddir@&$ac_abs_top_builddir&;t t cannam@124: s&@INSTALL@&$ac_INSTALL&;t t cannam@124: s&@MKDIR_P@&$ac_MKDIR_P&;t t cannam@124: $ac_datarootdir_hack cannam@124: " cannam@124: eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ cannam@124: >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 cannam@124: cannam@124: test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && cannam@124: { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && cannam@124: { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ cannam@124: "$ac_tmp/out"`; test -z "$ac_out"; } && cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' cannam@124: which seems to be undefined. Please make sure it is defined" >&5 cannam@124: $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' cannam@124: which seems to be undefined. Please make sure it is defined" >&2;} cannam@124: cannam@124: rm -f "$ac_tmp/stdin" cannam@124: case $ac_file in cannam@124: -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; cannam@124: *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; cannam@124: esac \ cannam@124: || as_fn_error $? "could not create $ac_file" "$LINENO" 5 cannam@124: ;; cannam@124: cannam@124: cannam@124: :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 cannam@124: $as_echo "$as_me: executing $ac_file commands" >&6;} cannam@124: ;; cannam@124: esac cannam@124: cannam@124: cannam@124: case $ac_file$ac_mode in cannam@124: "depfiles":C) test x"$AMDEP_TRUE" != x"" || { cannam@124: # Autoconf 2.62 quotes --file arguments for eval, but not when files cannam@124: # are listed without --file. Let's play safe and only enable the eval cannam@124: # if we detect the quoting. cannam@124: case $CONFIG_FILES in cannam@124: *\'*) eval set x "$CONFIG_FILES" ;; cannam@124: *) set x $CONFIG_FILES ;; cannam@124: esac cannam@124: shift cannam@124: for mf cannam@124: do cannam@124: # Strip MF so we end up with the name of the file. cannam@124: mf=`echo "$mf" | sed -e 's/:.*$//'` cannam@124: # Check whether this is an Automake generated Makefile or not. cannam@124: # We used to match only the files named `Makefile.in', but cannam@124: # some people rename them; so instead we look at the file content. cannam@124: # Grep'ing the first line is not enough: some people post-process cannam@124: # each Makefile.in and add a new line on top of each file to say so. cannam@124: # Grep'ing the whole file is not good either: AIX grep has a line cannam@124: # limit of 2048, but all sed's we know have understand at least 4000. cannam@124: if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then cannam@124: dirpart=`$as_dirname -- "$mf" || cannam@124: $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ cannam@124: X"$mf" : 'X\(//\)[^/]' \| \ cannam@124: X"$mf" : 'X\(//\)$' \| \ cannam@124: X"$mf" : 'X\(/\)' \| . 2>/dev/null || cannam@124: $as_echo X"$mf" | cannam@124: sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ cannam@124: s//\1/ cannam@124: q cannam@124: } cannam@124: /^X\(\/\/\)[^/].*/{ cannam@124: s//\1/ cannam@124: q cannam@124: } cannam@124: /^X\(\/\/\)$/{ cannam@124: s//\1/ cannam@124: q cannam@124: } cannam@124: /^X\(\/\).*/{ cannam@124: s//\1/ cannam@124: q cannam@124: } cannam@124: s/.*/./; q'` cannam@124: else cannam@124: continue cannam@124: fi cannam@124: # Extract the definition of DEPDIR, am__include, and am__quote cannam@124: # from the Makefile without running `make'. cannam@124: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` cannam@124: test -z "$DEPDIR" && continue cannam@124: am__include=`sed -n 's/^am__include = //p' < "$mf"` cannam@124: test -z "am__include" && continue cannam@124: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` cannam@124: # When using ansi2knr, U may be empty or an underscore; expand it cannam@124: U=`sed -n 's/^U = //p' < "$mf"` cannam@124: # Find all dependency output files, they are included files with cannam@124: # $(DEPDIR) in their names. We invoke sed twice because it is the cannam@124: # simplest approach to changing $(DEPDIR) to its actual value in the cannam@124: # expansion. cannam@124: for file in `sed -n " cannam@124: s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ cannam@124: sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do cannam@124: # Make sure the directory exists. cannam@124: test -f "$dirpart/$file" && continue cannam@124: fdir=`$as_dirname -- "$file" || cannam@124: $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ cannam@124: X"$file" : 'X\(//\)[^/]' \| \ cannam@124: X"$file" : 'X\(//\)$' \| \ cannam@124: X"$file" : 'X\(/\)' \| . 2>/dev/null || cannam@124: $as_echo X"$file" | cannam@124: sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ cannam@124: s//\1/ cannam@124: q cannam@124: } cannam@124: /^X\(\/\/\)[^/].*/{ cannam@124: s//\1/ cannam@124: q cannam@124: } cannam@124: /^X\(\/\/\)$/{ cannam@124: s//\1/ cannam@124: q cannam@124: } cannam@124: /^X\(\/\).*/{ cannam@124: s//\1/ cannam@124: q cannam@124: } cannam@124: s/.*/./; q'` cannam@124: as_dir=$dirpart/$fdir; as_fn_mkdir_p cannam@124: # echo "creating $dirpart/$file" cannam@124: echo '# dummy' > "$dirpart/$file" cannam@124: done cannam@124: done cannam@124: } cannam@124: ;; cannam@124: "libtool":C) cannam@124: cannam@124: # See if we are running on zsh, and set the options which allow our cannam@124: # commands through without removal of \ escapes. cannam@124: if test -n "${ZSH_VERSION+set}" ; then cannam@124: setopt NO_GLOB_SUBST cannam@124: fi cannam@124: cannam@124: cfgfile="${ofile}T" cannam@124: trap "$RM \"$cfgfile\"; exit 1" 1 2 15 cannam@124: $RM "$cfgfile" cannam@124: cannam@124: cat <<_LT_EOF >> "$cfgfile" cannam@124: #! $SHELL cannam@124: cannam@124: # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. cannam@124: # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION cannam@124: # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: cannam@124: # NOTE: Changes made to this file will be lost: look at ltmain.sh. cannam@124: # cannam@124: # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, cannam@124: # 2006, 2007, 2008, 2009, 2010 Free Software Foundation, cannam@124: # Inc. cannam@124: # Written by Gordon Matzigkeit, 1996 cannam@124: # cannam@124: # This file is part of GNU Libtool. cannam@124: # cannam@124: # GNU Libtool is free software; you can redistribute it and/or cannam@124: # modify it under the terms of the GNU General Public License as cannam@124: # published by the Free Software Foundation; either version 2 of cannam@124: # the License, or (at your option) any later version. cannam@124: # cannam@124: # As a special exception to the GNU General Public License, cannam@124: # if you distribute this file as part of a program or library that cannam@124: # is built using GNU Libtool, you may include this file under the cannam@124: # same distribution terms that you use for the rest of that program. cannam@124: # cannam@124: # GNU Libtool is distributed in the hope that it will be useful, cannam@124: # but WITHOUT ANY WARRANTY; without even the implied warranty of cannam@124: # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the cannam@124: # GNU General Public License for more details. cannam@124: # cannam@124: # You should have received a copy of the GNU General Public License cannam@124: # along with GNU Libtool; see the file COPYING. If not, a copy cannam@124: # can be downloaded from http://www.gnu.org/licenses/gpl.html, or cannam@124: # obtained by writing to the Free Software Foundation, Inc., cannam@124: # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. cannam@124: cannam@124: cannam@124: # The names of the tagged configurations supported by this script. cannam@124: available_tags="CXX " cannam@124: cannam@124: # ### BEGIN LIBTOOL CONFIG cannam@124: cannam@124: # Assembler program. cannam@124: AS=$lt_AS cannam@124: cannam@124: # DLL creation program. cannam@124: DLLTOOL=$lt_DLLTOOL cannam@124: cannam@124: # Object dumper program. cannam@124: OBJDUMP=$lt_OBJDUMP cannam@124: cannam@124: # Which release of libtool.m4 was used? cannam@124: macro_version=$macro_version cannam@124: macro_revision=$macro_revision cannam@124: cannam@124: # Whether or not to build shared libraries. cannam@124: build_libtool_libs=$enable_shared cannam@124: cannam@124: # Whether or not to build static libraries. cannam@124: build_old_libs=$enable_static cannam@124: cannam@124: # What type of objects to build. cannam@124: pic_mode=$pic_mode cannam@124: cannam@124: # Whether or not to optimize for fast installation. cannam@124: fast_install=$enable_fast_install cannam@124: cannam@124: # Shell to use when invoking shell scripts. cannam@124: SHELL=$lt_SHELL cannam@124: cannam@124: # An echo program that protects backslashes. cannam@124: ECHO=$lt_ECHO cannam@124: cannam@124: # The host system. cannam@124: host_alias=$host_alias cannam@124: host=$host cannam@124: host_os=$host_os cannam@124: cannam@124: # The build system. cannam@124: build_alias=$build_alias cannam@124: build=$build cannam@124: build_os=$build_os cannam@124: cannam@124: # A sed program that does not truncate output. cannam@124: SED=$lt_SED cannam@124: cannam@124: # Sed that helps us avoid accidentally triggering echo(1) options like -n. cannam@124: Xsed="\$SED -e 1s/^X//" cannam@124: cannam@124: # A grep program that handles long lines. cannam@124: GREP=$lt_GREP cannam@124: cannam@124: # An ERE matcher. cannam@124: EGREP=$lt_EGREP cannam@124: cannam@124: # A literal string matcher. cannam@124: FGREP=$lt_FGREP cannam@124: cannam@124: # A BSD- or MS-compatible name lister. cannam@124: NM=$lt_NM cannam@124: cannam@124: # Whether we need soft or hard links. cannam@124: LN_S=$lt_LN_S cannam@124: cannam@124: # What is the maximum length of a command? cannam@124: max_cmd_len=$max_cmd_len cannam@124: cannam@124: # Object file suffix (normally "o"). cannam@124: objext=$ac_objext cannam@124: cannam@124: # Executable file suffix (normally ""). cannam@124: exeext=$exeext cannam@124: cannam@124: # whether the shell understands "unset". cannam@124: lt_unset=$lt_unset cannam@124: cannam@124: # turn spaces into newlines. cannam@124: SP2NL=$lt_lt_SP2NL cannam@124: cannam@124: # turn newlines into spaces. cannam@124: NL2SP=$lt_lt_NL2SP cannam@124: cannam@124: # convert \$build file names to \$host format. cannam@124: to_host_file_cmd=$lt_cv_to_host_file_cmd cannam@124: cannam@124: # convert \$build files to toolchain format. cannam@124: to_tool_file_cmd=$lt_cv_to_tool_file_cmd cannam@124: cannam@124: # Method to check whether dependent libraries are shared objects. cannam@124: deplibs_check_method=$lt_deplibs_check_method cannam@124: cannam@124: # Command to use when deplibs_check_method = "file_magic". cannam@124: file_magic_cmd=$lt_file_magic_cmd cannam@124: cannam@124: # How to find potential files when deplibs_check_method = "file_magic". cannam@124: file_magic_glob=$lt_file_magic_glob cannam@124: cannam@124: # Find potential files using nocaseglob when deplibs_check_method = "file_magic". cannam@124: want_nocaseglob=$lt_want_nocaseglob cannam@124: cannam@124: # Command to associate shared and link libraries. cannam@124: sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd cannam@124: cannam@124: # The archiver. cannam@124: AR=$lt_AR cannam@124: cannam@124: # Flags to create an archive. cannam@124: AR_FLAGS=$lt_AR_FLAGS cannam@124: cannam@124: # How to feed a file listing to the archiver. cannam@124: archiver_list_spec=$lt_archiver_list_spec cannam@124: cannam@124: # A symbol stripping program. cannam@124: STRIP=$lt_STRIP cannam@124: cannam@124: # Commands used to install an old-style archive. cannam@124: RANLIB=$lt_RANLIB cannam@124: old_postinstall_cmds=$lt_old_postinstall_cmds cannam@124: old_postuninstall_cmds=$lt_old_postuninstall_cmds cannam@124: cannam@124: # Whether to use a lock for old archive extraction. cannam@124: lock_old_archive_extraction=$lock_old_archive_extraction cannam@124: cannam@124: # A C compiler. cannam@124: LTCC=$lt_CC cannam@124: cannam@124: # LTCC compiler flags. cannam@124: LTCFLAGS=$lt_CFLAGS cannam@124: cannam@124: # Take the output of nm and produce a listing of raw symbols and C names. cannam@124: global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe cannam@124: cannam@124: # Transform the output of nm in a proper C declaration. cannam@124: global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl cannam@124: cannam@124: # Transform the output of nm in a C name address pair. cannam@124: global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address cannam@124: cannam@124: # Transform the output of nm in a C name address pair when lib prefix is needed. cannam@124: global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix cannam@124: cannam@124: # Specify filename containing input files for \$NM. cannam@124: nm_file_list_spec=$lt_nm_file_list_spec cannam@124: cannam@124: # The root where to search for dependent libraries,and in which our libraries should be installed. cannam@124: lt_sysroot=$lt_sysroot cannam@124: cannam@124: # The name of the directory that contains temporary libtool files. cannam@124: objdir=$objdir cannam@124: cannam@124: # Used to examine libraries when file_magic_cmd begins with "file". cannam@124: MAGIC_CMD=$MAGIC_CMD cannam@124: cannam@124: # Must we lock files when doing compilation? cannam@124: need_locks=$lt_need_locks cannam@124: cannam@124: # Manifest tool. cannam@124: MANIFEST_TOOL=$lt_MANIFEST_TOOL cannam@124: cannam@124: # Tool to manipulate archived DWARF debug symbol files on Mac OS X. cannam@124: DSYMUTIL=$lt_DSYMUTIL cannam@124: cannam@124: # Tool to change global to local symbols on Mac OS X. cannam@124: NMEDIT=$lt_NMEDIT cannam@124: cannam@124: # Tool to manipulate fat objects and archives on Mac OS X. cannam@124: LIPO=$lt_LIPO cannam@124: cannam@124: # ldd/readelf like tool for Mach-O binaries on Mac OS X. cannam@124: OTOOL=$lt_OTOOL cannam@124: cannam@124: # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4. cannam@124: OTOOL64=$lt_OTOOL64 cannam@124: cannam@124: # Old archive suffix (normally "a"). cannam@124: libext=$libext cannam@124: cannam@124: # Shared library suffix (normally ".so"). cannam@124: shrext_cmds=$lt_shrext_cmds cannam@124: cannam@124: # The commands to extract the exported symbol list from a shared archive. cannam@124: extract_expsyms_cmds=$lt_extract_expsyms_cmds cannam@124: cannam@124: # Variables whose values should be saved in libtool wrapper scripts and cannam@124: # restored at link time. cannam@124: variables_saved_for_relink=$lt_variables_saved_for_relink cannam@124: cannam@124: # Do we need the "lib" prefix for modules? cannam@124: need_lib_prefix=$need_lib_prefix cannam@124: cannam@124: # Do we need a version for libraries? cannam@124: need_version=$need_version cannam@124: cannam@124: # Library versioning type. cannam@124: version_type=$version_type cannam@124: cannam@124: # Shared library runtime path variable. cannam@124: runpath_var=$runpath_var cannam@124: cannam@124: # Shared library path variable. cannam@124: shlibpath_var=$shlibpath_var cannam@124: cannam@124: # Is shlibpath searched before the hard-coded library search path? cannam@124: shlibpath_overrides_runpath=$shlibpath_overrides_runpath cannam@124: cannam@124: # Format of library name prefix. cannam@124: libname_spec=$lt_libname_spec cannam@124: cannam@124: # List of archive names. First name is the real one, the rest are links. cannam@124: # The last name is the one that the linker finds with -lNAME cannam@124: library_names_spec=$lt_library_names_spec cannam@124: cannam@124: # The coded name of the library, if different from the real name. cannam@124: soname_spec=$lt_soname_spec cannam@124: cannam@124: # Permission mode override for installation of shared libraries. cannam@124: install_override_mode=$lt_install_override_mode cannam@124: cannam@124: # Command to use after installation of a shared archive. cannam@124: postinstall_cmds=$lt_postinstall_cmds cannam@124: cannam@124: # Command to use after uninstallation of a shared archive. cannam@124: postuninstall_cmds=$lt_postuninstall_cmds cannam@124: cannam@124: # Commands used to finish a libtool library installation in a directory. cannam@124: finish_cmds=$lt_finish_cmds cannam@124: cannam@124: # As "finish_cmds", except a single script fragment to be evaled but cannam@124: # not shown. cannam@124: finish_eval=$lt_finish_eval cannam@124: cannam@124: # Whether we should hardcode library paths into libraries. cannam@124: hardcode_into_libs=$hardcode_into_libs cannam@124: cannam@124: # Compile-time system search path for libraries. cannam@124: sys_lib_search_path_spec=$lt_sys_lib_search_path_spec cannam@124: cannam@124: # Run-time system search path for libraries. cannam@124: sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec cannam@124: cannam@124: # Whether dlopen is supported. cannam@124: dlopen_support=$enable_dlopen cannam@124: cannam@124: # Whether dlopen of programs is supported. cannam@124: dlopen_self=$enable_dlopen_self cannam@124: cannam@124: # Whether dlopen of statically linked programs is supported. cannam@124: dlopen_self_static=$enable_dlopen_self_static cannam@124: cannam@124: # Commands to strip libraries. cannam@124: old_striplib=$lt_old_striplib cannam@124: striplib=$lt_striplib cannam@124: cannam@124: cannam@124: # The linker used to build libraries. cannam@124: LD=$lt_LD cannam@124: cannam@124: # How to create reloadable object files. cannam@124: reload_flag=$lt_reload_flag cannam@124: reload_cmds=$lt_reload_cmds cannam@124: cannam@124: # Commands used to build an old-style archive. cannam@124: old_archive_cmds=$lt_old_archive_cmds cannam@124: cannam@124: # A language specific compiler. cannam@124: CC=$lt_compiler cannam@124: cannam@124: # Is the compiler the GNU compiler? cannam@124: with_gcc=$GCC cannam@124: cannam@124: # Compiler flag to turn off builtin functions. cannam@124: no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag cannam@124: cannam@124: # Additional compiler flags for building library objects. cannam@124: pic_flag=$lt_lt_prog_compiler_pic cannam@124: cannam@124: # How to pass a linker flag through the compiler. cannam@124: wl=$lt_lt_prog_compiler_wl cannam@124: cannam@124: # Compiler flag to prevent dynamic linking. cannam@124: link_static_flag=$lt_lt_prog_compiler_static cannam@124: cannam@124: # Does compiler simultaneously support -c and -o options? cannam@124: compiler_c_o=$lt_lt_cv_prog_compiler_c_o cannam@124: cannam@124: # Whether or not to add -lc for building shared libraries. cannam@124: build_libtool_need_lc=$archive_cmds_need_lc cannam@124: cannam@124: # Whether or not to disallow shared libs when runtime libs are static. cannam@124: allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes cannam@124: cannam@124: # Compiler flag to allow reflexive dlopens. cannam@124: export_dynamic_flag_spec=$lt_export_dynamic_flag_spec cannam@124: cannam@124: # Compiler flag to generate shared objects directly from archives. cannam@124: whole_archive_flag_spec=$lt_whole_archive_flag_spec cannam@124: cannam@124: # Whether the compiler copes with passing no objects directly. cannam@124: compiler_needs_object=$lt_compiler_needs_object cannam@124: cannam@124: # Create an old-style archive from a shared archive. cannam@124: old_archive_from_new_cmds=$lt_old_archive_from_new_cmds cannam@124: cannam@124: # Create a temporary old-style archive to link instead of a shared archive. cannam@124: old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds cannam@124: cannam@124: # Commands used to build a shared archive. cannam@124: archive_cmds=$lt_archive_cmds cannam@124: archive_expsym_cmds=$lt_archive_expsym_cmds cannam@124: cannam@124: # Commands used to build a loadable module if different from building cannam@124: # a shared archive. cannam@124: module_cmds=$lt_module_cmds cannam@124: module_expsym_cmds=$lt_module_expsym_cmds cannam@124: cannam@124: # Whether we are building with GNU ld or not. cannam@124: with_gnu_ld=$lt_with_gnu_ld cannam@124: cannam@124: # Flag that allows shared libraries with undefined symbols to be built. cannam@124: allow_undefined_flag=$lt_allow_undefined_flag cannam@124: cannam@124: # Flag that enforces no undefined symbols. cannam@124: no_undefined_flag=$lt_no_undefined_flag cannam@124: cannam@124: # Flag to hardcode \$libdir into a binary during linking. cannam@124: # This must work even if \$libdir does not exist cannam@124: hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec cannam@124: cannam@124: # If ld is used when linking, flag to hardcode \$libdir into a binary cannam@124: # during linking. This must work even if \$libdir does not exist. cannam@124: hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld cannam@124: cannam@124: # Whether we need a single "-rpath" flag with a separated argument. cannam@124: hardcode_libdir_separator=$lt_hardcode_libdir_separator cannam@124: cannam@124: # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes cannam@124: # DIR into the resulting binary. cannam@124: hardcode_direct=$hardcode_direct cannam@124: cannam@124: # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes cannam@124: # DIR into the resulting binary and the resulting library dependency is cannam@124: # "absolute",i.e impossible to change by setting \${shlibpath_var} if the cannam@124: # library is relocated. cannam@124: hardcode_direct_absolute=$hardcode_direct_absolute cannam@124: cannam@124: # Set to "yes" if using the -LDIR flag during linking hardcodes DIR cannam@124: # into the resulting binary. cannam@124: hardcode_minus_L=$hardcode_minus_L cannam@124: cannam@124: # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR cannam@124: # into the resulting binary. cannam@124: hardcode_shlibpath_var=$hardcode_shlibpath_var cannam@124: cannam@124: # Set to "yes" if building a shared library automatically hardcodes DIR cannam@124: # into the library and all subsequent libraries and executables linked cannam@124: # against it. cannam@124: hardcode_automatic=$hardcode_automatic cannam@124: cannam@124: # Set to yes if linker adds runtime paths of dependent libraries cannam@124: # to runtime path list. cannam@124: inherit_rpath=$inherit_rpath cannam@124: cannam@124: # Whether libtool must link a program against all its dependency libraries. cannam@124: link_all_deplibs=$link_all_deplibs cannam@124: cannam@124: # Set to "yes" if exported symbols are required. cannam@124: always_export_symbols=$always_export_symbols cannam@124: cannam@124: # The commands to list exported symbols. cannam@124: export_symbols_cmds=$lt_export_symbols_cmds cannam@124: cannam@124: # Symbols that should not be listed in the preloaded symbols. cannam@124: exclude_expsyms=$lt_exclude_expsyms cannam@124: cannam@124: # Symbols that must always be exported. cannam@124: include_expsyms=$lt_include_expsyms cannam@124: cannam@124: # Commands necessary for linking programs (against libraries) with templates. cannam@124: prelink_cmds=$lt_prelink_cmds cannam@124: cannam@124: # Commands necessary for finishing linking programs. cannam@124: postlink_cmds=$lt_postlink_cmds cannam@124: cannam@124: # Specify filename containing input files. cannam@124: file_list_spec=$lt_file_list_spec cannam@124: cannam@124: # How to hardcode a shared library path into an executable. cannam@124: hardcode_action=$hardcode_action cannam@124: cannam@124: # The directories searched by this compiler when creating a shared library. cannam@124: compiler_lib_search_dirs=$lt_compiler_lib_search_dirs cannam@124: cannam@124: # Dependencies to place before and after the objects being linked to cannam@124: # create a shared library. cannam@124: predep_objects=$lt_predep_objects cannam@124: postdep_objects=$lt_postdep_objects cannam@124: predeps=$lt_predeps cannam@124: postdeps=$lt_postdeps cannam@124: cannam@124: # The library search path used internally by the compiler when linking cannam@124: # a shared library. cannam@124: compiler_lib_search_path=$lt_compiler_lib_search_path cannam@124: cannam@124: # ### END LIBTOOL CONFIG cannam@124: cannam@124: _LT_EOF cannam@124: cannam@124: case $host_os in cannam@124: aix3*) cannam@124: cat <<\_LT_EOF >> "$cfgfile" cannam@124: # AIX sometimes has problems with the GCC collect2 program. For some cannam@124: # reason, if we set the COLLECT_NAMES environment variable, the problems cannam@124: # vanish in a puff of smoke. cannam@124: if test "X${COLLECT_NAMES+set}" != Xset; then cannam@124: COLLECT_NAMES= cannam@124: export COLLECT_NAMES cannam@124: fi cannam@124: _LT_EOF cannam@124: ;; cannam@124: esac cannam@124: cannam@124: cannam@124: ltmain="$ac_aux_dir/ltmain.sh" cannam@124: cannam@124: cannam@124: # We use sed instead of cat because bash on DJGPP gets confused if cannam@124: # if finds mixed CR/LF and LF-only lines. Since sed operates in cannam@124: # text mode, it properly converts lines to CR/LF. This bash problem cannam@124: # is reportedly fixed, but why not run on old versions too? cannam@124: sed '$q' "$ltmain" >> "$cfgfile" \ cannam@124: || (rm -f "$cfgfile"; exit 1) cannam@124: cannam@124: if test x"$xsi_shell" = xyes; then cannam@124: sed -e '/^func_dirname ()$/,/^} # func_dirname /c\ cannam@124: func_dirname ()\ cannam@124: {\ cannam@124: \ case ${1} in\ cannam@124: \ */*) func_dirname_result="${1%/*}${2}" ;;\ cannam@124: \ * ) func_dirname_result="${3}" ;;\ cannam@124: \ esac\ cannam@124: } # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \ cannam@124: && mv -f "$cfgfile.tmp" "$cfgfile" \ cannam@124: || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") cannam@124: test 0 -eq $? || _lt_function_replace_fail=: cannam@124: cannam@124: cannam@124: sed -e '/^func_basename ()$/,/^} # func_basename /c\ cannam@124: func_basename ()\ cannam@124: {\ cannam@124: \ func_basename_result="${1##*/}"\ cannam@124: } # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \ cannam@124: && mv -f "$cfgfile.tmp" "$cfgfile" \ cannam@124: || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") cannam@124: test 0 -eq $? || _lt_function_replace_fail=: cannam@124: cannam@124: cannam@124: sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\ cannam@124: func_dirname_and_basename ()\ cannam@124: {\ cannam@124: \ case ${1} in\ cannam@124: \ */*) func_dirname_result="${1%/*}${2}" ;;\ cannam@124: \ * ) func_dirname_result="${3}" ;;\ cannam@124: \ esac\ cannam@124: \ func_basename_result="${1##*/}"\ cannam@124: } # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \ cannam@124: && mv -f "$cfgfile.tmp" "$cfgfile" \ cannam@124: || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") cannam@124: test 0 -eq $? || _lt_function_replace_fail=: cannam@124: cannam@124: cannam@124: sed -e '/^func_stripname ()$/,/^} # func_stripname /c\ cannam@124: func_stripname ()\ cannam@124: {\ cannam@124: \ # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\ cannam@124: \ # positional parameters, so assign one to ordinary parameter first.\ cannam@124: \ func_stripname_result=${3}\ cannam@124: \ func_stripname_result=${func_stripname_result#"${1}"}\ cannam@124: \ func_stripname_result=${func_stripname_result%"${2}"}\ cannam@124: } # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \ cannam@124: && mv -f "$cfgfile.tmp" "$cfgfile" \ cannam@124: || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") cannam@124: test 0 -eq $? || _lt_function_replace_fail=: cannam@124: cannam@124: cannam@124: sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\ cannam@124: func_split_long_opt ()\ cannam@124: {\ cannam@124: \ func_split_long_opt_name=${1%%=*}\ cannam@124: \ func_split_long_opt_arg=${1#*=}\ cannam@124: } # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \ cannam@124: && mv -f "$cfgfile.tmp" "$cfgfile" \ cannam@124: || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") cannam@124: test 0 -eq $? || _lt_function_replace_fail=: cannam@124: cannam@124: cannam@124: sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\ cannam@124: func_split_short_opt ()\ cannam@124: {\ cannam@124: \ func_split_short_opt_arg=${1#??}\ cannam@124: \ func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\ cannam@124: } # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \ cannam@124: && mv -f "$cfgfile.tmp" "$cfgfile" \ cannam@124: || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") cannam@124: test 0 -eq $? || _lt_function_replace_fail=: cannam@124: cannam@124: cannam@124: sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\ cannam@124: func_lo2o ()\ cannam@124: {\ cannam@124: \ case ${1} in\ cannam@124: \ *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\ cannam@124: \ *) func_lo2o_result=${1} ;;\ cannam@124: \ esac\ cannam@124: } # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \ cannam@124: && mv -f "$cfgfile.tmp" "$cfgfile" \ cannam@124: || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") cannam@124: test 0 -eq $? || _lt_function_replace_fail=: cannam@124: cannam@124: cannam@124: sed -e '/^func_xform ()$/,/^} # func_xform /c\ cannam@124: func_xform ()\ cannam@124: {\ cannam@124: func_xform_result=${1%.*}.lo\ cannam@124: } # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \ cannam@124: && mv -f "$cfgfile.tmp" "$cfgfile" \ cannam@124: || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") cannam@124: test 0 -eq $? || _lt_function_replace_fail=: cannam@124: cannam@124: cannam@124: sed -e '/^func_arith ()$/,/^} # func_arith /c\ cannam@124: func_arith ()\ cannam@124: {\ cannam@124: func_arith_result=$(( $* ))\ cannam@124: } # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \ cannam@124: && mv -f "$cfgfile.tmp" "$cfgfile" \ cannam@124: || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") cannam@124: test 0 -eq $? || _lt_function_replace_fail=: cannam@124: cannam@124: cannam@124: sed -e '/^func_len ()$/,/^} # func_len /c\ cannam@124: func_len ()\ cannam@124: {\ cannam@124: func_len_result=${#1}\ cannam@124: } # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \ cannam@124: && mv -f "$cfgfile.tmp" "$cfgfile" \ cannam@124: || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") cannam@124: test 0 -eq $? || _lt_function_replace_fail=: cannam@124: cannam@124: fi cannam@124: cannam@124: if test x"$lt_shell_append" = xyes; then cannam@124: sed -e '/^func_append ()$/,/^} # func_append /c\ cannam@124: func_append ()\ cannam@124: {\ cannam@124: eval "${1}+=\\${2}"\ cannam@124: } # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \ cannam@124: && mv -f "$cfgfile.tmp" "$cfgfile" \ cannam@124: || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") cannam@124: test 0 -eq $? || _lt_function_replace_fail=: cannam@124: cannam@124: cannam@124: sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\ cannam@124: func_append_quoted ()\ cannam@124: {\ cannam@124: \ func_quote_for_eval "${2}"\ cannam@124: \ eval "${1}+=\\\\ \\$func_quote_for_eval_result"\ cannam@124: } # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \ cannam@124: && mv -f "$cfgfile.tmp" "$cfgfile" \ cannam@124: || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") cannam@124: test 0 -eq $? || _lt_function_replace_fail=: cannam@124: cannam@124: cannam@124: # Save a `func_append' function call where possible by direct use of '+=' cannam@124: sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \ cannam@124: && mv -f "$cfgfile.tmp" "$cfgfile" \ cannam@124: || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") cannam@124: test 0 -eq $? || _lt_function_replace_fail=: cannam@124: else cannam@124: # Save a `func_append' function call even when '+=' is not available cannam@124: sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \ cannam@124: && mv -f "$cfgfile.tmp" "$cfgfile" \ cannam@124: || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") cannam@124: test 0 -eq $? || _lt_function_replace_fail=: cannam@124: fi cannam@124: cannam@124: if test x"$_lt_function_replace_fail" = x":"; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5 cannam@124: $as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;} cannam@124: fi cannam@124: cannam@124: cannam@124: mv -f "$cfgfile" "$ofile" || cannam@124: (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") cannam@124: chmod +x "$ofile" cannam@124: cannam@124: cannam@124: cat <<_LT_EOF >> "$ofile" cannam@124: cannam@124: # ### BEGIN LIBTOOL TAG CONFIG: CXX cannam@124: cannam@124: # The linker used to build libraries. cannam@124: LD=$lt_LD_CXX cannam@124: cannam@124: # How to create reloadable object files. cannam@124: reload_flag=$lt_reload_flag_CXX cannam@124: reload_cmds=$lt_reload_cmds_CXX cannam@124: cannam@124: # Commands used to build an old-style archive. cannam@124: old_archive_cmds=$lt_old_archive_cmds_CXX cannam@124: cannam@124: # A language specific compiler. cannam@124: CC=$lt_compiler_CXX cannam@124: cannam@124: # Is the compiler the GNU compiler? cannam@124: with_gcc=$GCC_CXX cannam@124: cannam@124: # Compiler flag to turn off builtin functions. cannam@124: no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX cannam@124: cannam@124: # Additional compiler flags for building library objects. cannam@124: pic_flag=$lt_lt_prog_compiler_pic_CXX cannam@124: cannam@124: # How to pass a linker flag through the compiler. cannam@124: wl=$lt_lt_prog_compiler_wl_CXX cannam@124: cannam@124: # Compiler flag to prevent dynamic linking. cannam@124: link_static_flag=$lt_lt_prog_compiler_static_CXX cannam@124: cannam@124: # Does compiler simultaneously support -c and -o options? cannam@124: compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX cannam@124: cannam@124: # Whether or not to add -lc for building shared libraries. cannam@124: build_libtool_need_lc=$archive_cmds_need_lc_CXX cannam@124: cannam@124: # Whether or not to disallow shared libs when runtime libs are static. cannam@124: allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX cannam@124: cannam@124: # Compiler flag to allow reflexive dlopens. cannam@124: export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX cannam@124: cannam@124: # Compiler flag to generate shared objects directly from archives. cannam@124: whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX cannam@124: cannam@124: # Whether the compiler copes with passing no objects directly. cannam@124: compiler_needs_object=$lt_compiler_needs_object_CXX cannam@124: cannam@124: # Create an old-style archive from a shared archive. cannam@124: old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX cannam@124: cannam@124: # Create a temporary old-style archive to link instead of a shared archive. cannam@124: old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX cannam@124: cannam@124: # Commands used to build a shared archive. cannam@124: archive_cmds=$lt_archive_cmds_CXX cannam@124: archive_expsym_cmds=$lt_archive_expsym_cmds_CXX cannam@124: cannam@124: # Commands used to build a loadable module if different from building cannam@124: # a shared archive. cannam@124: module_cmds=$lt_module_cmds_CXX cannam@124: module_expsym_cmds=$lt_module_expsym_cmds_CXX cannam@124: cannam@124: # Whether we are building with GNU ld or not. cannam@124: with_gnu_ld=$lt_with_gnu_ld_CXX cannam@124: cannam@124: # Flag that allows shared libraries with undefined symbols to be built. cannam@124: allow_undefined_flag=$lt_allow_undefined_flag_CXX cannam@124: cannam@124: # Flag that enforces no undefined symbols. cannam@124: no_undefined_flag=$lt_no_undefined_flag_CXX cannam@124: cannam@124: # Flag to hardcode \$libdir into a binary during linking. cannam@124: # This must work even if \$libdir does not exist cannam@124: hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX cannam@124: cannam@124: # If ld is used when linking, flag to hardcode \$libdir into a binary cannam@124: # during linking. This must work even if \$libdir does not exist. cannam@124: hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX cannam@124: cannam@124: # Whether we need a single "-rpath" flag with a separated argument. cannam@124: hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX cannam@124: cannam@124: # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes cannam@124: # DIR into the resulting binary. cannam@124: hardcode_direct=$hardcode_direct_CXX cannam@124: cannam@124: # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes cannam@124: # DIR into the resulting binary and the resulting library dependency is cannam@124: # "absolute",i.e impossible to change by setting \${shlibpath_var} if the cannam@124: # library is relocated. cannam@124: hardcode_direct_absolute=$hardcode_direct_absolute_CXX cannam@124: cannam@124: # Set to "yes" if using the -LDIR flag during linking hardcodes DIR cannam@124: # into the resulting binary. cannam@124: hardcode_minus_L=$hardcode_minus_L_CXX cannam@124: cannam@124: # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR cannam@124: # into the resulting binary. cannam@124: hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX cannam@124: cannam@124: # Set to "yes" if building a shared library automatically hardcodes DIR cannam@124: # into the library and all subsequent libraries and executables linked cannam@124: # against it. cannam@124: hardcode_automatic=$hardcode_automatic_CXX cannam@124: cannam@124: # Set to yes if linker adds runtime paths of dependent libraries cannam@124: # to runtime path list. cannam@124: inherit_rpath=$inherit_rpath_CXX cannam@124: cannam@124: # Whether libtool must link a program against all its dependency libraries. cannam@124: link_all_deplibs=$link_all_deplibs_CXX cannam@124: cannam@124: # Set to "yes" if exported symbols are required. cannam@124: always_export_symbols=$always_export_symbols_CXX cannam@124: cannam@124: # The commands to list exported symbols. cannam@124: export_symbols_cmds=$lt_export_symbols_cmds_CXX cannam@124: cannam@124: # Symbols that should not be listed in the preloaded symbols. cannam@124: exclude_expsyms=$lt_exclude_expsyms_CXX cannam@124: cannam@124: # Symbols that must always be exported. cannam@124: include_expsyms=$lt_include_expsyms_CXX cannam@124: cannam@124: # Commands necessary for linking programs (against libraries) with templates. cannam@124: prelink_cmds=$lt_prelink_cmds_CXX cannam@124: cannam@124: # Commands necessary for finishing linking programs. cannam@124: postlink_cmds=$lt_postlink_cmds_CXX cannam@124: cannam@124: # Specify filename containing input files. cannam@124: file_list_spec=$lt_file_list_spec_CXX cannam@124: cannam@124: # How to hardcode a shared library path into an executable. cannam@124: hardcode_action=$hardcode_action_CXX cannam@124: cannam@124: # The directories searched by this compiler when creating a shared library. cannam@124: compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX cannam@124: cannam@124: # Dependencies to place before and after the objects being linked to cannam@124: # create a shared library. cannam@124: predep_objects=$lt_predep_objects_CXX cannam@124: postdep_objects=$lt_postdep_objects_CXX cannam@124: predeps=$lt_predeps_CXX cannam@124: postdeps=$lt_postdeps_CXX cannam@124: cannam@124: # The library search path used internally by the compiler when linking cannam@124: # a shared library. cannam@124: compiler_lib_search_path=$lt_compiler_lib_search_path_CXX cannam@124: cannam@124: # ### END LIBTOOL TAG CONFIG: CXX cannam@124: _LT_EOF cannam@124: cannam@124: ;; cannam@124: cannam@124: esac cannam@124: done # for ac_tag cannam@124: cannam@124: cannam@124: as_fn_exit 0 cannam@124: _ACEOF cannam@124: ac_clean_files=$ac_clean_files_save cannam@124: cannam@124: test $ac_write_fail = 0 || cannam@124: as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 cannam@124: cannam@124: cannam@124: # configure is writing to config.log, and then calls config.status. cannam@124: # config.status does its own redirection, appending to config.log. cannam@124: # Unfortunately, on DOS this fails, as config.log is still kept open cannam@124: # by configure, so config.status won't be able to write to it; its cannam@124: # output is simply discarded. So we exec the FD to /dev/null, cannam@124: # effectively closing config.log, so it can be properly (re)opened and cannam@124: # appended to by config.status. When coming back to configure, we cannam@124: # need to make the FD available again. cannam@124: if test "$no_create" != yes; then cannam@124: ac_cs_success=: cannam@124: ac_config_status_args= cannam@124: test "$silent" = yes && cannam@124: ac_config_status_args="$ac_config_status_args --quiet" cannam@124: exec 5>/dev/null cannam@124: $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false cannam@124: exec 5>>config.log cannam@124: # Use ||, not &&, to avoid exiting from the if with $? = 1, which cannam@124: # would make configure fail if this is the last instruction. cannam@124: $ac_cs_success || as_fn_exit 1 cannam@124: fi cannam@124: if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then cannam@124: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 cannam@124: $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} cannam@124: fi cannam@124: