config.log
来自「linux下的flash的播放源代码」· LOG 代码 · 共 1,044 行 · 第 1/3 页
LOG
1,044 行
This file contains any messages produced by compilers whilerunning configure, to aid debugging if configure makes a mistake.It was created by configure, which wasgenerated by GNU Autoconf 2.57. Invocation command line was $ ./configure ## --------- #### Platform. #### --------- ##hostname = azaduname -m = i686uname -r = 2.4.20-8uname -s = Linuxuname -v = #1 Thu Mar 13 17:54:28 EST 2003/usr/bin/uname -p = unknown/bin/uname -X = unknown/bin/arch = i686/usr/bin/arch -k = unknown/usr/convex/getsysinfo = unknownhostinfo = unknown/bin/machine = unknown/usr/bin/oslevel = unknown/bin/universe = unknownPATH: /usr/kerberos/binPATH: /usr/local/binPATH: /binPATH: /usr/binPATH: /usr/X11R6/binPATH: /home/lgf/bin## ----------- #### Core tests. #### ----------- ##configure:1481: checking build system typeconfigure:1499: result: i686-pc-linux-gnuconfigure:1507: checking host system typeconfigure:1521: result: i686-pc-linux-gnuconfigure:1529: checking target system typeconfigure:1543: result: i686-pc-linux-gnuconfigure:1562: checking for gawkconfigure:1578: found /bin/gawkconfigure:1588: result: gawkconfigure:1644: checking for gccconfigure:1660: found /usr/bin/gccconfigure:1670: result: gccconfigure:1914: checking for C compiler versionconfigure:1917: gcc --version </dev/null >&5gcc (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5)Copyright (C) 2002 Free Software Foundation, Inc.This is free software; see the source for copying conditions. There is NOwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.configure:1920: $? = 0configure:1922: gcc -v </dev/null >&5Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/specsConfigured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linuxThread model: posixgcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)configure:1925: $? = 0configure:1927: gcc -V </dev/null >&5gcc: argument to `-V' is missingconfigure:1930: $? = 1configure:1954: checking for C compiler default outputconfigure:1957: gcc conftest.c >&5configure:1960: $? = 0configure:2006: result: a.outconfigure:2011: checking whether the C compiler worksconfigure:2017: ./a.outconfigure:2020: $? = 0configure:2037: result: yesconfigure:2044: checking whether we are cross compilingconfigure:2046: result: noconfigure:2049: checking for suffix of executablesconfigure:2051: gcc -o conftest conftest.c >&5configure:2054: $? = 0configure:2079: result: configure:2085: checking for suffix of object filesconfigure:2107: gcc -c conftest.c >&5configure:2110: $? = 0configure:2132: result: oconfigure:2136: checking whether we are using the GNU C compilerconfigure:2161: gcc -c conftest.c >&5configure:2164: $? = 0configure:2167: test -s conftest.oconfigure:2170: $? = 0configure:2183: result: yesconfigure:2189: checking whether gcc accepts -gconfigure:2211: gcc -c -g conftest.c >&5configure:2214: $? = 0configure:2217: test -s conftest.oconfigure:2220: $? = 0configure:2231: result: yesconfigure:2248: checking for gcc option to accept ANSI Cconfigure:2309: gcc -c -g -O2 conftest.c >&5configure:2312: $? = 0configure:2315: test -s conftest.oconfigure:2318: $? = 0configure:2336: result: none neededconfigure:2354: gcc -c -g -O2 conftest.c >&5conftest.c:2: parse error before "me"configure:2357: $? = 1configure: failed program was:| #ifndef __cplusplus| choke me| #endifconfigure:2471: checking how to run the C preprocessorconfigure:2507: gcc -E conftest.cconfigure:2513: $? = 0configure:2545: gcc -E conftest.cconfigure:2544:28: ac_nonexistent.h: No such file or directoryconfigure:2551: $? = 1configure: failed program was:| #line 2536 "configure"| /* confdefs.h. */| | #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| /* end confdefs.h. */| #include <ac_nonexistent.h>configure:2589: result: gcc -Econfigure:2614: gcc -E conftest.cconfigure:2620: $? = 0configure:2652: gcc -E conftest.cconfigure:2651:28: ac_nonexistent.h: No such file or directoryconfigure:2658: $? = 1configure: failed program was:| #line 2643 "configure"| /* confdefs.h. */| | #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| /* end confdefs.h. */| #include <ac_nonexistent.h>configure:2752: checking for g++configure:2768: found /usr/bin/g++configure:2778: result: g++configure:2794: checking for C++ compiler versionconfigure:2797: g++ --version </dev/null >&5g++ (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5)Copyright (C) 2002 Free Software Foundation, Inc.This is free software; see the source for copying conditions. There is NOwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.configure:2800: $? = 0configure:2802: g++ -v </dev/null >&5Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/specsConfigured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linuxThread model: posixgcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)configure:2805: $? = 0configure:2807: g++ -V </dev/null >&5g++: argument to `-V' missingconfigure:2810: $? = 1configure:2813: checking whether we are using the GNU C++ compilerconfigure:2838: g++ -c conftest.cc >&5configure:2841: $? = 0configure:2844: test -s conftest.oconfigure:2847: $? = 0configure:2860: result: yesconfigure:2866: checking whether g++ accepts -gconfigure:2888: g++ -c -g conftest.cc >&5configure:2891: $? = 0configure:2894: test -s conftest.oconfigure:2897: $? = 0configure:2908: result: yesconfigure:2952: g++ -c -g -O2 conftest.cc >&5configure:2955: $? = 0configure:2958: test -s conftest.oconfigure:2961: $? = 0configure:2988: g++ -c -g -O2 conftest.cc >&5configure: In function `int main()':configure:2983: `exit' undeclared (first use this function)configure:2983: (Each undeclared identifier is reported only once for each function it appears in.)configure:2991: $? = 1configure: failed program was:| #line 2971 "configure"| /* confdefs.h. */| | #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| /* end confdefs.h. */| | int| main ()| {| exit (42);| ;| return 0;| }configure:2952: g++ -c -g -O2 conftest.cc >&5configure:2955: $? = 0configure:2958: test -s conftest.oconfigure:2961: $? = 0configure:2988: g++ -c -g -O2 conftest.cc >&5configure:2991: $? = 0configure:2994: test -s conftest.oconfigure:2997: $? = 0configure:3032: checking for a BSD-compatible installconfigure:3086: result: /usr/bin/install -cconfigure:3097: checking whether ln -s worksconfigure:3101: result: yesconfigure:3108: checking whether make sets $(MAKE)configure:3128: result: yesconfigure:3178: checking for ranlibconfigure:3194: found /usr/bin/ranlibconfigure:3205: result: ranlibconfigure:3305: checking for ld used by GCCconfigure:3368: result: /usr/bin/ldconfigure:3377: checking if the linker (/usr/bin/ld) is GNU ldGNU ld version 2.13.90.0.18 20030206configure:3389: result: yesconfigure:3394: checking for /usr/bin/ld option to reload object filesconfigure:3401: result: -rconfigure:3406: checking for BSD-compatible nmconfigure:3442: result: /usr/bin/nm -Bconfigure:3445: checking for a sed that does not truncate outputconfigure:3527: result: /bin/sedconfigure:3530: checking how to recognise dependent librariesconfigure:3711: result: pass_allconfigure:3724: checking command to parse /usr/bin/nm -B outputconfigure:3808: gcc -c -g -O2 conftest.c >&5configure:3811: $? = 0configure:3815: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nmconfigure:3818: $? = 0configure:3870: gcc -o conftest -g -O2 conftest.c conftstm.o >&5configure:3873: $? = 0configure:3917: result: okconfigure:3922: checking for egrepconfigure:3932: result: grep -Econfigure:3937: checking for ANSI C header filesconfigure:3963: gcc -c -g -O2 conftest.c >&5configure:3966: $? = 0configure:3969: test -s conftest.oconfigure:3972: $? = 0configure:4061: gcc -o conftest -g -O2 conftest.c >&5configure:4064: $? = 0configure:4066: ./conftestconfigure:4069: $? = 0configure:4084: result: yesconfigure:4108: checking for sys/types.hconfigure:4125: gcc -c -g -O2 conftest.c >&5configure:4128: $? = 0configure:4131: test -s conftest.oconfigure:4134: $? = 0configure:4145: result: yesconfigure:4108: checking for sys/stat.hconfigure:4125: gcc -c -g -O2 conftest.c >&5configure:4128: $? = 0configure:4131: test -s conftest.oconfigure:4134: $? = 0configure:4145: result: yesconfigure:4108: checking for stdlib.hconfigure:4125: gcc -c -g -O2 conftest.c >&5configure:4128: $? = 0configure:4131: test -s conftest.oconfigure:4134: $? = 0configure:4145: result: yesconfigure:4108: checking for string.hconfigure:4125: gcc -c -g -O2 conftest.c >&5configure:4128: $? = 0configure:4131: test -s conftest.oconfigure:4134: $? = 0configure:4145: result: yesconfigure:4108: checking for memory.hconfigure:4125: gcc -c -g -O2 conftest.c >&5configure:4128: $? = 0configure:4131: test -s conftest.oconfigure:4134: $? = 0configure:4145: result: yesconfigure:4108: checking for strings.hconfigure:4125: gcc -c -g -O2 conftest.c >&5configure:4128: $? = 0configure:4131: test -s conftest.oconfigure:4134: $? = 0configure:4145: result: yesconfigure:4108: checking for inttypes.hconfigure:4125: gcc -c -g -O2 conftest.c >&5configure:4128: $? = 0configure:4131: test -s conftest.oconfigure:4134: $? = 0configure:4145: result: yesconfigure:4108: checking for stdint.hconfigure:4125: gcc -c -g -O2 conftest.c >&5configure:4128: $? = 0configure:4131: test -s conftest.oconfigure:4134: $? = 0configure:4145: result: yesconfigure:4108: checking for unistd.hconfigure:4125: gcc -c -g -O2 conftest.c >&5configure:4128: $? = 0configure:4131: test -s conftest.oconfigure:4134: $? = 0configure:4145: result: yesconfigure:4171: checking dlfcn.h usabilityconfigure:4184: gcc -c -g -O2 conftest.c >&5configure:4187: $? = 0configure:4190: test -s conftest.oconfigure:4193: $? = 0configure:4203: result: yesconfigure:4207: checking dlfcn.h presenceconfigure:4218: gcc -E conftest.cconfigure:4224: $? = 0configure:4243: result: yesconfigure:4279: checking for dlfcn.hconfigure:4286: result: yesconfigure:4484: checking for ranlibconfigure:4511: result: ranlibconfigure:4564: checking for stripconfigure:4580: found /usr/bin/stripconfigure:4591: result: stripconfigure:4801: checking for objdirconfigure:4812: result: .libsconfigure:4829: checking for gcc option to produce PICconfigure:4975: result: -fPICconfigure:4979: checking if gcc PIC flag -fPIC worksconfigure:5003: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5configure:5006: $? = 0configure:5009: test -s conftest.oconfigure:5012: $? = 0configure:5050: result: yesconfigure:5066: checking if gcc static flag -static worksconfigure:5091: gcc -o conftest -g -O2 -static conftest.c >&5configure:5094: $? = 0configure:5097: test -s conftestconfigure:5100: $? = 0configure:5116: result: yesconfigure:5128: checking if gcc supports -c -o file.oconfigure:5151: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5configure:5172: result: yes
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?