1 Star 2 Fork 10

wangliangfmail / libcstl

forked from Gitee 极速下载 / libcstl 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config.log 25.04 KB
一键复制 编辑 原始数据 按行查看 历史
ActiveSys 提交于 2013-04-21 18:35 . Merge from v2.1
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by libcstl configure 2.2.0, which was
generated by GNU Autoconf 2.63. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = activesys
uname -m = x86_64
uname -r = 2.6.32-358.2.1.el6.x86_64
uname -s = Linux
uname -v = #1 SMP Wed Mar 13 00:26:49 UTC 2013
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/lib64/qt-3.3/bin
PATH: /usr/kerberos/sbin
PATH: /usr/kerberos/bin
PATH: /usr/local/bin
PATH: /bin
PATH: /usr/bin
PATH: /usr/local/sbin
PATH: /usr/sbin
PATH: /sbin
PATH: /home/wb/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2101: checking for a BSD-compatible install
configure:2169: result: /usr/bin/install -c
configure:2180: checking whether build environment is sane
configure:2240: result: yes
configure:2381: checking for a thread-safe mkdir -p
configure:2420: result: /bin/mkdir -p
configure:2433: checking for gawk
configure:2449: found /bin/gawk
configure:2460: result: gawk
configure:2471: checking whether make sets $(MAKE)
configure:2493: result: yes
configure:2628: checking for gcc
configure:2644: found /usr/bin/gcc
configure:2655: result: gcc
configure:2887: checking for C compiler version
configure:2895: gcc --version >&5
gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-3)
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2899: $? = 0
configure:2906: gcc -v >&5
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.4.7 20120313 (Red Hat 4.4.7-3) (GCC)
configure:2910: $? = 0
configure:2917: gcc -V >&5
gcc: '-V' option must have argument
configure:2921: $? = 1
configure:2944: checking for C compiler default output file name
configure:2966: gcc conftest.c >&5
configure:2970: $? = 0
configure:3008: result: a.out
configure:3027: checking whether the C compiler works
configure:3037: ./a.out
configure:3041: $? = 0
configure:3060: result: yes
configure:3067: checking whether we are cross compiling
configure:3069: result: no
configure:3072: checking for suffix of executables
configure:3079: gcc -o conftest conftest.c >&5
configure:3083: $? = 0
configure:3109: result:
configure:3115: checking for suffix of object files
configure:3141: gcc -c conftest.c >&5
configure:3145: $? = 0
configure:3170: result: o
configure:3174: checking whether we are using the GNU C compiler
configure:3203: gcc -c conftest.c >&5
configure:3210: $? = 0
configure:3227: result: yes
configure:3236: checking whether gcc accepts -g
configure:3266: gcc -c -g conftest.c >&5
configure:3273: $? = 0
configure:3374: result: yes
configure:3391: checking for gcc option to accept ISO C89
configure:3465: gcc -c -g -O2 conftest.c >&5
configure:3472: $? = 0
configure:3495: result: none needed
configure:3524: checking for style of include used by make
configure:3552: result: GNU
configure:3577: checking dependency style of gcc
configure:3687: result: gcc3
configure:3745: checking for ranlib
configure:3761: found /usr/bin/ranlib
configure:3772: result: ranlib
configure:3825: checking build system type
configure:3843: result: x86_64-unknown-linux-gnu
configure:3865: checking host system type
configure:3880: result: x86_64-unknown-linux-gnu
configure:3902: checking for a sed that does not truncate output
configure:3968: result: /bin/sed
configure:3986: checking for grep that handles long lines and -e
configure:4046: result: /bin/grep
configure:4051: checking for egrep
configure:4115: result: /bin/grep -E
configure:4120: checking for fgrep
configure:4184: result: /bin/grep -F
configure:4219: checking for ld used by gcc
configure:4286: result: /usr/bin/ld
configure:4295: checking if the linker (/usr/bin/ld) is GNU ld
configure:4310: result: yes
configure:4322: checking for BSD- or MS-compatible name lister (nm)
configure:4371: result: /usr/bin/nm -B
configure:4489: checking the name lister (/usr/bin/nm -B) interface
configure:4496: gcc -c -g -O2 conftest.c >&5
configure:4499: /usr/bin/nm -B "conftest.o"
configure:4502: output
0000000000000000 B some_variable
configure:4509: result: BSD nm
configure:4512: checking whether ln -s works
configure:4516: result: yes
configure:4524: checking the maximum length of command line arguments
configure:4644: result: 1966080
configure:4661: checking whether the shell understands some XSI constructs
configure:4671: result: yes
configure:4675: checking whether the shell understands "+="
configure:4681: result: yes
configure:4716: checking for /usr/bin/ld option to reload object files
configure:4723: result: -r
configure:4792: checking for objdump
configure:4808: found /usr/bin/objdump
configure:4819: result: objdump
configure:4851: checking how to recognize dependent libraries
configure:5047: result: pass_all
configure:5107: checking for ar
configure:5123: found /usr/bin/ar
configure:5134: result: ar
configure:5212: checking for strip
configure:5228: found /usr/bin/strip
configure:5239: result: strip
configure:5311: checking for ranlib
configure:5338: result: ranlib
configure:5428: checking command to parse /usr/bin/nm -B output from gcc object
configure:5546: gcc -c -g -O2 conftest.c >&5
configure:5549: $? = 0
configure:5553: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:5556: $? = 0
configure:5610: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:5613: $? = 0
configure:5651: result: ok
configure:5747: gcc -c -g -O2 conftest.c >&5
configure:5750: $? = 0
configure:6518: checking how to run the C preprocessor
configure:6558: gcc -E conftest.c
configure:6565: $? = 0
configure:6596: gcc -E conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:6603: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "libcstl"
| #define PACKAGE_TARNAME "libcstl"
| #define PACKAGE_VERSION "2.2.0"
| #define PACKAGE_STRING "libcstl 2.2.0"
| #define PACKAGE_BUGREPORT "activesys.wb@gmail.com"
| #define PACKAGE "libcstl"
| #define VERSION "2.2.0"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6636: result: gcc -E
configure:6665: gcc -E conftest.c
configure:6672: $? = 0
configure:6703: gcc -E conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:6710: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "libcstl"
| #define PACKAGE_TARNAME "libcstl"
| #define PACKAGE_VERSION "2.2.0"
| #define PACKAGE_STRING "libcstl 2.2.0"
| #define PACKAGE_BUGREPORT "activesys.wb@gmail.com"
| #define PACKAGE "libcstl"
| #define VERSION "2.2.0"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6750: checking for ANSI C header files
configure:6780: gcc -c -g -O2 conftest.c >&5
configure:6787: $? = 0
configure:6886: gcc -o conftest -g -O2 conftest.c >&5
configure:6890: $? = 0
configure:6896: ./conftest
configure:6900: $? = 0
configure:6918: result: yes
configure:6942: checking for sys/types.h
configure:6963: gcc -c -g -O2 conftest.c >&5
configure:6970: $? = 0
configure:6987: result: yes
configure:6942: checking for sys/stat.h
configure:6963: gcc -c -g -O2 conftest.c >&5
configure:6970: $? = 0
configure:6987: result: yes
configure:6942: checking for stdlib.h
configure:6963: gcc -c -g -O2 conftest.c >&5
configure:6970: $? = 0
configure:6987: result: yes
configure:6942: checking for string.h
configure:6963: gcc -c -g -O2 conftest.c >&5
configure:6970: $? = 0
configure:6987: result: yes
configure:6942: checking for memory.h
configure:6963: gcc -c -g -O2 conftest.c >&5
configure:6970: $? = 0
configure:6987: result: yes
configure:6942: checking for strings.h
configure:6963: gcc -c -g -O2 conftest.c >&5
configure:6970: $? = 0
configure:6987: result: yes
configure:6942: checking for inttypes.h
configure:6963: gcc -c -g -O2 conftest.c >&5
configure:6970: $? = 0
configure:6987: result: yes
configure:6942: checking for stdint.h
configure:6963: gcc -c -g -O2 conftest.c >&5
configure:6970: $? = 0
configure:6987: result: yes
configure:6942: checking for unistd.h
configure:6963: gcc -c -g -O2 conftest.c >&5
configure:6970: $? = 0
configure:6987: result: yes
configure:7005: checking for dlfcn.h
configure:7026: gcc -c -g -O2 conftest.c >&5
configure:7033: $? = 0
configure:7050: result: yes
configure:7236: checking for objdir
configure:7251: result: .libs
configure:7543: checking if gcc supports -fno-rtti -fno-exceptions
configure:7561: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:7565: $? = 0
configure:7578: result: no
configure:7598: checking for gcc option to produce PIC
configure:7870: result: -fPIC -DPIC
configure:7882: checking if gcc PIC flag -fPIC -DPIC works
configure:7900: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
configure:7904: $? = 0
configure:7917: result: yes
configure:7941: checking if gcc static flag -static works
configure:7969: result: no
configure:7984: checking if gcc supports -c -o file.o
configure:8005: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:8009: $? = 0
configure:8031: result: yes
configure:8039: checking if gcc supports -c -o file.o
configure:8086: result: yes
configure:8119: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:9193: result: yes
configure:9230: checking whether -lc should be explicitly linked in
configure:9235: gcc -c -g -O2 conftest.c >&5
configure:9238: $? = 0
configure:9253: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
configure:9256: $? = 0
configure:9268: result: no
configure:9432: checking dynamic linker characteristics
configure:9875: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
configure:9882: $? = 0
configure:10118: result: GNU/Linux ld.so
configure:10220: checking how to hardcode library paths into programs
configure:10245: result: immediate
configure:11078: checking whether stripping libraries is possible
configure:11083: result: yes
configure:11118: checking if libtool supports shared libraries
configure:11120: result: yes
configure:11123: checking whether to build shared libraries
configure:11144: result: yes
configure:11147: checking whether to build static libraries
configure:11151: result: yes
configure:11191: checking whether to enable assertions
configure:11203: result: yes
configure:11210: checking for size_t
configure:11238: gcc -c -g -O2 conftest.c >&5
configure:11245: $? = 0
configure:11272: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:58: error: expected expression before ')' token
configure:11279: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "libcstl"
| #define PACKAGE_TARNAME "libcstl"
| #define PACKAGE_VERSION "2.2.0"
| #define PACKAGE_STRING "libcstl 2.2.0"
| #define PACKAGE_BUGREPORT "activesys.wb@gmail.com"
| #define PACKAGE "libcstl"
| #define VERSION "2.2.0"
| #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 LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:11302: result: yes
configure:11314: checking for gcc option to accept ISO C99
configure:11473: gcc -c -g -O2 conftest.c >&5
conftest.c:72: error: expected ';', ',' or ')' before 'text'
conftest.c: In function 'main':
conftest.c:126: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar'
conftest.c:126: error: 'newvar' undeclared (first use in this function)
conftest.c:126: error: (Each undeclared identifier is reported only once
conftest.c:126: error: for each function it appears in.)
conftest.c:136: error: 'for' loop initial declarations are only allowed in C99 mode
conftest.c:136: note: use option -std=c99 or -std=gnu99 to compile your code
configure:11480: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "libcstl"
| #define PACKAGE_TARNAME "libcstl"
| #define PACKAGE_VERSION "2.2.0"
| #define PACKAGE_STRING "libcstl 2.2.0"
| #define PACKAGE_BUGREPORT "activesys.wb@gmail.com"
| #define PACKAGE "libcstl"
| #define VERSION "2.2.0"
| #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 LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdbool.h>
| #include <stdlib.h>
| #include <wchar.h>
| #include <stdio.h>
|
| // Check varargs macros. These examples are taken from C99 6.10.3.5.
| #define debug(...) fprintf (stderr, __VA_ARGS__)
| #define showlist(...) puts (#__VA_ARGS__)
| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
| static void
| test_varargs_macros (void)
| {
| int x = 1234;
| int y = 5678;
| debug ("Flag");
| debug ("X = %d\n", x);
| showlist (The first, second, and third items.);
| report (x>y, "x is %d but y is %d", x, y);
| }
|
| // Check long long types.
| #define BIG64 18446744073709551615ull
| #define BIG32 4294967295ul
| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
| #if !BIG_OK
| your preprocessor is broken;
| #endif
| #if BIG_OK
| #else
| your preprocessor is broken;
| #endif
| static long long int bignum = -9223372036854775807LL;
| static unsigned long long int ubignum = BIG64;
|
| struct incomplete_array
| {
| int datasize;
| double data[];
| };
|
| struct named_init {
| int number;
| const wchar_t *name;
| double average;
| };
|
| typedef const char *ccp;
|
| static inline int
| test_restrict (ccp restrict text)
| {
| // See if C++-style comments work.
| // Iterate through items via the restricted pointer.
| // Also check for declarations in for loops.
| for (unsigned int i = 0; *(text+i) != '\0'; ++i)
| continue;
| return 0;
| }
|
| // Check varargs and va_copy.
| static void
| test_varargs (const char *format, ...)
| {
| va_list args;
| va_start (args, format);
| va_list args_copy;
| va_copy (args_copy, args);
|
| const char *str;
| int number;
| float fnumber;
|
| while (*format)
| {
| switch (*format++)
| {
| case 's': // string
| str = va_arg (args_copy, const char *);
| break;
| case 'd': // int
| number = va_arg (args_copy, int);
| break;
| case 'f': // float
| fnumber = va_arg (args_copy, double);
| break;
| default:
| break;
| }
| }
| va_end (args_copy);
| va_end (args);
| }
|
| int
| main ()
| {
|
| // Check bool.
| _Bool success = false;
|
| // Check restrict.
| if (test_restrict ("String literal") == 0)
| success = true;
| char *restrict newvar = "Another string";
|
| // Check varargs.
| test_varargs ("s, d' f .", "string", 65, 34.234);
| test_varargs_macros ();
|
| // Check flexible array members.
| struct incomplete_array *ia =
| malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
| ia->datasize = 10;
| for (int i = 0; i < ia->datasize; ++i)
| ia->data[i] = i * 1.234;
|
| // Check named initializers.
| struct named_init ni = {
| .number = 34,
| .name = L"Test wide string",
| .average = 543.34343,
| };
|
| ni.number = 58;
|
| int dynamic_array[ni.number];
| dynamic_array[ni.number - 1] = 543;
|
| // work around unused variable warnings
| return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
| || dynamic_array[ni.number - 1] != 543);
|
| ;
| return 0;
| }
configure:11473: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:11480: $? = 0
configure:11510: result: -std=gnu99
configure:11516: checking for an ANSI C-conforming const
configure:11591: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:11598: $? = 0
configure:11613: result: yes
configure:11630: checking for stdlib.h
configure:11637: result: yes
configure:11776: checking for GNU libc compatible malloc
configure:11810: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:11814: $? = 0
configure:11820: ./conftest
configure:11824: $? = 0
configure:11841: result: yes
configure:12111: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by libcstl config.status 2.2.0, which was
generated by GNU Autoconf 2.63. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on activesys
config.status:992: creating Makefile
config.status:992: creating cstl/Makefile
config.status:992: creating src/Makefile
config.status:992: creating build-win/Makefile
config.status:992: creating build-win/vc8/Makefile
config.status:992: creating build-win/vc9/Makefile
config.status:992: creating test/Makefile
config.status:992: creating test/ut/Makefile
config.status:992: creating config.h
config.status:1266: executing depfiles commands
config.status:1266: executing libtool commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_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_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_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_func_malloc_0_nonnull=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_SED=/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_c99=-std=gnu99
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_type_size_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=no
lt_cv_prog_gnu_ld=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=1966080
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/wb/Projects/git/libcstl/missing --run aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/wb/Projects/git/libcstl/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /home/wb/Projects/git/libcstl/missing --run autoconf'
AUTOHEADER='${SHELL} /home/wb/Projects/git/libcstl/missing --run autoheader'
AUTOMAKE='${SHELL} /home/wb/Projects/git/libcstl/missing --run automake-1.11'
AWK='gawk'
CC='gcc -std=gnu99'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
FGREP='/bin/grep -F'
GREP='/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/bin/ld -m elf_x86_64'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/wb/Projects/git/libcstl/missing --run makeinfo'
MKDIR_P='/bin/mkdir -p'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='libcstl'
PACKAGE_BUGREPORT='activesys.wb@gmail.com'
PACKAGE_NAME='libcstl'
PACKAGE_STRING='libcstl 2.2.0'
PACKAGE_TARNAME='libcstl'
PACKAGE_VERSION='2.2.0'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='2.2.0'
ac_ct_CC='gcc'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/wb/Projects/git/libcstl/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
lt_ECHO='echo'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME "libcstl"
#define PACKAGE_TARNAME "libcstl"
#define PACKAGE_VERSION "2.2.0"
#define PACKAGE_STRING "libcstl 2.2.0"
#define PACKAGE_BUGREPORT "activesys.wb@gmail.com"
#define PACKAGE "libcstl"
#define VERSION "2.2.0"
#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 LT_OBJDIR ".libs/"
#define HAVE_STDLIB_H 1
#define HAVE_MALLOC 1
configure: exit 0
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by libcstl config.status 2.2.0, which was
generated by GNU Autoconf 2.63. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status config.h
on activesys
config.status:992: creating config.h
config.status:1214: config.h is unchanged
C/C++
1
https://gitee.com/wangliangfmail/libcstl.git
git@gitee.com:wangliangfmail/libcstl.git
wangliangfmail
libcstl
libcstl
master

搜索帮助