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

📄 configure

📁 一个播放器 使用了evc 大家可以参考下 哦
💻
📖 第 1 页 / 共 5 页
字号:
gnu*)  lt_cv_deplibs_check_method=pass_all  ;;hpux10.20*|hpux11*)  lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'  lt_cv_file_magic_cmd=/usr/bin/file  lt_cv_file_magic_test_file=/usr/lib/libc.sl  ;;irix5* | irix6*)  case $host_os in  irix5*)    # this will be overridden with pass_all, but let us keep it just in case    lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"    ;;  *)    case $LD in    *-32|*"-32 ") libmagic=32-bit;;    *-n32|*"-n32 ") libmagic=N32;;    *-64|*"-64 ") libmagic=64-bit;;    *) libmagic=never-match;;    esac    # this will be overridden with pass_all, but let us keep it just in case    lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"    ;;  esac  lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`  lt_cv_deplibs_check_method=pass_all  ;;# This must be Linux ELF.linux-gnu*)  case $host_cpu in  alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* | s390* )    lt_cv_deplibs_check_method=pass_all ;;  *)    # glibc up to 2.1.1 does not perform some relocations on ARM    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;;  esac  lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`  ;;netbsd*)  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then    lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so\.[0-9]+\.[0-9]+$'  else    lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so$'  fi  ;;newos6*)  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'  lt_cv_file_magic_cmd=/usr/bin/file  lt_cv_file_magic_test_file=/usr/lib/libnls.so  ;;osf3* | osf4* | osf5*)  # this will be overridden with pass_all, but let us keep it just in case  lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'  lt_cv_file_magic_test_file=/shlib/libc.so  lt_cv_deplibs_check_method=pass_all  ;;sco3.2v5*)  lt_cv_deplibs_check_method=pass_all  ;;solaris*)  lt_cv_deplibs_check_method=pass_all  lt_cv_file_magic_test_file=/lib/libc.so  ;;sysv5uw[78]* | sysv4*uw2*)  lt_cv_deplibs_check_method=pass_all  ;;sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)  case $host_vendor in  motorola)    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`    ;;  ncr)    lt_cv_deplibs_check_method=pass_all    ;;  sequent)    lt_cv_file_magic_cmd='/bin/file'    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'    ;;  sni)    lt_cv_file_magic_cmd='/bin/file'    lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"    lt_cv_file_magic_test_file=/lib/libc.so    ;;  esac  ;;esacfiecho "$ac_t""$lt_cv_deplibs_check_method" 1>&6file_magic_cmd=$lt_cv_file_magic_cmddeplibs_check_method=$lt_cv_deplibs_check_methodecho $ac_n "checking for object suffix""... $ac_c" 1>&6echo "configure:1781: checking for object suffix" >&5if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  rm -f conftest*echo 'int i = 1;' > conftest.$ac_extif { (eval echo configure:1787: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  for ac_file in conftest.*; do    case $ac_file in    *.c) ;;    *) ac_cv_objext=`echo $ac_file | sed -e s/conftest.//` ;;    esac  doneelse  { echo "configure: error: installation or configuration problem; compiler does not work" 1>&2; exit 1; }firm -f conftest*fiecho "$ac_t""$ac_cv_objext" 1>&6OBJEXT=$ac_cv_objextac_objext=$ac_cv_objextecho $ac_n "checking for executable suffix""... $ac_c" 1>&6echo "configure:1807: checking for executable suffix" >&5if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  if test "$CYGWIN" = yes || test "$MINGW32" = yes; then  ac_cv_exeext=.exeelse  rm -f conftest*  echo 'int main () { return 0; }' > conftest.$ac_ext  ac_cv_exeext=  if { (eval echo configure:1817: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then    for file in conftest.*; do      case $file in      *.c | *.o | *.obj) ;;      *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;      esac    done  else    { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }  fi  rm -f conftest*  test x"${ac_cv_exeext}" = x && ac_cv_exeext=nofifiEXEEXT=""test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}echo "$ac_t""${ac_cv_exeext}" 1>&6ac_exeext=$EXEEXTif test $host != $build; then  ac_tool_prefix=${host_alias}-else  ac_tool_prefix=fi# Check for command to grab the raw symbol name followed by C symbol from nm.echo $ac_n "checking command to parse $NM output""... $ac_c" 1>&6echo "configure:1848: checking command to parse $NM output" >&5if eval "test \"`echo '$''{'lt_cv_sys_global_symbol_pipe'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  # These are sane defaults that work on at least a few old systems.# [They come from Ultrix.  What could be older than Ultrix?!! ;)]# Character class describing NM global symbol codes.symcode='[BCDEGRST]'# Regexp to match symbols that can be accessed directly from C.sympat='\([_A-Za-z][_A-Za-z0-9]*\)'# Transform the above into a raw symbol and a C symbol.symxfrm='\1 \2\3 \3'# Transform an extracted symbol line into a proper C declarationlt_cv_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern char \1;/p'"# Define system-specific variables.case $host_os inaix*)  symcode='[BCDT]'  ;;cygwin* | mingw* | pw32*)  symcode='[ABCDGISTW]'  ;;hpux*) # Its linker distinguishes data from code symbols  lt_cv_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern char \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"  ;;irix*)  symcode='[BCDEGRST]'  ;;solaris* | sysv5*)  symcode='[BDT]'  ;;sysv4)  symcode='[DFNSTU]'  ;;esac# Handle CRLF in mingw tool chainopt_cr=case $host_os inmingw*)  opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp  ;;esac# If we're using GNU nm, then use its standard symbol codes.if $NM -V 2>&1 | egrep '(GNU|with BFD)' > /dev/null; then  symcode='[ABCDGISTW]'fi# Try without a prefix undercore, then with it.for ac_symprfx in "" "_"; do  # Write the raw and C identifiers.lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ 	]\($symcode$symcode*\)[ 	][ 	]*\($ac_symprfx\)$sympat$opt_cr$/$symxfrm/p'"  # Check to see that the pipe works correctly.  pipe_works=no  rm -f conftest*  cat > conftest.$ac_ext <<EOF#ifdef __cplusplusextern "C" {#endifchar nm_test_var;void nm_test_func(){}#ifdef __cplusplus}#endifint main(){nm_test_var='a';nm_test_func();return(0);}EOF  if { (eval echo configure:1924: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then    # Now try to grab the symbols.    nlist=conftest.nm    if { (eval echo configure:1927: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\") 1>&5; (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5; } && test -s "$nlist"; then      # Try sorting and uniquifying the output.      if sort "$nlist" | uniq > "$nlist"T; then	mv -f "$nlist"T "$nlist"      else	rm -f "$nlist"T      fi      # Make sure that we snagged all the symbols we need.      if egrep ' nm_test_var$' "$nlist" >/dev/null; then	if egrep ' nm_test_func$' "$nlist" >/dev/null; then	  cat <<EOF > conftest.$ac_ext#ifdef __cplusplusextern "C" {#endifEOF	  # Now generate the symbol file.	  eval "$lt_cv_global_symbol_to_cdecl"' < "$nlist" >> conftest.$ac_ext'	  cat <<EOF >> conftest.$ac_ext#if defined (__STDC__) && __STDC__# define lt_ptr_t void *#else# define lt_ptr_t char *# define const#endif/* The mapping between symbol names and symbols. */const struct {  const char *name;  lt_ptr_t address;}lt_preloaded_symbols[] ={EOF	  sed "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" >> conftest.$ac_ext	  cat <<\EOF >> conftest.$ac_ext  {0, (lt_ptr_t) 0}};#ifdef __cplusplus}#endifEOF	  # Now try linking the two files.	  mv conftest.$ac_objext conftstm.$ac_objext	  save_LIBS="$LIBS"	  save_CFLAGS="$CFLAGS"	  LIBS="conftstm.$ac_objext"	  CFLAGS="$CFLAGS$no_builtin_flag"	  if { (eval echo configure:1978: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then	    pipe_works=yes	  fi	  LIBS="$save_LIBS"	  CFLAGS="$save_CFLAGS"	else	  echo "cannot find nm_test_func in $nlist" >&5	fi      else	echo "cannot find nm_test_var in $nlist" >&5      fi    else      echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5    fi  else    echo "$progname: failed program was:" >&5    cat conftest.$ac_ext >&5  fi  rm -f conftest* conftst*  # Do not use the global_symbol_pipe unless it works.  if test "$pipe_works" = yes; then    break  else    lt_cv_sys_global_symbol_pipe=  fidonefiglobal_symbol_pipe="$lt_cv_sys_global_symbol_pipe"if test -z "$lt_cv_sys_global_symbol_pipe"; then  global_symbol_to_cdecl=else  global_symbol_to_cdecl="$lt_cv_global_symbol_to_cdecl"fiif test -z "$global_symbol_pipe$global_symbol_to_cdecl"; then  echo "$ac_t""failed" 1>&6else  echo "$ac_t""ok" 1>&6fifor ac_hdr in dlfcn.hdoac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6echo "configure:2024: checking for $ac_hdr" >&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 2029 "configure"#include "confdefs.h"#include <$ac_hdr>EOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:2034: \"$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    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`  cat >> confdefs.h <<EOF#define $ac_tr_hdr 1EOF else  echo "$ac_t""no" 1>&6fidone# Only perform the check for file, if the check method requires itcase $deplibs_check_method infile_magic*)  if test "$file_magic_cmd" = '$MAGIC_CMD'; then    echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6echo "configure:2069: checking for ${ac_tool_prefix}file" >&5if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  case $MAGIC_CMD in  /*)  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.  ;;  ?:/*)  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.  ;;  *)  ac_save_MAGIC_CMD="$MAGIC_CMD"  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"  ac_dummy="/usr/bin:$PATH"  for ac_dir in $ac_dummy; do    test -z "$ac_dir" && ac_dir=.    if test -f $ac_dir/${ac_tool_prefix}file; then      lt_cv_path_MAGIC_CMD="$ac_di

⌨️ 快捷键说明

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