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

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

?? ltmain.sh

?? nios-linux交叉編譯器,可以在linux環境下建立nios的交叉編譯環境.
?? SH
?? 第 1 頁 / 共 5 頁
字號:
temporary object file, and libtool could not work around it becauseyour compiler does not support \`-c' and \`-o' together.  If yourepeat this compilation, it may succeed, by chance, but you had betteravoid parallel builds (make -j) in this platform, or get a bettercompiler."	$run $rm $removelist	exit 1      fi      echo $srcfile > "$lockfile"    fi    if test -n "$fix_srcfile_path"; then      eval srcfile=\"$fix_srcfile_path\"    fi    # Only build a PIC object if we are building libtool libraries.    if test "$build_libtool_libs" = yes; then      # Without this assignment, base_compile gets emptied.      fbsd_hideous_sh_bug=$base_compile      if test "$pic_mode" != no; then	# All platforms use -DPIC, to notify preprocessed assembler code.	command="$base_compile $srcfile $pic_flag -DPIC"      else	# Don't build PIC code	command="$base_compile $srcfile"      fi      if test "$build_old_libs" = yes; then	lo_libobj="$libobj"	dir=`$echo "X$libobj" | $Xsed -e 's%/[^/]*$%%'`	if test "X$dir" = "X$libobj"; then	  dir="$objdir"	else	  dir="$dir/$objdir"	fi	libobj="$dir/"`$echo "X$libobj" | $Xsed -e 's%^.*/%%'`	if test -d "$dir"; then	  $show "$rm $libobj"	  $run $rm $libobj	else	  $show "$mkdir $dir"	  $run $mkdir $dir	  status=$?	  if test $status -ne 0 && test ! -d $dir; then	    exit $status	  fi	fi      fi      if test "$compiler_o_lo" = yes; then	output_obj="$libobj"	command="$command -o $output_obj"      elif test "$compiler_c_o" = yes; then	output_obj="$obj"	command="$command -o $output_obj"      fi      $run $rm "$output_obj"      $show "$command"      if $run eval "$command"; then :      else	test -n "$output_obj" && $run $rm $removelist	exit 1      fi      if test "$need_locks" = warn &&	 test x"`cat $lockfile 2>/dev/null`" != x"$srcfile"; then	echo "\*** ERROR, $lockfile contains:`cat $lockfile 2>/dev/null`but it should contain:$srcfileThis indicates that another process is trying to use the sametemporary object file, and libtool could not work around it becauseyour compiler does not support \`-c' and \`-o' together.  If yourepeat this compilation, it may succeed, by chance, but you had betteravoid parallel builds (make -j) in this platform, or get a bettercompiler."	$run $rm $removelist	exit 1      fi      # Just move the object if needed, then go on to compile the next one      if test x"$output_obj" != x"$libobj"; then	$show "$mv $output_obj $libobj"	if $run $mv $output_obj $libobj; then :	else	  error=$?	  $run $rm $removelist	  exit $error	fi      fi      # If we have no pic_flag, then copy the object into place and finish.      if (test -z "$pic_flag" || test "$pic_mode" != default) &&	 test "$build_old_libs" = yes; then	# Rename the .lo from within objdir to obj	if test -f $obj; then	  $show $rm $obj	  $run $rm $obj	fi	$show "$mv $libobj $obj"	if $run $mv $libobj $obj; then :	else	  error=$?	  $run $rm $removelist	  exit $error	fi	xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'`	if test "X$xdir" = "X$obj"; then	  xdir="."	else	  xdir="$xdir"	fi	baseobj=`$echo "X$obj" | $Xsed -e "s%.*/%%"`	libobj=`$echo "X$baseobj" | $Xsed -e "$o2lo"`	# Now arrange that obj and lo_libobj become the same file	$show "(cd $xdir && $LN_S $baseobj $libobj)"	if $run eval '(cd $xdir && $LN_S $baseobj $libobj)'; then	  # Unlock the critical section if it was locked	  if test "$need_locks" != no; then	    $run $rm "$lockfile"	  fi	  exit 0	else	  error=$?	  $run $rm $removelist	  exit $error	fi      fi      # Allow error messages only from the first compilation.      suppress_output=' >/dev/null 2>&1'    fi    # Only build a position-dependent object if we build old libraries.    if test "$build_old_libs" = yes; then      if test "$pic_mode" != yes; then	# Don't build PIC code	command="$base_compile $srcfile"      else	# All platforms use -DPIC, to notify preprocessed assembler code.	command="$base_compile $srcfile $pic_flag -DPIC"      fi      if test "$compiler_c_o" = yes; then	command="$command -o $obj"	output_obj="$obj"      fi      # Suppress compiler output if we already did a PIC compilation.      command="$command$suppress_output"      $run $rm "$output_obj"      $show "$command"      if $run eval "$command"; then :      else	$run $rm $removelist	exit 1      fi      if test "$need_locks" = warn &&	 test x"`cat $lockfile 2>/dev/null`" != x"$srcfile"; then	echo "\*** ERROR, $lockfile contains:`cat $lockfile 2>/dev/null`but it should contain:$srcfileThis indicates that another process is trying to use the sametemporary object file, and libtool could not work around it becauseyour compiler does not support \`-c' and \`-o' together.  If yourepeat this compilation, it may succeed, by chance, but you had betteravoid parallel builds (make -j) in this platform, or get a bettercompiler."	$run $rm $removelist	exit 1      fi      # Just move the object if needed      if test x"$output_obj" != x"$obj"; then	$show "$mv $output_obj $obj"	if $run $mv $output_obj $obj; then :	else	  error=$?	  $run $rm $removelist	  exit $error	fi      fi      # Create an invalid libtool object if no PIC, so that we do not      # accidentally link it into a program.      if test "$build_libtool_libs" != yes; then	$show "echo timestamp > $libobj"	$run eval "echo timestamp > \$libobj" || exit $?      else	# Move the .lo from within objdir	$show "$mv $libobj $lo_libobj"	if $run $mv $libobj $lo_libobj; then :	else	  error=$?	  $run $rm $removelist	  exit $error	fi      fi    fi    # Unlock the critical section if it was locked    if test "$need_locks" != no; then      $run $rm "$lockfile"    fi    exit 0    ;;  # libtool link mode  link | relink)    modename="$modename: link"    case $host in    *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)      # It is impossible to link a dll without this setting, and      # we shouldn't force the makefile maintainer to figure out      # which system we are compiling for in order to pass an extra      # flag for every libtool invokation.      # allow_undefined=no      # FIXME: Unfortunately, there are problems with the above when trying      # to make a dll which has undefined symbols, in which case not      # even a static library is built.  For now, we need to specify      # -no-undefined on the libtool link line when we can be certain      # that all symbols are satisfied, otherwise we get a static library.      allow_undefined=yes      ;;    *)      allow_undefined=yes      ;;    esac    libtool_args="$nonopt"    compile_command="$nonopt"    finalize_command="$nonopt"    compile_rpath=    finalize_rpath=    compile_shlibpath=    finalize_shlibpath=    convenience=    old_convenience=    deplibs=    old_deplibs=    compiler_flags=    linker_flags=    dllsearchpath=    lib_search_path=`pwd`    inst_prefix_dir=    avoid_version=no    dlfiles=    dlprefiles=    dlself=no    export_dynamic=no    export_symbols=    export_symbols_regex=    generated=    libobjs=    ltlibs=    module=no    no_install=no    objs=    prefer_static_libs=no    preload=no    prev=    prevarg=    release=    rpath=    xrpath=    perm_rpath=    temp_rpath=    thread_safe=no    vinfo=    # We need to know -static, to get the right output filenames.    for arg    do      case $arg in      -all-static | -static)	if test "X$arg" = "X-all-static"; then	  if test "$build_libtool_libs" = yes && test -z "$link_static_flag"; then	    $echo "$modename: warning: complete static linking is impossible in this configuration" 1>&2	  fi	  if test -n "$link_static_flag"; then	    dlopen_self=$dlopen_self_static	  fi	else	  if test -z "$pic_flag" && test -n "$link_static_flag"; then	    dlopen_self=$dlopen_self_static	  fi	fi	build_libtool_libs=no	build_old_libs=yes	prefer_static_libs=yes	break	;;      esac    done    # See if our shared archives depend on static archives.    test -n "$old_archive_from_new_cmds" && build_old_libs=yes    # Go through the arguments, transforming them on the way.    while test $# -gt 0; do      arg="$1"      shift      case $arg in      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")	qarg=\"`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`\" ### testsuite: skip nested quoting test	;;      *) qarg=$arg ;;      esac      libtool_args="$libtool_args $qarg"      # If the previous option needs an argument, assign it.      if test -n "$prev"; then	case $prev in	output)	  compile_command="$compile_command @OUTPUT@"	  finalize_command="$finalize_command @OUTPUT@"	  ;;	esac	case $prev in	dlfiles|dlprefiles)	  if test "$preload" = no; then	    # Add the symbol object into the linking commands.	    compile_command="$compile_command @SYMFILE@"	    finalize_command="$finalize_command @SYMFILE@"	    preload=yes	  fi	  case $arg in	  *.la | *.lo) ;;  # We handle these cases below.	  force)	    if test "$dlself" = no; then	      dlself=needless	      export_dynamic=yes	    fi	    prev=	    continue	    ;;	  self)	    if test "$prev" = dlprefiles; then	      dlself=yes	    elif test "$prev" = dlfiles && test "$dlopen_self" != yes; then	      dlself=yes	    else	      dlself=needless	      export_dynamic=yes	    fi	    prev=	    continue	    ;;	  *)	    if test "$prev" = dlfiles; then	      dlfiles="$dlfiles $arg"	    else	      dlprefiles="$dlprefiles $arg"	    fi	    prev=	    continue	    ;;	  esac	  ;;	expsyms)	  export_symbols="$arg"	  if test ! -f "$arg"; then	    $echo "$modename: symbol file \`$arg' does not exist"	    exit 1	  fi	  prev=	  continue	  ;;	expsyms_regex)	  export_symbols_regex="$arg"	  prev=	  continue	  ;;        inst_prefix)	  inst_prefix_dir="$arg"	  prev=	  continue	  ;;	release)	  release="-$arg"	  prev=	  continue	  ;;	rpath | xrpath)	  # We need an absolute path.	  case $arg in	  [\\/]* | [A-Za-z]:[\\/]*) ;;	  *)	    $echo "$modename: only absolute run-paths are allowed" 1>&2	    exit 1	    ;;	  esac	  if test "$prev" = rpath; then	    case "$rpath " in	    *" $arg "*) ;;	    *) rpath="$rpath $arg" ;;	    esac	  else	    case "$xrpath " in	    *" $arg "*) ;;	    *) xrpath="$xrpath $arg" ;;	    esac	  fi	  prev=	  continue	  ;;	xcompiler)	  compiler_flags="$compiler_flags $qarg"	  prev=	  compile_command="$compile_command $qarg"	  finalize_command="$finalize_command $qarg"	  continue	  ;;	xlinker)	  linker_flags="$linker_flags $qarg"	  compiler_flags="$compiler_flags $wl$qarg"	  prev=	  compile_command="$compile_command $wl$qarg"	  finalize_command="$finalize_command $wl$qarg"	  continue	  ;;	*)	  eval "$prev=\"\$arg\""	  prev=	  continue	  ;;	esac      fi # test -n $prev      prevarg="$arg"      case $arg in      -all-static)	if test -n "$link_static_flag"; then	  compile_command="$compile_command $link_static_flag"	  finalize_command="$finalize_command $link_static_flag"	fi	continue	;;      -allow-undefined)	# FIXME: remove this flag sometime in the future.	$echo "$modename: \`-allow-undefined' is deprecated because it is the default" 1>&2	continue	;;      -avoid-version)	avoid_version=yes	continue	;;      -dlopen)	prev=dlfiles	continue	;;      -dlpreopen)	prev=dlprefiles	continue	;;      -export-dynamic)	export_dynamic=yes	continue	;;      -export-symbols | -export-symbols-regex)	if test -n "$export_symbols" || test -n "$export_symbols_regex"; then	  $echo "$modename: more than one -exported-symbols argument is not allowed"	  exit 1	fi	if test "X$arg" = "X-export-symbols"; then	  prev=expsyms	else	  prev=expsyms_regex	fi	continue	;;      -inst-prefix-dir)	prev=inst_prefix	continue	;;      # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:*

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
蜜桃av一区二区三区电影| 亚洲与欧洲av电影| 国产一区三区三区| 久久久久久99精品| 成人精品小蝌蚪| 一区二区三区在线观看欧美| 欧美网站大全在线观看| 视频在线在亚洲| 精品国一区二区三区| 白白色亚洲国产精品| 一区二区三区四区视频精品免费| 在线亚洲人成电影网站色www| 亚洲国产中文字幕| 日韩视频免费观看高清完整版 | 亚洲高清视频中文字幕| 91精品午夜视频| 国产一区二区免费视频| 18成人在线视频| 在线观看视频91| 九九九久久久精品| 一区二区中文视频| 欧美电影一区二区| 成人在线一区二区三区| 亚洲一区二区不卡免费| 精品久久久久av影院| 不卡电影一区二区三区| 日一区二区三区| 国产精品免费av| 91精品欧美久久久久久动漫| 国产精品一区二区三区乱码| 亚洲一区二区三区四区在线观看| 欧美电视剧在线看免费| 91欧美一区二区| 久久99国产精品久久99| 亚洲麻豆国产自偷在线| 精品国产免费视频| 欧美性感一类影片在线播放| 国产在线一区二区| 亚洲成人黄色小说| 综合久久给合久久狠狠狠97色| 91麻豆精品国产综合久久久久久| 成人av资源在线观看| 青椒成人免费视频| 尤物在线观看一区| 国产日韩欧美麻豆| 日韩欧美国产一区二区三区| 99久久精品免费观看| 国产在线不卡一区| 日韩黄色一级片| 亚洲欧美激情小说另类| 久久久久亚洲蜜桃| 欧美一区二区精美| 欧美图片一区二区三区| 91在线观看视频| 国产精品91一区二区| 久久精品国产999大香线蕉| 夜夜精品视频一区二区| 国产精品福利一区| 久久精品视频免费| 日韩视频在线观看一区二区| 欧美精品日韩精品| 色综合色狠狠综合色| 成人午夜视频福利| 国产一区二区久久| 精品亚洲国内自在自线福利| 日韩和欧美一区二区三区| 亚洲一区二区三区小说| 亚洲中国最大av网站| 一级日本不卡的影视| 中文字幕日韩av资源站| 成人免费在线视频观看| 亚洲欧美在线高清| 亚洲欧美国产三级| 夜夜嗨av一区二区三区四季av| 中文字幕一区日韩精品欧美| 亚洲国产精品ⅴa在线观看| 欧美激情一区二区三区在线| 久久精品男人天堂av| 国产婷婷一区二区| 国产精品久久午夜夜伦鲁鲁| 中文字幕不卡在线观看| 亚洲欧洲精品一区二区精品久久久| 国产精品三级av在线播放| 中文字幕不卡一区| 亚洲精品五月天| 亚洲五码中文字幕| 日韩福利电影在线| 久久99精品国产.久久久久久| 老司机精品视频在线| 国产精品一区二区在线观看不卡| 国产伦精品一区二区三区免费 | 国产在线播放一区| 国产成人无遮挡在线视频| av欧美精品.com| 在线免费观看日本欧美| 欧美一区二区三区免费大片| 精品99999| √…a在线天堂一区| 亚洲在线免费播放| 精品一区二区三区在线观看国产| 国产成人在线视频网址| 一本到不卡精品视频在线观看| 欧美私人免费视频| 日韩欧美一区二区不卡| 国产免费成人在线视频| 亚洲国产视频一区二区| 精品午夜一区二区三区在线观看| 懂色av一区二区三区免费观看| 色综合欧美在线| 欧美日韩国产首页| 久久久久青草大香线综合精品| 亚洲少妇30p| 麻豆精品一二三| 99久久99久久精品免费观看| 欧美精品色一区二区三区| 久久精品夜色噜噜亚洲aⅴ| 亚洲欧美日韩国产中文在线| 免费看日韩精品| 91亚洲精品一区二区乱码| 在线综合+亚洲+欧美中文字幕| 国产午夜精品美女毛片视频| 亚洲午夜影视影院在线观看| 国产精选一区二区三区| 欧美写真视频网站| 中文字幕欧美激情| 日韩福利视频导航| 色婷婷综合久久久中文字幕| 日韩欧美在线网站| 一个色在线综合| 国产.精品.日韩.另类.中文.在线.播放| 91啪亚洲精品| 国产欧美精品一区aⅴ影院| 日韩高清不卡一区二区| 在线区一区二视频| 欧美极品另类videosde| 美女在线观看视频一区二区| 在线免费不卡视频| 国产精品嫩草影院av蜜臀| 美女视频免费一区| 欧美日韩免费不卡视频一区二区三区| 国产精品看片你懂得| 久久99久久99| 3751色影院一区二区三区| 亚洲男同性恋视频| 不卡一区在线观看| 337p粉嫩大胆色噜噜噜噜亚洲| 性欧美大战久久久久久久久| av在线一区二区| 国产精品午夜在线观看| 国产成人综合在线播放| 337p粉嫩大胆噜噜噜噜噜91av| 青青草国产成人99久久| 69堂成人精品免费视频| 亚洲成人一二三| 色网站国产精品| 亚洲精品日韩一| 日本福利一区二区| 亚洲人一二三区| 色噜噜狠狠成人中文综合| 亚洲欧洲精品一区二区三区| 成人精品小蝌蚪| 国产精品成人免费精品自在线观看| 国产一区二区三区电影在线观看 | 欧美日韩夫妻久久| 亚洲无人区一区| 欧美吞精做爰啪啪高潮| 亚洲国产综合人成综合网站| 欧美色视频一区| 日韩电影在线一区| 欧美一区二区精美| 久久精品国产亚洲高清剧情介绍| 欧美一级二级在线观看| 久久激情综合网| 日本一区二区视频在线观看| 成人精品国产一区二区4080| 国产精品久久久爽爽爽麻豆色哟哟| 国产69精品一区二区亚洲孕妇| 国产精品视频你懂的| 99re66热这里只有精品3直播 | 91网站在线播放| 亚洲乱码国产乱码精品精98午夜| 在线观看日韩国产| 日本一区中文字幕| 精品国产乱码久久久久久闺蜜| 国产精品一品二品| 亚洲人一二三区| 91精品国产入口在线| 久久电影网电视剧免费观看| 国产三级精品在线| 色欧美片视频在线观看| 五月综合激情日本mⅴ| 精品久久99ma| 成人精品鲁一区一区二区| 亚洲综合区在线| 精品日韩成人av| av中文字幕一区| 免费人成黄页网站在线一区二区| 日本一二三不卡| 欧美日韩第一区日日骚| 国内精品国产成人国产三级粉色 |