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

📄 config.log

📁 对于2D ROBOCUP底层传球和定位球方面进行了严格的修改该
💻 LOG
📖 第 1 页 / 共 4 页
字号:
| #define PACKAGE_STRING "trilearn__base_sources 3.3"| #define PACKAGE_BUGREPORT "jellekok@science.uva.nl"| #define PACKAGE "trilearn_base_sources"| #define VERSION "3.3"| #ifdef __cplusplus| #include <stdlib.h>| #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_DLFCN_H 1| #define HAVE_LIBPTHREAD 1| #define STDC_HEADERS 1| #define HAVE_ARPA_INET_H 1| #define HAVE_FCNTL_H 1| #define HAVE_NETDB_H 1| #define HAVE_STDLIB_H 1| #define HAVE_STRING_H 1| #define HAVE_STRINGS_H 1| #define HAVE_SYS_SOCKET_H 1| #define HAVE_SYS_TIME_H 1| #define HAVE_UNISTD_H 1| #define HAVE__BOOL 1| #define HAVE_STDBOOL_H 1| #define TIME_WITH_SYS_TIME 1| #define HAVE_SYS_SELECT_H 1| #define HAVE_SYS_SOCKET_H 1| #define SELECT_TYPE_ARG1 int| #define SELECT_TYPE_ARG234 (fd_set *)| #define SELECT_TYPE_ARG5 (struct timeval *)| /* end confdefs.h.  */| /* System header to define __stub macros and hopefully few prototypes,|     which can conflict with char floor (); 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| /* 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 floor ();| /* 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_floor) || defined (__stub___floor)| choke me| #else| char (*f) () = floor;| #endif| #ifdef __cplusplus| }| #endif| | int| main ()| {| return f != floor;|   ;|   return 0;| }configure:19309: result: noconfigure:19239: checking for gethostbynameconfigure:19289: gcc -o conftest -g -O2  -pthread conftest.c -lpthread  >&5configure:19292: $? = 0configure:19295: test -s conftestconfigure:19298: $? = 0configure:19309: result: yesconfigure:19239: checking for gettimeofdayconfigure:19289: gcc -o conftest -g -O2  -pthread conftest.c -lpthread  >&5configure:19292: $? = 0configure:19295: test -s conftestconfigure:19298: $? = 0configure:19309: result: yesconfigure:19239: checking for inet_ntoaconfigure:19289: gcc -o conftest -g -O2  -pthread conftest.c -lpthread  >&5configure:19292: $? = 0configure:19295: test -s conftestconfigure:19298: $? = 0configure:19309: result: yesconfigure:19239: checking for powconfigure:19289: gcc -o conftest -g -O2  -pthread conftest.c -lpthread  >&5configure:19306: warning: conflicting types for built-in function 'pow'/tmp/ccEov5ho.o: In function `main':/root/dicheng/trilearn_base_sources-3.3/configure:19321: undefined reference to `pow'/tmp/ccEov5ho.o:(.data+0x0): undefined reference to `pow'collect2: ld returned 1 exit statusconfigure:19292: $? = 1configure: failed program was:| #line 19244 "configure"| /* confdefs.h.  */| | #define PACKAGE_NAME "trilearn__base_sources"| #define PACKAGE_TARNAME "trilearn__base_sources"| #define PACKAGE_VERSION "3.3"| #define PACKAGE_STRING "trilearn__base_sources 3.3"| #define PACKAGE_BUGREPORT "jellekok@science.uva.nl"| #define PACKAGE "trilearn_base_sources"| #define VERSION "3.3"| #ifdef __cplusplus| #include <stdlib.h>| #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_DLFCN_H 1| #define HAVE_LIBPTHREAD 1| #define STDC_HEADERS 1| #define HAVE_ARPA_INET_H 1| #define HAVE_FCNTL_H 1| #define HAVE_NETDB_H 1| #define HAVE_STDLIB_H 1| #define HAVE_STRING_H 1| #define HAVE_STRINGS_H 1| #define HAVE_SYS_SOCKET_H 1| #define HAVE_SYS_TIME_H 1| #define HAVE_UNISTD_H 1| #define HAVE__BOOL 1| #define HAVE_STDBOOL_H 1| #define TIME_WITH_SYS_TIME 1| #define HAVE_SYS_SELECT_H 1| #define HAVE_SYS_SOCKET_H 1| #define SELECT_TYPE_ARG1 int| #define SELECT_TYPE_ARG234 (fd_set *)| #define SELECT_TYPE_ARG5 (struct timeval *)| #define HAVE_GETHOSTBYNAME 1| #define HAVE_GETTIMEOFDAY 1| #define HAVE_INET_NTOA 1| /* end confdefs.h.  */| /* 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| /* 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:19309: result: noconfigure:19239: checking for rintconfigure:19289: gcc -o conftest -g -O2  -pthread conftest.c -lpthread  >&5configure:19306: warning: conflicting types for built-in function 'rint'/tmp/ccoWgOkE.o: In function `main':/root/dicheng/trilearn_base_sources-3.3/configure:19321: undefined reference to `rint'/tmp/ccoWgOkE.o:(.data+0x0): undefined reference to `rint'collect2: ld returned 1 exit statusconfigure:19292: $? = 1configure: failed program was:| #line 19244 "configure"| /* confdefs.h.  */| | #define PACKAGE_NAME "trilearn__base_sources"| #define PACKAGE_TARNAME "trilearn__base_sources"| #define PACKAGE_VERSION "3.3"| #define PACKAGE_STRING "trilearn__base_sources 3.3"| #define PACKAGE_BUGREPORT "jellekok@science.uva.nl"| #define PACKAGE "trilearn_base_sources"| #define VERSION "3.3"| #ifdef __cplusplus| #include <stdlib.h>| #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_DLFCN_H 1| #define HAVE_LIBPTHREAD 1| #define STDC_HEADERS 1| #define HAVE_ARPA_INET_H 1| #define HAVE_FCNTL_H 1| #define HAVE_NETDB_H 1| #define HAVE_STDLIB_H 1| #define HAVE_STRING_H 1| #define HAVE_STRINGS_H 1| #define HAVE_SYS_SOCKET_H 1| #define HAVE_SYS_TIME_H 1| #define HAVE_UNISTD_H 1| #define HAVE__BOOL 1| #define HAVE_STDBOOL_H 1| #define TIME_WITH_SYS_TIME 1| #define HAVE_SYS_SELECT_H 1| #define HAVE_SYS_SOCKET_H 1| #define SELECT_TYPE_ARG1 int| #define SELECT_TYPE_ARG234 (fd_set *)| #define SELECT_TYPE_ARG5 (struct timeval *)| #define HAVE_GETHOSTBYNAME 1| #define HAVE_GETTIMEOFDAY 1| #define HAVE_INET_NTOA 1| /* end confdefs.h.  */| /* System header to define __stub macros and hopefully few prototypes,|     which can conflict with char rint (); 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| /* 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 rint ();| /* 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_rint) || defined (__stub___rint)| choke me| #else| char (*f) () = rint;| #endif| #ifdef __cplusplus| }| #endif| | int| main ()| {| return f != rint;|   ;|   return 0;| }configure:19309: result: noconfigure:19239: checking for selectconfigure:19289: gcc -o conftest -g -O2  -pthread conftest.c -lpthread  >&5configure:19292: $? = 0configure:19295: test -s conftestconfigure:19298: $? = 0configure:19309: result: yesconfigure:19239: checking for socketconfigure:19289: gcc -o conftest -g -O2  -pthread conftest.c -lpthread  >&5configure:19292: $? = 0configure:19295: test -s conftestconfigure:19298: $? = 0configure:19309: result: yesconfigure:19239: checking for sqrtconfigure:19289: gcc -o conftest -g -O2  -pthread conftest.c -lpthread  >&5configure:19308: warning: conflicting types for built-in function 'sqrt'/tmp/ccQYmANt.o: In function `main':/root/dicheng/trilearn_base_sources-3.3/configure:19323: undefined reference to `sqrt'/tmp/ccQYmANt.o:(.data+0x0): undefined reference to `sqrt'collect2: ld returned 1 exit statusconfigure:19292: $? = 1configure: failed program was:| #line 19244 "configure"| /* confdefs.h.  */| | #define PACKAGE_NAME "trilearn__base_sources"| #define PACKAGE_TARNAME "trilearn__base_sources"| #define PACKAGE_VERSION "3.3"| #define PACKAGE_STRING "trilearn__base_sources 3.3"| #define PACKAGE_BUGREPORT "jellekok@science.uva.nl"| #define PACKAGE "trilearn_base_sources"| #define VERSION "3.3"| #ifdef __cplusplus| #include <stdlib.h>| #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_DLFCN_H 1| #define HAVE_LIBPTHREAD 1| #define STDC_HEADERS 1| #define HAVE_ARPA_INET_H 1| #define HAVE_FCNTL_H 1| #define HAVE_NETDB_H 1| #define HAVE_STDLIB_H 1| #define HAVE_STRING_H 1| #define HAVE_STRINGS_H 1| #define HAVE_SYS_SOCKET_H 1| #define HAVE_SYS_TIME_H 1| #define HAVE_UNISTD_H 1| #define HAVE__BOOL 1| #define HAVE_STDBOOL_H 1| #define TIME_WITH_SYS_TIME 1| #define HAVE_SYS_SELECT_H 1| #define HAVE_SYS_SOCKET_H 1| #define SELECT_TYPE_ARG1 int| #define SELECT_TYPE_ARG234 (fd_set *)| #define SELECT_TYPE_ARG5 (struct timeval *)| #define HAVE_GETHOSTBYNAME 1| #define HAVE_GETTIMEOFDAY 1| #define HAVE_INET_NTOA 1| #define HAVE_SELECT 1| #define HAVE_SOCKET 1| /* end confdefs.h.  */| /* 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

⌨️ 快捷键说明

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