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

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

?? configure

?? minigui1.6.9增值板復雜應用的示例程序,看了這個用minigui就沒問題了
??
?? 第 1 頁 / 共 5 頁
字號:
echo "${ECHO_T}$CC" >&6else  echo "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fi    test -n "$CC" && break  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:$LINENO: 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.elseas_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdo  IFS=$as_save_IFS  test -z "$as_dir" && as_dir=.  for ac_exec_ext in '' $ac_executable_extensions; do  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then    ac_cv_prog_ac_ct_CC="$ac_prog"    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5    break 2  fidonedonefifiac_ct_CC=$ac_cv_prog_ac_ct_CCif test -n "$ac_ct_CC"; then  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5echo "${ECHO_T}$ac_ct_CC" >&6else  echo "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fi  test -n "$ac_ct_CC" && breakdone  CC=$ac_ct_CCfifitest -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATHSee \`config.log' for more details." >&5echo "$as_me: error: no acceptable C compiler found in \$PATHSee \`config.log' for more details." >&2;}   { (exit 1); exit 1; }; }# Provide some information about the compiler.echo "$as_me:$LINENO:" \     "checking for C compiler version" >&5ac_compiler=`set X $ac_compile; echo $2`{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5  (eval $ac_compiler --version </dev/null >&5) 2>&5  ac_status=$?  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); }{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5  (eval $ac_compiler -v </dev/null >&5) 2>&5  ac_status=$?  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); }{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5  (eval $ac_compiler -V </dev/null >&5) 2>&5  ac_status=$?  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); }cat >conftest.$ac_ext <<_ACEOF/* confdefs.h.  */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h.  */intmain (){  ;  return 0;}_ACEOFac_clean_files_save=$ac_clean_filesac_clean_files="$ac_clean_files a.out a.exe b.out"# 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:$LINENO: checking for C compiler default output file name" >&5echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5  (eval $ac_link_default) 2>&5  ac_status=$?  echo "$as_me:$LINENO: \$? = $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.# Be careful to initialize this variable, since it used to be cached.# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.ac_cv_exeext=# b.out is created by i960 compilers.for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.outdo  test -f "$ac_file" || continue  case $ac_file in    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )	;;    conftest.$ac_ext )	# This is the source file.	;;    [ab].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,	# but it would be cool to find out if it's true.  Does anybody	# maintain Libtool? --akim.	export ac_cv_exeext	break;;    * )	break;;  esacdoneelse  echo "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5{ { echo "$as_me:$LINENO: error: C compiler cannot create executablesSee \`config.log' for more details." >&5echo "$as_me: error: C compiler cannot create executablesSee \`config.log' for more details." >&2;}   { (exit 77); exit 77; }; }fiac_exeext=$ac_cv_exeextecho "$as_me:$LINENO: 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:$LINENO: 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:$LINENO: \"$ac_try\"") >&5  (eval $ac_try) 2>&5  ac_status=$?  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); }; }; then    cross_compiling=no  else    if test "$cross_compiling" = maybe; then	cross_compiling=yes    else	{ { echo "$as_me:$LINENO: error: cannot run C compiled programs.If you meant to cross compile, use \`--host'.See \`config.log' for more details." >&5echo "$as_me: error: cannot run C compiled programs.If you meant to cross compile, use \`--host'.See \`config.log' for more details." >&2;}   { (exit 1); exit 1; }; }    fi  fifiecho "$as_me:$LINENO: result: yes" >&5echo "${ECHO_T}yes" >&6rm -f a.out a.exe conftest$ac_cv_exeext b.outac_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:$LINENO: checking whether we are cross compiling" >&5echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6echo "$as_me:$LINENO: result: $cross_compiling" >&5echo "${ECHO_T}$cross_compiling" >&6echo "$as_me:$LINENO: checking for suffix of executables" >&5echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  (eval $ac_link) 2>&5  ac_status=$?  echo "$as_me:$LINENO: \$? = $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 conftest.exe conftest conftest.*; do  test -f "$ac_file" || continue  case $ac_file in    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`	  export ac_cv_exeext	  break;;    * ) break;;  esacdoneelse  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and linkSee \`config.log' for more details." >&5echo "$as_me: error: cannot compute suffix of executables: cannot compile and linkSee \`config.log' for more details." >&2;}   { (exit 1); exit 1; }; }firm -f conftest$ac_cv_exeextecho "$as_me:$LINENO: result: $ac_cv_exeext" >&5echo "${ECHO_T}$ac_cv_exeext" >&6rm -f conftest.$ac_extEXEEXT=$ac_cv_exeextac_exeext=$EXEEXTecho "$as_me:$LINENO: checking for suffix of object files" >&5echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6if test "${ac_cv_objext+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  cat >conftest.$ac_ext <<_ACEOF/* confdefs.h.  */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h.  */intmain (){  ;  return 0;}_ACEOFrm -f conftest.o conftest.objif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5  (eval $ac_compile) 2>&5  ac_status=$?  echo "$as_me:$LINENO: \$? = $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 | *.xSYM | *.bb | *.bbg ) ;;    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`       break;;  esacdoneelse  echo "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compileSee \`config.log' for more details." >&5echo "$as_me: error: cannot compute suffix of object files: cannot compileSee \`config.log' for more details." >&2;}   { (exit 1); exit 1; }; }firm -f conftest.$ac_cv_objext conftest.$ac_extfiecho "$as_me:$LINENO: result: $ac_cv_objext" >&5echo "${ECHO_T}$ac_cv_objext" >&6OBJEXT=$ac_cv_objextac_objext=$OBJEXTecho "$as_me:$LINENO: 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/* confdefs.h.  */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h.  */intmain (){#ifndef __GNUC__       choke me#endif  ;  return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5  (eval $ac_compile) 2>conftest.er1  ac_status=$?  grep -v '^ *+' conftest.er1 >conftest.err  rm -f conftest.er1  cat conftest.err >&5  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); } &&	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5  (eval $ac_try) 2>&5  ac_status=$?  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); }; } &&	 { ac_try='test -s conftest.$ac_objext'  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5  (eval $ac_try) 2>&5  ac_status=$?  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); }; }; then  ac_compiler_gnu=yeselse  echo "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_compiler_gnu=nofirm -f conftest.err conftest.$ac_objext conftest.$ac_extac_cv_c_compiler_gnu=$ac_compiler_gnufiecho "$as_me:$LINENO: 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:$LINENO: 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/* confdefs.h.  */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h.  */intmain (){  ;  return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5  (eval $ac_compile) 2>conftest.er1  ac_status=$?  grep -v '^ *+' conftest.er1 >conftest.err  rm -f conftest.er1  cat conftest.err >&5  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); } &&	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5  (eval $ac_try) 2>&5  ac_status=$?  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); }; } &&	 { ac_try='test -s conftest.$ac_objext'  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5  (eval $ac_try) 2>&5  ac_status=$?  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); }; }; then  ac_cv_prog_cc_g=yeselse  echo "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_prog_cc_g=nofirm -f conftest.err conftest.$ac_objext conftest.$ac_extfiecho "$as_me:$LINENO: 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=  fifiecho "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6if test "${ac_cv_prog_cc_stdc+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  ac_cv_prog_cc_stdc=noac_save_CC=$CCcat >conftest.$ac_ext <<_ACEOF/* conf

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
精品视频色一区| 亚洲国产成人91porn| 亚洲精品一二三| 激情综合一区二区三区| 色婷婷久久久亚洲一区二区三区| 91精品国产欧美一区二区18| 亚洲欧美日韩久久精品| 久久99精品国产麻豆婷婷| 欧美中文字幕久久| 亚洲三级视频在线观看| 国产精品综合av一区二区国产馆| 欧美色综合天天久久综合精品| 久久久久国产精品免费免费搜索| 日韩成人午夜电影| 在线观看视频91| 亚洲欧洲国产专区| 成人亚洲一区二区一| 日韩欧美亚洲国产另类| 亚洲国产aⅴ天堂久久| 色www精品视频在线观看| 国产日产欧产精品推荐色| 美洲天堂一区二卡三卡四卡视频 | 自拍偷在线精品自拍偷无码专区 | aaa亚洲精品一二三区| 精品福利av导航| 日韩av不卡在线观看| 欧美日韩mp4| 天天综合天天做天天综合| 欧美性大战久久| 亚洲国产视频在线| 欧美日本不卡视频| 视频一区二区中文字幕| 欧美精品久久一区| 日韩中文字幕麻豆| 制服.丝袜.亚洲.中文.综合| 亚洲综合区在线| 欧美日韩在线观看一区二区 | 91麻豆精品国产| 日本不卡一区二区三区| 欧美成人aa大片| 国产在线精品一区二区不卡了| 日韩精品一区二区三区老鸭窝| 国产一区三区三区| 中文一区二区在线观看| 色呦呦一区二区三区| 亚洲国产视频在线| 日韩欧美在线一区二区三区| 国产一区二区三区四区五区美女| 久久这里只有精品视频网| 懂色av一区二区三区免费观看| 国产精品美女久久久久久久久 | 99久久精品一区二区| 亚洲色图第一区| 欧美日韩在线播放一区| 日本午夜一区二区| 久久久久国产精品免费免费搜索| 成人免费高清视频在线观看| 亚洲免费观看高清完整版在线观看| 在线观看国产日韩| 久久精品72免费观看| 国产嫩草影院久久久久| 在线影院国内精品| 极品少妇一区二区三区精品视频| 欧美激情综合网| 欧美日韩一区高清| 国产精品99久久久久| 亚洲成人av一区二区三区| 欧美本精品男人aⅴ天堂| av动漫一区二区| 日韩av在线发布| 国产精品久久久久精k8| 在线不卡中文字幕播放| 岛国av在线一区| 午夜精品久久久久久久蜜桃app| 久久人人97超碰com| 欧美日韩一区二区在线观看视频| 黄一区二区三区| 视频在线在亚洲| 国产精品久久久久久久久免费丝袜| 欧美一三区三区四区免费在线看 | 一片黄亚洲嫩模| 精品久久久久一区二区国产| 99精品国产热久久91蜜凸| 蜜乳av一区二区| 亚洲h在线观看| 亚洲欧美综合在线精品| 久久免费精品国产久精品久久久久| 欧美影视一区在线| 成人app在线观看| 国产尤物一区二区在线| 日韩精品1区2区3区| 亚洲精品成人a在线观看| 国产欧美日韩精品a在线观看| 9191久久久久久久久久久| 一本久久精品一区二区| 国产成人午夜高潮毛片| 另类小说一区二区三区| 亚洲成人资源在线| 一区二区三区鲁丝不卡| 亚洲欧洲日本在线| 国产女人水真多18毛片18精品视频| 欧美一二三四在线| 8x福利精品第一导航| 在线观看日韩电影| 91免费在线看| a在线欧美一区| 国产91精品精华液一区二区三区| 国产一区二区三区最好精华液| 日韩av在线免费观看不卡| 无码av中文一区二区三区桃花岛| 亚洲一区二区三区激情| 一区二区免费视频| 亚洲精品福利视频网站| 亚洲天堂网中文字| 亚洲女爱视频在线| 亚洲另类在线制服丝袜| 亚洲黄色av一区| 日韩中文字幕区一区有砖一区| 性做久久久久久免费观看| 亚洲成人av免费| 午夜精品久久久久久久| 亚洲成人激情av| 日韩精品一级二级| 青娱乐精品在线视频| 久久精品国产色蜜蜜麻豆| 久久99精品国产91久久来源| 国产福利一区二区三区视频| 成人高清免费观看| 91丨九色丨蝌蚪丨老版| 欧美午夜精品免费| 欧美一级久久久| 久久精品欧美一区二区三区麻豆| 国产香蕉久久精品综合网| 日韩一区中文字幕| 亚洲国产精品一区二区久久恐怖片| 亚洲成精国产精品女| 久久不见久久见免费视频1| 国产黑丝在线一区二区三区| 99r精品视频| 7777精品伊人久久久大香线蕉完整版| 日韩精品一区二区三区视频在线观看| 精品国产一区二区在线观看| 国产精品系列在线| 亚洲一区二区精品视频| 六月丁香综合在线视频| 成人午夜精品在线| 欧美视频三区在线播放| 久久综合九色综合97婷婷女人| 国产精品国产三级国产三级人妇 | 亚洲午夜久久久久久久久久久 | 色婷婷av一区二区| 日韩精品一区二区三区蜜臀| 国产精品国产三级国产aⅴ入口| 午夜精品久久久久久久| 国产iv一区二区三区| 欧美久久久一区| 国产精品视频第一区| 亚欧色一区w666天堂| 成人综合婷婷国产精品久久蜜臀| 欧美性生交片4| 久久精子c满五个校花| 日韩精品一二三四| 色一区在线观看| 久久久久国产成人精品亚洲午夜 | 欧美精品色综合| 国产精品久久久久aaaa樱花 | 蜜芽一区二区三区| 91麻豆产精品久久久久久 | 久草在线在线精品观看| 在线欧美日韩精品| 国产免费成人在线视频| 麻豆91免费看| 欧美亚洲国产怡红院影院| 欧美国产日韩a欧美在线观看| 日本不卡123| 欧美性色欧美a在线播放| 国产精品对白交换视频 | 看片网站欧美日韩| 欧美自拍偷拍午夜视频| 国产精品传媒入口麻豆| 国产剧情一区二区三区| 精品噜噜噜噜久久久久久久久试看| 亚洲成av人**亚洲成av**| 91麻豆福利精品推荐| 国产精品嫩草99a| 国产成人综合在线观看| 日韩精品一区二区三区老鸭窝| 日韩综合一区二区| 欧美裸体bbwbbwbbw| 亚洲国产aⅴ成人精品无吗| 一本色道亚洲精品aⅴ| 中文字幕欧美激情| 高清av一区二区| 国产午夜精品美女毛片视频| 国产在线一区观看| 2023国产精品自拍| 国产精品一级在线| 国产日产精品1区| 99久久精品免费看| 国产精品久久久久久久久久免费看|