关于在Linux下802.1x认证的Open1x的Xsupplicant问题 - 1[2]

[入库:2006年2月23日] [更新:2007年3月24日]

本文简介:

configure:2150: $? = 0
configure:2152: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/specs
Configured 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-linux
Thread model: posix
gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
configure:2155: $? = 0
configure:2157: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2160: $? = 1
configure:2183: checking for C compiler default output file name
configure:2186: gcc    conftest.c  >&5
configure:2189: $? = 0
configure:2235: result: a.out
configure:2240: checking whether the C compiler works
configure:2246: ./a.out
configure:2249: $? = 0
configure:2266: result: yes
configure:2273: checking whether we are cross compiling
configure:2275: result: no
configure:2278: checking for suffix of executables
configure:2280: gcc -o conftest    conftest.c  >&5
configure:2283: $? = 0
configure:2308: result:
configure:2314: checking for suffix of object files
configure:2335: gcc -c   conftest.c >&5
configure:2338: $? = 0
configure:2360: result: o
configure:2364: checking whether we are using the GNU C compiler
configure:2388: gcc -c   conftest.c >&5
configure:2394: $? = 0
configure:2398: test -z
    || test ! -s conftest.err
configure:2401: $? = 0
configure:2404: test -s conftest.o
configure:2407: $? = 0
configure:2420: result: yes
configure:2426: checking whether gcc accepts -g
configure:2447: gcc -c -g  conftest.c >&5
configure:2453: $? = 0
configure:2457: test -z
    || test ! -s conftest.err
configure:2460: $? = 0
configure:2463: test -s conftest.o
configure:2466: $? = 0
configure:2477: result: yes
configure:2494: checking for gcc option to accept ANSI C
configure:2564: gcc  -c -g -O2  conftest.c >&5
configure:2570: $? = 0
configure:2574: test -z
    || test ! -s conftest.err
configure:2577: $? = 0
configure:2580: test -s conftest.o
configure:2583: $? = 0
configure:2601: result: none needed
configure:2619: gcc -c -g -O2  conftest.c >&5
conftest.c:2: parse error before "me"
configure:2625: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2769: checking for style of include used by make
configure:2797: result: GNU
configure:2825: checking dependency style of gcc
configure:2915: result: gcc3
configure:2941: checking for bison
configure:2957: found /usr/bin/bison
configure:2967: result: bison -y
configure:2987: checking for flex
configure:3003: found /usr/bin/flex
configure:3013: result: flex
configure:3026: checking for yywrap in -lfl
configure:3056: gcc -o conftest -g -O2 -Wall    conftest.c -lfl   >&5
configure:3062: $? = 0
configure:3066: test -z
    || test ! -s conftest.err
configure:3069: $? = 0
configure:3072: test -s conftest
configure:3075: $? = 0
configure:3088: result: yes
configure:3166: checking lex output file root
configure:3177: flex conftest.l
configure:3180: $? = 0
configure:3192: result: lex.yy
configure:3197: checking whether yytext is a pointer
configure:3213: gcc -o conftest -g -O2 -Wall    conftest.c  -lfl >&5
lex.yy.c:948: warning: `yyunput' defined but not used
configure:3219: $? = 0
configure:3223: test -z
    || test ! -s conftest.err
configure:3226: $? = 0
configure:3229: test -s conftest
configure:3232: $? = 0
configure:3246: result: yes
configure:3265: checking whether byte ordering is bigendian
configure:3292: gcc -c -g -O2 -Wall   conftest.c >&5
configure:3298: $? = 0
configure:3302: test -z
    || test ! -s conftest.err
configure:3305: $? = 0
configure:3308: test -s conftest.o
configure:3311: $? = 0
configure:3335: gcc -c -g -O2 -Wall   conftest.c >&5
conftest.c: In function `main':
conftest.c:19: `not' undeclared (first use in this function)
conftest.c:19: (Each undeclared identifier is reported only once
conftest.c:19: for each function it appears in.)
conftest.c:19: parse error before "big"
configure:3341: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""

本文关键:关于在Linux下802.1x认证的Open1x的Xsupplicant问题 - 1
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top