Untitled

From Funky Owl, 9 Years ago, written in Plain Text, viewed 494 times.
URL https://p.gaa.st/view/50872819 Embed
Download Paste or View Raw
  1. _ACEOF
  2. if ac_fn_c_try_compile "$LINENO"; then :
  3.   ac_lo=$ac_mid; break
  4. else  
  5.   as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
  6.                         if test $ac_mid -le $ac_hi; then
  7.                           ac_lo= ac_hi=
  8.                           break
  9.                         fi
  10.                         as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
  11. fi
  12. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  13.   done
  14. else
  15.   ac_lo= ac_hi=
  16. fi
  17. ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
  18. rm -f conftest2.*
  19. if { { case "(($ac_try" in
  20.   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  21.   *) ac_try_echo=$ac_try;;
  22. esac  
  23. eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  24. $as_echo "$ac_try_echo"; } >&5
  25.   (eval "$ac_try") 2>&5
  26.   ac_status=$?
  27.   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  28.   test $ac_status = 0; } &&
  29.    test -f conftest2.$ac_objext && { { case "(($ac_try" in
  30.   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  31.   *) ac_try_echo=$ac_try;;
  32. esac
  33. eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  34. $as_echo "$ac_try_echo"; } >&5
  35.   (eval "$ac_try") 2>&5
  36.   ac_status=$?
  37.   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  38.   test $ac_status = 0; };
  39. then
  40.   eval ac_cv_prog_cc_${ac_cc}_c_o=yes
  41.   if test "x$CC" != xcc; then
  42.     # Test first that cc exists at all.
  43.     if { ac_try='cc -c conftest.$ac_ext >&5'
  44.   { { case "(($ac_try" in  
  45.   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  46.   *) ac_try_echo=$ac_try;;
  47. esac
  48. eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  49. $as_echo "$ac_try_echo"; } >&5
  50.   (eval "$ac_try") 2>&5
  51.   ac_status=$?
  52.   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  53.   test $ac_status = 0; }; }; then
  54.       ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
  55.       rm -f conftest2.*
  56.       if { { case "(($ac_try" in
  57.   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  58.   *) ac_try_echo=$ac_try;;
  59. esac
  60. eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  61. $as_echo "$ac_try_echo"; } >&5
  62.   (eval "$ac_try") 2>&5
  63.   ac_status=$?
  64.   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  65.   test $ac_status = 0; } &&
  66.          test -f conftest2.$ac_objext && { { case "(($ac_try" in
  67.   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  68.   *) ac_try_echo=$ac_try;;
  69. esac
  70. eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  71. $as_echo "$ac_try_echo"; } >&5
  72.   (eval "$ac_try") 2>&5  
  73.   ac_status=$?
  74.   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  75.   test $ac_status = 0; };
  76.       then
  77.         # cc works too.
  78.         :
  79.       else
  80.         # cc exists but doesn't like -o.
  81.         eval ac_cv_prog_cc_${ac_cc}_c_o=no
  82.       fi
  83.     fi
  84.   fi
  85. else
  86.   eval ac_cv_prog_cc_${ac_cc}_c_o=no
  87. fi
  88. rm -f core conftest*  
  89.  

Reply to "Untitled"

Here you can reply to the paste above