⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 configure

📁 刚才是说明 现在是安装程序在 LINUX环境下进行编程的MPICH安装文件
💻
📖 第 1 页 / 共 4 页
字号:
  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)    ac_prev=x_libraries ;;  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)    x_libraries="$ac_optarg" ;;  -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }    ;;  *)    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then      echo "configure: warning: $ac_option: invalid host type" 1>&2    fi    if test "x$nonopt" != xNONE; then      { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }    fi    nonopt="$ac_option"    ;;  esacdoneif test -n "$ac_prev"; then  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }fitrap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15# File descriptor usage:# 0 standard input# 1 file creation# 2 errors and warnings# 3 some systems may open it to /dev/tty# 4 used on the Kubota Titan# 6 checking for... messages and results# 5 compiler messages saved in config.logif test "$silent" = yes; then  exec 6>/dev/nullelse  exec 6>&1fiexec 5>./config.logecho "\This file contains any messages produced by compilers whilerunning configure, to aid debugging if configure makes a mistake." 1>&5# Strip out --no-create and --no-recursion so they do not pile up.# Also quote any args containing shell metacharacters.ac_configure_args=for ac_argdo  case "$ac_arg" in  -no-create | --no-create | --no-creat | --no-crea | --no-cre \  | --no-cr | --no-c) ;;  -no-recursion | --no-recursion | --no-recursio | --no-recursi \  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;  *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)  ac_configure_args="$ac_configure_args '$ac_arg'" ;;  *) ac_configure_args="$ac_configure_args $ac_arg" ;;  esacdone# NLS nuisances.# Only set these to C if already set.  These must not be set unconditionally# because not all systems understand e.g. LANG=C (notably SCO).# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!# Non-C LC_CTYPE values break the ctype check.if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fiif test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fiif test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fiif test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi# confdefs.h avoids OS command line length limits that DEFS can exceed.rm -rf conftest* confdefs.h# AIX cpp loses on an empty file, so make sure it contains at least a newline.echo > confdefs.h# A filename unique to this package, relative to the directory that# configure is in, which we can look for to find out if srcdir is correct.ac_unique_file=configure.in# Find the source files, if location was not specified.if test -z "$srcdir"; then  ac_srcdir_defaulted=yes  # Try the directory containing this script, then its parent.  ac_prog=$0  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.  srcdir=$ac_confdir  if test ! -r $srcdir/$ac_unique_file; then    srcdir=..  fielse  ac_srcdir_defaulted=nofiif test ! -r $srcdir/$ac_unique_file; then  if test "$ac_srcdir_defaulted" = yes; then    { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }  else    { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }  fifisrcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`# Prefer explicitly selected file to automatically selected ones.if test -z "$CONFIG_SITE"; then  if test "x$prefix" != xNONE; then    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"  else    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"  fififor ac_site_file in $CONFIG_SITE; do  if test -r "$ac_site_file"; then    echo "loading site script $ac_site_file"    . "$ac_site_file"  fidoneif test "X$cache_system" = "X" ; then    # A default file name, just in case    cache_system="config.system"    if test "$cache_file" != "/dev/null" ; then        # Get the directory for the cache file, if any	        cache_system=`echo $cache_file | sed -e 's%^\(.*/\)[^/]*%\1/config.system%'`	        test "x$cache_system" = "x$cache_file" && cache_system="config.system"#    else#        We must *not* set enable_cache to no because we need to know if#        enable_cache was not set.  #        enable_cache=no    fifiif test -z "$real_enable_cache" ; then    real_enable_cache=$enable_cache    if test -z "$real_enable_cache" ; then real_enable_cache="notgiven" ; fifiif test "X$real_enable_cache" = "Xnotgiven" ; then    # check for valid cache file    if test -z "$cache_system" ; then cache_system="config.system" ; fi    if uname -srm >/dev/null 2>&1 ; then		cleanargs=`echo "$CC $F77 $CXX $F90" | tr '"' ' '`        testval="`uname -srm` $cleanargs"        if test -f "$cache_system" -a -n "$testval" ; then	    if test "$testval" = "`cat $cache_system`" ; then	        real_enable_cache="yes"	    fi        elif test ! -f "$cache_system" -a -n "$testval" ; then	    echo "$testval" > $cache_system	    # remove the cache file because it may not correspond to our	    # system	    rm -f $cache_file	    real_enable_cache="yes"        fi    fifiif test "X$real_enable_cache" = "Xyes" -a "$cache_file" = "/dev/null" ; then    real_enable_cache=nofiif test "X$real_enable_cache" = "Xyes" ; then  if test -r "$cache_file" ; then    echo "loading cache $cache_file"    . $cache_file  else    echo "creating cache $cache_file"    > $cache_file    rm -f $cache_system    cleanargs=`echo "$CC $F77 $CXX" | tr '"' ' '`    testval="`uname -srm` $cleanargs"    echo "$testval" > $cache_system  fielse  cache_file="/dev/null"fiac_ext=c# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.ac_cpp='$CPP $CPPFLAGS'ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'cross_compiling=$ac_cv_prog_cc_crossac_exeext=ac_objext=oif (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then  # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.  if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then    ac_n= ac_c='' ac_t='	'  else    ac_n=-n ac_c= ac_t=  fielse  ac_n= ac_c='\c' ac_t=fiif test -f $CONFIG_AUX_DIR/install-sh ; then ac_aux_dir=$CONFIG_AUX_DIR elseac_aux_dir=for ac_dir in ../../../../../confdb $srcdir/../../../../../confdb; do  if test -f $ac_dir/install-sh; then    ac_aux_dir=$ac_dir    ac_install_sh="$ac_aux_dir/install-sh -c"    break  elif test -f $ac_dir/install.sh; then    ac_aux_dir=$ac_dir    ac_install_sh="$ac_aux_dir/install.sh -c"    break  fidonefiif test -z "$ac_aux_dir"; then  { echo "configure: error: can not find install-sh or install.sh in ../../../../../confdb $srcdir/../../../../../confdb" 1>&2; exit 1; }fiac_config_guess=$ac_aux_dir/config.guessac_config_sub=$ac_aux_dir/config.subac_configure=$ac_aux_dir/configure # This should be Cygnus configure.echo "RUNNING CONFIGURE FOR THE TCP CHANNEL"if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status ; then    { echo "configure: error: You cannot do a VPATH build if the source directory has been    configured.  Run "make distclean" in $srcdir first." 1>&2; exit 1; }fitrueif test "X$MAKE" = "X" ; then   for ac_prog in make gnumake nmake pmake smakedo# Extract the first word of "$ac_prog", so it can be a program name with args.set dummy $ac_prog; ac_word=$2echo $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:615: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_prog_MAKE'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  if test -n "$MAKE"; then  ac_cv_prog_MAKE="$MAKE" # Let the user override the test.else  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"  ac_dummy="$PATH"  for ac_dir in $ac_dummy; do    test -z "$ac_dir" && ac_dir=.    if test -f $ac_dir/$ac_word; then      ac_cv_prog_MAKE="$ac_prog"      break    fi  done  IFS="$ac_save_ifs"fifiMAKE="$ac_cv_prog_MAKE"if test -n "$MAKE"; then  echo "$ac_t""$MAKE" 1>&6else  echo "$ac_t""no" 1>&6fitest -n "$MAKE" && breakdonefiecho $ac_n "checking whether clock skew breaks make""... $ac_c" 1>&6echo "configure:648: checking whether clock skew breaks make" >&5if eval "test \"`echo '$''{'pac_cv_prog_make_found_clock_skew'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  rm -f conftest*cat > conftest <<EOFALL:	@-echo "success"EOF$MAKE -f conftest > conftest.out 2>&1if grep -i skew conftest >/dev/null 2>&1 ; then    pac_cv_prog_make_found_clock_skew=yeselse    pac_cv_prog_make_found_clock_skew=nofirm -f conftest*fiecho "$ac_t""$pac_cv_prog_make_found_clock_skew" 1>&6if test "$pac_cv_prog_make_found_clock_skew" = "yes" ; then    echo "configure: warning: Clock skew found by make.  The configure and build may fail.Consider building in a local instead of NFS filesystem." 1>&2fiecho $ac_n "checking whether make echos directory changes""... $ac_c" 1>&6echo "configure:677: checking whether make echos directory changes" >&5if eval "test \"`echo '$''{'pac_cv_prog_make_echos_dir'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  /bin/rm -f conftestcat > conftest <<.SHELL=/bin/shALL:	@(dir="`pwd`" ; cd .. ; \$(MAKE) -f "\$\$dir/conftest" SUB)SUB:	@echo "success".str="`$MAKE -f conftest 2>&1`"if test "$str" != "success" ; then    str="`$MAKE --no-print-directory -f conftest 2>&1`"    if test "$str" = "success" ; then	pac_cv_prog_make_echos_dir="yes using --no-print-directory"    else	pac_cv_prog_make_echos_dir="no"	echo "Unexpected output from make with program" >>config.log	cat conftest >>config.log	echo "str" >> config.log    fielse    pac_cv_prog_make_echos_dir="no"fi/bin/rm -f confteststr=""fiecho "$ac_t""$pac_cv_prog_make_echos_dir" 1>&6if test "$pac_cv_prog_make_echos_dir" = "yes using --no-print-directory" ; then    MAKE="$MAKE --no-print-directory"fiecho $ac_n "checking whether make supports include""... $ac_c" 1>&6echo "configure:717: checking whether make supports include" >&5if eval "test \"`echo '$''{'pac_cv_prog_make_include'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  /bin/rm -f conftestcat > conftest <<.ALL:	@echo "success".cat > conftest1 <<.include conftest.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    :

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -