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

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

?? output.1

?? 《道法自然》書的源碼FishGUI,一個跨平臺的界面庫
?? 1
?? 第 1 頁 / 共 5 頁
字號:
     "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#line $LINENO "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:$LINENO: 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:$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=for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.*; do  test -f "$ac_file" || continue  case $ac_file in    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;    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:$LINENO: error: C++ compiler cannot create executablescheck \`config.log' for details." >&5echo "$as_me: error: C++ compiler cannot create executablescheck \`config.log' for 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'." >&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:$LINENO: 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:$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 link" >&5echo "$as_me: error: cannot compute suffix of executables: cannot compile and link" >&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#line $LINENO "configure"#include "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:" >&5cat conftest.$ac_ext >&5{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile" >&5echo "$as_me: error: cannot compute suffix of object files: cannot compile" >&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_cxx_compiler_gnu+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  cat >conftest.$ac_ext <<_ACEOF#line $LINENO "configure"#include "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>&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:" >&5cat conftest.$ac_ext >&5ac_compiler_gnu=nofirm -f conftest.$ac_objext conftest.$ac_extac_cv_cxx_compiler_gnu=$ac_compiler_gnufiecho "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6GXX=`test $ac_compiler_gnu = yes && echo yes`ac_test_CXXFLAGS=${CXXFLAGS+set}ac_save_CXXFLAGS=$CXXFLAGSCXXFLAGS="-g"echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6if test "${ac_cv_prog_cxx_g+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  cat >conftest.$ac_ext <<_ACEOF#line $LINENO "configure"#include "confdefs.h"intmain (){  ;  return 0;}_ACEOFrm -f conftest.$ac_objextif { (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); } &&         { 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_cxx_g=yeselse  echo "$as_me: failed program was:" >&5cat conftest.$ac_ext >&5ac_cv_prog_cxx_g=nofirm -f conftest.$ac_objext conftest.$ac_extfiecho "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6if test "$ac_test_CXXFLAGS" = set; then  CXXFLAGS=$ac_save_CXXFLAGSelif test $ac_cv_prog_cxx_g = yes; then  if test "$GXX" = yes; then    CXXFLAGS="-g -O2"  else    CXXFLAGS="-g"  fielse  if test "$GXX" = yes; then    CXXFLAGS="-O2"  else    CXXFLAGS=  fififor 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 $LINENO "configure"#include "confdefs.h"@%:@include <stdlib.h>$ac_declarationintmain (){exit (42);  ;  return 0;}_ACEOFrm -f conftest.$ac_objextif { (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); } &&         { 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  :else  echo "$as_me: failed program was:" >&5cat conftest.$ac_ext >&5continuefirm -f conftest.$ac_objext conftest.$ac_ext  cat >conftest.$ac_ext <<_ACEOF#line $LINENO "configure"#include "confdefs.h"$ac_declarationintmain (){exit (42);  ;  return 0;}_ACEOFrm -f conftest.$ac_objextif { (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); } &&         { 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  breakelse  echo "$as_me: failed program was:" >&5cat conftest.$ac_ext >&5firm -f conftest.$ac_objext conftest.$ac_extdonerm -f conftest*if test -n "$ac_declaration"; then  echo '#ifdef __cplusplus' >>confdefs.h  echo $ac_declaration      >>confdefs.h  echo '#endif'             >>confdefs.hfiac_ext=cac_cpp='$CPP $CPPFLAGS'ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'ac_compiler_gnu=$ac_cv_c_compiler_gnu          ac_config_commands="$ac_config_commands default-1"am_make=${MAKE-make}cat > confinc << 'END'doit:	@echo doneEND# If we don't find an include directive, just comment out the code.echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6am__include='#'am__quote=_am_result=none# First try GNU make style include.echo "include confinc" > confmf# We grep out `Entering directory' and `Leaving directory'# messages which can occur if `w' ends up in MAKEFLAGS.# In particular we don't look at `^make:' because GNU make might# be invoked under some other name (usually "gmake"), in which# case it prints its new name instead of `make'.if test "`$am_make -s -f confmf 2> /dev/null | fgrep -v 'ing directory'`" = "done"; then   am__include=include   am__quote=   _am_result=GNUfi# Now try BSD make style include.if test "$am__include" = "#"; then   echo '.include "confinc"' > confmf   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then      am__include=.include      am__quote='"'      _am_result=BSD   fifiecho "$as_me:$LINENO: result: $_am_result" >&5

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲1区2区3区视频| 三级亚洲高清视频| 欧美精品一区二区三区久久久| 91黄色免费观看| 97精品国产露脸对白| 99re亚洲国产精品| 日本乱码高清不卡字幕| 一本久道久久综合中文字幕| 91免费观看视频在线| 在线观看国产日韩| 欧美福利电影网| 欧美一区二区三区在线观看| 欧美一区三区二区| 久久夜色精品国产欧美乱极品| 欧美精品一区二区三区在线| 国产视频911| 中文字幕在线观看一区| 亚洲成人综合视频| 国产在线麻豆精品观看| 国产成人啪午夜精品网站男同| 丁香亚洲综合激情啪啪综合| 成人sese在线| 666欧美在线视频| 久久精品人人做人人综合| 国产精品美女久久久久久久| 亚洲人午夜精品天堂一二香蕉| 亚洲自拍偷拍图区| 激情伊人五月天久久综合| 成人免费毛片app| 在线日韩av片| 久久综合久久综合亚洲| 亚洲欧洲性图库| 免费成人深夜小野草| 成人激情动漫在线观看| 欧美羞羞免费网站| 久久久九九九九| 亚洲线精品一区二区三区八戒| 日本亚洲一区二区| 波多野结衣中文一区| 欧美剧情片在线观看| 国产精品麻豆网站| 奇米综合一区二区三区精品视频 | 欧美区一区二区三区| 精品999在线播放| 亚洲男女毛片无遮挡| 欧美日本高清视频在线观看| 日韩一区二区视频| 亚洲精品欧美在线| 国产真实乱偷精品视频免| 在线观看三级视频欧美| 国产精品久久三| 久久亚洲精华国产精华液 | 欧美日韩免费一区二区三区视频| 亚洲精品国产第一综合99久久 | 亚洲第一会所有码转帖| 91精品国产福利| 国产一区二区三区蝌蚪| 欧美高清在线视频| 欧美综合在线视频| 国模冰冰炮一区二区| 国产精品传媒在线| 欧美三级电影在线观看| 六月丁香综合在线视频| 国产精品美女久久久久高潮| 欧美在线免费视屏| 狠狠色狠狠色综合| 最新日韩在线视频| 欧美一激情一区二区三区| 成人激情免费电影网址| 午夜欧美视频在线观看| 欧美激情资源网| 欧美美女一区二区| 不卡av在线网| 久久精品免费看| 国产精品成人在线观看| 日韩视频一区二区三区| av成人免费在线观看| 美女mm1313爽爽久久久蜜臀| 中文字幕亚洲在| 精品99999| 欧美在线一二三四区| 国产精品系列在线播放| 午夜精品福利视频网站| 国产精品精品国产色婷婷| 91精品国产色综合久久ai换脸| 99久久精品免费看国产免费软件| 麻豆91免费观看| 亚洲国产欧美日韩另类综合| 国产日韩综合av| 欧美一区二区三区精品| 色妞www精品视频| 懂色av一区二区夜夜嗨| 蜜乳av一区二区| 亚洲成人先锋电影| 一区二区在线观看免费| 国产精品素人视频| 精品福利av导航| 欧美大片免费久久精品三p| 欧美亚洲综合在线| 91视频一区二区| 成人精品免费看| 国产一区免费电影| 久久精品久久久精品美女| 亚洲成年人网站在线观看| 亚洲日本青草视频在线怡红院| www精品美女久久久tv| 欧美一级理论性理论a| 欧美嫩在线观看| 欧美色区777第一页| 在线免费av一区| 日本乱人伦aⅴ精品| 一本一道综合狠狠老| 91在线观看下载| 色一情一伦一子一伦一区| 91免费在线视频观看| 91麻豆成人久久精品二区三区| 成人激情图片网| 不卡的电视剧免费网站有什么| 成人免费看视频| eeuss国产一区二区三区| 99久久综合国产精品| 色综合久久久久久久久久久| 在线视频国内自拍亚洲视频| 在线观看一区二区视频| 欧美视频在线观看一区| 欧美日韩精品欧美日韩精品一| 欧美福利电影网| 欧美不卡一区二区三区四区| 2欧美一区二区三区在线观看视频| 久久久久久麻豆| 欧美高清在线精品一区| 一区二区三区四区蜜桃| 亚洲电影视频在线| 久久国产尿小便嘘嘘尿| 国产一区二区剧情av在线| 成人午夜电影小说| 在线精品视频一区二区三四| 91精品国模一区二区三区| 久久综合999| 亚洲欧美一区二区视频| 日日噜噜夜夜狠狠视频欧美人 | 亚洲成人动漫在线免费观看| 日本中文字幕一区二区视频| 韩日精品视频一区| 色偷偷一区二区三区| 91精品久久久久久久91蜜桃 | 一级做a爱片久久| 日韩一区欧美二区| 国产成人精品亚洲午夜麻豆| 色婷婷av一区二区三区gif| 制服丝袜av成人在线看| 久久久久国产精品麻豆ai换脸 | 亚洲国产日韩一级| 韩国一区二区三区| 91福利区一区二区三区| 欧美草草影院在线视频| 一区二区在线电影| 韩国理伦片一区二区三区在线播放| av电影在线观看不卡| 日韩欧美高清一区| 一个色综合av| 国产成人在线视频免费播放| 欧美无砖专区一中文字| 国产欧美日本一区视频| 日韩电影在线一区二区| 成人高清免费观看| 日韩欧美国产一区二区三区| 亚洲人成影院在线观看| 国产一区二区在线观看视频| 欧美日韩免费不卡视频一区二区三区| 欧美成人猛片aaaaaaa| 夜夜揉揉日日人人青青一国产精品| 国产一区二区三区在线观看精品| 欧美系列亚洲系列| 亚洲欧洲无码一区二区三区| 国产一区二区三区四区在线观看| 在线成人免费视频| 亚洲精品福利视频网站| 国产成人自拍网| 久久午夜色播影院免费高清| 奇米色一区二区| 欧美性videosxxxxx| 亚洲乱码国产乱码精品精小说 | 欧美96一区二区免费视频| 91成人免费网站| 国产精品伦一区二区三级视频| 激情综合网天天干| 欧美乱妇一区二区三区不卡视频| 亚洲蜜臀av乱码久久精品| 成人在线一区二区三区| 欧美xxxx老人做受| 免费人成精品欧美精品| 欧美电影在线免费观看| 亚洲成人久久影院| 欧美亚洲综合一区| 亚洲国产精品欧美一二99| 91福利在线观看| 亚洲午夜激情网页| 欧美日韩亚洲综合一区| 亚洲高清中文字幕|