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

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

?? configure

?? MTL C++ Numeric Library
??
?? 第 1 頁 / 共 5 頁
字號:
# 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=mtl/matrix.h# 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"  fidoneac_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=fiac_aux_dir=for ac_dir in $srcdir $srcdir/.. $srcdir/../..; 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  fidoneif test -z "$ac_aux_dir"; then  { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 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.# Do some error checking and defaulting for the host and target type.# The inputs are:#    configure --host=HOST --target=TARGET --build=BUILD NONOPT## The rules are:# 1. You are not allowed to specify --host, --target, and nonopt at the#    same time.# 2. Host defaults to nonopt.# 3. If nonopt is not specified, then host defaults to the current host,#    as determined by config.guess.# 4. Target and build default to nonopt.# 5. If nonopt is not specified, then target and build default to host.# The aliases save the names the user supplied, while $host etc.# will get canonicalized.case $host---$target---$nonopt inNONE---*---* | *---NONE---* | *---*---NONE) ;;*) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;esac# Make sure we can run config.sub.if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }fiecho $ac_n "checking host system type""... $ac_c" 1>&6echo "configure:574: checking host system type" >&5host_alias=$hostcase "$host_alias" inNONE)  case $nonopt in  NONE)    if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :    else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }    fi ;;  *) host_alias=$nonopt ;;  esac ;;esachost=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`echo "$ac_t""$host" 1>&6echo $ac_n "checking target system type""... $ac_c" 1>&6echo "configure:595: checking target system type" >&5target_alias=$targetcase "$target_alias" inNONE)  case $nonopt in  NONE) target_alias=$host_alias ;;  *) target_alias=$nonopt ;;  esac ;;esactarget=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`echo "$ac_t""$target" 1>&6echo $ac_n "checking build system type""... $ac_c" 1>&6echo "configure:613: checking build system type" >&5build_alias=$buildcase "$build_alias" inNONE)  case $nonopt in  NONE) build_alias=$host_alias ;;  *) build_alias=$nonopt ;;  esac ;;esacbuild=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`echo "$ac_t""$build" 1>&6test "$host_alias" != "$target_alias" &&  test "$program_prefix$program_suffix$program_transform_name" = \    NONENONEs,x,x, &&  program_prefix=${target_alias}-echo "$ac_t""Configure MTL for $target" 1>&6################################################################# Define the current version and release################################################################MTLVERSION=2.1.2MTLRELEASE=20################################################################# Find a good install program.  We prefer a C program (faster),# so one script is as good as another.  But avoid the broken or# incompatible versions:# SysV /etc/install, /usr/sbin/install# SunOS /usr/etc/install# IRIX /sbin/install# AIX /bin/install# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag# AFS /usr/afsws/bin/install, which mishandles nonexistent args# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"# ./install, which can be erroneously created by make from ./install.sh.echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6echo "configure:657: checking for a BSD compatible install" >&5if test -z "$INSTALL"; thenif eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else    IFS="${IFS= 	}"; ac_save_IFS="$IFS"; IFS=":"  for ac_dir in $PATH; do    # Account for people who put trailing slashes in PATH elements.    case "$ac_dir/" in    /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;    *)      # OSF1 and SCO ODT 3.0 have their own names for install.      # Don't use installbsd from OSF since it installs stuff as root      # by default.      for ac_prog in ginstall scoinst install; do        if test -f $ac_dir/$ac_prog; then	  if test $ac_prog = install &&            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then	    # AIX install.  It has an incompatible calling convention.	    :	  else	    ac_cv_path_install="$ac_dir/$ac_prog -c"	    break 2	  fi	fi      done      ;;    esac  done  IFS="$ac_save_IFS"fi  if test "${ac_cv_path_install+set}" = set; then    INSTALL="$ac_cv_path_install"  else    # As a last resort, use the slow shell script.  We don't cache a    # path for INSTALL within a source directory, because that will    # break other packages using the cache if that directory is    # removed, or if the path is relative.    INSTALL="$ac_install_sh"  fifiecho "$ac_t""$INSTALL" 1>&6# Use test -z because SunOS4 sh mishandles braces in ${var-val}.# It thinks the first close brace ends the variable substitution.test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6echo "configure:710: checking whether build environment is sane" >&5# Just in casesleep 1echo timestamp > conftestfile# Do `set' in a subshell so we don't clobber the current shell's# arguments.  Must try -L first in case configure is actually a# symlink; some systems play weird games with the mod time of symlinks# (eg FreeBSD returns the mod time of the symlink's containing# directory).if (   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`   if test "$*" = "X"; then      # -L didn't work.      set X `ls -t $srcdir/configure conftestfile`   fi   if test "$*" != "X $srcdir/configure conftestfile" \      && test "$*" != "X conftestfile $srcdir/configure"; then      # If neither matched, then we have a broken ls.  This can happen      # if, for instance, CONFIG_SHELL is bash and it inherits a      # broken ls alias from the environment.  This has actually      # happened.  Such a system could not be considered "sane".      { echo "configure: error: ls -t appears to fail.  Make sure there is not a brokenalias in your environment" 1>&2; exit 1; }   fi   test "$2" = conftestfile   )then   # Ok.   :else   { echo "configure: error: newly created file is older than distributed files!Check your system clock" 1>&2; exit 1; }firm -f conftest*echo "$ac_t""yes" 1>&6if test "$program_transform_name" = s,x,x,; then  program_transform_name=else  # Double any \ or $.  echo might interpret backslashes.  cat <<\EOF_SED > conftestseds,\\,\\\\,g; s,\$,$$,gEOF_SED  program_transform_name="`echo $program_transform_name|sed -f conftestsed`"  rm -f conftestsedfitest "$program_prefix" != NONE &&  program_transform_name="s,^,${program_prefix},; $program_transform_name"# Use a double $ so make ignores it.test "$program_suffix" != NONE &&  program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"# sed with no file args requires a program.test "$program_transform_name" = "" && program_transform_name="s,x,x,"echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6echo "configure:767: 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}"fiPACKAGE=mtlVERSION=$MTLVERSION-$MTLRELEASEif test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then  { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }ficat >> confdefs.h <<EOF#define PACKAGE "$PACKAGE"EOFcat >> confdefs.h <<EOF#define VERSION "$VERSION"EOFmissing_dir=`cd $ac_aux_dir && pwd`echo $ac_n "checking for working aclocal""... $ac_c" 1>&6echo "configure:813: checking for working aclocal" >&5# Run test in a subshell; some versions of sh will print an error if# an executable is not found, even if stderr is redirected.# Redirect stdin to placate older versions of autoconf.  Sigh.if (aclocal --version) < /dev/null > /dev/null 2>&1; then   ACLOCAL=aclocal   echo "$ac_t""found" 1>&6else   ACLOCAL="$missing_dir/missing aclocal"   echo "$ac_t""missing" 1>&6fiecho $ac_n "checking for working autoconf""... $ac_c" 1>&6echo "configure:826: checking for working autoconf" >&5# Run test in a subshell; some versions of sh will print an error if# an executable is not found, even if stderr is redirected.# Redirect stdin to placate older versions of autoconf.  Sigh.

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
中文字幕一区在线| 国产高清在线精品| 国产老肥熟一区二区三区| 99精品一区二区三区| 在线成人av网站| 国产精品色婷婷久久58| 天堂av在线一区| youjizz国产精品| 久久综合九色综合欧美98 | 99久久免费视频.com| 欧美日韩精品一区二区三区蜜桃| 久久久电影一区二区三区| 亚洲午夜免费视频| 成人性色生活片| 欧美成人国产一区二区| 午夜精品久久久久久久99水蜜桃 | 久久天堂av综合合色蜜桃网| 亚洲成在线观看| 97aⅴ精品视频一二三区| 久久天天做天天爱综合色| 日韩av电影天堂| 欧美日韩精品高清| 亚洲综合激情网| 91免费视频网| 亚洲人成伊人成综合网小说| 国产精品亚洲成人| 久久精品视频一区二区三区| 久久99精品久久久| 精品久久人人做人人爱| 日韩电影在线一区二区| 欧美人妖巨大在线| 亚洲成a人在线观看| 欧美色老头old∨ideo| 亚洲欧美日本韩国| 在线亚洲一区二区| 一区二区三区av电影| 在线观看日韩精品| 亚洲成av人片在线观看无码| 欧美日韩精品欧美日韩精品一| 夜夜嗨av一区二区三区中文字幕| 一本高清dvd不卡在线观看| 亚洲三级视频在线观看| 97国产一区二区| 一区二区三区免费观看| 欧美三级韩国三级日本三斤| 五月天婷婷综合| 欧美一级日韩一级| 久久se这里有精品| 久久精品亚洲精品国产欧美| 成人精品国产福利| 亚洲精品视频一区二区| 欧美亚洲动漫精品| 日韩电影在线免费| 26uuu国产在线精品一区二区| 国内成人精品2018免费看| 中文字幕免费不卡| 色婷婷综合久久久久中文| 天堂成人国产精品一区| 国产午夜精品久久久久久免费视| 不卡一区二区在线| 偷拍日韩校园综合在线| 久久夜色精品国产噜噜av| 成人免费毛片app| 亚洲成人免费视频| 久久一夜天堂av一区二区三区 | 亚洲美女屁股眼交| 91麻豆精品国产综合久久久久久| 韩国一区二区三区| 亚洲视频狠狠干| 日韩三级视频中文字幕| 成人av在线资源| 日本视频在线一区| 国产精品久久久久一区二区三区| 在线观看视频欧美| 国产69精品久久99不卡| 天堂蜜桃一区二区三区| 欧美精彩视频一区二区三区| 欧美色涩在线第一页| 成人中文字幕在线| 免费不卡在线视频| 夜夜揉揉日日人人青青一国产精品 | 777午夜精品免费视频| 国产盗摄一区二区三区| 午夜影院在线观看欧美| 国产精品无遮挡| 日韩欧美色综合| 欧美伊人精品成人久久综合97 | 男女男精品视频网| 亚洲视频一二区| 2欧美一区二区三区在线观看视频 337p粉嫩大胆噜噜噜噜噜91av | 成人av在线影院| 精品伊人久久久久7777人| 一区二区成人在线| 亚洲日穴在线视频| 中文字幕国产精品一区二区| 欧美一级夜夜爽| 欧美视频日韩视频在线观看| 国产成人精品免费在线| 久久精品国产秦先生| 午夜精彩视频在线观看不卡| 日韩理论电影院| 国产亚洲一本大道中文在线| 日韩一区二区三区在线| 欧美日韩精品福利| 欧美在线免费观看视频| 91免费版在线| 99久久精品国产麻豆演员表| 国产成人亚洲精品狼色在线| 精品一区二区三区免费观看| 日韩av网站在线观看| 丝袜国产日韩另类美女| 一区二区三区在线免费播放| 亚洲男人的天堂av| 亚洲三级在线免费观看| 亚洲天堂av一区| 亚洲色图欧洲色图婷婷| 一区二区三区日本| 亚洲影院久久精品| 亚洲3atv精品一区二区三区| 亚洲综合色噜噜狠狠| 一区二区三区精密机械公司| 亚洲精品中文字幕在线观看| 亚洲视频网在线直播| 亚洲女人小视频在线观看| 亚洲区小说区图片区qvod| 亚洲品质自拍视频网站| 亚洲永久精品国产| 日韩精品一级二级| 免费在线看一区| 紧缚捆绑精品一区二区| 国产精品一二三| 成人成人成人在线视频| av在线不卡电影| 色老汉av一区二区三区| 欧美三级韩国三级日本一级| 欧美一区二区三区在线电影| 日韩欧美国产麻豆| 欧美国产一区在线| 亚洲精品视频在线观看免费| 午夜不卡在线视频| 国产黄色精品视频| 97国产精品videossex| 欧美嫩在线观看| 国产亚洲欧美色| 一片黄亚洲嫩模| 久久99久久精品| av在线这里只有精品| 69堂国产成人免费视频| 国产午夜精品一区二区三区嫩草| 亚洲视频免费在线观看| 美女性感视频久久| www.性欧美| 91精品国产色综合久久不卡蜜臀| 久久久一区二区| 亚洲成a人片在线观看中文| 精品综合久久久久久8888| 99精品桃花视频在线观看| 日韩一区二区三区免费看| 国产精品久久久久久亚洲伦 | 国产精品免费久久| 亚洲va欧美va天堂v国产综合| 国产在线日韩欧美| 欧美四级电影网| 亚洲国产精品黑人久久久| 亚洲二区在线观看| 国产成人午夜精品影院观看视频 | 亚洲黄色录像片| 美女爽到高潮91| 91美女在线视频| 久久午夜国产精品| 亚洲综合999| 成a人片国产精品| 久久女同性恋中文字幕| 日韩精品久久久久久| 在线一区二区观看| 亚洲欧洲成人av每日更新| 久久99精品国产麻豆婷婷洗澡| 91福利视频久久久久| 国产情人综合久久777777| 激情六月婷婷久久| 欧美福利视频一区| 亚洲一区自拍偷拍| 91一区在线观看| 亚洲国产精品成人久久综合一区| 久久 天天综合| 日韩欧美在线123| 亚洲成人免费在线观看| 欧洲在线/亚洲| 亚洲激情综合网| 91在线观看免费视频| 国产精品欧美经典| 高清在线不卡av| 久久女同性恋中文字幕| 国产在线精品一区二区不卡了| 91精品国产综合久久蜜臀| 亚洲电影一级片| 欧美日韩亚洲综合一区二区三区| 一区二区在线观看免费| 日本韩国精品在线| 一区二区三区精品在线|