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

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

?? configure

?? FreeWRLduneInputDevice和FreeWRL一起可以讓用戶用帶有6DoF的輸入設備檢索3D VRML/X3D數據。它基于FreeWRL的"/tmp/inpdev"擴展傳感器輸入接口和w
??
?? 第 1 頁 / 共 5 頁
字號:
  ac_status=$?  echo "$as_me:1319: \$? = $ac_status" >&5  (exit $ac_status); }cat >conftest.$ac_ext <<_ACEOF#line 1323 "configure"#include "confdefs.h"#ifdef F77_DUMMY_MAIN#  ifdef __cplusplus     extern "C"#  endif   int F77_DUMMY_MAIN() { return 1; }#endifintmain (){  ;  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:1345: 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:1348: \"$ac_link_default\"") >&5  (eval $ac_link_default) 2>&5  ac_status=$?  echo "$as_me:1351: \$? = $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 | *.xSYM ) ;;    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:1374: 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:1380: 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:1385: 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:1391: \"$ac_try\"") >&5  (eval $ac_try) 2>&5  ac_status=$?  echo "$as_me:1394: \$? = $ac_status" >&5  (exit $ac_status); }; }; then    cross_compiling=no  else    if test "$cross_compiling" = maybe; then	cross_compiling=yes    else	{ { echo "$as_me:1401: 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:1409: 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:1416: checking whether we are cross compiling" >&5echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6echo "$as_me:1418: result: $cross_compiling" >&5echo "${ECHO_T}$cross_compiling" >&6echo "$as_me:1421: checking for executable suffix" >&5echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6if { (eval echo "$as_me:1423: \"$ac_link\"") >&5  (eval $ac_link) 2>&5  ac_status=$?  echo "$as_me:1426: \$? = $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:1442: 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:1448: result: $ac_cv_exeext" >&5echo "${ECHO_T}$ac_cv_exeext" >&6rm -f conftest.$ac_extEXEEXT=$ac_cv_exeextac_exeext=$EXEEXTecho "$as_me:1454: 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 1460 "configure"#include "confdefs.h"#ifdef F77_DUMMY_MAIN#  ifdef __cplusplus     extern "C"#  endif   int F77_DUMMY_MAIN() { return 1; }#endifintmain (){  ;  return 0;}_ACEOFrm -f conftest.o conftest.objif { (eval echo "$as_me:1478: \"$ac_compile\"") >&5  (eval $ac_compile) 2>&5  ac_status=$?  echo "$as_me:1481: \$? = $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:1493: 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:1500: result: $ac_cv_objext" >&5echo "${ECHO_T}$ac_cv_objext" >&6OBJEXT=$ac_cv_objextac_objext=$OBJEXTecho "$as_me:1504: 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 1510 "configure"#include "confdefs.h"#ifdef F77_DUMMY_MAIN#  ifdef __cplusplus     extern "C"#  endif   int F77_DUMMY_MAIN() { return 1; }#endifintmain (){#ifndef __GNUC__       choke me#endif  ;  return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:1531: \"$ac_compile\"") >&5  (eval $ac_compile) 2>&5  ac_status=$?  echo "$as_me:1534: \$? = $ac_status" >&5  (exit $ac_status); } &&         { ac_try='test -s conftest.$ac_objext'  { (eval echo "$as_me:1537: \"$ac_try\"") >&5  (eval $ac_try) 2>&5  ac_status=$?  echo "$as_me:1540: \$? = $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:1552: 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:1558: 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 1564 "configure"#include "confdefs.h"#ifdef F77_DUMMY_MAIN#  ifdef __cplusplus     extern "C"#  endif   int F77_DUMMY_MAIN() { return 1; }#endifintmain (){  ;  return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:1582: \"$ac_compile\"") >&5  (eval $ac_compile) 2>&5  ac_status=$?  echo "$as_me:1585: \$? = $ac_status" >&5  (exit $ac_status); } &&         { ac_try='test -s conftest.$ac_objext'  { (eval echo "$as_me:1588: \"$ac_try\"") >&5  (eval $ac_try) 2>&5  ac_status=$?  echo "$as_me:1591: \$? = $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:1601: 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:1628: \"$ac_compile\"") >&5  (eval $ac_compile) 2>&5  ac_status=$?  echo "$as_me:1631: \$? = $ac_status" >&5  (exit $ac_status); } &&         { ac_try='test -s conftest.$ac_objext'  { (eval echo "$as_me:1634: \"$ac_try\"") >&5  (eval $ac_try) 2>&5  ac_status=$?  echo "$as_me:1637: \$? = $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 1649 "configure"#include "confdefs.h"#include <stdlib.h>$ac_declaration#ifdef F77_DUMMY_MAIN#  ifdef __cplusplus     extern "C"#  endif   int F77_DUMMY_MAIN() { return 1; }#endifintmain (){exit (42);  ;  return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:1668: \"$ac_compile\"") >&5  (eval $ac_compile) 2>&5  ac_status=$?  echo "$as_me:1671: \$? = $ac_status" >&5  (exit $ac_status); } &&         { ac_try='test -s conftest.$ac_objext'  { (eval echo "$as_me:1674: \"$ac_try\"") >&5  (eval $ac_try) 2>&5  ac_status=$?  echo "$as_me:1677: \$? = $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 1687 "configure"#include "confdefs.h"$ac_declaration#ifdef F77_DUMMY_MAIN#  ifdef __cplusplus     extern "C"#  endif   int F77_DUMMY_MAIN() { return 1; }#endifintmain (){exit (42);  ;  return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:1705: \"$ac_compile\"") >&5  (eval $ac_compile) 2>&5  ac_status=$?  echo "$as_me:1708: \$? = $ac_status" >&5  (exit $ac_status); } &&         { ac_try='test -s conftest.$ac_objext'  { (eval echo "$as_me:1711: \"$ac_try\"") >&5  (eval $ac_try) 2>&5  ac_status=$?  echo "$as_me:1714: \$? = $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.hfielse  echo "$as_me: failed program was:" >&5cat conftest.$ac_ext >&5firm -f conftest.$ac_objext conftest.$ac_extac_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_gnuac_ext=ccac_cpp='$CXXCPP $CPPFLAGS'ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'ac_compiler_gnu=$ac_cv_cxx_compiler_gnuif test -n "$ac_tool_prefix"; then  for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC  do    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.set dummy $ac_tool_prefix$ac_prog; ac_word=$2echo "$as_me:1751: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_CXX+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  if test -n "$CXX"; then

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
另类的小说在线视频另类成人小视频在线| 国产精品色在线观看| 亚洲另类在线一区| 一本一道波多野结衣一区二区| 国产精品网站在线播放| aa级大片欧美| 亚洲猫色日本管| 欧美日韩一级黄| 蜜桃av一区二区在线观看| 久久亚洲一区二区三区四区| 国产一区二区三区四| 中文字幕成人网| 在线亚洲免费视频| 天天综合天天做天天综合| 精品少妇一区二区三区在线视频| 经典三级在线一区| 中文字幕一区三区| 欧美日韩在线播放| 久久99日本精品| 日韩一区中文字幕| 欧美高清视频不卡网| 国产一区二区三区日韩 | 亚洲成人先锋电影| 日韩精品一区在线观看| 不卡的av在线播放| 亚洲成国产人片在线观看| 日韩三级免费观看| av一区二区三区黑人| 丝袜亚洲精品中文字幕一区| 久久精品一级爱片| 欧美日韩免费在线视频| 国产精品资源站在线| 一区二区三区 在线观看视频| 欧美精品在线视频| 成人激情文学综合网| 日韩高清欧美激情| 中文字幕一区日韩精品欧美| 91精品久久久久久久久99蜜臂| 成人综合在线观看| 免费在线观看精品| 依依成人精品视频| 欧美国产综合色视频| 欧美高清在线视频| 欧美精品日韩精品| 色综合久久中文综合久久97| 国产中文一区二区三区| 亚洲国产美女搞黄色| 国产精品入口麻豆九色| 日韩视频在线一区二区| 欧洲另类一二三四区| 成人在线综合网站| 久久成人18免费观看| 日韩精品国产精品| 一区二区三区在线观看国产| 国产免费成人在线视频| 日韩欧美国产一区二区在线播放 | 在线播放91灌醉迷j高跟美女| 成人动漫在线一区| 国产尤物一区二区| 久久av老司机精品网站导航| 午夜精品福利在线| 亚洲成人av资源| 亚洲午夜激情网站| 夜夜精品视频一区二区| 国产精品久久久久久久久果冻传媒| 精品国产免费人成电影在线观看四季 | 日韩av一级电影| 一级特黄大欧美久久久| 中文字幕亚洲一区二区va在线| 欧美精品一区二| 精品成人私密视频| 日韩欧美在线一区二区三区| 欧美一区二区三区的| 欧美日韩美少妇| 欧美男同性恋视频网站| 欧美精品在线观看播放| 51午夜精品国产| 91精品国产一区二区三区 | 丰满岳乱妇一区二区三区| 激情综合五月天| 国产一区二区在线看| 另类小说综合欧美亚洲| 精品亚洲porn| 国产成人免费视频网站| 岛国av在线一区| 99精品国产99久久久久久白柏| 99视频一区二区三区| 99久久er热在这里只有精品66| 97国产一区二区| 在线亚洲高清视频| 91精品国产综合久久婷婷香蕉| 91精品国产综合久久小美女| 精品国一区二区三区| 久久先锋影音av| 国产精品美女久久久久久| 日韩伦理电影网| 视频一区视频二区在线观看| 另类综合日韩欧美亚洲| 国产经典欧美精品| 91一区二区在线| 欧美一区二区三区四区久久| 久久一留热品黄| 亚洲精品一卡二卡| 午夜日韩在线电影| 国产成人免费在线视频| 色天使久久综合网天天| 91精品久久久久久蜜臀| 中文字幕第一区| 午夜日韩在线电影| 成人性生交大片免费| 在线一区二区视频| 精品美女被调教视频大全网站| 欧美国产激情二区三区| 亚洲高清视频在线| 国产精品一区二区免费不卡| 91麻豆免费观看| 91精品国产综合久久福利| 国产精品美女久久久久av爽李琼 | 国产精品乱码人人做人人爱| 亚洲国产日韩a在线播放性色| 九九国产精品视频| 欧洲另类一二三四区| 国产亚洲一区二区三区四区| 亚洲精品视频免费看| 国产一区二区三区在线观看精品| 欧美中文一区二区三区| 久久一留热品黄| 视频一区中文字幕| 99久久99久久久精品齐齐| 亚洲精品一区二区三区福利| 一区二区三区中文在线| 国产精品99久久不卡二区| 欧美一区二区三区公司| 亚洲三级在线看| 国产一区不卡在线| 337p亚洲精品色噜噜| 自拍偷拍亚洲欧美日韩| 国产剧情在线观看一区二区| 欧美福利视频导航| 亚洲激情网站免费观看| 高清在线成人网| 欧美成人在线直播| 偷拍自拍另类欧美| 日本精品裸体写真集在线观看| 久久综合国产精品| 日本美女视频一区二区| 日本高清不卡视频| 亚洲视频一区二区在线| 成人av中文字幕| 国产女主播一区| 国产毛片精品国产一区二区三区| 91精选在线观看| 亚洲午夜激情av| 欧美日韩色综合| 亚洲国产视频网站| 精品视频免费在线| 亚洲欧美国产77777| 91在线播放网址| 亚洲欧美偷拍卡通变态| 成人国产免费视频| 国产精品三级在线观看| 成人aa视频在线观看| 欧美激情在线免费观看| 国产成人精品影院| 久久久久久**毛片大全| 国产精品一二三四区| 久久综合99re88久久爱| 精品亚洲欧美一区| 久久久电影一区二区三区| 国产伦精品一区二区三区视频青涩 | 精品久久人人做人人爰| 美洲天堂一区二卡三卡四卡视频| 欧美一区二区黄| 久久99精品久久久久久国产越南| 欧美一区二区三区免费视频| 久久97超碰国产精品超碰| 欧美成人性战久久| 国产一区二区三区日韩| 国产亚洲欧美一区在线观看| 丁香婷婷综合网| 亚洲品质自拍视频| 欧美日韩一区二区三区四区| 午夜精品福利在线| 精品欧美久久久| 白白色 亚洲乱淫| 亚洲精品久久久久久国产精华液| 在线亚洲一区二区| 免费亚洲电影在线| 久久精品亚洲一区二区三区浴池 | 欧美日韩亚洲不卡| 秋霞影院一区二区| 国产亚洲一区二区三区| 一本色道久久综合亚洲精品按摩| 亚洲国产aⅴ成人精品无吗| 91麻豆精品国产91久久久久久 | 日韩欧美国产高清| 国产激情一区二区三区| 亚洲欧美精品午睡沙发| 日韩女优制服丝袜电影| 大尺度一区二区|