snappy 0.0.17 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +5 -5
- data/.travis.yml +6 -1
- data/Gemfile +5 -0
- data/README.md +28 -4
- data/Rakefile +1 -0
- data/ext/extconf.rb +21 -16
- data/lib/snappy.rb +1 -0
- data/lib/snappy/hadoop.rb +22 -0
- data/lib/snappy/hadoop/reader.rb +58 -0
- data/lib/snappy/hadoop/writer.rb +51 -0
- data/lib/snappy/reader.rb +4 -4
- data/lib/snappy/version.rb +1 -1
- data/smoke.sh +1 -1
- data/snappy.gemspec +0 -4
- data/test/hadoop/test-snappy-hadoop-reader.rb +103 -0
- data/test/hadoop/test-snappy-hadoop-writer.rb +48 -0
- data/test/test-snappy-hadoop.rb +22 -0
- data/vendor/snappy/CMakeLists.txt +174 -0
- data/vendor/snappy/CONTRIBUTING.md +26 -0
- data/vendor/snappy/NEWS +32 -0
- data/vendor/snappy/{README → README.md} +13 -3
- data/vendor/snappy/cmake/SnappyConfig.cmake +1 -0
- data/vendor/snappy/cmake/config.h.in +62 -0
- data/vendor/snappy/snappy-internal.h +9 -12
- data/vendor/snappy/snappy-stubs-internal.h +63 -30
- data/vendor/snappy/snappy-stubs-public.h.in +13 -19
- data/vendor/snappy/snappy-test.cc +10 -7
- data/vendor/snappy/snappy-test.h +12 -38
- data/vendor/snappy/snappy.cc +81 -30
- data/vendor/snappy/snappy_unittest.cc +16 -137
- metadata +18 -82
- data/vendor/snappy/ChangeLog +0 -2468
- data/vendor/snappy/INSTALL +0 -370
- data/vendor/snappy/Makefile +0 -982
- data/vendor/snappy/Makefile.am +0 -26
- data/vendor/snappy/Makefile.in +0 -982
- data/vendor/snappy/aclocal.m4 +0 -9738
- data/vendor/snappy/autogen.sh +0 -12
- data/vendor/snappy/autom4te.cache/output.0 +0 -18856
- data/vendor/snappy/autom4te.cache/output.1 +0 -18852
- data/vendor/snappy/autom4te.cache/requests +0 -297
- data/vendor/snappy/autom4te.cache/traces.0 +0 -2689
- data/vendor/snappy/autom4te.cache/traces.1 +0 -714
- data/vendor/snappy/config.guess +0 -1530
- data/vendor/snappy/config.h +0 -135
- data/vendor/snappy/config.h.in +0 -134
- data/vendor/snappy/config.log +0 -1640
- data/vendor/snappy/config.status +0 -2318
- data/vendor/snappy/config.sub +0 -1773
- data/vendor/snappy/configure +0 -18852
- data/vendor/snappy/configure.ac +0 -134
- data/vendor/snappy/depcomp +0 -688
- data/vendor/snappy/install-sh +0 -527
- data/vendor/snappy/libtool +0 -10246
- data/vendor/snappy/ltmain.sh +0 -9661
- data/vendor/snappy/m4/gtest.m4 +0 -74
- data/vendor/snappy/m4/libtool.m4 +0 -8001
- data/vendor/snappy/m4/ltoptions.m4 +0 -384
- data/vendor/snappy/m4/ltsugar.m4 +0 -123
- data/vendor/snappy/m4/ltversion.m4 +0 -23
- data/vendor/snappy/m4/lt~obsolete.m4 +0 -98
- data/vendor/snappy/missing +0 -331
- data/vendor/snappy/snappy-stubs-public.h +0 -100
- data/vendor/snappy/snappy.pc +0 -10
- data/vendor/snappy/snappy.pc.in +0 -10
- data/vendor/snappy/stamp-h1 +0 -1
data/vendor/snappy/config.h
DELETED
@@ -1,135 +0,0 @@
|
|
1
|
-
/* config.h. Generated from config.h.in by configure. */
|
2
|
-
/* config.h.in. Generated from configure.ac by autoheader. */
|
3
|
-
|
4
|
-
/* Define if building universal (internal helper macro) */
|
5
|
-
/* #undef AC_APPLE_UNIVERSAL_BUILD */
|
6
|
-
|
7
|
-
/* Define to 1 if the compiler supports __builtin_ctz and friends. */
|
8
|
-
#define HAVE_BUILTIN_CTZ 1
|
9
|
-
|
10
|
-
/* Define to 1 if the compiler supports __builtin_expect. */
|
11
|
-
#define HAVE_BUILTIN_EXPECT 1
|
12
|
-
|
13
|
-
/* Define to 1 if you have the <byteswap.h> header file. */
|
14
|
-
#define HAVE_BYTESWAP_H 1
|
15
|
-
|
16
|
-
/* Define to 1 if you have the <dlfcn.h> header file. */
|
17
|
-
#define HAVE_DLFCN_H 1
|
18
|
-
|
19
|
-
/* Use the gflags package for command-line parsing. */
|
20
|
-
/* #undef HAVE_GFLAGS */
|
21
|
-
|
22
|
-
/* Defined when Google Test is available. */
|
23
|
-
/* #undef HAVE_GTEST */
|
24
|
-
|
25
|
-
/* Define to 1 if you have the <inttypes.h> header file. */
|
26
|
-
#define HAVE_INTTYPES_H 1
|
27
|
-
|
28
|
-
/* Define to 1 if you have the `fastlz' library (-lfastlz). */
|
29
|
-
/* #undef HAVE_LIBFASTLZ */
|
30
|
-
|
31
|
-
/* Define to 1 if you have the `lzf' library (-llzf). */
|
32
|
-
/* #undef HAVE_LIBLZF */
|
33
|
-
|
34
|
-
/* Define to 1 if you have the `lzo2' library (-llzo2). */
|
35
|
-
/* #undef HAVE_LIBLZO2 */
|
36
|
-
|
37
|
-
/* Define to 1 if you have the `quicklz' library (-lquicklz). */
|
38
|
-
/* #undef HAVE_LIBQUICKLZ */
|
39
|
-
|
40
|
-
/* Define to 1 if you have the `z' library (-lz). */
|
41
|
-
#define HAVE_LIBZ 1
|
42
|
-
|
43
|
-
/* Define to 1 if you have the <memory.h> header file. */
|
44
|
-
#define HAVE_MEMORY_H 1
|
45
|
-
|
46
|
-
/* Define to 1 if you have the <stddef.h> header file. */
|
47
|
-
#define HAVE_STDDEF_H 1
|
48
|
-
|
49
|
-
/* Define to 1 if you have the <stdint.h> header file. */
|
50
|
-
#define HAVE_STDINT_H 1
|
51
|
-
|
52
|
-
/* Define to 1 if you have the <stdlib.h> header file. */
|
53
|
-
#define HAVE_STDLIB_H 1
|
54
|
-
|
55
|
-
/* Define to 1 if you have the <strings.h> header file. */
|
56
|
-
#define HAVE_STRINGS_H 1
|
57
|
-
|
58
|
-
/* Define to 1 if you have the <string.h> header file. */
|
59
|
-
#define HAVE_STRING_H 1
|
60
|
-
|
61
|
-
/* Define to 1 if you have the <sys/byteswap.h> header file. */
|
62
|
-
/* #undef HAVE_SYS_BYTESWAP_H */
|
63
|
-
|
64
|
-
/* Define to 1 if you have the <sys/endian.h> header file. */
|
65
|
-
/* #undef HAVE_SYS_ENDIAN_H */
|
66
|
-
|
67
|
-
/* Define to 1 if you have the <sys/mman.h> header file. */
|
68
|
-
#define HAVE_SYS_MMAN_H 1
|
69
|
-
|
70
|
-
/* Define to 1 if you have the <sys/resource.h> header file. */
|
71
|
-
#define HAVE_SYS_RESOURCE_H 1
|
72
|
-
|
73
|
-
/* Define to 1 if you have the <sys/stat.h> header file. */
|
74
|
-
#define HAVE_SYS_STAT_H 1
|
75
|
-
|
76
|
-
/* Define to 1 if you have the <sys/time.h> header file. */
|
77
|
-
#define HAVE_SYS_TIME_H 1
|
78
|
-
|
79
|
-
/* Define to 1 if you have the <sys/types.h> header file. */
|
80
|
-
#define HAVE_SYS_TYPES_H 1
|
81
|
-
|
82
|
-
/* Define to 1 if you have the <unistd.h> header file. */
|
83
|
-
#define HAVE_UNISTD_H 1
|
84
|
-
|
85
|
-
/* Define to 1 if you have the <windows.h> header file. */
|
86
|
-
/* #undef HAVE_WINDOWS_H */
|
87
|
-
|
88
|
-
/* Define to the sub-directory in which libtool stores uninstalled libraries.
|
89
|
-
*/
|
90
|
-
#define LT_OBJDIR ".libs/"
|
91
|
-
|
92
|
-
/* Name of package */
|
93
|
-
#define PACKAGE "snappy"
|
94
|
-
|
95
|
-
/* Define to the address where bug reports for this package should be sent. */
|
96
|
-
#define PACKAGE_BUGREPORT ""
|
97
|
-
|
98
|
-
/* Define to the full name of this package. */
|
99
|
-
#define PACKAGE_NAME "snappy"
|
100
|
-
|
101
|
-
/* Define to the full name and version of this package. */
|
102
|
-
#define PACKAGE_STRING "snappy 1.1.4"
|
103
|
-
|
104
|
-
/* Define to the one symbol short name of this package. */
|
105
|
-
#define PACKAGE_TARNAME "snappy"
|
106
|
-
|
107
|
-
/* Define to the home page for this package. */
|
108
|
-
#define PACKAGE_URL ""
|
109
|
-
|
110
|
-
/* Define to the version of this package. */
|
111
|
-
#define PACKAGE_VERSION "1.1.4"
|
112
|
-
|
113
|
-
/* Define to 1 if you have the ANSI C header files. */
|
114
|
-
#define STDC_HEADERS 1
|
115
|
-
|
116
|
-
/* Version number of package */
|
117
|
-
#define VERSION "1.1.4"
|
118
|
-
|
119
|
-
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
120
|
-
significant byte first (like Motorola and SPARC, unlike Intel). */
|
121
|
-
#if defined AC_APPLE_UNIVERSAL_BUILD
|
122
|
-
# if defined __BIG_ENDIAN__
|
123
|
-
# define WORDS_BIGENDIAN 1
|
124
|
-
# endif
|
125
|
-
#else
|
126
|
-
# ifndef WORDS_BIGENDIAN
|
127
|
-
/* # undef WORDS_BIGENDIAN */
|
128
|
-
# endif
|
129
|
-
#endif
|
130
|
-
|
131
|
-
/* Define to `unsigned int' if <sys/types.h> does not define. */
|
132
|
-
/* #undef size_t */
|
133
|
-
|
134
|
-
/* Define to `int' if <sys/types.h> does not define. */
|
135
|
-
/* #undef ssize_t */
|
data/vendor/snappy/config.h.in
DELETED
@@ -1,134 +0,0 @@
|
|
1
|
-
/* config.h.in. Generated from configure.ac by autoheader. */
|
2
|
-
|
3
|
-
/* Define if building universal (internal helper macro) */
|
4
|
-
#undef AC_APPLE_UNIVERSAL_BUILD
|
5
|
-
|
6
|
-
/* Define to 1 if the compiler supports __builtin_ctz and friends. */
|
7
|
-
#undef HAVE_BUILTIN_CTZ
|
8
|
-
|
9
|
-
/* Define to 1 if the compiler supports __builtin_expect. */
|
10
|
-
#undef HAVE_BUILTIN_EXPECT
|
11
|
-
|
12
|
-
/* Define to 1 if you have the <byteswap.h> header file. */
|
13
|
-
#undef HAVE_BYTESWAP_H
|
14
|
-
|
15
|
-
/* Define to 1 if you have the <dlfcn.h> header file. */
|
16
|
-
#undef HAVE_DLFCN_H
|
17
|
-
|
18
|
-
/* Use the gflags package for command-line parsing. */
|
19
|
-
#undef HAVE_GFLAGS
|
20
|
-
|
21
|
-
/* Defined when Google Test is available. */
|
22
|
-
#undef HAVE_GTEST
|
23
|
-
|
24
|
-
/* Define to 1 if you have the <inttypes.h> header file. */
|
25
|
-
#undef HAVE_INTTYPES_H
|
26
|
-
|
27
|
-
/* Define to 1 if you have the `fastlz' library (-lfastlz). */
|
28
|
-
#undef HAVE_LIBFASTLZ
|
29
|
-
|
30
|
-
/* Define to 1 if you have the `lzf' library (-llzf). */
|
31
|
-
#undef HAVE_LIBLZF
|
32
|
-
|
33
|
-
/* Define to 1 if you have the `lzo2' library (-llzo2). */
|
34
|
-
#undef HAVE_LIBLZO2
|
35
|
-
|
36
|
-
/* Define to 1 if you have the `quicklz' library (-lquicklz). */
|
37
|
-
#undef HAVE_LIBQUICKLZ
|
38
|
-
|
39
|
-
/* Define to 1 if you have the `z' library (-lz). */
|
40
|
-
#undef HAVE_LIBZ
|
41
|
-
|
42
|
-
/* Define to 1 if you have the <memory.h> header file. */
|
43
|
-
#undef HAVE_MEMORY_H
|
44
|
-
|
45
|
-
/* Define to 1 if you have the <stddef.h> header file. */
|
46
|
-
#undef HAVE_STDDEF_H
|
47
|
-
|
48
|
-
/* Define to 1 if you have the <stdint.h> header file. */
|
49
|
-
#undef HAVE_STDINT_H
|
50
|
-
|
51
|
-
/* Define to 1 if you have the <stdlib.h> header file. */
|
52
|
-
#undef HAVE_STDLIB_H
|
53
|
-
|
54
|
-
/* Define to 1 if you have the <strings.h> header file. */
|
55
|
-
#undef HAVE_STRINGS_H
|
56
|
-
|
57
|
-
/* Define to 1 if you have the <string.h> header file. */
|
58
|
-
#undef HAVE_STRING_H
|
59
|
-
|
60
|
-
/* Define to 1 if you have the <sys/byteswap.h> header file. */
|
61
|
-
#undef HAVE_SYS_BYTESWAP_H
|
62
|
-
|
63
|
-
/* Define to 1 if you have the <sys/endian.h> header file. */
|
64
|
-
#undef HAVE_SYS_ENDIAN_H
|
65
|
-
|
66
|
-
/* Define to 1 if you have the <sys/mman.h> header file. */
|
67
|
-
#undef HAVE_SYS_MMAN_H
|
68
|
-
|
69
|
-
/* Define to 1 if you have the <sys/resource.h> header file. */
|
70
|
-
#undef HAVE_SYS_RESOURCE_H
|
71
|
-
|
72
|
-
/* Define to 1 if you have the <sys/stat.h> header file. */
|
73
|
-
#undef HAVE_SYS_STAT_H
|
74
|
-
|
75
|
-
/* Define to 1 if you have the <sys/time.h> header file. */
|
76
|
-
#undef HAVE_SYS_TIME_H
|
77
|
-
|
78
|
-
/* Define to 1 if you have the <sys/types.h> header file. */
|
79
|
-
#undef HAVE_SYS_TYPES_H
|
80
|
-
|
81
|
-
/* Define to 1 if you have the <unistd.h> header file. */
|
82
|
-
#undef HAVE_UNISTD_H
|
83
|
-
|
84
|
-
/* Define to 1 if you have the <windows.h> header file. */
|
85
|
-
#undef HAVE_WINDOWS_H
|
86
|
-
|
87
|
-
/* Define to the sub-directory in which libtool stores uninstalled libraries.
|
88
|
-
*/
|
89
|
-
#undef LT_OBJDIR
|
90
|
-
|
91
|
-
/* Name of package */
|
92
|
-
#undef PACKAGE
|
93
|
-
|
94
|
-
/* Define to the address where bug reports for this package should be sent. */
|
95
|
-
#undef PACKAGE_BUGREPORT
|
96
|
-
|
97
|
-
/* Define to the full name of this package. */
|
98
|
-
#undef PACKAGE_NAME
|
99
|
-
|
100
|
-
/* Define to the full name and version of this package. */
|
101
|
-
#undef PACKAGE_STRING
|
102
|
-
|
103
|
-
/* Define to the one symbol short name of this package. */
|
104
|
-
#undef PACKAGE_TARNAME
|
105
|
-
|
106
|
-
/* Define to the home page for this package. */
|
107
|
-
#undef PACKAGE_URL
|
108
|
-
|
109
|
-
/* Define to the version of this package. */
|
110
|
-
#undef PACKAGE_VERSION
|
111
|
-
|
112
|
-
/* Define to 1 if you have the ANSI C header files. */
|
113
|
-
#undef STDC_HEADERS
|
114
|
-
|
115
|
-
/* Version number of package */
|
116
|
-
#undef VERSION
|
117
|
-
|
118
|
-
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
119
|
-
significant byte first (like Motorola and SPARC, unlike Intel). */
|
120
|
-
#if defined AC_APPLE_UNIVERSAL_BUILD
|
121
|
-
# if defined __BIG_ENDIAN__
|
122
|
-
# define WORDS_BIGENDIAN 1
|
123
|
-
# endif
|
124
|
-
#else
|
125
|
-
# ifndef WORDS_BIGENDIAN
|
126
|
-
# undef WORDS_BIGENDIAN
|
127
|
-
# endif
|
128
|
-
#endif
|
129
|
-
|
130
|
-
/* Define to `unsigned int' if <sys/types.h> does not define. */
|
131
|
-
#undef size_t
|
132
|
-
|
133
|
-
/* Define to `int' if <sys/types.h> does not define. */
|
134
|
-
#undef ssize_t
|
data/vendor/snappy/config.log
DELETED
@@ -1,1640 +0,0 @@
|
|
1
|
-
This file contains any messages produced by compilers while
|
2
|
-
running configure, to aid debugging if configure makes a mistake.
|
3
|
-
|
4
|
-
It was created by snappy configure 1.1.4, which was
|
5
|
-
generated by GNU Autoconf 2.68. Invocation command line was
|
6
|
-
|
7
|
-
$ ./configure --disable-option-checking --disable-dependency-tracking --disable-gtest --without-gflags
|
8
|
-
|
9
|
-
## --------- ##
|
10
|
-
## Platform. ##
|
11
|
-
## --------- ##
|
12
|
-
|
13
|
-
hostname = testing-docker-367b85c6-7941-4b90-9a59-22ca6669cceb
|
14
|
-
uname -m = x86_64
|
15
|
-
uname -r = 4.8.12-040812-generic
|
16
|
-
uname -s = Linux
|
17
|
-
uname -v = #201612020431 SMP Fri Dec 2 09:33:31 UTC 2016
|
18
|
-
|
19
|
-
/usr/bin/uname -p = unknown
|
20
|
-
/bin/uname -X = unknown
|
21
|
-
|
22
|
-
/bin/arch = unknown
|
23
|
-
/usr/bin/arch -k = unknown
|
24
|
-
/usr/convex/getsysinfo = unknown
|
25
|
-
/usr/bin/hostinfo = unknown
|
26
|
-
/bin/machine = unknown
|
27
|
-
/usr/bin/oslevel = unknown
|
28
|
-
/bin/universe = unknown
|
29
|
-
|
30
|
-
PATH: /home/travis/build/miyucy/snappy/vendor/bundle/ruby/1.9.1/bin
|
31
|
-
PATH: /home/travis/.rvm/gems/ruby-1.9.3-p551/bin
|
32
|
-
PATH: /home/travis/.rvm/gems/ruby-1.9.3-p551@global/bin
|
33
|
-
PATH: /home/travis/.rvm/rubies/ruby-1.9.3-p551/bin
|
34
|
-
PATH: /home/travis/.rvm/bin
|
35
|
-
PATH: /usr/lib/ccache
|
36
|
-
PATH: /home/travis/bin
|
37
|
-
PATH: /home/travis/.local/bin
|
38
|
-
PATH: /usr/local/phantomjs/bin
|
39
|
-
PATH: /home/travis/.nvm/v0.10.36/bin
|
40
|
-
PATH: ./node_modules/.bin
|
41
|
-
PATH: /usr/local/maven-3.2.5/bin
|
42
|
-
PATH: /usr/local/clang-3.4/bin
|
43
|
-
PATH: /home/travis/.gimme/versions/go1.4.1.linux.amd64/bin
|
44
|
-
PATH: /usr/local/sbin
|
45
|
-
PATH: /usr/local/bin
|
46
|
-
PATH: /usr/sbin
|
47
|
-
PATH: /usr/bin
|
48
|
-
PATH: /sbin
|
49
|
-
PATH: /bin
|
50
|
-
|
51
|
-
|
52
|
-
## ----------- ##
|
53
|
-
## Core tests. ##
|
54
|
-
## ----------- ##
|
55
|
-
|
56
|
-
configure:2575: checking for a BSD-compatible install
|
57
|
-
configure:2643: result: /usr/bin/install -c
|
58
|
-
configure:2654: checking whether build environment is sane
|
59
|
-
configure:2704: result: yes
|
60
|
-
configure:2845: checking for a thread-safe mkdir -p
|
61
|
-
configure:2884: result: /bin/mkdir -p
|
62
|
-
configure:2897: checking for gawk
|
63
|
-
configure:2913: found /usr/bin/gawk
|
64
|
-
configure:2924: result: gawk
|
65
|
-
configure:2935: checking whether make sets $(MAKE)
|
66
|
-
configure:2957: result: yes
|
67
|
-
configure:3067: checking build system type
|
68
|
-
configure:3081: result: x86_64-unknown-linux-gnu
|
69
|
-
configure:3101: checking host system type
|
70
|
-
configure:3114: result: x86_64-unknown-linux-gnu
|
71
|
-
configure:3155: checking how to print strings
|
72
|
-
configure:3182: result: printf
|
73
|
-
configure:3215: checking for style of include used by make
|
74
|
-
configure:3243: result: GNU
|
75
|
-
configure:3314: checking for gcc
|
76
|
-
configure:3330: found /usr/lib/ccache/gcc
|
77
|
-
configure:3341: result: gcc
|
78
|
-
configure:3570: checking for C compiler version
|
79
|
-
configure:3579: gcc --version >&5
|
80
|
-
gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
|
81
|
-
Copyright (C) 2011 Free Software Foundation, Inc.
|
82
|
-
This is free software; see the source for copying conditions. There is NO
|
83
|
-
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
84
|
-
|
85
|
-
configure:3590: $? = 0
|
86
|
-
configure:3579: gcc -v >&5
|
87
|
-
Using built-in specs.
|
88
|
-
COLLECT_GCC=/usr/bin/gcc
|
89
|
-
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
|
90
|
-
Target: x86_64-linux-gnu
|
91
|
-
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
|
92
|
-
Thread model: posix
|
93
|
-
gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
|
94
|
-
configure:3590: $? = 0
|
95
|
-
configure:3579: gcc -V >&5
|
96
|
-
gcc: error: unrecognized option '-V'
|
97
|
-
gcc: fatal error: no input files
|
98
|
-
compilation terminated.
|
99
|
-
configure:3590: $? = 4
|
100
|
-
configure:3579: gcc -qversion >&5
|
101
|
-
gcc: error: unrecognized option '-qversion'
|
102
|
-
gcc: fatal error: no input files
|
103
|
-
compilation terminated.
|
104
|
-
configure:3590: $? = 4
|
105
|
-
configure:3610: checking whether the C compiler works
|
106
|
-
configure:3632: gcc conftest.c >&5
|
107
|
-
configure:3636: $? = 0
|
108
|
-
configure:3684: result: yes
|
109
|
-
configure:3687: checking for C compiler default output file name
|
110
|
-
configure:3689: result: a.out
|
111
|
-
configure:3695: checking for suffix of executables
|
112
|
-
configure:3702: gcc -o conftest conftest.c >&5
|
113
|
-
configure:3706: $? = 0
|
114
|
-
configure:3728: result:
|
115
|
-
configure:3750: checking whether we are cross compiling
|
116
|
-
configure:3758: gcc -o conftest conftest.c >&5
|
117
|
-
configure:3762: $? = 0
|
118
|
-
configure:3769: ./conftest
|
119
|
-
configure:3773: $? = 0
|
120
|
-
configure:3788: result: no
|
121
|
-
configure:3793: checking for suffix of object files
|
122
|
-
configure:3815: gcc -c conftest.c >&5
|
123
|
-
configure:3819: $? = 0
|
124
|
-
configure:3840: result: o
|
125
|
-
configure:3844: checking whether we are using the GNU C compiler
|
126
|
-
configure:3863: gcc -c conftest.c >&5
|
127
|
-
configure:3863: $? = 0
|
128
|
-
configure:3872: result: yes
|
129
|
-
configure:3881: checking whether gcc accepts -g
|
130
|
-
configure:3901: gcc -c -g conftest.c >&5
|
131
|
-
configure:3901: $? = 0
|
132
|
-
configure:3942: result: yes
|
133
|
-
configure:3959: checking for gcc option to accept ISO C89
|
134
|
-
configure:4023: gcc -c -g -O2 conftest.c >&5
|
135
|
-
configure:4023: $? = 0
|
136
|
-
configure:4036: result: none needed
|
137
|
-
configure:4058: checking dependency style of gcc
|
138
|
-
configure:4169: result: none
|
139
|
-
configure:4184: checking for a sed that does not truncate output
|
140
|
-
configure:4248: result: /bin/sed
|
141
|
-
configure:4266: checking for grep that handles long lines and -e
|
142
|
-
configure:4324: result: /bin/grep
|
143
|
-
configure:4329: checking for egrep
|
144
|
-
configure:4391: result: /bin/grep -E
|
145
|
-
configure:4396: checking for fgrep
|
146
|
-
configure:4458: result: /bin/grep -F
|
147
|
-
configure:4493: checking for ld used by gcc
|
148
|
-
configure:4560: result: /usr/bin/ld
|
149
|
-
configure:4567: checking if the linker (/usr/bin/ld) is GNU ld
|
150
|
-
configure:4582: result: yes
|
151
|
-
configure:4594: checking for BSD- or MS-compatible name lister (nm)
|
152
|
-
configure:4643: result: /usr/bin/nm -B
|
153
|
-
configure:4773: checking the name lister (/usr/bin/nm -B) interface
|
154
|
-
configure:4780: gcc -c -g -O2 conftest.c >&5
|
155
|
-
configure:4783: /usr/bin/nm -B "conftest.o"
|
156
|
-
configure:4786: output
|
157
|
-
0000000000000000 B some_variable
|
158
|
-
configure:4793: result: BSD nm
|
159
|
-
configure:4796: checking whether ln -s works
|
160
|
-
configure:4800: result: yes
|
161
|
-
configure:4808: checking the maximum length of command line arguments
|
162
|
-
configure:4938: result: 1572864
|
163
|
-
configure:4955: checking whether the shell understands some XSI constructs
|
164
|
-
configure:4965: result: yes
|
165
|
-
configure:4969: checking whether the shell understands "+="
|
166
|
-
configure:4975: result: yes
|
167
|
-
configure:5010: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
|
168
|
-
configure:5050: result: func_convert_file_noop
|
169
|
-
configure:5057: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
|
170
|
-
configure:5077: result: func_convert_file_noop
|
171
|
-
configure:5084: checking for /usr/bin/ld option to reload object files
|
172
|
-
configure:5091: result: -r
|
173
|
-
configure:5165: checking for objdump
|
174
|
-
configure:5181: found /usr/bin/objdump
|
175
|
-
configure:5192: result: objdump
|
176
|
-
configure:5224: checking how to recognize dependent libraries
|
177
|
-
configure:5426: result: pass_all
|
178
|
-
configure:5511: checking for dlltool
|
179
|
-
configure:5541: result: no
|
180
|
-
configure:5571: checking how to associate runtime and link libraries
|
181
|
-
configure:5598: result: printf %s\n
|
182
|
-
configure:5659: checking for ar
|
183
|
-
configure:5675: found /usr/bin/ar
|
184
|
-
configure:5686: result: ar
|
185
|
-
configure:5723: checking for archiver @FILE support
|
186
|
-
configure:5740: gcc -c -g -O2 conftest.c >&5
|
187
|
-
configure:5740: $? = 0
|
188
|
-
configure:5743: ar cru libconftest.a @conftest.lst >&5
|
189
|
-
configure:5746: $? = 0
|
190
|
-
configure:5751: ar cru libconftest.a @conftest.lst >&5
|
191
|
-
ar: conftest.o: No such file or directory
|
192
|
-
configure:5754: $? = 1
|
193
|
-
configure:5766: result: @
|
194
|
-
configure:5824: checking for strip
|
195
|
-
configure:5840: found /usr/bin/strip
|
196
|
-
configure:5851: result: strip
|
197
|
-
configure:5923: checking for ranlib
|
198
|
-
configure:5939: found /usr/bin/ranlib
|
199
|
-
configure:5950: result: ranlib
|
200
|
-
configure:6052: checking command to parse /usr/bin/nm -B output from gcc object
|
201
|
-
configure:6172: gcc -c -g -O2 conftest.c >&5
|
202
|
-
configure:6175: $? = 0
|
203
|
-
configure:6179: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
|
204
|
-
configure:6182: $? = 0
|
205
|
-
configure:6248: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
|
206
|
-
configure:6251: $? = 0
|
207
|
-
configure:6289: result: ok
|
208
|
-
configure:6326: checking for sysroot
|
209
|
-
configure:6356: result: no
|
210
|
-
configure:6433: gcc -c -g -O2 conftest.c >&5
|
211
|
-
configure:6436: $? = 0
|
212
|
-
configure:6612: checking for mt
|
213
|
-
configure:6628: found /bin/mt
|
214
|
-
configure:6639: result: mt
|
215
|
-
configure:6662: checking if mt is a manifest tool
|
216
|
-
configure:6668: mt '-?'
|
217
|
-
configure:6676: result: no
|
218
|
-
configure:7318: checking how to run the C preprocessor
|
219
|
-
configure:7349: gcc -E conftest.c
|
220
|
-
configure:7349: $? = 0
|
221
|
-
configure:7363: gcc -E conftest.c
|
222
|
-
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
|
223
|
-
compilation terminated.
|
224
|
-
configure:7363: $? = 1
|
225
|
-
configure: failed program was:
|
226
|
-
| /* confdefs.h */
|
227
|
-
| #define PACKAGE_NAME "snappy"
|
228
|
-
| #define PACKAGE_TARNAME "snappy"
|
229
|
-
| #define PACKAGE_VERSION "1.1.4"
|
230
|
-
| #define PACKAGE_STRING "snappy 1.1.4"
|
231
|
-
| #define PACKAGE_BUGREPORT ""
|
232
|
-
| #define PACKAGE_URL ""
|
233
|
-
| #define PACKAGE "snappy"
|
234
|
-
| #define VERSION "1.1.4"
|
235
|
-
| /* end confdefs.h. */
|
236
|
-
| #include <ac_nonexistent.h>
|
237
|
-
configure:7388: result: gcc -E
|
238
|
-
configure:7408: gcc -E conftest.c
|
239
|
-
configure:7408: $? = 0
|
240
|
-
configure:7422: gcc -E conftest.c
|
241
|
-
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
|
242
|
-
compilation terminated.
|
243
|
-
configure:7422: $? = 1
|
244
|
-
configure: failed program was:
|
245
|
-
| /* confdefs.h */
|
246
|
-
| #define PACKAGE_NAME "snappy"
|
247
|
-
| #define PACKAGE_TARNAME "snappy"
|
248
|
-
| #define PACKAGE_VERSION "1.1.4"
|
249
|
-
| #define PACKAGE_STRING "snappy 1.1.4"
|
250
|
-
| #define PACKAGE_BUGREPORT ""
|
251
|
-
| #define PACKAGE_URL ""
|
252
|
-
| #define PACKAGE "snappy"
|
253
|
-
| #define VERSION "1.1.4"
|
254
|
-
| /* end confdefs.h. */
|
255
|
-
| #include <ac_nonexistent.h>
|
256
|
-
configure:7451: checking for ANSI C header files
|
257
|
-
configure:7471: gcc -c -g -O2 conftest.c >&5
|
258
|
-
configure:7471: $? = 0
|
259
|
-
configure:7544: gcc -o conftest -g -O2 conftest.c >&5
|
260
|
-
configure:7544: $? = 0
|
261
|
-
configure:7544: ./conftest
|
262
|
-
configure:7544: $? = 0
|
263
|
-
configure:7555: result: yes
|
264
|
-
configure:7568: checking for sys/types.h
|
265
|
-
configure:7568: gcc -c -g -O2 conftest.c >&5
|
266
|
-
configure:7568: $? = 0
|
267
|
-
configure:7568: result: yes
|
268
|
-
configure:7568: checking for sys/stat.h
|
269
|
-
configure:7568: gcc -c -g -O2 conftest.c >&5
|
270
|
-
configure:7568: $? = 0
|
271
|
-
configure:7568: result: yes
|
272
|
-
configure:7568: checking for stdlib.h
|
273
|
-
configure:7568: gcc -c -g -O2 conftest.c >&5
|
274
|
-
configure:7568: $? = 0
|
275
|
-
configure:7568: result: yes
|
276
|
-
configure:7568: checking for string.h
|
277
|
-
configure:7568: gcc -c -g -O2 conftest.c >&5
|
278
|
-
configure:7568: $? = 0
|
279
|
-
configure:7568: result: yes
|
280
|
-
configure:7568: checking for memory.h
|
281
|
-
configure:7568: gcc -c -g -O2 conftest.c >&5
|
282
|
-
configure:7568: $? = 0
|
283
|
-
configure:7568: result: yes
|
284
|
-
configure:7568: checking for strings.h
|
285
|
-
configure:7568: gcc -c -g -O2 conftest.c >&5
|
286
|
-
configure:7568: $? = 0
|
287
|
-
configure:7568: result: yes
|
288
|
-
configure:7568: checking for inttypes.h
|
289
|
-
configure:7568: gcc -c -g -O2 conftest.c >&5
|
290
|
-
configure:7568: $? = 0
|
291
|
-
configure:7568: result: yes
|
292
|
-
configure:7568: checking for stdint.h
|
293
|
-
configure:7568: gcc -c -g -O2 conftest.c >&5
|
294
|
-
configure:7568: $? = 0
|
295
|
-
configure:7568: result: yes
|
296
|
-
configure:7568: checking for unistd.h
|
297
|
-
configure:7568: gcc -c -g -O2 conftest.c >&5
|
298
|
-
configure:7568: $? = 0
|
299
|
-
configure:7568: result: yes
|
300
|
-
configure:7582: checking for dlfcn.h
|
301
|
-
configure:7582: gcc -c -g -O2 conftest.c >&5
|
302
|
-
configure:7582: $? = 0
|
303
|
-
configure:7582: result: yes
|
304
|
-
configure:7788: checking for objdir
|
305
|
-
configure:7803: result: .libs
|
306
|
-
configure:8070: checking if gcc supports -fno-rtti -fno-exceptions
|
307
|
-
configure:8088: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
|
308
|
-
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
|
309
|
-
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
|
310
|
-
configure:8092: $? = 0
|
311
|
-
configure:8105: result: no
|
312
|
-
configure:8432: checking for gcc option to produce PIC
|
313
|
-
configure:8439: result: -fPIC -DPIC
|
314
|
-
configure:8447: checking if gcc PIC flag -fPIC -DPIC works
|
315
|
-
configure:8465: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
|
316
|
-
configure:8469: $? = 0
|
317
|
-
configure:8482: result: yes
|
318
|
-
configure:8511: checking if gcc static flag -static works
|
319
|
-
configure:8539: result: yes
|
320
|
-
configure:8554: checking if gcc supports -c -o file.o
|
321
|
-
configure:8575: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
|
322
|
-
configure:8579: $? = 0
|
323
|
-
configure:8601: result: yes
|
324
|
-
configure:8609: checking if gcc supports -c -o file.o
|
325
|
-
configure:8656: result: yes
|
326
|
-
configure:8689: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
|
327
|
-
configure:9846: result: yes
|
328
|
-
configure:9883: checking whether -lc should be explicitly linked in
|
329
|
-
configure:9891: gcc -c -g -O2 conftest.c >&5
|
330
|
-
configure:9894: $? = 0
|
331
|
-
configure:9909: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
|
332
|
-
configure:9912: $? = 0
|
333
|
-
configure:9926: result: no
|
334
|
-
configure:10086: checking dynamic linker characteristics
|
335
|
-
configure:10597: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
|
336
|
-
configure:10597: $? = 0
|
337
|
-
configure:10831: result: GNU/Linux ld.so
|
338
|
-
configure:10938: checking how to hardcode library paths into programs
|
339
|
-
configure:10963: result: immediate
|
340
|
-
configure:11503: checking whether stripping libraries is possible
|
341
|
-
configure:11508: result: yes
|
342
|
-
configure:11543: checking if libtool supports shared libraries
|
343
|
-
configure:11545: result: yes
|
344
|
-
configure:11548: checking whether to build shared libraries
|
345
|
-
configure:11569: result: yes
|
346
|
-
configure:11572: checking whether to build static libraries
|
347
|
-
configure:11576: result: yes
|
348
|
-
configure:11672: checking for g++
|
349
|
-
configure:11688: found /usr/lib/ccache/g++
|
350
|
-
configure:11699: result: g++
|
351
|
-
configure:11726: checking for C++ compiler version
|
352
|
-
configure:11735: g++ --version >&5
|
353
|
-
g++ (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
|
354
|
-
Copyright (C) 2011 Free Software Foundation, Inc.
|
355
|
-
This is free software; see the source for copying conditions. There is NO
|
356
|
-
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
357
|
-
|
358
|
-
configure:11746: $? = 0
|
359
|
-
configure:11735: g++ -v >&5
|
360
|
-
Using built-in specs.
|
361
|
-
COLLECT_GCC=/usr/bin/g++
|
362
|
-
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
|
363
|
-
Target: x86_64-linux-gnu
|
364
|
-
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
|
365
|
-
Thread model: posix
|
366
|
-
gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
|
367
|
-
configure:11746: $? = 0
|
368
|
-
configure:11735: g++ -V >&5
|
369
|
-
g++: error: unrecognized option '-V'
|
370
|
-
g++: fatal error: no input files
|
371
|
-
compilation terminated.
|
372
|
-
configure:11746: $? = 4
|
373
|
-
configure:11735: g++ -qversion >&5
|
374
|
-
g++: error: unrecognized option '-qversion'
|
375
|
-
g++: fatal error: no input files
|
376
|
-
compilation terminated.
|
377
|
-
configure:11746: $? = 4
|
378
|
-
configure:11750: checking whether we are using the GNU C++ compiler
|
379
|
-
configure:11769: g++ -c conftest.cpp >&5
|
380
|
-
configure:11769: $? = 0
|
381
|
-
configure:11778: result: yes
|
382
|
-
configure:11787: checking whether g++ accepts -g
|
383
|
-
configure:11807: g++ -c -g conftest.cpp >&5
|
384
|
-
configure:11807: $? = 0
|
385
|
-
configure:11848: result: yes
|
386
|
-
configure:11873: checking dependency style of g++
|
387
|
-
configure:11984: result: none
|
388
|
-
configure:12017: checking how to run the C++ preprocessor
|
389
|
-
configure:12044: g++ -E conftest.cpp
|
390
|
-
configure:12044: $? = 0
|
391
|
-
configure:12058: g++ -E conftest.cpp
|
392
|
-
conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
|
393
|
-
compilation terminated.
|
394
|
-
configure:12058: $? = 1
|
395
|
-
configure: failed program was:
|
396
|
-
| /* confdefs.h */
|
397
|
-
| #define PACKAGE_NAME "snappy"
|
398
|
-
| #define PACKAGE_TARNAME "snappy"
|
399
|
-
| #define PACKAGE_VERSION "1.1.4"
|
400
|
-
| #define PACKAGE_STRING "snappy 1.1.4"
|
401
|
-
| #define PACKAGE_BUGREPORT ""
|
402
|
-
| #define PACKAGE_URL ""
|
403
|
-
| #define PACKAGE "snappy"
|
404
|
-
| #define VERSION "1.1.4"
|
405
|
-
| #define STDC_HEADERS 1
|
406
|
-
| #define HAVE_SYS_TYPES_H 1
|
407
|
-
| #define HAVE_SYS_STAT_H 1
|
408
|
-
| #define HAVE_STDLIB_H 1
|
409
|
-
| #define HAVE_STRING_H 1
|
410
|
-
| #define HAVE_MEMORY_H 1
|
411
|
-
| #define HAVE_STRINGS_H 1
|
412
|
-
| #define HAVE_INTTYPES_H 1
|
413
|
-
| #define HAVE_STDINT_H 1
|
414
|
-
| #define HAVE_UNISTD_H 1
|
415
|
-
| #define HAVE_DLFCN_H 1
|
416
|
-
| #define LT_OBJDIR ".libs/"
|
417
|
-
| /* end confdefs.h. */
|
418
|
-
| #include <ac_nonexistent.h>
|
419
|
-
configure:12083: result: g++ -E
|
420
|
-
configure:12103: g++ -E conftest.cpp
|
421
|
-
configure:12103: $? = 0
|
422
|
-
configure:12117: g++ -E conftest.cpp
|
423
|
-
conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
|
424
|
-
compilation terminated.
|
425
|
-
configure:12117: $? = 1
|
426
|
-
configure: failed program was:
|
427
|
-
| /* confdefs.h */
|
428
|
-
| #define PACKAGE_NAME "snappy"
|
429
|
-
| #define PACKAGE_TARNAME "snappy"
|
430
|
-
| #define PACKAGE_VERSION "1.1.4"
|
431
|
-
| #define PACKAGE_STRING "snappy 1.1.4"
|
432
|
-
| #define PACKAGE_BUGREPORT ""
|
433
|
-
| #define PACKAGE_URL ""
|
434
|
-
| #define PACKAGE "snappy"
|
435
|
-
| #define VERSION "1.1.4"
|
436
|
-
| #define STDC_HEADERS 1
|
437
|
-
| #define HAVE_SYS_TYPES_H 1
|
438
|
-
| #define HAVE_SYS_STAT_H 1
|
439
|
-
| #define HAVE_STDLIB_H 1
|
440
|
-
| #define HAVE_STRING_H 1
|
441
|
-
| #define HAVE_MEMORY_H 1
|
442
|
-
| #define HAVE_STRINGS_H 1
|
443
|
-
| #define HAVE_INTTYPES_H 1
|
444
|
-
| #define HAVE_STDINT_H 1
|
445
|
-
| #define HAVE_UNISTD_H 1
|
446
|
-
| #define HAVE_DLFCN_H 1
|
447
|
-
| #define LT_OBJDIR ".libs/"
|
448
|
-
| /* end confdefs.h. */
|
449
|
-
| #include <ac_nonexistent.h>
|
450
|
-
configure:12286: checking for ld used by g++
|
451
|
-
configure:12353: result: /usr/bin/ld -m elf_x86_64
|
452
|
-
configure:12360: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
|
453
|
-
configure:12375: result: yes
|
454
|
-
configure:12430: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
|
455
|
-
configure:13435: result: yes
|
456
|
-
configure:13471: g++ -c -g -O2 conftest.cpp >&5
|
457
|
-
configure:13474: $? = 0
|
458
|
-
configure:13994: checking for g++ option to produce PIC
|
459
|
-
configure:14001: result: -fPIC -DPIC
|
460
|
-
configure:14009: checking if g++ PIC flag -fPIC -DPIC works
|
461
|
-
configure:14027: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
|
462
|
-
configure:14031: $? = 0
|
463
|
-
configure:14044: result: yes
|
464
|
-
configure:14067: checking if g++ static flag -static works
|
465
|
-
configure:14095: result: yes
|
466
|
-
configure:14107: checking if g++ supports -c -o file.o
|
467
|
-
configure:14128: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
|
468
|
-
configure:14132: $? = 0
|
469
|
-
configure:14154: result: yes
|
470
|
-
configure:14159: checking if g++ supports -c -o file.o
|
471
|
-
configure:14206: result: yes
|
472
|
-
configure:14236: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
|
473
|
-
configure:14275: result: yes
|
474
|
-
configure:14416: checking dynamic linker characteristics
|
475
|
-
configure:15095: result: GNU/Linux ld.so
|
476
|
-
configure:15148: checking how to hardcode library paths into programs
|
477
|
-
configure:15173: result: immediate
|
478
|
-
configure:15219: checking whether byte ordering is bigendian
|
479
|
-
configure:15234: g++ -c -g -O2 conftest.cpp >&5
|
480
|
-
conftest.cpp:24:9: error: expected unqualified-id before 'not' token
|
481
|
-
configure:15234: $? = 1
|
482
|
-
configure: failed program was:
|
483
|
-
| /* confdefs.h */
|
484
|
-
| #define PACKAGE_NAME "snappy"
|
485
|
-
| #define PACKAGE_TARNAME "snappy"
|
486
|
-
| #define PACKAGE_VERSION "1.1.4"
|
487
|
-
| #define PACKAGE_STRING "snappy 1.1.4"
|
488
|
-
| #define PACKAGE_BUGREPORT ""
|
489
|
-
| #define PACKAGE_URL ""
|
490
|
-
| #define PACKAGE "snappy"
|
491
|
-
| #define VERSION "1.1.4"
|
492
|
-
| #define STDC_HEADERS 1
|
493
|
-
| #define HAVE_SYS_TYPES_H 1
|
494
|
-
| #define HAVE_SYS_STAT_H 1
|
495
|
-
| #define HAVE_STDLIB_H 1
|
496
|
-
| #define HAVE_STRING_H 1
|
497
|
-
| #define HAVE_MEMORY_H 1
|
498
|
-
| #define HAVE_STRINGS_H 1
|
499
|
-
| #define HAVE_INTTYPES_H 1
|
500
|
-
| #define HAVE_STDINT_H 1
|
501
|
-
| #define HAVE_UNISTD_H 1
|
502
|
-
| #define HAVE_DLFCN_H 1
|
503
|
-
| #define LT_OBJDIR ".libs/"
|
504
|
-
| /* end confdefs.h. */
|
505
|
-
| #ifndef __APPLE_CC__
|
506
|
-
| not a universal capable compiler
|
507
|
-
| #endif
|
508
|
-
| typedef int dummy;
|
509
|
-
|
|
510
|
-
configure:15279: g++ -c -g -O2 conftest.cpp >&5
|
511
|
-
configure:15279: $? = 0
|
512
|
-
configure:15297: g++ -c -g -O2 conftest.cpp >&5
|
513
|
-
conftest.cpp: In function 'int main()':
|
514
|
-
conftest.cpp:30:8: error: 'big' was not declared in this scope
|
515
|
-
conftest.cpp:30:12: error: expected ';' before 'endian'
|
516
|
-
configure:15297: $? = 1
|
517
|
-
configure: failed program was:
|
518
|
-
| /* confdefs.h */
|
519
|
-
| #define PACKAGE_NAME "snappy"
|
520
|
-
| #define PACKAGE_TARNAME "snappy"
|
521
|
-
| #define PACKAGE_VERSION "1.1.4"
|
522
|
-
| #define PACKAGE_STRING "snappy 1.1.4"
|
523
|
-
| #define PACKAGE_BUGREPORT ""
|
524
|
-
| #define PACKAGE_URL ""
|
525
|
-
| #define PACKAGE "snappy"
|
526
|
-
| #define VERSION "1.1.4"
|
527
|
-
| #define STDC_HEADERS 1
|
528
|
-
| #define HAVE_SYS_TYPES_H 1
|
529
|
-
| #define HAVE_SYS_STAT_H 1
|
530
|
-
| #define HAVE_STDLIB_H 1
|
531
|
-
| #define HAVE_STRING_H 1
|
532
|
-
| #define HAVE_MEMORY_H 1
|
533
|
-
| #define HAVE_STRINGS_H 1
|
534
|
-
| #define HAVE_INTTYPES_H 1
|
535
|
-
| #define HAVE_STDINT_H 1
|
536
|
-
| #define HAVE_UNISTD_H 1
|
537
|
-
| #define HAVE_DLFCN_H 1
|
538
|
-
| #define LT_OBJDIR ".libs/"
|
539
|
-
| /* end confdefs.h. */
|
540
|
-
| #include <sys/types.h>
|
541
|
-
| #include <sys/param.h>
|
542
|
-
|
|
543
|
-
| int
|
544
|
-
| main ()
|
545
|
-
| {
|
546
|
-
| #if BYTE_ORDER != BIG_ENDIAN
|
547
|
-
| not big endian
|
548
|
-
| #endif
|
549
|
-
|
|
550
|
-
| ;
|
551
|
-
| return 0;
|
552
|
-
| }
|
553
|
-
configure:15425: result: no
|
554
|
-
configure:15443: checking for size_t
|
555
|
-
configure:15443: g++ -c -g -O2 conftest.cpp >&5
|
556
|
-
configure:15443: $? = 0
|
557
|
-
configure:15443: g++ -c -g -O2 conftest.cpp >&5
|
558
|
-
conftest.cpp: In function 'int main()':
|
559
|
-
conftest.cpp:59:20: error: expected primary-expression before ')' token
|
560
|
-
configure:15443: $? = 1
|
561
|
-
configure: failed program was:
|
562
|
-
| /* confdefs.h */
|
563
|
-
| #define PACKAGE_NAME "snappy"
|
564
|
-
| #define PACKAGE_TARNAME "snappy"
|
565
|
-
| #define PACKAGE_VERSION "1.1.4"
|
566
|
-
| #define PACKAGE_STRING "snappy 1.1.4"
|
567
|
-
| #define PACKAGE_BUGREPORT ""
|
568
|
-
| #define PACKAGE_URL ""
|
569
|
-
| #define PACKAGE "snappy"
|
570
|
-
| #define VERSION "1.1.4"
|
571
|
-
| #define STDC_HEADERS 1
|
572
|
-
| #define HAVE_SYS_TYPES_H 1
|
573
|
-
| #define HAVE_SYS_STAT_H 1
|
574
|
-
| #define HAVE_STDLIB_H 1
|
575
|
-
| #define HAVE_STRING_H 1
|
576
|
-
| #define HAVE_MEMORY_H 1
|
577
|
-
| #define HAVE_STRINGS_H 1
|
578
|
-
| #define HAVE_INTTYPES_H 1
|
579
|
-
| #define HAVE_STDINT_H 1
|
580
|
-
| #define HAVE_UNISTD_H 1
|
581
|
-
| #define HAVE_DLFCN_H 1
|
582
|
-
| #define LT_OBJDIR ".libs/"
|
583
|
-
| /* end confdefs.h. */
|
584
|
-
| #include <stdio.h>
|
585
|
-
| #ifdef HAVE_SYS_TYPES_H
|
586
|
-
| # include <sys/types.h>
|
587
|
-
| #endif
|
588
|
-
| #ifdef HAVE_SYS_STAT_H
|
589
|
-
| # include <sys/stat.h>
|
590
|
-
| #endif
|
591
|
-
| #ifdef STDC_HEADERS
|
592
|
-
| # include <stdlib.h>
|
593
|
-
| # include <stddef.h>
|
594
|
-
| #else
|
595
|
-
| # ifdef HAVE_STDLIB_H
|
596
|
-
| # include <stdlib.h>
|
597
|
-
| # endif
|
598
|
-
| #endif
|
599
|
-
| #ifdef HAVE_STRING_H
|
600
|
-
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
|
601
|
-
| # include <memory.h>
|
602
|
-
| # endif
|
603
|
-
| # include <string.h>
|
604
|
-
| #endif
|
605
|
-
| #ifdef HAVE_STRINGS_H
|
606
|
-
| # include <strings.h>
|
607
|
-
| #endif
|
608
|
-
| #ifdef HAVE_INTTYPES_H
|
609
|
-
| # include <inttypes.h>
|
610
|
-
| #endif
|
611
|
-
| #ifdef HAVE_STDINT_H
|
612
|
-
| # include <stdint.h>
|
613
|
-
| #endif
|
614
|
-
| #ifdef HAVE_UNISTD_H
|
615
|
-
| # include <unistd.h>
|
616
|
-
| #endif
|
617
|
-
| int
|
618
|
-
| main ()
|
619
|
-
| {
|
620
|
-
| if (sizeof ((size_t)))
|
621
|
-
| return 0;
|
622
|
-
| ;
|
623
|
-
| return 0;
|
624
|
-
| }
|
625
|
-
configure:15443: result: yes
|
626
|
-
configure:15454: checking for ssize_t
|
627
|
-
configure:15454: g++ -c -g -O2 conftest.cpp >&5
|
628
|
-
configure:15454: $? = 0
|
629
|
-
configure:15454: g++ -c -g -O2 conftest.cpp >&5
|
630
|
-
conftest.cpp: In function 'int main()':
|
631
|
-
conftest.cpp:59:21: error: expected primary-expression before ')' token
|
632
|
-
configure:15454: $? = 1
|
633
|
-
configure: failed program was:
|
634
|
-
| /* confdefs.h */
|
635
|
-
| #define PACKAGE_NAME "snappy"
|
636
|
-
| #define PACKAGE_TARNAME "snappy"
|
637
|
-
| #define PACKAGE_VERSION "1.1.4"
|
638
|
-
| #define PACKAGE_STRING "snappy 1.1.4"
|
639
|
-
| #define PACKAGE_BUGREPORT ""
|
640
|
-
| #define PACKAGE_URL ""
|
641
|
-
| #define PACKAGE "snappy"
|
642
|
-
| #define VERSION "1.1.4"
|
643
|
-
| #define STDC_HEADERS 1
|
644
|
-
| #define HAVE_SYS_TYPES_H 1
|
645
|
-
| #define HAVE_SYS_STAT_H 1
|
646
|
-
| #define HAVE_STDLIB_H 1
|
647
|
-
| #define HAVE_STRING_H 1
|
648
|
-
| #define HAVE_MEMORY_H 1
|
649
|
-
| #define HAVE_STRINGS_H 1
|
650
|
-
| #define HAVE_INTTYPES_H 1
|
651
|
-
| #define HAVE_STDINT_H 1
|
652
|
-
| #define HAVE_UNISTD_H 1
|
653
|
-
| #define HAVE_DLFCN_H 1
|
654
|
-
| #define LT_OBJDIR ".libs/"
|
655
|
-
| /* end confdefs.h. */
|
656
|
-
| #include <stdio.h>
|
657
|
-
| #ifdef HAVE_SYS_TYPES_H
|
658
|
-
| # include <sys/types.h>
|
659
|
-
| #endif
|
660
|
-
| #ifdef HAVE_SYS_STAT_H
|
661
|
-
| # include <sys/stat.h>
|
662
|
-
| #endif
|
663
|
-
| #ifdef STDC_HEADERS
|
664
|
-
| # include <stdlib.h>
|
665
|
-
| # include <stddef.h>
|
666
|
-
| #else
|
667
|
-
| # ifdef HAVE_STDLIB_H
|
668
|
-
| # include <stdlib.h>
|
669
|
-
| # endif
|
670
|
-
| #endif
|
671
|
-
| #ifdef HAVE_STRING_H
|
672
|
-
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
|
673
|
-
| # include <memory.h>
|
674
|
-
| # endif
|
675
|
-
| # include <string.h>
|
676
|
-
| #endif
|
677
|
-
| #ifdef HAVE_STRINGS_H
|
678
|
-
| # include <strings.h>
|
679
|
-
| #endif
|
680
|
-
| #ifdef HAVE_INTTYPES_H
|
681
|
-
| # include <inttypes.h>
|
682
|
-
| #endif
|
683
|
-
| #ifdef HAVE_STDINT_H
|
684
|
-
| # include <stdint.h>
|
685
|
-
| #endif
|
686
|
-
| #ifdef HAVE_UNISTD_H
|
687
|
-
| # include <unistd.h>
|
688
|
-
| #endif
|
689
|
-
| int
|
690
|
-
| main ()
|
691
|
-
| {
|
692
|
-
| if (sizeof ((ssize_t)))
|
693
|
-
| return 0;
|
694
|
-
| ;
|
695
|
-
| return 0;
|
696
|
-
| }
|
697
|
-
configure:15454: result: yes
|
698
|
-
configure:15469: checking for stdint.h
|
699
|
-
configure:15469: result: yes
|
700
|
-
configure:15469: checking stddef.h usability
|
701
|
-
configure:15469: g++ -c -g -O2 conftest.cpp >&5
|
702
|
-
configure:15469: $? = 0
|
703
|
-
configure:15469: result: yes
|
704
|
-
configure:15469: checking stddef.h presence
|
705
|
-
configure:15469: g++ -E conftest.cpp
|
706
|
-
configure:15469: $? = 0
|
707
|
-
configure:15469: result: yes
|
708
|
-
configure:15469: checking for stddef.h
|
709
|
-
configure:15469: result: yes
|
710
|
-
configure:15469: checking sys/mman.h usability
|
711
|
-
configure:15469: g++ -c -g -O2 conftest.cpp >&5
|
712
|
-
configure:15469: $? = 0
|
713
|
-
configure:15469: result: yes
|
714
|
-
configure:15469: checking sys/mman.h presence
|
715
|
-
configure:15469: g++ -E conftest.cpp
|
716
|
-
configure:15469: $? = 0
|
717
|
-
configure:15469: result: yes
|
718
|
-
configure:15469: checking for sys/mman.h
|
719
|
-
configure:15469: result: yes
|
720
|
-
configure:15469: checking sys/resource.h usability
|
721
|
-
configure:15469: g++ -c -g -O2 conftest.cpp >&5
|
722
|
-
configure:15469: $? = 0
|
723
|
-
configure:15469: result: yes
|
724
|
-
configure:15469: checking sys/resource.h presence
|
725
|
-
configure:15469: g++ -E conftest.cpp
|
726
|
-
configure:15469: $? = 0
|
727
|
-
configure:15469: result: yes
|
728
|
-
configure:15469: checking for sys/resource.h
|
729
|
-
configure:15469: result: yes
|
730
|
-
configure:15469: checking windows.h usability
|
731
|
-
configure:15469: g++ -c -g -O2 conftest.cpp >&5
|
732
|
-
conftest.cpp:60:21: fatal error: windows.h: No such file or directory
|
733
|
-
compilation terminated.
|
734
|
-
configure:15469: $? = 1
|
735
|
-
configure: failed program was:
|
736
|
-
| /* confdefs.h */
|
737
|
-
| #define PACKAGE_NAME "snappy"
|
738
|
-
| #define PACKAGE_TARNAME "snappy"
|
739
|
-
| #define PACKAGE_VERSION "1.1.4"
|
740
|
-
| #define PACKAGE_STRING "snappy 1.1.4"
|
741
|
-
| #define PACKAGE_BUGREPORT ""
|
742
|
-
| #define PACKAGE_URL ""
|
743
|
-
| #define PACKAGE "snappy"
|
744
|
-
| #define VERSION "1.1.4"
|
745
|
-
| #define STDC_HEADERS 1
|
746
|
-
| #define HAVE_SYS_TYPES_H 1
|
747
|
-
| #define HAVE_SYS_STAT_H 1
|
748
|
-
| #define HAVE_STDLIB_H 1
|
749
|
-
| #define HAVE_STRING_H 1
|
750
|
-
| #define HAVE_MEMORY_H 1
|
751
|
-
| #define HAVE_STRINGS_H 1
|
752
|
-
| #define HAVE_INTTYPES_H 1
|
753
|
-
| #define HAVE_STDINT_H 1
|
754
|
-
| #define HAVE_UNISTD_H 1
|
755
|
-
| #define HAVE_DLFCN_H 1
|
756
|
-
| #define LT_OBJDIR ".libs/"
|
757
|
-
| #define HAVE_STDINT_H 1
|
758
|
-
| #define HAVE_STDDEF_H 1
|
759
|
-
| #define HAVE_SYS_MMAN_H 1
|
760
|
-
| #define HAVE_SYS_RESOURCE_H 1
|
761
|
-
| /* end confdefs.h. */
|
762
|
-
| #include <stdio.h>
|
763
|
-
| #ifdef HAVE_SYS_TYPES_H
|
764
|
-
| # include <sys/types.h>
|
765
|
-
| #endif
|
766
|
-
| #ifdef HAVE_SYS_STAT_H
|
767
|
-
| # include <sys/stat.h>
|
768
|
-
| #endif
|
769
|
-
| #ifdef STDC_HEADERS
|
770
|
-
| # include <stdlib.h>
|
771
|
-
| # include <stddef.h>
|
772
|
-
| #else
|
773
|
-
| # ifdef HAVE_STDLIB_H
|
774
|
-
| # include <stdlib.h>
|
775
|
-
| # endif
|
776
|
-
| #endif
|
777
|
-
| #ifdef HAVE_STRING_H
|
778
|
-
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
|
779
|
-
| # include <memory.h>
|
780
|
-
| # endif
|
781
|
-
| # include <string.h>
|
782
|
-
| #endif
|
783
|
-
| #ifdef HAVE_STRINGS_H
|
784
|
-
| # include <strings.h>
|
785
|
-
| #endif
|
786
|
-
| #ifdef HAVE_INTTYPES_H
|
787
|
-
| # include <inttypes.h>
|
788
|
-
| #endif
|
789
|
-
| #ifdef HAVE_STDINT_H
|
790
|
-
| # include <stdint.h>
|
791
|
-
| #endif
|
792
|
-
| #ifdef HAVE_UNISTD_H
|
793
|
-
| # include <unistd.h>
|
794
|
-
| #endif
|
795
|
-
| #include <windows.h>
|
796
|
-
configure:15469: result: no
|
797
|
-
configure:15469: checking windows.h presence
|
798
|
-
configure:15469: g++ -E conftest.cpp
|
799
|
-
conftest.cpp:27:21: fatal error: windows.h: No such file or directory
|
800
|
-
compilation terminated.
|
801
|
-
configure:15469: $? = 1
|
802
|
-
configure: failed program was:
|
803
|
-
| /* confdefs.h */
|
804
|
-
| #define PACKAGE_NAME "snappy"
|
805
|
-
| #define PACKAGE_TARNAME "snappy"
|
806
|
-
| #define PACKAGE_VERSION "1.1.4"
|
807
|
-
| #define PACKAGE_STRING "snappy 1.1.4"
|
808
|
-
| #define PACKAGE_BUGREPORT ""
|
809
|
-
| #define PACKAGE_URL ""
|
810
|
-
| #define PACKAGE "snappy"
|
811
|
-
| #define VERSION "1.1.4"
|
812
|
-
| #define STDC_HEADERS 1
|
813
|
-
| #define HAVE_SYS_TYPES_H 1
|
814
|
-
| #define HAVE_SYS_STAT_H 1
|
815
|
-
| #define HAVE_STDLIB_H 1
|
816
|
-
| #define HAVE_STRING_H 1
|
817
|
-
| #define HAVE_MEMORY_H 1
|
818
|
-
| #define HAVE_STRINGS_H 1
|
819
|
-
| #define HAVE_INTTYPES_H 1
|
820
|
-
| #define HAVE_STDINT_H 1
|
821
|
-
| #define HAVE_UNISTD_H 1
|
822
|
-
| #define HAVE_DLFCN_H 1
|
823
|
-
| #define LT_OBJDIR ".libs/"
|
824
|
-
| #define HAVE_STDINT_H 1
|
825
|
-
| #define HAVE_STDDEF_H 1
|
826
|
-
| #define HAVE_SYS_MMAN_H 1
|
827
|
-
| #define HAVE_SYS_RESOURCE_H 1
|
828
|
-
| /* end confdefs.h. */
|
829
|
-
| #include <windows.h>
|
830
|
-
configure:15469: result: no
|
831
|
-
configure:15469: checking for windows.h
|
832
|
-
configure:15469: result: no
|
833
|
-
configure:15469: checking byteswap.h usability
|
834
|
-
configure:15469: g++ -c -g -O2 conftest.cpp >&5
|
835
|
-
configure:15469: $? = 0
|
836
|
-
configure:15469: result: yes
|
837
|
-
configure:15469: checking byteswap.h presence
|
838
|
-
configure:15469: g++ -E conftest.cpp
|
839
|
-
configure:15469: $? = 0
|
840
|
-
configure:15469: result: yes
|
841
|
-
configure:15469: checking for byteswap.h
|
842
|
-
configure:15469: result: yes
|
843
|
-
configure:15469: checking sys/byteswap.h usability
|
844
|
-
configure:15469: g++ -c -g -O2 conftest.cpp >&5
|
845
|
-
conftest.cpp:61:26: fatal error: sys/byteswap.h: No such file or directory
|
846
|
-
compilation terminated.
|
847
|
-
configure:15469: $? = 1
|
848
|
-
configure: failed program was:
|
849
|
-
| /* confdefs.h */
|
850
|
-
| #define PACKAGE_NAME "snappy"
|
851
|
-
| #define PACKAGE_TARNAME "snappy"
|
852
|
-
| #define PACKAGE_VERSION "1.1.4"
|
853
|
-
| #define PACKAGE_STRING "snappy 1.1.4"
|
854
|
-
| #define PACKAGE_BUGREPORT ""
|
855
|
-
| #define PACKAGE_URL ""
|
856
|
-
| #define PACKAGE "snappy"
|
857
|
-
| #define VERSION "1.1.4"
|
858
|
-
| #define STDC_HEADERS 1
|
859
|
-
| #define HAVE_SYS_TYPES_H 1
|
860
|
-
| #define HAVE_SYS_STAT_H 1
|
861
|
-
| #define HAVE_STDLIB_H 1
|
862
|
-
| #define HAVE_STRING_H 1
|
863
|
-
| #define HAVE_MEMORY_H 1
|
864
|
-
| #define HAVE_STRINGS_H 1
|
865
|
-
| #define HAVE_INTTYPES_H 1
|
866
|
-
| #define HAVE_STDINT_H 1
|
867
|
-
| #define HAVE_UNISTD_H 1
|
868
|
-
| #define HAVE_DLFCN_H 1
|
869
|
-
| #define LT_OBJDIR ".libs/"
|
870
|
-
| #define HAVE_STDINT_H 1
|
871
|
-
| #define HAVE_STDDEF_H 1
|
872
|
-
| #define HAVE_SYS_MMAN_H 1
|
873
|
-
| #define HAVE_SYS_RESOURCE_H 1
|
874
|
-
| #define HAVE_BYTESWAP_H 1
|
875
|
-
| /* end confdefs.h. */
|
876
|
-
| #include <stdio.h>
|
877
|
-
| #ifdef HAVE_SYS_TYPES_H
|
878
|
-
| # include <sys/types.h>
|
879
|
-
| #endif
|
880
|
-
| #ifdef HAVE_SYS_STAT_H
|
881
|
-
| # include <sys/stat.h>
|
882
|
-
| #endif
|
883
|
-
| #ifdef STDC_HEADERS
|
884
|
-
| # include <stdlib.h>
|
885
|
-
| # include <stddef.h>
|
886
|
-
| #else
|
887
|
-
| # ifdef HAVE_STDLIB_H
|
888
|
-
| # include <stdlib.h>
|
889
|
-
| # endif
|
890
|
-
| #endif
|
891
|
-
| #ifdef HAVE_STRING_H
|
892
|
-
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
|
893
|
-
| # include <memory.h>
|
894
|
-
| # endif
|
895
|
-
| # include <string.h>
|
896
|
-
| #endif
|
897
|
-
| #ifdef HAVE_STRINGS_H
|
898
|
-
| # include <strings.h>
|
899
|
-
| #endif
|
900
|
-
| #ifdef HAVE_INTTYPES_H
|
901
|
-
| # include <inttypes.h>
|
902
|
-
| #endif
|
903
|
-
| #ifdef HAVE_STDINT_H
|
904
|
-
| # include <stdint.h>
|
905
|
-
| #endif
|
906
|
-
| #ifdef HAVE_UNISTD_H
|
907
|
-
| # include <unistd.h>
|
908
|
-
| #endif
|
909
|
-
| #include <sys/byteswap.h>
|
910
|
-
configure:15469: result: no
|
911
|
-
configure:15469: checking sys/byteswap.h presence
|
912
|
-
configure:15469: g++ -E conftest.cpp
|
913
|
-
conftest.cpp:28:26: fatal error: sys/byteswap.h: No such file or directory
|
914
|
-
compilation terminated.
|
915
|
-
configure:15469: $? = 1
|
916
|
-
configure: failed program was:
|
917
|
-
| /* confdefs.h */
|
918
|
-
| #define PACKAGE_NAME "snappy"
|
919
|
-
| #define PACKAGE_TARNAME "snappy"
|
920
|
-
| #define PACKAGE_VERSION "1.1.4"
|
921
|
-
| #define PACKAGE_STRING "snappy 1.1.4"
|
922
|
-
| #define PACKAGE_BUGREPORT ""
|
923
|
-
| #define PACKAGE_URL ""
|
924
|
-
| #define PACKAGE "snappy"
|
925
|
-
| #define VERSION "1.1.4"
|
926
|
-
| #define STDC_HEADERS 1
|
927
|
-
| #define HAVE_SYS_TYPES_H 1
|
928
|
-
| #define HAVE_SYS_STAT_H 1
|
929
|
-
| #define HAVE_STDLIB_H 1
|
930
|
-
| #define HAVE_STRING_H 1
|
931
|
-
| #define HAVE_MEMORY_H 1
|
932
|
-
| #define HAVE_STRINGS_H 1
|
933
|
-
| #define HAVE_INTTYPES_H 1
|
934
|
-
| #define HAVE_STDINT_H 1
|
935
|
-
| #define HAVE_UNISTD_H 1
|
936
|
-
| #define HAVE_DLFCN_H 1
|
937
|
-
| #define LT_OBJDIR ".libs/"
|
938
|
-
| #define HAVE_STDINT_H 1
|
939
|
-
| #define HAVE_STDDEF_H 1
|
940
|
-
| #define HAVE_SYS_MMAN_H 1
|
941
|
-
| #define HAVE_SYS_RESOURCE_H 1
|
942
|
-
| #define HAVE_BYTESWAP_H 1
|
943
|
-
| /* end confdefs.h. */
|
944
|
-
| #include <sys/byteswap.h>
|
945
|
-
configure:15469: result: no
|
946
|
-
configure:15469: checking for sys/byteswap.h
|
947
|
-
configure:15469: result: no
|
948
|
-
configure:15469: checking sys/endian.h usability
|
949
|
-
configure:15469: g++ -c -g -O2 conftest.cpp >&5
|
950
|
-
conftest.cpp:61:24: fatal error: sys/endian.h: No such file or directory
|
951
|
-
compilation terminated.
|
952
|
-
configure:15469: $? = 1
|
953
|
-
configure: failed program was:
|
954
|
-
| /* confdefs.h */
|
955
|
-
| #define PACKAGE_NAME "snappy"
|
956
|
-
| #define PACKAGE_TARNAME "snappy"
|
957
|
-
| #define PACKAGE_VERSION "1.1.4"
|
958
|
-
| #define PACKAGE_STRING "snappy 1.1.4"
|
959
|
-
| #define PACKAGE_BUGREPORT ""
|
960
|
-
| #define PACKAGE_URL ""
|
961
|
-
| #define PACKAGE "snappy"
|
962
|
-
| #define VERSION "1.1.4"
|
963
|
-
| #define STDC_HEADERS 1
|
964
|
-
| #define HAVE_SYS_TYPES_H 1
|
965
|
-
| #define HAVE_SYS_STAT_H 1
|
966
|
-
| #define HAVE_STDLIB_H 1
|
967
|
-
| #define HAVE_STRING_H 1
|
968
|
-
| #define HAVE_MEMORY_H 1
|
969
|
-
| #define HAVE_STRINGS_H 1
|
970
|
-
| #define HAVE_INTTYPES_H 1
|
971
|
-
| #define HAVE_STDINT_H 1
|
972
|
-
| #define HAVE_UNISTD_H 1
|
973
|
-
| #define HAVE_DLFCN_H 1
|
974
|
-
| #define LT_OBJDIR ".libs/"
|
975
|
-
| #define HAVE_STDINT_H 1
|
976
|
-
| #define HAVE_STDDEF_H 1
|
977
|
-
| #define HAVE_SYS_MMAN_H 1
|
978
|
-
| #define HAVE_SYS_RESOURCE_H 1
|
979
|
-
| #define HAVE_BYTESWAP_H 1
|
980
|
-
| /* end confdefs.h. */
|
981
|
-
| #include <stdio.h>
|
982
|
-
| #ifdef HAVE_SYS_TYPES_H
|
983
|
-
| # include <sys/types.h>
|
984
|
-
| #endif
|
985
|
-
| #ifdef HAVE_SYS_STAT_H
|
986
|
-
| # include <sys/stat.h>
|
987
|
-
| #endif
|
988
|
-
| #ifdef STDC_HEADERS
|
989
|
-
| # include <stdlib.h>
|
990
|
-
| # include <stddef.h>
|
991
|
-
| #else
|
992
|
-
| # ifdef HAVE_STDLIB_H
|
993
|
-
| # include <stdlib.h>
|
994
|
-
| # endif
|
995
|
-
| #endif
|
996
|
-
| #ifdef HAVE_STRING_H
|
997
|
-
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
|
998
|
-
| # include <memory.h>
|
999
|
-
| # endif
|
1000
|
-
| # include <string.h>
|
1001
|
-
| #endif
|
1002
|
-
| #ifdef HAVE_STRINGS_H
|
1003
|
-
| # include <strings.h>
|
1004
|
-
| #endif
|
1005
|
-
| #ifdef HAVE_INTTYPES_H
|
1006
|
-
| # include <inttypes.h>
|
1007
|
-
| #endif
|
1008
|
-
| #ifdef HAVE_STDINT_H
|
1009
|
-
| # include <stdint.h>
|
1010
|
-
| #endif
|
1011
|
-
| #ifdef HAVE_UNISTD_H
|
1012
|
-
| # include <unistd.h>
|
1013
|
-
| #endif
|
1014
|
-
| #include <sys/endian.h>
|
1015
|
-
configure:15469: result: no
|
1016
|
-
configure:15469: checking sys/endian.h presence
|
1017
|
-
configure:15469: g++ -E conftest.cpp
|
1018
|
-
conftest.cpp:28:24: fatal error: sys/endian.h: No such file or directory
|
1019
|
-
compilation terminated.
|
1020
|
-
configure:15469: $? = 1
|
1021
|
-
configure: failed program was:
|
1022
|
-
| /* confdefs.h */
|
1023
|
-
| #define PACKAGE_NAME "snappy"
|
1024
|
-
| #define PACKAGE_TARNAME "snappy"
|
1025
|
-
| #define PACKAGE_VERSION "1.1.4"
|
1026
|
-
| #define PACKAGE_STRING "snappy 1.1.4"
|
1027
|
-
| #define PACKAGE_BUGREPORT ""
|
1028
|
-
| #define PACKAGE_URL ""
|
1029
|
-
| #define PACKAGE "snappy"
|
1030
|
-
| #define VERSION "1.1.4"
|
1031
|
-
| #define STDC_HEADERS 1
|
1032
|
-
| #define HAVE_SYS_TYPES_H 1
|
1033
|
-
| #define HAVE_SYS_STAT_H 1
|
1034
|
-
| #define HAVE_STDLIB_H 1
|
1035
|
-
| #define HAVE_STRING_H 1
|
1036
|
-
| #define HAVE_MEMORY_H 1
|
1037
|
-
| #define HAVE_STRINGS_H 1
|
1038
|
-
| #define HAVE_INTTYPES_H 1
|
1039
|
-
| #define HAVE_STDINT_H 1
|
1040
|
-
| #define HAVE_UNISTD_H 1
|
1041
|
-
| #define HAVE_DLFCN_H 1
|
1042
|
-
| #define LT_OBJDIR ".libs/"
|
1043
|
-
| #define HAVE_STDINT_H 1
|
1044
|
-
| #define HAVE_STDDEF_H 1
|
1045
|
-
| #define HAVE_SYS_MMAN_H 1
|
1046
|
-
| #define HAVE_SYS_RESOURCE_H 1
|
1047
|
-
| #define HAVE_BYTESWAP_H 1
|
1048
|
-
| /* end confdefs.h. */
|
1049
|
-
| #include <sys/endian.h>
|
1050
|
-
configure:15469: result: no
|
1051
|
-
configure:15469: checking for sys/endian.h
|
1052
|
-
configure:15469: result: no
|
1053
|
-
configure:15469: checking sys/time.h usability
|
1054
|
-
configure:15469: g++ -c -g -O2 conftest.cpp >&5
|
1055
|
-
configure:15469: $? = 0
|
1056
|
-
configure:15469: result: yes
|
1057
|
-
configure:15469: checking sys/time.h presence
|
1058
|
-
configure:15469: g++ -E conftest.cpp
|
1059
|
-
configure:15469: $? = 0
|
1060
|
-
configure:15469: result: yes
|
1061
|
-
configure:15469: checking for sys/time.h
|
1062
|
-
configure:15469: result: yes
|
1063
|
-
configure:15482: checking for mmap
|
1064
|
-
configure:15482: g++ -o conftest -g -O2 conftest.cpp >&5
|
1065
|
-
configure:15482: $? = 0
|
1066
|
-
configure:15482: result: yes
|
1067
|
-
configure:15831: checking if the compiler supports __builtin_expect
|
1068
|
-
configure:15847: g++ -c -g -O2 conftest.cpp >&5
|
1069
|
-
configure:15847: $? = 0
|
1070
|
-
configure:15850: result: yes
|
1071
|
-
configure:15869: checking if the compiler supports __builtin_ctzll
|
1072
|
-
configure:15885: g++ -c -g -O2 conftest.cpp >&5
|
1073
|
-
configure:15885: $? = 0
|
1074
|
-
configure:15888: result: yes
|
1075
|
-
configure:15911: checking for zlibVersion in -lz
|
1076
|
-
configure:15936: g++ -o conftest -g -O2 conftest.cpp -lz >&5
|
1077
|
-
configure:15936: $? = 0
|
1078
|
-
configure:15945: result: yes
|
1079
|
-
configure:15963: checking for lzo1x_1_15_compress in -llzo2
|
1080
|
-
configure:15988: g++ -o conftest -g -O2 conftest.cpp -llzo2 >&5
|
1081
|
-
/usr/bin/ld: cannot find -llzo2
|
1082
|
-
collect2: ld returned 1 exit status
|
1083
|
-
configure:15988: $? = 1
|
1084
|
-
configure: failed program was:
|
1085
|
-
| /* confdefs.h */
|
1086
|
-
| #define PACKAGE_NAME "snappy"
|
1087
|
-
| #define PACKAGE_TARNAME "snappy"
|
1088
|
-
| #define PACKAGE_VERSION "1.1.4"
|
1089
|
-
| #define PACKAGE_STRING "snappy 1.1.4"
|
1090
|
-
| #define PACKAGE_BUGREPORT ""
|
1091
|
-
| #define PACKAGE_URL ""
|
1092
|
-
| #define PACKAGE "snappy"
|
1093
|
-
| #define VERSION "1.1.4"
|
1094
|
-
| #define STDC_HEADERS 1
|
1095
|
-
| #define HAVE_SYS_TYPES_H 1
|
1096
|
-
| #define HAVE_SYS_STAT_H 1
|
1097
|
-
| #define HAVE_STDLIB_H 1
|
1098
|
-
| #define HAVE_STRING_H 1
|
1099
|
-
| #define HAVE_MEMORY_H 1
|
1100
|
-
| #define HAVE_STRINGS_H 1
|
1101
|
-
| #define HAVE_INTTYPES_H 1
|
1102
|
-
| #define HAVE_STDINT_H 1
|
1103
|
-
| #define HAVE_UNISTD_H 1
|
1104
|
-
| #define HAVE_DLFCN_H 1
|
1105
|
-
| #define LT_OBJDIR ".libs/"
|
1106
|
-
| #define HAVE_STDINT_H 1
|
1107
|
-
| #define HAVE_STDDEF_H 1
|
1108
|
-
| #define HAVE_SYS_MMAN_H 1
|
1109
|
-
| #define HAVE_SYS_RESOURCE_H 1
|
1110
|
-
| #define HAVE_BYTESWAP_H 1
|
1111
|
-
| #define HAVE_SYS_TIME_H 1
|
1112
|
-
| #define HAVE_BUILTIN_EXPECT 1
|
1113
|
-
| #define HAVE_BUILTIN_CTZ 1
|
1114
|
-
| #define HAVE_LIBZ 1
|
1115
|
-
| /* end confdefs.h. */
|
1116
|
-
|
|
1117
|
-
| /* Override any GCC internal prototype to avoid an error.
|
1118
|
-
| Use char because int might match the return type of a GCC
|
1119
|
-
| builtin and then its argument prototype would still apply. */
|
1120
|
-
| #ifdef __cplusplus
|
1121
|
-
| extern "C"
|
1122
|
-
| #endif
|
1123
|
-
| char lzo1x_1_15_compress ();
|
1124
|
-
| int
|
1125
|
-
| main ()
|
1126
|
-
| {
|
1127
|
-
| return lzo1x_1_15_compress ();
|
1128
|
-
| ;
|
1129
|
-
| return 0;
|
1130
|
-
| }
|
1131
|
-
configure:15997: result: no
|
1132
|
-
configure:16015: checking for lzf_compress in -llzf
|
1133
|
-
configure:16040: g++ -o conftest -g -O2 conftest.cpp -llzf >&5
|
1134
|
-
/usr/bin/ld: cannot find -llzf
|
1135
|
-
collect2: ld returned 1 exit status
|
1136
|
-
configure:16040: $? = 1
|
1137
|
-
configure: failed program was:
|
1138
|
-
| /* confdefs.h */
|
1139
|
-
| #define PACKAGE_NAME "snappy"
|
1140
|
-
| #define PACKAGE_TARNAME "snappy"
|
1141
|
-
| #define PACKAGE_VERSION "1.1.4"
|
1142
|
-
| #define PACKAGE_STRING "snappy 1.1.4"
|
1143
|
-
| #define PACKAGE_BUGREPORT ""
|
1144
|
-
| #define PACKAGE_URL ""
|
1145
|
-
| #define PACKAGE "snappy"
|
1146
|
-
| #define VERSION "1.1.4"
|
1147
|
-
| #define STDC_HEADERS 1
|
1148
|
-
| #define HAVE_SYS_TYPES_H 1
|
1149
|
-
| #define HAVE_SYS_STAT_H 1
|
1150
|
-
| #define HAVE_STDLIB_H 1
|
1151
|
-
| #define HAVE_STRING_H 1
|
1152
|
-
| #define HAVE_MEMORY_H 1
|
1153
|
-
| #define HAVE_STRINGS_H 1
|
1154
|
-
| #define HAVE_INTTYPES_H 1
|
1155
|
-
| #define HAVE_STDINT_H 1
|
1156
|
-
| #define HAVE_UNISTD_H 1
|
1157
|
-
| #define HAVE_DLFCN_H 1
|
1158
|
-
| #define LT_OBJDIR ".libs/"
|
1159
|
-
| #define HAVE_STDINT_H 1
|
1160
|
-
| #define HAVE_STDDEF_H 1
|
1161
|
-
| #define HAVE_SYS_MMAN_H 1
|
1162
|
-
| #define HAVE_SYS_RESOURCE_H 1
|
1163
|
-
| #define HAVE_BYTESWAP_H 1
|
1164
|
-
| #define HAVE_SYS_TIME_H 1
|
1165
|
-
| #define HAVE_BUILTIN_EXPECT 1
|
1166
|
-
| #define HAVE_BUILTIN_CTZ 1
|
1167
|
-
| #define HAVE_LIBZ 1
|
1168
|
-
| /* end confdefs.h. */
|
1169
|
-
|
|
1170
|
-
| /* Override any GCC internal prototype to avoid an error.
|
1171
|
-
| Use char because int might match the return type of a GCC
|
1172
|
-
| builtin and then its argument prototype would still apply. */
|
1173
|
-
| #ifdef __cplusplus
|
1174
|
-
| extern "C"
|
1175
|
-
| #endif
|
1176
|
-
| char lzf_compress ();
|
1177
|
-
| int
|
1178
|
-
| main ()
|
1179
|
-
| {
|
1180
|
-
| return lzf_compress ();
|
1181
|
-
| ;
|
1182
|
-
| return 0;
|
1183
|
-
| }
|
1184
|
-
configure:16049: result: no
|
1185
|
-
configure:16067: checking for fastlz_compress in -lfastlz
|
1186
|
-
configure:16092: g++ -o conftest -g -O2 conftest.cpp -lfastlz >&5
|
1187
|
-
/usr/bin/ld: cannot find -lfastlz
|
1188
|
-
collect2: ld returned 1 exit status
|
1189
|
-
configure:16092: $? = 1
|
1190
|
-
configure: failed program was:
|
1191
|
-
| /* confdefs.h */
|
1192
|
-
| #define PACKAGE_NAME "snappy"
|
1193
|
-
| #define PACKAGE_TARNAME "snappy"
|
1194
|
-
| #define PACKAGE_VERSION "1.1.4"
|
1195
|
-
| #define PACKAGE_STRING "snappy 1.1.4"
|
1196
|
-
| #define PACKAGE_BUGREPORT ""
|
1197
|
-
| #define PACKAGE_URL ""
|
1198
|
-
| #define PACKAGE "snappy"
|
1199
|
-
| #define VERSION "1.1.4"
|
1200
|
-
| #define STDC_HEADERS 1
|
1201
|
-
| #define HAVE_SYS_TYPES_H 1
|
1202
|
-
| #define HAVE_SYS_STAT_H 1
|
1203
|
-
| #define HAVE_STDLIB_H 1
|
1204
|
-
| #define HAVE_STRING_H 1
|
1205
|
-
| #define HAVE_MEMORY_H 1
|
1206
|
-
| #define HAVE_STRINGS_H 1
|
1207
|
-
| #define HAVE_INTTYPES_H 1
|
1208
|
-
| #define HAVE_STDINT_H 1
|
1209
|
-
| #define HAVE_UNISTD_H 1
|
1210
|
-
| #define HAVE_DLFCN_H 1
|
1211
|
-
| #define LT_OBJDIR ".libs/"
|
1212
|
-
| #define HAVE_STDINT_H 1
|
1213
|
-
| #define HAVE_STDDEF_H 1
|
1214
|
-
| #define HAVE_SYS_MMAN_H 1
|
1215
|
-
| #define HAVE_SYS_RESOURCE_H 1
|
1216
|
-
| #define HAVE_BYTESWAP_H 1
|
1217
|
-
| #define HAVE_SYS_TIME_H 1
|
1218
|
-
| #define HAVE_BUILTIN_EXPECT 1
|
1219
|
-
| #define HAVE_BUILTIN_CTZ 1
|
1220
|
-
| #define HAVE_LIBZ 1
|
1221
|
-
| /* end confdefs.h. */
|
1222
|
-
|
|
1223
|
-
| /* Override any GCC internal prototype to avoid an error.
|
1224
|
-
| Use char because int might match the return type of a GCC
|
1225
|
-
| builtin and then its argument prototype would still apply. */
|
1226
|
-
| #ifdef __cplusplus
|
1227
|
-
| extern "C"
|
1228
|
-
| #endif
|
1229
|
-
| char fastlz_compress ();
|
1230
|
-
| int
|
1231
|
-
| main ()
|
1232
|
-
| {
|
1233
|
-
| return fastlz_compress ();
|
1234
|
-
| ;
|
1235
|
-
| return 0;
|
1236
|
-
| }
|
1237
|
-
configure:16101: result: no
|
1238
|
-
configure:16119: checking for qlz_compress in -lquicklz
|
1239
|
-
configure:16144: g++ -o conftest -g -O2 conftest.cpp -lquicklz >&5
|
1240
|
-
/usr/bin/ld: cannot find -lquicklz
|
1241
|
-
collect2: ld returned 1 exit status
|
1242
|
-
configure:16144: $? = 1
|
1243
|
-
configure: failed program was:
|
1244
|
-
| /* confdefs.h */
|
1245
|
-
| #define PACKAGE_NAME "snappy"
|
1246
|
-
| #define PACKAGE_TARNAME "snappy"
|
1247
|
-
| #define PACKAGE_VERSION "1.1.4"
|
1248
|
-
| #define PACKAGE_STRING "snappy 1.1.4"
|
1249
|
-
| #define PACKAGE_BUGREPORT ""
|
1250
|
-
| #define PACKAGE_URL ""
|
1251
|
-
| #define PACKAGE "snappy"
|
1252
|
-
| #define VERSION "1.1.4"
|
1253
|
-
| #define STDC_HEADERS 1
|
1254
|
-
| #define HAVE_SYS_TYPES_H 1
|
1255
|
-
| #define HAVE_SYS_STAT_H 1
|
1256
|
-
| #define HAVE_STDLIB_H 1
|
1257
|
-
| #define HAVE_STRING_H 1
|
1258
|
-
| #define HAVE_MEMORY_H 1
|
1259
|
-
| #define HAVE_STRINGS_H 1
|
1260
|
-
| #define HAVE_INTTYPES_H 1
|
1261
|
-
| #define HAVE_STDINT_H 1
|
1262
|
-
| #define HAVE_UNISTD_H 1
|
1263
|
-
| #define HAVE_DLFCN_H 1
|
1264
|
-
| #define LT_OBJDIR ".libs/"
|
1265
|
-
| #define HAVE_STDINT_H 1
|
1266
|
-
| #define HAVE_STDDEF_H 1
|
1267
|
-
| #define HAVE_SYS_MMAN_H 1
|
1268
|
-
| #define HAVE_SYS_RESOURCE_H 1
|
1269
|
-
| #define HAVE_BYTESWAP_H 1
|
1270
|
-
| #define HAVE_SYS_TIME_H 1
|
1271
|
-
| #define HAVE_BUILTIN_EXPECT 1
|
1272
|
-
| #define HAVE_BUILTIN_CTZ 1
|
1273
|
-
| #define HAVE_LIBZ 1
|
1274
|
-
| /* end confdefs.h. */
|
1275
|
-
|
|
1276
|
-
| /* Override any GCC internal prototype to avoid an error.
|
1277
|
-
| Use char because int might match the return type of a GCC
|
1278
|
-
| builtin and then its argument prototype would still apply. */
|
1279
|
-
| #ifdef __cplusplus
|
1280
|
-
| extern "C"
|
1281
|
-
| #endif
|
1282
|
-
| char qlz_compress ();
|
1283
|
-
| int
|
1284
|
-
| main ()
|
1285
|
-
| {
|
1286
|
-
| return qlz_compress ();
|
1287
|
-
| ;
|
1288
|
-
| return 0;
|
1289
|
-
| }
|
1290
|
-
configure:16153: result: no
|
1291
|
-
configure:16348: creating ./config.status
|
1292
|
-
|
1293
|
-
## ---------------------- ##
|
1294
|
-
## Running config.status. ##
|
1295
|
-
## ---------------------- ##
|
1296
|
-
|
1297
|
-
This file was extended by snappy config.status 1.1.4, which was
|
1298
|
-
generated by GNU Autoconf 2.68. Invocation command line was
|
1299
|
-
|
1300
|
-
CONFIG_FILES =
|
1301
|
-
CONFIG_HEADERS =
|
1302
|
-
CONFIG_LINKS =
|
1303
|
-
CONFIG_COMMANDS =
|
1304
|
-
$ ./config.status
|
1305
|
-
|
1306
|
-
on testing-docker-367b85c6-7941-4b90-9a59-22ca6669cceb
|
1307
|
-
|
1308
|
-
config.status:1185: creating Makefile
|
1309
|
-
config.status:1185: creating snappy-stubs-public.h
|
1310
|
-
config.status:1185: creating snappy.pc
|
1311
|
-
config.status:1185: creating config.h
|
1312
|
-
config.status:1414: executing depfiles commands
|
1313
|
-
config.status:1414: executing libtool commands
|
1314
|
-
|
1315
|
-
## ---------------- ##
|
1316
|
-
## Cache variables. ##
|
1317
|
-
## ---------------- ##
|
1318
|
-
|
1319
|
-
ac_cv_build=x86_64-unknown-linux-gnu
|
1320
|
-
ac_cv_c_bigendian=no
|
1321
|
-
ac_cv_c_compiler_gnu=yes
|
1322
|
-
ac_cv_cxx_compiler_gnu=yes
|
1323
|
-
ac_cv_env_CCC_set=
|
1324
|
-
ac_cv_env_CCC_value=
|
1325
|
-
ac_cv_env_CC_set=
|
1326
|
-
ac_cv_env_CC_value=
|
1327
|
-
ac_cv_env_CFLAGS_set=
|
1328
|
-
ac_cv_env_CFLAGS_value=
|
1329
|
-
ac_cv_env_CPPFLAGS_set=
|
1330
|
-
ac_cv_env_CPPFLAGS_value=
|
1331
|
-
ac_cv_env_CPP_set=
|
1332
|
-
ac_cv_env_CPP_value=
|
1333
|
-
ac_cv_env_CXXCPP_set=
|
1334
|
-
ac_cv_env_CXXCPP_value=
|
1335
|
-
ac_cv_env_CXXFLAGS_set=
|
1336
|
-
ac_cv_env_CXXFLAGS_value=
|
1337
|
-
ac_cv_env_CXX_set=
|
1338
|
-
ac_cv_env_CXX_value=
|
1339
|
-
ac_cv_env_GTEST_CONFIG_set=
|
1340
|
-
ac_cv_env_GTEST_CONFIG_value=
|
1341
|
-
ac_cv_env_GTEST_CPPFLAGS_set=
|
1342
|
-
ac_cv_env_GTEST_CPPFLAGS_value=
|
1343
|
-
ac_cv_env_GTEST_CXXFLAGS_set=
|
1344
|
-
ac_cv_env_GTEST_CXXFLAGS_value=
|
1345
|
-
ac_cv_env_GTEST_LDFLAGS_set=
|
1346
|
-
ac_cv_env_GTEST_LDFLAGS_value=
|
1347
|
-
ac_cv_env_GTEST_LIBS_set=
|
1348
|
-
ac_cv_env_GTEST_LIBS_value=
|
1349
|
-
ac_cv_env_GTEST_VERSION_set=
|
1350
|
-
ac_cv_env_GTEST_VERSION_value=
|
1351
|
-
ac_cv_env_LDFLAGS_set=
|
1352
|
-
ac_cv_env_LDFLAGS_value=
|
1353
|
-
ac_cv_env_LIBS_set=
|
1354
|
-
ac_cv_env_LIBS_value=
|
1355
|
-
ac_cv_env_PKG_CONFIG_LIBDIR_set=
|
1356
|
-
ac_cv_env_PKG_CONFIG_LIBDIR_value=
|
1357
|
-
ac_cv_env_PKG_CONFIG_PATH_set=
|
1358
|
-
ac_cv_env_PKG_CONFIG_PATH_value=
|
1359
|
-
ac_cv_env_PKG_CONFIG_set=
|
1360
|
-
ac_cv_env_PKG_CONFIG_value=
|
1361
|
-
ac_cv_env_build_alias_set=
|
1362
|
-
ac_cv_env_build_alias_value=
|
1363
|
-
ac_cv_env_gflags_CFLAGS_set=
|
1364
|
-
ac_cv_env_gflags_CFLAGS_value=
|
1365
|
-
ac_cv_env_gflags_LIBS_set=
|
1366
|
-
ac_cv_env_gflags_LIBS_value=
|
1367
|
-
ac_cv_env_host_alias_set=
|
1368
|
-
ac_cv_env_host_alias_value=
|
1369
|
-
ac_cv_env_target_alias_set=
|
1370
|
-
ac_cv_env_target_alias_value=
|
1371
|
-
ac_cv_func_mmap=yes
|
1372
|
-
ac_cv_have_stddef_h=1
|
1373
|
-
ac_cv_have_stdint_h=1
|
1374
|
-
ac_cv_have_sys_uio_h=0
|
1375
|
-
ac_cv_header_byteswap_h=yes
|
1376
|
-
ac_cv_header_dlfcn_h=yes
|
1377
|
-
ac_cv_header_inttypes_h=yes
|
1378
|
-
ac_cv_header_memory_h=yes
|
1379
|
-
ac_cv_header_stdc=yes
|
1380
|
-
ac_cv_header_stddef_h=yes
|
1381
|
-
ac_cv_header_stdint_h=yes
|
1382
|
-
ac_cv_header_stdlib_h=yes
|
1383
|
-
ac_cv_header_string_h=yes
|
1384
|
-
ac_cv_header_strings_h=yes
|
1385
|
-
ac_cv_header_sys_byteswap_h=no
|
1386
|
-
ac_cv_header_sys_endian_h=no
|
1387
|
-
ac_cv_header_sys_mman_h=yes
|
1388
|
-
ac_cv_header_sys_resource_h=yes
|
1389
|
-
ac_cv_header_sys_stat_h=yes
|
1390
|
-
ac_cv_header_sys_time_h=yes
|
1391
|
-
ac_cv_header_sys_types_h=yes
|
1392
|
-
ac_cv_header_unistd_h=yes
|
1393
|
-
ac_cv_header_windows_h=no
|
1394
|
-
ac_cv_host=x86_64-unknown-linux-gnu
|
1395
|
-
ac_cv_lib_fastlz_fastlz_compress=no
|
1396
|
-
ac_cv_lib_lzf_lzf_compress=no
|
1397
|
-
ac_cv_lib_lzo2_lzo1x_1_15_compress=no
|
1398
|
-
ac_cv_lib_quicklz_qlz_compress=no
|
1399
|
-
ac_cv_lib_z_zlibVersion=yes
|
1400
|
-
ac_cv_objext=o
|
1401
|
-
ac_cv_path_EGREP='/bin/grep -E'
|
1402
|
-
ac_cv_path_FGREP='/bin/grep -F'
|
1403
|
-
ac_cv_path_GREP=/bin/grep
|
1404
|
-
ac_cv_path_SED=/bin/sed
|
1405
|
-
ac_cv_path_install='/usr/bin/install -c'
|
1406
|
-
ac_cv_path_mkdir=/bin/mkdir
|
1407
|
-
ac_cv_prog_AWK=gawk
|
1408
|
-
ac_cv_prog_CPP='gcc -E'
|
1409
|
-
ac_cv_prog_CXXCPP='g++ -E'
|
1410
|
-
ac_cv_prog_ac_ct_AR=ar
|
1411
|
-
ac_cv_prog_ac_ct_CC=gcc
|
1412
|
-
ac_cv_prog_ac_ct_CXX=g++
|
1413
|
-
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
|
1414
|
-
ac_cv_prog_ac_ct_OBJDUMP=objdump
|
1415
|
-
ac_cv_prog_ac_ct_RANLIB=ranlib
|
1416
|
-
ac_cv_prog_ac_ct_STRIP=strip
|
1417
|
-
ac_cv_prog_cc_c89=
|
1418
|
-
ac_cv_prog_cc_g=yes
|
1419
|
-
ac_cv_prog_cxx_g=yes
|
1420
|
-
ac_cv_prog_make_make_set=yes
|
1421
|
-
ac_cv_type_size_t=yes
|
1422
|
-
ac_cv_type_ssize_t=yes
|
1423
|
-
am_cv_CC_dependencies_compiler_type=none
|
1424
|
-
am_cv_CXX_dependencies_compiler_type=none
|
1425
|
-
lt_cv_ar_at_file=@
|
1426
|
-
lt_cv_archive_cmds_need_lc=no
|
1427
|
-
lt_cv_deplibs_check_method=pass_all
|
1428
|
-
lt_cv_file_magic_cmd='$MAGIC_CMD'
|
1429
|
-
lt_cv_file_magic_test_file=
|
1430
|
-
lt_cv_ld_reload_flag=-r
|
1431
|
-
lt_cv_nm_interface='BSD nm'
|
1432
|
-
lt_cv_objdir=.libs
|
1433
|
-
lt_cv_path_LD=/usr/bin/ld
|
1434
|
-
lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
|
1435
|
-
lt_cv_path_NM='/usr/bin/nm -B'
|
1436
|
-
lt_cv_path_mainfest_tool=no
|
1437
|
-
lt_cv_prog_compiler_c_o=yes
|
1438
|
-
lt_cv_prog_compiler_c_o_CXX=yes
|
1439
|
-
lt_cv_prog_compiler_pic='-fPIC -DPIC'
|
1440
|
-
lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
|
1441
|
-
lt_cv_prog_compiler_pic_works=yes
|
1442
|
-
lt_cv_prog_compiler_pic_works_CXX=yes
|
1443
|
-
lt_cv_prog_compiler_rtti_exceptions=no
|
1444
|
-
lt_cv_prog_compiler_static_works=yes
|
1445
|
-
lt_cv_prog_compiler_static_works_CXX=yes
|
1446
|
-
lt_cv_prog_gnu_ld=yes
|
1447
|
-
lt_cv_prog_gnu_ldcxx=yes
|
1448
|
-
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
|
1449
|
-
lt_cv_shlibpath_overrides_runpath=no
|
1450
|
-
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
|
1451
|
-
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
|
1452
|
-
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'\'''
|
1453
|
-
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
|
1454
|
-
lt_cv_sys_max_cmd_len=1572864
|
1455
|
-
lt_cv_to_host_file_cmd=func_convert_file_noop
|
1456
|
-
lt_cv_to_tool_file_cmd=func_convert_file_noop
|
1457
|
-
|
1458
|
-
## ----------------- ##
|
1459
|
-
## Output variables. ##
|
1460
|
-
## ----------------- ##
|
1461
|
-
|
1462
|
-
ACLOCAL='${SHELL} /home/travis/build/miyucy/snappy/vendor/snappy/missing --run aclocal-1.11'
|
1463
|
-
AMDEPBACKSLASH=''
|
1464
|
-
AMDEP_FALSE=''
|
1465
|
-
AMDEP_TRUE='#'
|
1466
|
-
AMTAR='$${TAR-tar}'
|
1467
|
-
AR='ar'
|
1468
|
-
AUTOCONF='${SHELL} /home/travis/build/miyucy/snappy/vendor/snappy/missing --run autoconf'
|
1469
|
-
AUTOHEADER='${SHELL} /home/travis/build/miyucy/snappy/vendor/snappy/missing --run autoheader'
|
1470
|
-
AUTOMAKE='${SHELL} /home/travis/build/miyucy/snappy/vendor/snappy/missing --run automake-1.11'
|
1471
|
-
AWK='gawk'
|
1472
|
-
CC='gcc'
|
1473
|
-
CCDEPMODE='depmode=none'
|
1474
|
-
CFLAGS='-g -O2'
|
1475
|
-
CPP='gcc -E'
|
1476
|
-
CPPFLAGS=''
|
1477
|
-
CXX='g++'
|
1478
|
-
CXXCPP='g++ -E'
|
1479
|
-
CXXDEPMODE='depmode=none'
|
1480
|
-
CXXFLAGS='-g -O2'
|
1481
|
-
CYGPATH_W='echo'
|
1482
|
-
DEFS='-DHAVE_CONFIG_H'
|
1483
|
-
DEPDIR='.deps'
|
1484
|
-
DLLTOOL='false'
|
1485
|
-
DSYMUTIL=''
|
1486
|
-
DUMPBIN=''
|
1487
|
-
ECHO_C=''
|
1488
|
-
ECHO_N='-n'
|
1489
|
-
ECHO_T=''
|
1490
|
-
EGREP='/bin/grep -E'
|
1491
|
-
EXEEXT=''
|
1492
|
-
FGREP='/bin/grep -F'
|
1493
|
-
GREP='/bin/grep'
|
1494
|
-
GTEST_CONFIG=''
|
1495
|
-
GTEST_CPPFLAGS=''
|
1496
|
-
GTEST_CXXFLAGS=''
|
1497
|
-
GTEST_LDFLAGS=''
|
1498
|
-
GTEST_LIBS=''
|
1499
|
-
GTEST_VERSION=''
|
1500
|
-
HAVE_GTEST='no'
|
1501
|
-
HAVE_GTEST_FALSE=''
|
1502
|
-
HAVE_GTEST_TRUE='#'
|
1503
|
-
INSTALL_DATA='${INSTALL} -m 644'
|
1504
|
-
INSTALL_PROGRAM='${INSTALL}'
|
1505
|
-
INSTALL_SCRIPT='${INSTALL}'
|
1506
|
-
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
|
1507
|
-
LD='/usr/bin/ld -m elf_x86_64'
|
1508
|
-
LDFLAGS=''
|
1509
|
-
LIBOBJS=''
|
1510
|
-
LIBS=''
|
1511
|
-
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
1512
|
-
LIBTOOL_DEPS='./ltmain.sh'
|
1513
|
-
LIPO=''
|
1514
|
-
LN_S='ln -s'
|
1515
|
-
LTLIBOBJS=''
|
1516
|
-
MAKEINFO='${SHELL} /home/travis/build/miyucy/snappy/vendor/snappy/missing --run makeinfo'
|
1517
|
-
MANIFEST_TOOL=':'
|
1518
|
-
MKDIR_P='/bin/mkdir -p'
|
1519
|
-
NM='/usr/bin/nm -B'
|
1520
|
-
NMEDIT=''
|
1521
|
-
OBJDUMP='objdump'
|
1522
|
-
OBJEXT='o'
|
1523
|
-
OTOOL64=''
|
1524
|
-
OTOOL=''
|
1525
|
-
PACKAGE='snappy'
|
1526
|
-
PACKAGE_BUGREPORT=''
|
1527
|
-
PACKAGE_NAME='snappy'
|
1528
|
-
PACKAGE_STRING='snappy 1.1.4'
|
1529
|
-
PACKAGE_TARNAME='snappy'
|
1530
|
-
PACKAGE_URL=''
|
1531
|
-
PACKAGE_VERSION='1.1.4'
|
1532
|
-
PATH_SEPARATOR=':'
|
1533
|
-
PKG_CONFIG=''
|
1534
|
-
PKG_CONFIG_LIBDIR=''
|
1535
|
-
PKG_CONFIG_PATH=''
|
1536
|
-
RANLIB='ranlib'
|
1537
|
-
SED='/bin/sed'
|
1538
|
-
SET_MAKE=''
|
1539
|
-
SHELL='/bin/bash'
|
1540
|
-
SNAPPY_LTVERSION='4:1:3'
|
1541
|
-
SNAPPY_MAJOR='1'
|
1542
|
-
SNAPPY_MINOR='1'
|
1543
|
-
SNAPPY_PATCHLEVEL='4'
|
1544
|
-
STRIP='strip'
|
1545
|
-
UNITTEST_LIBS='-lz '
|
1546
|
-
VERSION='1.1.4'
|
1547
|
-
ac_ct_AR='ar'
|
1548
|
-
ac_ct_CC='gcc'
|
1549
|
-
ac_ct_CXX='g++'
|
1550
|
-
ac_ct_DUMPBIN=''
|
1551
|
-
ac_cv_have_stddef_h='1'
|
1552
|
-
ac_cv_have_stdint_h='1'
|
1553
|
-
ac_cv_have_sys_uio_h='0'
|
1554
|
-
am__EXEEXT_FALSE=''
|
1555
|
-
am__EXEEXT_TRUE='#'
|
1556
|
-
am__fastdepCC_FALSE=''
|
1557
|
-
am__fastdepCC_TRUE='#'
|
1558
|
-
am__fastdepCXX_FALSE=''
|
1559
|
-
am__fastdepCXX_TRUE='#'
|
1560
|
-
am__include='include'
|
1561
|
-
am__isrc=''
|
1562
|
-
am__leading_dot='.'
|
1563
|
-
am__nodep=''
|
1564
|
-
am__quote=''
|
1565
|
-
am__tar='$${TAR-tar} chof - "$$tardir"'
|
1566
|
-
am__untar='$${TAR-tar} xf -'
|
1567
|
-
bindir='${exec_prefix}/bin'
|
1568
|
-
build='x86_64-unknown-linux-gnu'
|
1569
|
-
build_alias=''
|
1570
|
-
build_cpu='x86_64'
|
1571
|
-
build_os='linux-gnu'
|
1572
|
-
build_vendor='unknown'
|
1573
|
-
datadir='${datarootdir}'
|
1574
|
-
datarootdir='${prefix}/share'
|
1575
|
-
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
|
1576
|
-
dvidir='${docdir}'
|
1577
|
-
exec_prefix='${prefix}'
|
1578
|
-
gflags_CFLAGS=''
|
1579
|
-
gflags_LIBS=''
|
1580
|
-
host='x86_64-unknown-linux-gnu'
|
1581
|
-
host_alias=''
|
1582
|
-
host_cpu='x86_64'
|
1583
|
-
host_os='linux-gnu'
|
1584
|
-
host_vendor='unknown'
|
1585
|
-
htmldir='${docdir}'
|
1586
|
-
includedir='${prefix}/include'
|
1587
|
-
infodir='${datarootdir}/info'
|
1588
|
-
install_sh='${SHELL} /home/travis/build/miyucy/snappy/vendor/snappy/install-sh'
|
1589
|
-
libdir='${exec_prefix}/lib'
|
1590
|
-
libexecdir='${exec_prefix}/libexec'
|
1591
|
-
localedir='${datarootdir}/locale'
|
1592
|
-
localstatedir='${prefix}/var'
|
1593
|
-
mandir='${datarootdir}/man'
|
1594
|
-
mkdir_p='/bin/mkdir -p'
|
1595
|
-
oldincludedir='/usr/include'
|
1596
|
-
pdfdir='${docdir}'
|
1597
|
-
prefix='/usr/local'
|
1598
|
-
program_transform_name='s,x,x,'
|
1599
|
-
psdir='${docdir}'
|
1600
|
-
sbindir='${exec_prefix}/sbin'
|
1601
|
-
sharedstatedir='${prefix}/com'
|
1602
|
-
sysconfdir='${prefix}/etc'
|
1603
|
-
target_alias=''
|
1604
|
-
|
1605
|
-
## ----------- ##
|
1606
|
-
## confdefs.h. ##
|
1607
|
-
## ----------- ##
|
1608
|
-
|
1609
|
-
/* confdefs.h */
|
1610
|
-
#define PACKAGE_NAME "snappy"
|
1611
|
-
#define PACKAGE_TARNAME "snappy"
|
1612
|
-
#define PACKAGE_VERSION "1.1.4"
|
1613
|
-
#define PACKAGE_STRING "snappy 1.1.4"
|
1614
|
-
#define PACKAGE_BUGREPORT ""
|
1615
|
-
#define PACKAGE_URL ""
|
1616
|
-
#define PACKAGE "snappy"
|
1617
|
-
#define VERSION "1.1.4"
|
1618
|
-
#define STDC_HEADERS 1
|
1619
|
-
#define HAVE_SYS_TYPES_H 1
|
1620
|
-
#define HAVE_SYS_STAT_H 1
|
1621
|
-
#define HAVE_STDLIB_H 1
|
1622
|
-
#define HAVE_STRING_H 1
|
1623
|
-
#define HAVE_MEMORY_H 1
|
1624
|
-
#define HAVE_STRINGS_H 1
|
1625
|
-
#define HAVE_INTTYPES_H 1
|
1626
|
-
#define HAVE_STDINT_H 1
|
1627
|
-
#define HAVE_UNISTD_H 1
|
1628
|
-
#define HAVE_DLFCN_H 1
|
1629
|
-
#define LT_OBJDIR ".libs/"
|
1630
|
-
#define HAVE_STDINT_H 1
|
1631
|
-
#define HAVE_STDDEF_H 1
|
1632
|
-
#define HAVE_SYS_MMAN_H 1
|
1633
|
-
#define HAVE_SYS_RESOURCE_H 1
|
1634
|
-
#define HAVE_BYTESWAP_H 1
|
1635
|
-
#define HAVE_SYS_TIME_H 1
|
1636
|
-
#define HAVE_BUILTIN_EXPECT 1
|
1637
|
-
#define HAVE_BUILTIN_CTZ 1
|
1638
|
-
#define HAVE_LIBZ 1
|
1639
|
-
|
1640
|
-
configure: exit 0
|