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

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

?? configure

?? The example for Boor USING MPI2
??
?? 第 1 頁 / 共 5 頁
字號:
.pac_str=`$MAKE -f conftest1 2>&1`/bin/rm -f conftest conftest1if test "$pac_str" != "success" ; then    pac_cv_prog_make_include="no"else    pac_cv_prog_make_include="yes"fifiecho "$ac_t""$pac_cv_prog_make_include" 1>&6if test "$pac_cv_prog_make_include" = "no" ; then    :else    :fiecho $ac_n "checking whether make allows comments in actions""... $ac_c" 1>&6echo "configure:1774: checking whether make allows comments in actions" >&5if eval "test \"`echo '$''{'pac_cv_prog_make_allows_comments'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  /bin/rm -f conftestcat > conftest <<.SHELL=/bin/shALL:	@# This is a valid comment!	@echo "success".pac_str=`$MAKE -f conftest 2>&1`/bin/rm -f conftest if test "$pac_str" != "success" ; then    pac_cv_prog_make_allows_comments="no"else    pac_cv_prog_make_allows_comments="yes"fifiecho "$ac_t""$pac_cv_prog_make_allows_comments" 1>&6if test "$pac_cv_prog_make_allows_comments" = "no" ; then    echo "configure: warning: Your make does not allow comments in target code.Using this make may cause problems when building programs.You should consider using gnumake instead." 1>&2    fiecho $ac_n "checking for virtual path format""... $ac_c" 1>&6echo "configure:1808: checking for virtual path format" >&5if eval "test \"`echo '$''{'pac_cv_prog_make_vpath'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  rm -rf conftest*mkdir conftestdircat >conftestdir/a.c <<EOFA sample fileEOFcat > conftest <<EOFall: a.oVPATH=.:conftestdir.c.o:	@echo \$<EOFac_out=`$MAKE -f conftest 2>&1 | grep 'conftestdir/a.c'`if test -n "$ac_out" ; then     pac_cv_prog_make_vpath="VPATH"else    rm -f conftest    cat > conftest <<EOFall: a.o.PATH: . conftestdir.c.o:	@echo \$<EOF    ac_out=`$MAKE -f conftest 2>&1 | grep 'conftestdir/a.c'`    if test -n "$ac_out" ; then         pac_cv_prog_make_vpath=".PATH"    else	pac_cv_prog_make_vpath="neither VPATH nor .PATH works"    fifirm -rf conftest*fiecho "$ac_t""$pac_cv_prog_make_vpath" 1>&6if test "$pac_cv_prog_make_vpath" = "VPATH" ; then    VPATH='VPATH=.:${srcdir}'elif test "$pac_cv_prog_make_vpath" = ".PATH" ; then    VPATH='.PATH: . ${srcdir}'fiecho $ac_n "checking whether make sets CFLAGS""... $ac_c" 1>&6echo "configure:1857: checking whether make sets CFLAGS" >&5if eval "test \"`echo '$''{'pac_cv_prog_make_set_cflags'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  /bin/rm -f conftestcat > conftest <<EOFSHELL=/bin/shALL:	@echo X\${CFLAGS}XEOFpac_str=`$MAKE -f conftest 2>&1`/bin/rm -f conftest if test "$pac_str" = "XX" ; then    pac_cv_prog_make_set_cflags="no"else    pac_cv_prog_make_set_cflags="yes"fifiecho "$ac_t""$pac_cv_prog_make_set_cflags" 1>&6if test "$pac_cv_prog_make_set_cflags" = "no" ; then    :else    SET_CFLAGS='CFLAGS='fiif test "$pac_cv_prog_make_echos_dir" = "no" ; then    echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6echo "configure:1888: checking whether ${MAKE-make} sets \${MAKE}" >&5set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  cat > conftestmake <<\EOFall:	@echo 'ac_maketemp="${MAKE}"'EOF# GNU make sometimes prints "make[1]: Entering...", which would confuse us.eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`if test -n "$ac_maketemp"; then  eval ac_cv_prog_make_${ac_make}_set=yeselse  eval ac_cv_prog_make_${ac_make}_set=nofirm -f conftestmakefiif eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then  echo "$ac_t""yes" 1>&6  SET_MAKE=else  echo "$ac_t""no" 1>&6  SET_MAKE="MAKE=${MAKE-make}"fielse    SET_MAKE="MAKE=${MAKE-make}"fiecho $ac_n "checking for library containing fabs""... $ac_c" 1>&6echo "configure:1921: checking for library containing fabs" >&5if eval "test \"`echo '$''{'ac_cv_search_fabs'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  ac_func_search_save_LIBS="$LIBS"ac_cv_search_fabs="no"cat > conftest.$ac_ext <<EOF#line 1928 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error.  *//* We use char because int might match the return type of a gcc2    builtin and then its argument prototype would still apply.  */char fabs();int main() {fabs(); return 0; }EOFif { (eval echo configure:1939: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  rm -rf conftest*  ac_cv_search_fabs="none required"else  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5firm -f conftest*test "$ac_cv_search_fabs" = "no" && for i in m; doLIBS="-l$i  $ac_func_search_save_LIBS"cat > conftest.$ac_ext <<EOF#line 1950 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error.  *//* We use char because int might match the return type of a gcc2    builtin and then its argument prototype would still apply.  */char fabs();int main() {fabs(); return 0; }EOFif { (eval echo configure:1961: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  rm -rf conftest*  ac_cv_search_fabs="-l$i"breakelse  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5firm -f conftest*doneLIBS="$ac_func_search_save_LIBS"fiecho "$ac_t""$ac_cv_search_fabs" 1>&6if test "$ac_cv_search_fabs" != "no"; then  test "$ac_cv_search_fabs" = "none required" || LIBS="$ac_cv_search_fabs $LIBS"  else :  fi# Check for mpi.hecho $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6echo "configure:1984: checking how to run the C preprocessor" >&5# On Suns, sometimes $CPP names a directory.if test -n "$CPP" && test -d "$CPP"; then  CPP=fiif test -z "$CPP"; thenif eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else    # This must be in double quotes, not single quotes, because CPP may get  # substituted into the Makefile and "${CC-cc}" will confuse make.  CPP="${CC-cc} -E"  # On the NeXT, cc -E runs the code through the compiler's parser,  # not just through cpp.  cat > conftest.$ac_ext <<EOF#line 1999 "configure"#include "confdefs.h"#include <assert.h>Syntax ErrorEOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:2005: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`if test -z "$ac_err"; then  :else  echo "$ac_err" >&5  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  CPP="${CC-cc} -E -traditional-cpp"  cat > conftest.$ac_ext <<EOF#line 2016 "configure"#include "confdefs.h"#include <assert.h>Syntax ErrorEOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:2022: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`if test -z "$ac_err"; then  :else  echo "$ac_err" >&5  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  CPP="${CC-cc} -nologo -E"  cat > conftest.$ac_ext <<EOF#line 2033 "configure"#include "confdefs.h"#include <assert.h>Syntax ErrorEOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:2039: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`if test -z "$ac_err"; then  :else  echo "$ac_err" >&5  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  CPP=/lib/cppfirm -f conftest*firm -f conftest*firm -f conftest*  ac_cv_prog_CPP="$CPP"fi  CPP="$ac_cv_prog_CPP"else  ac_cv_prog_CPP="$CPP"fiecho "$ac_t""$CPP" 1>&6ac_safe=`echo "mpi.h" | sed 'y%./+-%__p_%'`echo $ac_n "checking for mpi.h""... $ac_c" 1>&6echo "configure:2065: checking for mpi.h" >&5if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  cat > conftest.$ac_ext <<EOF#line 2070 "configure"#include "confdefs.h"#include <mpi.h>EOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:2075: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`if test -z "$ac_err"; then  rm -rf conftest*  eval "ac_cv_header_$ac_safe=yes"else  echo "$ac_err" >&5  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  eval "ac_cv_header_$ac_safe=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then  echo "$ac_t""yes" 1>&6  :else  echo "$ac_t""no" 1>&6{ echo "configure: error: mpi.h is required" 1>&2; exit 1; }fitrap '' 1 2 15cat > confcache <<\EOF# This file is a shell script that caches the results of configure# tests run on this system so they can be shared between configure# scripts and configure runs.  It is not useful on other systems.# If it contains results you don't want to keep, you may remove or edit it.## By default, configure uses ./config.cache as the cache file,# creating it if it does not exist already.  You can give configure# the --cache-file=FILE option to use a different cache file; that is# what configure does when it calls configure scripts in# subdirectories, so they share the cache.# Giving --cache-file=/dev/null disables caching, for debugging configure.# config.status only pays attention to the cache file if you give it the# --recheck option to rerun configure.#EOF# The following way of writing the cache mishandles newlines in values,# but we know of no workaround that is simple, portable, and efficient.# So, don't put newlines in cache variables' values.# Ultrix sh set writes to stderr and can't be redirected directly,# and sets the high bit in the cache file unless we assign to the vars.(set) 2>&1 |  case `(ac_space=' '; set | grep ac_space) 2>&1` in  *ac_space=\ *)    # `set' does not quote correctly, so add quotes (double-quote substitution    # turns \\\\ into \\, and sed turns \\ into \).    sed -n \      -e "s/'/'\\\\''/g" \      -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"    ;;  *)    # `set' quotes correctly as required by POSIX, so do not add quotes.    sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'    ;;  esac >> confcacheif cmp -s $cache_file confcache; then  :else  if test -w $cache_file; then    echo "updating cache $cache_file"    cat confcache > $cache_file  else    echo "not updating unwritable cache $cache_file"  fifirm -f confcachetrap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15test "x$prefix" = xNONE && prefix=$ac_default_prefix# Let make expand exec_prefix.test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'# Any assignment to VPATH causes Sun make to only execute# the first set of double-colon rules, so remove it if not needed.# If there is a colon in the path, we need to keep it.if test "x$srcdir" = x.; then  ac_vpsub='/^[ 	]*VPATH[ 	]*=[^:]*$/d'fitrap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15# Transform confdefs.h into DEFS.# Protect against shell expansion while executing Makefile rules.# Protect against Makefile macro expansion.cat > conftest.defs <<\EOFs%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%gs%[ 	`~#$^&*(){}\\|;'"<>?]%\\&%gs%\[%\\&%gs%\]%\\&%gs%\$%$$%gEOFDEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`rm -f conftest.defs# Without the "./", some shells look in PATH for config.status.: ${CONFIG_STATUS=./config.status}echo creating $CONFIG_STATUSrm -f $CONFIG_STATUScat > $CONFIG_STATUS <<EOF#! /bin/sh# Generated automatically by configure.# Run this file to recreate the current configuration.# This directory was configured as follows,# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:## $0 $ac_configure_args## Compiler output produced by configure, useful for debugging# configure, is

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产伦精一区二区三区| 国产午夜亚洲精品羞羞网站| av男人天堂一区| 亚洲精品乱码久久久久久黑人| 欧美三日本三级三级在线播放| 99久久精品情趣| 99免费精品在线| 日本韩国欧美三级| 欧美日韩精品免费| 色欧美日韩亚洲| 欧美日韩电影在线| 精品美女在线播放| 久久精子c满五个校花| 一区在线中文字幕| 自拍偷自拍亚洲精品播放| 伊人色综合久久天天| 亚洲bt欧美bt精品777| 蜜臀99久久精品久久久久久软件| 精品在线你懂的| 国产剧情一区二区| 91天堂素人约啪| 555www色欧美视频| 国产欧美日韩不卡| 亚洲一区影音先锋| 韩国一区二区视频| 91丨九色丨国产丨porny| 欧美日韩1区2区| 国产日韩高清在线| 亚洲一区二区三区免费视频| 日本一区中文字幕| 99久久婷婷国产综合精品| 欧美私人免费视频| 欧美国产欧美亚州国产日韩mv天天看完整| 日韩一区在线看| 蜜臀av性久久久久蜜臀aⅴ流畅 | 欧美午夜一区二区三区| 欧美本精品男人aⅴ天堂| 国产精品久久久久久亚洲毛片| 图片区小说区国产精品视频| 国产精品一区二区在线看| 91久久精品一区二区| 国产日韩欧美亚洲| 麻豆久久一区二区| 欧美私人免费视频| 亚洲欧洲精品一区二区三区不卡| 午夜精品久久久久久久| 成人一级黄色片| 欧美精品一区男女天堂| 亚洲电影在线播放| 成人一区二区三区| 久久你懂得1024| 蜜桃视频免费观看一区| 欧美日韩视频一区二区| 国产精品你懂的在线| 国内精品久久久久影院薰衣草| 欧美精品777| 亚洲激情在线激情| 91在线看国产| 日韩毛片视频在线看| 国产99久久久国产精品潘金| 26uuu另类欧美| 日韩电影在线观看网站| 欧美三级在线视频| 亚洲在线视频网站| 在线精品视频小说1| 亚洲乱码国产乱码精品精98午夜| 风间由美性色一区二区三区| 久久综合狠狠综合久久激情| 美女精品一区二区| 日韩精品在线网站| 精品中文字幕一区二区| 欧美精品一区二区在线观看| 极品少妇xxxx精品少妇偷拍| 日韩一级片网址| 日韩影视精彩在线| 日韩视频一区二区三区在线播放| 日韩成人午夜精品| 欧美大片在线观看一区二区| 毛片av一区二区三区| 日韩精品资源二区在线| 精品一区中文字幕| 欧美—级在线免费片| 成人动漫一区二区| 亚洲精品国产无天堂网2021| 成人黄色av电影| 欧美国产一区视频在线观看| 国产精品中文有码| 亚洲国产高清aⅴ视频| 91一区二区三区在线观看| 亚洲美女淫视频| 在线不卡一区二区| 久久精品99久久久| 国产视频视频一区| 97精品视频在线观看自产线路二| 亚洲精品国产a久久久久久| 欧美日韩五月天| 精品一区二区在线看| 国产亚洲成aⅴ人片在线观看| 国产精品一区二区久久不卡 | 91麻豆精品在线观看| 亚洲成av人片在线观看无码| 日韩精品一区二区三区在线| 国产精品一区久久久久| 亚洲一区二区三区视频在线| 欧美大黄免费观看| 91香蕉国产在线观看软件| 午夜精品福利视频网站| 国产日韩欧美综合一区| 欧美无砖专区一中文字| 国产精品一区久久久久| 亚洲成人av福利| 国产午夜精品一区二区三区嫩草| 91黄色免费观看| 国产乱码精品一区二区三区五月婷| 成人免费小视频| 日韩女优电影在线观看| 色欧美日韩亚洲| 国产成人无遮挡在线视频| 午夜精品久久久久久久蜜桃app| 久久久亚洲精品一区二区三区 | 欧美tk—视频vk| 色乱码一区二区三区88| 国产一区91精品张津瑜| 香蕉影视欧美成人| 中文字幕一区二区三| 精品乱人伦一区二区三区| 欧美日韩成人综合天天影院| 99久久久久久| 丁香另类激情小说| 麻豆传媒一区二区三区| 亚洲国产aⅴ成人精品无吗| 国产精品久久久久影院老司| 久久久久久免费| 日韩欧美一二区| 欧美日韩电影在线| 欧美日韩卡一卡二| 色94色欧美sute亚洲线路一ni| 成人午夜视频福利| 国产不卡免费视频| 久久99久国产精品黄毛片色诱| 午夜亚洲福利老司机| 一区二区三区色| 亚洲欧美一区二区三区孕妇| 国产精品三级在线观看| 国产欧美视频在线观看| 久久综合色婷婷| 亚洲精品一区二区三区蜜桃下载| 51精品秘密在线观看| 制服丝袜成人动漫| 欧美一区日韩一区| 欧美一二三四在线| 欧美电影免费观看高清完整版| 91麻豆精品国产91久久久使用方法 | 精品噜噜噜噜久久久久久久久试看| 精品视频在线免费看| 欧美三级韩国三级日本三斤| 欧洲精品一区二区三区在线观看| 一本久道久久综合中文字幕| 91亚洲大成网污www| 欧美在线一二三四区| 欧美亚洲愉拍一区二区| 欧美日韩综合在线免费观看| 欧美精品在线一区二区三区| 欧美一区在线视频| 久久久久久97三级| 成人免费视频在线观看| 亚洲国产精品久久不卡毛片| 男人的j进女人的j一区| 国产一二精品视频| 91免费在线播放| 欧美精品三级在线观看| 2024国产精品| 亚洲视频免费观看| 午夜电影网一区| 国产成人免费视频一区| 日本电影欧美片| 日韩精品在线一区| 亚洲欧洲国产日韩| 日本午夜一区二区| 懂色中文一区二区在线播放| 91黄色免费网站| 久久亚洲影视婷婷| 亚洲精品亚洲人成人网| 久久精品国产99久久6| 9i在线看片成人免费| 91精品国产欧美一区二区成人| 亚洲精品一区二区三区香蕉| 悠悠色在线精品| 国产精品亚洲成人| 欧美丰满少妇xxxbbb| 中文av字幕一区| 石原莉奈一区二区三区在线观看| 国产91高潮流白浆在线麻豆| 欧美午夜精品一区二区蜜桃 | 91丨九色丨国产丨porny| 日韩欧美色综合网站| 亚洲精品乱码久久久久| 精彩视频一区二区三区| 欧美日韩国产片| 成人欧美一区二区三区白人 |