亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? configure

?? ncurses-5.4 需要的就來下把 一定會有用的哦
??
?? 第 1 頁 / 共 5 頁
字號:
  donefiif test -z "$CC"; then  ac_ct_CC=$CC  for ac_prog in cldo  # Extract the first word of "$ac_prog", so it can be a program name with args.set dummy $ac_prog; ac_word=$2echo "$as_me:1565: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_ac_ct_CC+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  if test -n "$ac_ct_CC"; then  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.else  ac_save_IFS=$IFS; IFS=$ac_path_separatorac_dummy="$PATH"for ac_dir in $ac_dummy; do  IFS=$ac_save_IFS  test -z "$ac_dir" && ac_dir=.  $as_executable_p "$ac_dir/$ac_word" || continueac_cv_prog_ac_ct_CC="$ac_prog"echo "$as_me:1580: found $ac_dir/$ac_word" >&5breakdonefifiac_ct_CC=$ac_cv_prog_ac_ct_CCif test -n "$ac_ct_CC"; then  echo "$as_me:1588: result: $ac_ct_CC" >&5echo "${ECHO_T}$ac_ct_CC" >&6else  echo "$as_me:1591: result: no" >&5echo "${ECHO_T}no" >&6fi  test -n "$ac_ct_CC" && breakdone  CC=$ac_ct_CCfifitest -z "$CC" && { { echo "$as_me:1603: error: no acceptable cc found in \$PATH" >&5echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}   { (exit 1); exit 1; }; }# Provide some information about the compiler.echo "$as_me:1608:" \     "checking for C compiler version" >&5ac_compiler=`set X $ac_compile; echo $2`{ (eval echo "$as_me:1611: \"$ac_compiler --version </dev/null >&5\"") >&5  (eval $ac_compiler --version </dev/null >&5) 2>&5  ac_status=$?  echo "$as_me:1614: \$? = $ac_status" >&5  (exit $ac_status); }{ (eval echo "$as_me:1616: \"$ac_compiler -v </dev/null >&5\"") >&5  (eval $ac_compiler -v </dev/null >&5) 2>&5  ac_status=$?  echo "$as_me:1619: \$? = $ac_status" >&5  (exit $ac_status); }{ (eval echo "$as_me:1621: \"$ac_compiler -V </dev/null >&5\"") >&5  (eval $ac_compiler -V </dev/null >&5) 2>&5  ac_status=$?  echo "$as_me:1624: \$? = $ac_status" >&5  (exit $ac_status); }cat >conftest.$ac_ext <<_ACEOF#line 1628 "configure"#include "confdefs.h"intmain (){  ;  return 0;}_ACEOFac_clean_files_save=$ac_clean_filesac_clean_files="$ac_clean_files a.out a.exe"# Try to create an executable without -o first, disregard a.out.# It will help us diagnose broken compilers, and finding out an intuition# of exeext.echo "$as_me:1644: checking for C compiler default output" >&5echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`if { (eval echo "$as_me:1647: \"$ac_link_default\"") >&5  (eval $ac_link_default) 2>&5  ac_status=$?  echo "$as_me:1650: \$? = $ac_status" >&5  (exit $ac_status); }; then  # Find the output, starting from the most likely.  This scheme is# not robust to junk in `.', hence go to wildcards (a.*) only as a last# resort.for ac_file in `ls a.exe conftest.exe 2>/dev/null;                ls a.out conftest 2>/dev/null;                ls a.* conftest.* 2>/dev/null`; do  case $ac_file in    *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;    a.out ) # We found the default executable, but exeext='' is most            # certainly right.            break;;    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`          # FIXME: I believe we export ac_cv_exeext for Libtool --akim.          export ac_cv_exeext          break;;    * ) break;;  esacdoneelse  echo "$as_me: failed program was:" >&5cat conftest.$ac_ext >&5{ { echo "$as_me:1673: error: C compiler cannot create executables" >&5echo "$as_me: error: C compiler cannot create executables" >&2;}   { (exit 77); exit 77; }; }fiac_exeext=$ac_cv_exeextecho "$as_me:1679: result: $ac_file" >&5echo "${ECHO_T}$ac_file" >&6# Check the compiler produces executables we can run.  If not, either# the compiler is broken, or we cross compile.echo "$as_me:1684: checking whether the C compiler works" >&5echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6# FIXME: These cross compiler hacks should be removed for Autoconf 3.0# If not cross compiling, check that we can run a simple program.if test "$cross_compiling" != yes; then  if { ac_try='./$ac_file'  { (eval echo "$as_me:1690: \"$ac_try\"") >&5  (eval $ac_try) 2>&5  ac_status=$?  echo "$as_me:1693: \$? = $ac_status" >&5  (exit $ac_status); }; }; then    cross_compiling=no  else    if test "$cross_compiling" = maybe; then	cross_compiling=yes    else	{ { echo "$as_me:1700: error: cannot run C compiled programs.If you meant to cross compile, use \`--host'." >&5echo "$as_me: error: cannot run C compiled programs.If you meant to cross compile, use \`--host'." >&2;}   { (exit 1); exit 1; }; }    fi  fifiecho "$as_me:1708: result: yes" >&5echo "${ECHO_T}yes" >&6rm -f a.out a.exe conftest$ac_cv_exeextac_clean_files=$ac_clean_files_save# Check the compiler produces executables we can run.  If not, either# the compiler is broken, or we cross compile.echo "$as_me:1715: checking whether we are cross compiling" >&5echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6echo "$as_me:1717: result: $cross_compiling" >&5echo "${ECHO_T}$cross_compiling" >&6echo "$as_me:1720: checking for executable suffix" >&5echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6if { (eval echo "$as_me:1722: \"$ac_link\"") >&5  (eval $ac_link) 2>&5  ac_status=$?  echo "$as_me:1725: \$? = $ac_status" >&5  (exit $ac_status); }; then  # If both `conftest.exe' and `conftest' are `present' (well, observable)# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will# work properly (i.e., refer to `conftest.exe'), while it won't with# `rm'.for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do  case $ac_file in    *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`          export ac_cv_exeext          break;;    * ) break;;  esacdoneelse  { { echo "$as_me:1741: error: cannot compute EXEEXT: cannot compile and link" >&5echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;}   { (exit 1); exit 1; }; }firm -f conftest$ac_cv_exeextecho "$as_me:1747: result: $ac_cv_exeext" >&5echo "${ECHO_T}$ac_cv_exeext" >&6rm -f conftest.$ac_extEXEEXT=$ac_cv_exeextac_exeext=$EXEEXTecho "$as_me:1753: checking for object suffix" >&5echo $ECHO_N "checking for object suffix... $ECHO_C" >&6if test "${ac_cv_objext+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  cat >conftest.$ac_ext <<_ACEOF#line 1759 "configure"#include "confdefs.h"intmain (){  ;  return 0;}_ACEOFrm -f conftest.o conftest.objif { (eval echo "$as_me:1771: \"$ac_compile\"") >&5  (eval $ac_compile) 2>&5  ac_status=$?  echo "$as_me:1774: \$? = $ac_status" >&5  (exit $ac_status); }; then  for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do  case $ac_file in    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb ) ;;    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`       break;;  esacdoneelse  echo "$as_me: failed program was:" >&5cat conftest.$ac_ext >&5{ { echo "$as_me:1786: error: cannot compute OBJEXT: cannot compile" >&5echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;}   { (exit 1); exit 1; }; }firm -f conftest.$ac_cv_objext conftest.$ac_extfiecho "$as_me:1793: result: $ac_cv_objext" >&5echo "${ECHO_T}$ac_cv_objext" >&6OBJEXT=$ac_cv_objextac_objext=$OBJEXTecho "$as_me:1797: checking whether we are using the GNU C compiler" >&5echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6if test "${ac_cv_c_compiler_gnu+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  cat >conftest.$ac_ext <<_ACEOF#line 1803 "configure"#include "confdefs.h"intmain (){#ifndef __GNUC__       choke me#endif  ;  return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:1818: \"$ac_compile\"") >&5  (eval $ac_compile) 2>&5  ac_status=$?  echo "$as_me:1821: \$? = $ac_status" >&5  (exit $ac_status); } &&         { ac_try='test -s conftest.$ac_objext'  { (eval echo "$as_me:1824: \"$ac_try\"") >&5  (eval $ac_try) 2>&5  ac_status=$?  echo "$as_me:1827: \$? = $ac_status" >&5  (exit $ac_status); }; }; then  ac_compiler_gnu=yeselse  echo "$as_me: failed program was:" >&5cat conftest.$ac_ext >&5ac_compiler_gnu=nofirm -f conftest.$ac_objext conftest.$ac_extac_cv_c_compiler_gnu=$ac_compiler_gnufiecho "$as_me:1839: result: $ac_cv_c_compiler_gnu" >&5echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6GCC=`test $ac_compiler_gnu = yes && echo yes`ac_test_CFLAGS=${CFLAGS+set}ac_save_CFLAGS=$CFLAGSCFLAGS="-g"echo "$as_me:1845: checking whether $CC accepts -g" >&5echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6if test "${ac_cv_prog_cc_g+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  cat >conftest.$ac_ext <<_ACEOF#line 1851 "configure"#include "confdefs.h"intmain (){  ;  return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:1863: \"$ac_compile\"") >&5  (eval $ac_compile) 2>&5  ac_status=$?  echo "$as_me:1866: \$? = $ac_status" >&5  (exit $ac_status); } &&         { ac_try='test -s conftest.$ac_objext'  { (eval echo "$as_me:1869: \"$ac_try\"") >&5  (eval $ac_try) 2>&5  ac_status=$?  echo "$as_me:1872: \$? = $ac_status" >&5  (exit $ac_status); }; }; then  ac_cv_prog_cc_g=yeselse  echo "$as_me: failed program was:" >&5cat conftest.$ac_ext >&5ac_cv_prog_cc_g=nofirm -f conftest.$ac_objext conftest.$ac_extfiecho "$as_me:1882: result: $ac_cv_prog_cc_g" >&5echo "${ECHO_T}$ac_cv_prog_cc_g" >&6if test "$ac_test_CFLAGS" = set; then  CFLAGS=$ac_save_CFLAGSelif test $ac_cv_prog_cc_g = yes; then  if test "$GCC" = yes; then    CFLAGS="-g -O2"  else    CFLAGS="-g"  fielse  if test "$GCC" = yes; then    CFLAGS="-O2"  else    CFLAGS=  fifi# Some people use a C++ compiler to compile C.  Since we use `exit',# in C++ we need to declare it.  In case someone uses the same compiler# for both compiling C and C++ we need to have the C++ compiler decide# the declaration of exit, since it's the most demanding environment.cat >conftest.$ac_ext <<_ACEOF#ifndef __cplusplus  choke me#endif_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:1909: \"$ac_compile\"") >&5  (eval $ac_compile) 2>&5  ac_status=$?  echo "$as_me:1912: \$? = $ac_status" >&5  (exit $ac_status); } &&         { ac_try='test -s conftest.$ac_objext'  { (eval echo "$as_me:1915: \"$ac_try\"") >&5  (eval $ac_try) 2>&5  ac_status=$?  echo "$as_me:1918: \$? = $ac_status" >&5  (exit $ac_status); }; }; then  for ac_declaration in \   ''\   '#include <stdlib.h>' \   'extern "C" void std::exit (int) throw (); using std::exit;' \   'extern "C" void std::exit (int); using std::exit;' \   'extern "C" void exit (int) throw ();' \   'extern "C" void exit (int);' \   'void exit (int);'do  cat >conftest.$ac_ext <<_ACEOF#line 1930 "configure"#include "confdefs.h"#include <stdlib.h>$ac_declarationintmain (){exit (42);  ;  return 0;}_ACEOFrm -f confte

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美成人性福生活免费看| av电影天堂一区二区在线观看| 欧美三级午夜理伦三级中视频| 久久老女人爱爱| 秋霞av亚洲一区二区三| 欧美午夜免费电影| 国产精品免费观看视频| 久久国产视频网| 精品伦理精品一区| 九色porny丨国产精品| 日韩精品专区在线| 午夜天堂影视香蕉久久| 一本一道久久a久久精品| 国产午夜精品在线观看| 国产成人超碰人人澡人人澡| 中文字幕免费不卡在线| 99久久99久久精品国产片果冻| 中文字幕乱码久久午夜不卡 | 色婷婷av一区| 亚洲一区免费在线观看| 欧美另类变人与禽xxxxx| 日韩高清不卡一区二区三区| 精品国产污污免费网站入口| 国产成人精品免费在线| 国产精品超碰97尤物18| 欧洲一区在线观看| 青草国产精品久久久久久| 欧美大片在线观看一区二区| 成人午夜激情在线| 一区二区三区精品视频| 欧美一级黄色大片| 成人激情图片网| 一区二区三区国产精华| 日韩欧美一区二区在线视频| 国产精品123| 久久嫩草精品久久久精品| 成人性视频网站| 午夜视频一区在线观看| ww久久中文字幕| 91浏览器在线视频| 天堂蜜桃一区二区三区| 欧美天堂一区二区三区| 国产高清不卡一区| 亚洲午夜国产一区99re久久| 久久综合久久综合九色| 在线精品视频一区二区三四 | 久久久久久97三级| 在线观看91精品国产入口| 美腿丝袜在线亚洲一区| 中文字幕一区二区三| 欧美一区二区三区系列电影| 国产·精品毛片| 偷拍与自拍一区| 中文字幕中文字幕一区| 日韩午夜电影在线观看| 91丝袜呻吟高潮美腿白嫩在线观看| 日本成人中文字幕在线视频| 亚洲人午夜精品天堂一二香蕉| 精品三级在线看| 欧美日韩国产免费| 99re这里都是精品| 国产精品一区在线| 轻轻草成人在线| 日本中文字幕一区二区有限公司| 久久久精品2019中文字幕之3| 欧美色视频在线观看| 久久精品国产亚洲高清剧情介绍| 亚洲精品中文在线影院| 337p日本欧洲亚洲大胆精品| 91一区二区三区在线观看| 精品在线一区二区三区| 丝袜亚洲另类丝袜在线| 怡红院av一区二区三区| 国产女人水真多18毛片18精品视频| 91精品久久久久久久99蜜桃 | 中文字幕一区二区三区色视频 | 九九国产精品视频| 综合分类小说区另类春色亚洲小说欧美| 国产一区二区不卡在线| 亚洲精品乱码久久久久久久久 | 一区二区三区在线不卡| av成人老司机| 亚洲私人黄色宅男| 在线精品视频小说1| 综合av第一页| 久久―日本道色综合久久| 99视频一区二区| 日韩一二三区不卡| 亚洲一线二线三线久久久| 国产欧美一区二区精品性色超碰| 久草中文综合在线| 亚洲一区在线观看网站| 国产精品萝li| 欧美国产禁国产网站cc| 欧美激情综合五月色丁香小说| 精品美女被调教视频大全网站| 日韩欧美国产系列| 久久久国产精品麻豆| 91丨porny丨最新| 色先锋资源久久综合| 欧美视频在线一区| 欧美精品 国产精品| 国产亚洲一二三区| 欧美色综合网站| 成人激情小说网站| 欧美日韩中文另类| 欧美大片日本大片免费观看| 久久久三级国产网站| 国产精品网站导航| 国产欧美一区二区三区在线老狼| 亚洲国产成人私人影院tom| 国产精品丝袜在线| 亚洲风情在线资源站| 麻豆精品国产传媒mv男同| 夜夜嗨av一区二区三区中文字幕 | 国产精品中文字幕一区二区三区| 高清国产午夜精品久久久久久| 成人激情综合网站| 精品国产凹凸成av人导航| 亚洲丝袜精品丝袜在线| 精品美女在线观看| 中文字幕成人网| 免费高清在线一区| 欧美高清www午色夜在线视频| 久久久www免费人成精品| 成人免费在线播放视频| 国产91精品在线观看| 欧美一级夜夜爽| 亚洲综合一区二区三区| 波多野结衣中文一区| 成人国产精品视频| 在线日韩国产精品| 色综合久久久久综合| 日韩欧美一级精品久久| 欧美在线视频全部完| 日韩免费视频一区二区| 久久综合九色综合97婷婷| 中文字幕一区二区三区在线观看| 91久久久免费一区二区| 国产精品一二三四五| 亚洲日本电影在线| 精品国产乱码久久久久久免费| 99久久精品国产导航| 中文字幕一区二区三区视频| 26uuu色噜噜精品一区| 日韩一区二区三区精品视频 | 亚洲一区二区欧美| 久久日一线二线三线suv| 91福利国产精品| 成人一区二区在线观看| 久久99久久久久久久久久久| 亚洲女同ⅹxx女同tv| 日韩欧美成人一区| 91亚洲精品久久久蜜桃网站 | 91影院在线观看| 国产精品一区二区在线播放| 日韩精品成人一区二区在线| 一区二区视频免费在线观看| 久久久久国产精品免费免费搜索| 欧美日本在线播放| 在线视频国产一区| 日韩欧美一卡二卡| 欧美精彩视频一区二区三区| 91精品国产综合久久蜜臀 | 亚洲欧美日韩国产中文在线| 久久蜜桃av一区二区天堂| 色香色香欲天天天影视综合网| 成人综合在线观看| 国产精品一区二区三区99| 日本中文字幕一区二区视频 | 久久精品国产99国产精品| 亚洲成a人片在线观看中文| 亚洲一区二区三区不卡国产欧美| 亚洲精品国产精华液| 一区二区三区加勒比av| 日本在线不卡一区| 久久成人久久爱| 国产成人综合亚洲网站| 国产成人在线网站| 91网站最新地址| 亚洲综合区在线| 青青草精品视频| 在线看日本不卡| 国产精品网站一区| 久久爱另类一区二区小说| 日本高清视频一区二区| 色综合天天视频在线观看| 国产成人免费在线| 欧美精品九九99久久| 国产精品另类一区| 五月天一区二区三区| 99视频热这里只有精品免费| 欧美一区二区三区系列电影| 国产精品久久久久毛片软件| 首页国产丝袜综合| 成人精品免费看| 欧美另类久久久品| 亚洲四区在线观看| 国产一区二三区| 中文在线免费一区三区高中清不卡|