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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? configure

?? 嵌入式linux下web服務(wù)器, 解壓后運行mymk即可,在arm-linux3.4.1下測試通過.
??
?? 第 1 頁 / 共 5 頁
字號:
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/* confdefs.h.  */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h.  */#include <stdarg.h>#include <stdio.h>#include <sys/types.h>#include <sys/stat.h>/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */struct buf { int x; };FILE * (*rcsopen) (struct buf *, struct stat *, int);static char *e (p, i)     char **p;     int i;{  return p[i];}static char *f (char * (*g) (char **, int), char **p, ...){  char *s;  va_list v;  va_start (v,p);  s = g (p, va_arg (v,int));  va_end (v);  return s;}/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has   function prototypes and stuff, but not '\xHH' hex character constants.   These don't provoke an error unfortunately, instead are silently treated   as 'x'.  The following induces an error, until -std1 is added to get   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an   array size at least.  It's necessary to write '\x00'==0 to get something   that's true only with -std1.  */int osf4_cc_array ['\x00' == 0 ? 1 : -1];int test (int i, double x);struct s1 {int (*f) (int a);};struct s2 {int (*f) (double a);};int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);int argc;char **argv;intmain (){return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];  ;  return 0;}_ACEOF# Don't try gcc -ansi; that turns off useful extensions and# breaks some systems' header files.# AIX			-qlanglvl=ansi# Ultrix and OSF/1	-std1# HP-UX 10.20 and later	-Ae# HP-UX older versions	-Aa -D_HPUX_SOURCE# SVR4			-Xc -D__EXTENSIONS__for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"do  CC="$ac_save_CC $ac_arg"  rm -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

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产成人精品亚洲午夜麻豆| 亚洲小说春色综合另类电影| 极品美女销魂一区二区三区 | 日本最新不卡在线| 91精品婷婷国产综合久久性色| 秋霞av亚洲一区二区三| 欧美成人一区二区| 成人一级视频在线观看| 中文字幕色av一区二区三区| 欧洲精品一区二区三区在线观看| 亚洲超丰满肉感bbw| 日韩免费在线观看| 成人美女在线观看| 亚洲综合一二三区| 日韩欧美成人激情| 99国产精品一区| 日日噜噜夜夜狠狠视频欧美人| 精品国内二区三区| 色综合欧美在线| 免费观看30秒视频久久| 国产精品久久毛片a| 欧美三级视频在线播放| 国产一区二区视频在线| 亚洲欧美电影一区二区| 日韩欧美国产小视频| 99久久综合国产精品| 日本亚洲视频在线| 1000精品久久久久久久久| 欧美久久免费观看| 国产**成人网毛片九色| 亚洲一卡二卡三卡四卡五卡| 久久久久9999亚洲精品| 欧美少妇bbb| 国产精品综合久久| 亚洲va国产天堂va久久en| 久久久.com| 欧美精品 国产精品| 国产成人免费av在线| 亚洲va欧美va国产va天堂影院| 欧美激情一区二区三区不卡| 欧美一区二区三区视频| 色综合天天狠狠| 国产不卡视频一区| 蜜臀国产一区二区三区在线播放| 1000部国产精品成人观看| 欧美电影免费观看高清完整版在线 | 看国产成人h片视频| 亚洲欧美日韩成人高清在线一区| 欧美本精品男人aⅴ天堂| 在线国产电影不卡| eeuss鲁片一区二区三区在线观看 eeuss鲁片一区二区三区在线看 | 成人爽a毛片一区二区免费| 日韩中文字幕不卡| 亚洲精品乱码久久久久久久久| 26uuu久久综合| 欧美性色黄大片| 99久久免费视频.com| 国产91露脸合集magnet| 久久精品久久久精品美女| 午夜亚洲国产au精品一区二区| 国产精品丝袜一区| 国产三级精品三级| 欧美精品一区二区蜜臀亚洲| 欧美一卡二卡在线观看| 欧美日韩国产色站一区二区三区| 97精品久久久午夜一区二区三区 | 亚洲1区2区3区4区| 亚洲男人的天堂一区二区| 中文欧美字幕免费| 国产亚洲欧美激情| 久久久亚洲综合| 久久天天做天天爱综合色| 日韩一区二区在线观看| 91精品欧美综合在线观看最新| 欧美日韩一二三区| 欧美理论片在线| 777久久久精品| 欧美一区二区三区男人的天堂 | 欧美tk—视频vk| 精品黑人一区二区三区久久| 欧美va亚洲va国产综合| 久久久三级国产网站| 国产网站一区二区| 国产精品久久免费看| 中文字幕五月欧美| 亚洲与欧洲av电影| 视频一区中文字幕| 免费在线观看成人| 国产一区久久久| 成人午夜私人影院| 一本色道久久综合亚洲aⅴ蜜桃| 在线观看免费成人| 欧美肥妇free| 日韩精品一区二区三区老鸭窝 | 国内外成人在线视频| 国产aⅴ综合色| 色综合欧美在线| 欧美日韩精品是欧美日韩精品| 91精品国产手机| 久久精品这里都是精品| 国产精品成人一区二区艾草| 亚洲国产精品一区二区www| 日韩精品一级中文字幕精品视频免费观看 | 国产麻豆精品视频| 91在线国产观看| 欧美日韩一区三区| www成人在线观看| 成人欧美一区二区三区视频网页| 亚洲一区二区三区四区的| 久久99久久99精品免视看婷婷| 暴力调教一区二区三区| 欧美日韩一区二区三区四区五区| 欧美videossexotv100| 亚洲欧美激情在线| 麻豆91在线看| 91免费视频大全| 日韩三区在线观看| 亚洲视频免费在线观看| 麻豆精品精品国产自在97香蕉| 北岛玲一区二区三区四区| 7777女厕盗摄久久久| 国产精品乱人伦中文| 日韩国产精品久久久久久亚洲| 成人精品gif动图一区| 欧美精品日韩综合在线| 中文字幕亚洲在| 日本不卡123| 91丝袜国产在线播放| 亚洲精品一区二区三区四区高清 | 五月婷婷久久丁香| 国产suv精品一区二区6| 欧美一二三四区在线| 亚洲精品成人天堂一二三| 国产一区二区三区日韩| 欧美日韩中文精品| 一区视频在线播放| 国产在线一区观看| 欧美精品乱人伦久久久久久| 国产精品第一页第二页第三页| 麻豆成人91精品二区三区| 欧洲精品一区二区| 国产日韩亚洲欧美综合| 美女一区二区在线观看| 欧美中文字幕久久| 亚洲欧洲成人精品av97| 国产综合久久久久久久久久久久| 7777精品伊人久久久大香线蕉的 | 日韩电影在线观看一区| 色乱码一区二区三区88| 国产精品美日韩| 国产一区二区三区免费观看| 91精品国产福利| 午夜精品视频在线观看| 欧美日韩一区 二区 三区 久久精品| 日韩伦理免费电影| 暴力调教一区二区三区| 国产精品女主播在线观看| 国产毛片精品视频| 久久免费国产精品| 国产一区二区三区日韩| 久久蜜臀中文字幕| 国产精品中文有码| 国产亚洲精品精华液| 国产一二精品视频| 国产香蕉久久精品综合网| 韩日精品视频一区| 久久久99精品久久| 国产福利一区二区三区视频在线| 精品久久国产字幕高潮| 精品亚洲porn| 国产午夜亚洲精品午夜鲁丝片| 国产毛片精品视频| 国产精品欧美精品| 91麻豆福利精品推荐| 一个色妞综合视频在线观看| 欧美偷拍一区二区| 日韩高清欧美激情| 日韩精品综合一本久道在线视频| 久久99国内精品| 国产人成一区二区三区影院| 成年人网站91| 亚洲精品乱码久久久久久黑人| 欧美日韩午夜精品| 蜜桃av一区二区| 久久亚洲精精品中文字幕早川悠里 | 久久免费看少妇高潮| 成人午夜碰碰视频| 亚洲美女视频一区| 69堂亚洲精品首页| 国模娜娜一区二区三区| 国产精品久久久久桃色tv| 色偷偷成人一区二区三区91| 天天爽夜夜爽夜夜爽精品视频| 91精品国产91久久久久久最新毛片 | 久久一留热品黄| 成人精品免费视频| 亚洲6080在线| 久久欧美一区二区| 欧美在线999| 国产制服丝袜一区|