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

📄 config.log

📁 模拟P2P各种网络环境的,适合新手们的学习,不错的源码.
💻 LOG
📖 第 1 页 / 共 2 页
字号:
configure:4277: test -s conftest.oconfigure:4280: $? = 0configure:4292: result: inlineconfigure:4321: checking for memsetconfigure:4378: gcc -o conftest -g -O2   conftest.c  >&5conftest.c:52: warning: conflicting types for built-in function 'memset'configure:4384: $? = 0configure:4388: test -z 			 || test ! -s conftest.errconfigure:4391: $? = 0configure:4394: test -s conftestconfigure:4397: $? = 0configure:4409: result: yesconfigure:4321: checking for powconfigure:4378: gcc -o conftest -g -O2   conftest.c  >&5conftest.c:53: warning: conflicting types for built-in function 'pow'/tmp/ccAKF305.o: In function `main':/home/tracey/p2psimulator/conftest.c:68: undefined reference to `pow'/tmp/ccAKF305.o:(.data+0x0): undefined reference to `pow'collect2: ld returned 1 exit statusconfigure:4384: $? = 1configure: failed program was:| /* confdefs.h.  */| | #define PACKAGE_NAME "simulator"| #define PACKAGE_TARNAME "simulator"| #define PACKAGE_VERSION "0.1"| #define PACKAGE_STRING "simulator 0.1"| #define PACKAGE_BUGREPORT "futing@tom.com"| #define PACKAGE "simulator"| #define VERSION "0.1"| #ifdef __cplusplus| extern "C" void std::exit (int) throw (); using std::exit;| #endif| #define STDC_HEADERS 1| #define HAVE_SYS_TYPES_H 1| #define HAVE_SYS_STAT_H 1| #define HAVE_STDLIB_H 1| #define HAVE_STRING_H 1| #define HAVE_MEMORY_H 1| #define HAVE_STRINGS_H 1| #define HAVE_INTTYPES_H 1| #define HAVE_STDINT_H 1| #define HAVE_UNISTD_H 1| #define HAVE_STDLIB_H 1| #define HAVE_UNISTD_H 1| #define HAVE__BOOL 1| #define HAVE_STDBOOL_H 1| #define HAVE_MEMSET 1| /* end confdefs.h.  */| /* Define pow to an innocuous variant, in case <limits.h> declares pow.|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */| #define pow innocuous_pow| | /* System header to define __stub macros and hopefully few prototypes,|     which can conflict with char pow (); below.|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since|     <limits.h> exists even on freestanding compilers.  */| | #ifdef __STDC__| # include <limits.h>| #else| # include <assert.h>| #endif| | #undef pow| | /* Override any gcc2 internal prototype to avoid an error.  */| #ifdef __cplusplus| extern "C"| {| #endif| /* We use char because int might match the return type of a gcc2|    builtin and then its argument prototype would still apply.  */| char pow ();| /* The GNU C library defines this for functions which it implements|     to always fail with ENOSYS.  Some functions are actually named|     something starting with __ and the normal name is an alias.  */| #if defined (__stub_pow) || defined (__stub___pow)| choke me| #else| char (*f) () = pow;| #endif| #ifdef __cplusplus| }| #endif| | int| main ()| {| return f != pow;|   ;|   return 0;| }configure:4409: result: noconfigure:4321: checking for sqrtconfigure:4378: gcc -o conftest -g -O2   conftest.c  >&5conftest.c:53: warning: conflicting types for built-in function 'sqrt'/tmp/ccexApuf.o: In function `main':/home/tracey/p2psimulator/conftest.c:68: undefined reference to `sqrt'/tmp/ccexApuf.o:(.data+0x0): undefined reference to `sqrt'collect2: ld returned 1 exit statusconfigure:4384: $? = 1configure: failed program was:| /* confdefs.h.  */| | #define PACKAGE_NAME "simulator"| #define PACKAGE_TARNAME "simulator"| #define PACKAGE_VERSION "0.1"| #define PACKAGE_STRING "simulator 0.1"| #define PACKAGE_BUGREPORT "futing@tom.com"| #define PACKAGE "simulator"| #define VERSION "0.1"| #ifdef __cplusplus| extern "C" void std::exit (int) throw (); using std::exit;| #endif| #define STDC_HEADERS 1| #define HAVE_SYS_TYPES_H 1| #define HAVE_SYS_STAT_H 1| #define HAVE_STDLIB_H 1| #define HAVE_STRING_H 1| #define HAVE_MEMORY_H 1| #define HAVE_STRINGS_H 1| #define HAVE_INTTYPES_H 1| #define HAVE_STDINT_H 1| #define HAVE_UNISTD_H 1| #define HAVE_STDLIB_H 1| #define HAVE_UNISTD_H 1| #define HAVE__BOOL 1| #define HAVE_STDBOOL_H 1| #define HAVE_MEMSET 1| /* end confdefs.h.  */| /* Define sqrt to an innocuous variant, in case <limits.h> declares sqrt.|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */| #define sqrt innocuous_sqrt| | /* System header to define __stub macros and hopefully few prototypes,|     which can conflict with char sqrt (); below.|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since|     <limits.h> exists even on freestanding compilers.  */| | #ifdef __STDC__| # include <limits.h>| #else| # include <assert.h>| #endif| | #undef sqrt| | /* Override any gcc2 internal prototype to avoid an error.  */| #ifdef __cplusplus| extern "C"| {| #endif| /* We use char because int might match the return type of a gcc2|    builtin and then its argument prototype would still apply.  */| char sqrt ();| /* The GNU C library defines this for functions which it implements|     to always fail with ENOSYS.  Some functions are actually named|     something starting with __ and the normal name is an alias.  */| #if defined (__stub_sqrt) || defined (__stub___sqrt)| choke me| #else| char (*f) () = sqrt;| #endif| #ifdef __cplusplus| }| #endif| | int| main ()| {| return f != sqrt;|   ;|   return 0;| }configure:4409: result: noconfigure:4321: checking for strerrorconfigure:4378: gcc -o conftest -g -O2   conftest.c  >&5configure:4384: $? = 0configure:4388: test -z 			 || test ! -s conftest.errconfigure:4391: $? = 0configure:4394: test -s conftestconfigure:4397: $? = 0configure:4409: result: yesconfigure:4321: checking for strtolconfigure:4378: gcc -o conftest -g -O2   conftest.c  >&5configure:4384: $? = 0configure:4388: test -z 			 || test ! -s conftest.errconfigure:4391: $? = 0configure:4394: test -s conftestconfigure:4397: $? = 0configure:4409: result: yesconfigure:4538: creating ./config.status## ---------------------- #### Running config.status. #### ---------------------- ##This file was extended by simulator config.status 0.1, which wasgenerated by GNU Autoconf 2.59.  Invocation command line was  CONFIG_FILES    =   CONFIG_HEADERS  =   CONFIG_LINKS    =   CONFIG_COMMANDS =   $ ./config.status on SMP110config.status:695: creating Makefileconfig.status:799: creating config.hconfig.status:919: config.h is unchangedconfig.status:1099: executing depfiles commands## ---------------- #### Cache variables. #### ---------------- ##ac_cv_c_compiler_gnu=yesac_cv_c_const=yesac_cv_c_inline=inlineac_cv_cxx_compiler_gnu=yesac_cv_env_CC_set=ac_cv_env_CC_value=ac_cv_env_CFLAGS_set=ac_cv_env_CFLAGS_value=ac_cv_env_CPPFLAGS_set=ac_cv_env_CPPFLAGS_value=ac_cv_env_CPP_set=ac_cv_env_CPP_value=ac_cv_env_CXXFLAGS_set=ac_cv_env_CXXFLAGS_value=ac_cv_env_CXX_set=ac_cv_env_CXX_value=ac_cv_env_LDFLAGS_set=ac_cv_env_LDFLAGS_value=ac_cv_env_build_alias_set=ac_cv_env_build_alias_value=ac_cv_env_host_alias_set=ac_cv_env_host_alias_value=ac_cv_env_target_alias_set=ac_cv_env_target_alias_value=ac_cv_exeext=ac_cv_func_memset=yesac_cv_func_pow=noac_cv_func_sqrt=noac_cv_func_strerror=yesac_cv_func_strtol=yesac_cv_header_inttypes_h=yesac_cv_header_memory_h=yesac_cv_header_stdbool_h=yesac_cv_header_stdc=yesac_cv_header_stdint_h=yesac_cv_header_stdlib_h=yesac_cv_header_string_h=yesac_cv_header_strings_h=yesac_cv_header_sys_stat_h=yesac_cv_header_sys_types_h=yesac_cv_header_unistd_h=yesac_cv_objext=oac_cv_path_install='/usr/bin/install -c'ac_cv_prog_AWK=mawkac_cv_prog_CPP='gcc -E'ac_cv_prog_ac_ct_CC=gccac_cv_prog_ac_ct_CXX=g++ac_cv_prog_cc_g=yesac_cv_prog_cc_stdc=ac_cv_prog_cxx_g=yesac_cv_prog_egrep='grep -E'ac_cv_prog_make_make_set=yesac_cv_type__Bool=yesam_cv_CC_dependencies_compiler_type=gcc3am_cv_CXX_dependencies_compiler_type=gcc3## ----------------- #### Output variables. #### ----------------- ##ACLOCAL='aclocal-1.9'AMDEPBACKSLASH='\'AMDEP_FALSE='#'AMDEP_TRUE=''AMTAR='tar'AUTOCONF='autoconf'AUTOHEADER='autoheader'AUTOMAKE='automake-1.9'AWK='mawk'CC='gcc'CCDEPMODE='depmode=gcc3'CFLAGS='-g -O2'CPP='gcc -E'CPPFLAGS=''CXX='g++'CXXDEPMODE='depmode=gcc3'CXXFLAGS='-g -O2'CYGPATH_W='echo'DEFS='-DHAVE_CONFIG_H'DEPDIR='.deps'ECHO_C=''ECHO_N='-n'ECHO_T=''EGREP='grep -E'EXEEXT=''INSTALL_DATA='${INSTALL} -m 644'INSTALL_PROGRAM='${INSTALL}'INSTALL_SCRIPT='${INSTALL}'INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'LDFLAGS=''LIBOBJS=''LIBS=''LTLIBOBJS=''MAKEINFO='makeinfo'OBJEXT='o'PACKAGE='simulator'PACKAGE_BUGREPORT='futing@tom.com'PACKAGE_NAME='simulator'PACKAGE_STRING='simulator 0.1'PACKAGE_TARNAME='simulator'PACKAGE_VERSION='0.1'PATH_SEPARATOR=':'SET_MAKE=''SHELL='/bin/sh'STRIP=''VERSION='0.1'ac_ct_CC='gcc'ac_ct_CXX='g++'ac_ct_STRIP=''am__fastdepCC_FALSE='#'am__fastdepCC_TRUE=''am__fastdepCXX_FALSE='#'am__fastdepCXX_TRUE=''am__include='include'am__leading_dot='.'am__quote=''am__tar='${AMTAR} chof - "$$tardir"'am__untar='${AMTAR} xf -'bindir='${exec_prefix}/bin'build_alias=''datadir='${prefix}/share'exec_prefix='${prefix}'host_alias=''includedir='${prefix}/include'infodir='${prefix}/info'install_sh='/home/tracey/p2psimulator/install-sh'libdir='${exec_prefix}/lib'libexecdir='${exec_prefix}/libexec'localstatedir='${prefix}/var'mandir='${prefix}/man'mkdir_p='mkdir -p --'oldincludedir='/usr/include'prefix='/usr/local'program_transform_name='s,x,x,'sbindir='${exec_prefix}/sbin'sharedstatedir='${prefix}/com'sysconfdir='${prefix}/etc'target_alias=''## ----------- #### confdefs.h. #### ----------- ###define HAVE_INTTYPES_H 1#define HAVE_MEMORY_H 1#define HAVE_MEMSET 1#define HAVE_STDBOOL_H 1#define HAVE_STDINT_H 1#define HAVE_STDLIB_H 1#define HAVE_STDLIB_H 1#define HAVE_STRERROR 1#define HAVE_STRINGS_H 1#define HAVE_STRING_H 1#define HAVE_STRTOL 1#define HAVE_SYS_STAT_H 1#define HAVE_SYS_TYPES_H 1#define HAVE_UNISTD_H 1#define HAVE_UNISTD_H 1#define HAVE__BOOL 1#define PACKAGE "simulator"#define PACKAGE_BUGREPORT "futing@tom.com"#define PACKAGE_NAME "simulator"#define PACKAGE_STRING "simulator 0.1"#define PACKAGE_TARNAME "simulator"#define PACKAGE_VERSION "0.1"#define STDC_HEADERS 1#define VERSION "0.1"#endif#ifdef __cplusplusextern "C" void std::exit (int) throw (); using std::exit;configure: exit 0

⌨️ 快捷键说明

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