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 Apache CouchDB configure 1.5.1, which was |
---|
5 | generated by GNU Autoconf 2.69. Invocation command line was |
---|
6 | |
---|
7 | $ ./configure --prefix=/[[PREFIX]] --enable-js-trunk |
---|
8 | |
---|
9 | ## --------- ## |
---|
10 | ## Platform. ## |
---|
11 | ## --------- ## |
---|
12 | |
---|
13 | hostname = zoot.localdomain |
---|
14 | uname -m = x86_64 |
---|
15 | uname -r = 13.1.0 |
---|
16 | uname -s = Darwin |
---|
17 | uname -v = Darwin Kernel Version 13.1.0: Wed Apr 2 23:52:02 PDT 2014; root:xnu-2422.92.1~2/RELEASE_X86_64 |
---|
18 | |
---|
19 | /usr/bin/uname -p = i386 |
---|
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 = Mach kernel version: |
---|
26 | Darwin Kernel Version 13.1.0: Wed Apr 2 23:52:02 PDT 2014; root:xnu-2422.92.1~2/RELEASE_X86_64 |
---|
27 | Kernel configured for up to 4 processors. |
---|
28 | 2 processors are physically available. |
---|
29 | 4 processors are logically available. |
---|
30 | Processor type: i486 (Intel 80486) |
---|
31 | Processors active: 0 1 2 3 |
---|
32 | Primary memory available: 10.00 gigabytes |
---|
33 | Default processor set: 232 tasks, 1161 threads, 4 processors |
---|
34 | Load average: 2.46, Mach factor: 2.12 |
---|
35 | /bin/machine = unknown |
---|
36 | /usr/bin/oslevel = unknown |
---|
37 | /bin/universe = unknown |
---|
38 | |
---|
39 | PATH: /[[PREFIX]]/bin |
---|
40 | PATH: /[[PREFIX]]/sbin |
---|
41 | PATH: /bin |
---|
42 | PATH: /sbin |
---|
43 | PATH: /usr/bin |
---|
44 | PATH: /usr/sbin |
---|
45 | |
---|
46 | |
---|
47 | ## ----------- ## |
---|
48 | ## Core tests. ## |
---|
49 | ## ----------- ## |
---|
50 | |
---|
51 | configure:2811: checking for a BSD-compatible install |
---|
52 | configure:2879: result: /usr/bin/install -c |
---|
53 | configure:2890: checking whether build environment is sane |
---|
54 | configure:2940: result: yes |
---|
55 | configure:3081: checking for a thread-safe mkdir -p |
---|
56 | configure:3120: result: /[[PREFIX]]/bin/gmkdir -p |
---|
57 | configure:3133: checking for gawk |
---|
58 | configure:3149: found /[[PREFIX]]/bin/gawk |
---|
59 | configure:3160: result: gawk |
---|
60 | configure:3171: checking whether make sets $(MAKE) |
---|
61 | configure:3193: result: yes |
---|
62 | configure:3268: checking how to create a ustar tar archive |
---|
63 | configure:3281: tar --version |
---|
64 | bsdtar 2.8.3 - libarchive 2.8.3 |
---|
65 | configure:3284: $? = 0 |
---|
66 | configure:3324: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar |
---|
67 | configure:3327: $? = 0 |
---|
68 | configure:3331: tar -xf - <conftest.tar |
---|
69 | configure:3334: $? = 0 |
---|
70 | configure:3347: result: gnutar |
---|
71 | configure:3367: checking for style of include used by make |
---|
72 | configure:3395: result: GNU |
---|
73 | configure:3466: checking for gcc |
---|
74 | configure:3493: result: /usr/bin/clang |
---|
75 | configure:3722: checking for C compiler version |
---|
76 | configure:3731: /usr/bin/clang --version >&5 |
---|
77 | Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn) |
---|
78 | Target: x86_64-apple-darwin13.1.0 |
---|
79 | Thread model: posix |
---|
80 | configure:3742: $? = 0 |
---|
81 | configure:3731: /usr/bin/clang -v >&5 |
---|
82 | Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn) |
---|
83 | Target: x86_64-apple-darwin13.1.0 |
---|
84 | Thread model: posix |
---|
85 | configure:3742: $? = 0 |
---|
86 | configure:3731: /usr/bin/clang -V >&5 |
---|
87 | clang: error: argument to '-V' is missing (expected 1 value) |
---|
88 | clang: error: no input files |
---|
89 | configure:3742: $? = 1 |
---|
90 | configure:3731: /usr/bin/clang -qversion >&5 |
---|
91 | clang: error: unknown argument: '-qversion' [-Wunused-command-line-argument-hard-error-in-future] |
---|
92 | clang: note: this will be a hard error (cannot be downgraded to a warning) in the future |
---|
93 | clang: error: no input files |
---|
94 | configure:3742: $? = 1 |
---|
95 | configure:3762: checking whether the C compiler works |
---|
96 | configure:3784: /usr/bin/clang -pipe -Os -arch x86_64 -I/[[PREFIX]]/include -L/[[PREFIX]]/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c >&5 |
---|
97 | configure:3788: $? = 0 |
---|
98 | configure:3836: result: yes |
---|
99 | configure:3839: checking for C compiler default output file name |
---|
100 | configure:3841: result: a.out |
---|
101 | configure:3847: checking for suffix of executables |
---|
102 | configure:3854: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/[[PREFIX]]/include -L/[[PREFIX]]/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c >&5 |
---|
103 | configure:3858: $? = 0 |
---|
104 | configure:3880: result: |
---|
105 | configure:3902: checking whether we are cross compiling |
---|
106 | configure:3910: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/[[PREFIX]]/include -L/[[PREFIX]]/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c >&5 |
---|
107 | configure:3914: $? = 0 |
---|
108 | configure:3921: ./conftest |
---|
109 | configure:3925: $? = 0 |
---|
110 | configure:3940: result: no |
---|
111 | configure:3945: checking for suffix of object files |
---|
112 | configure:3967: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/[[PREFIX]]/include conftest.c >&5 |
---|
113 | configure:3971: $? = 0 |
---|
114 | configure:3992: result: o |
---|
115 | configure:3996: checking whether we are using the GNU C compiler |
---|
116 | configure:4015: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/[[PREFIX]]/include conftest.c >&5 |
---|
117 | configure:4015: $? = 0 |
---|
118 | configure:4024: result: yes |
---|
119 | configure:4033: checking whether /usr/bin/clang accepts -g |
---|
120 | configure:4053: /usr/bin/clang -c -g -I/[[PREFIX]]/include conftest.c >&5 |
---|
121 | configure:4053: $? = 0 |
---|
122 | configure:4094: result: yes |
---|
123 | configure:4111: checking for /usr/bin/clang option to accept ISO C89 |
---|
124 | configure:4174: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/[[PREFIX]]/include conftest.c >&5 |
---|
125 | configure:4174: $? = 0 |
---|
126 | configure:4187: result: none needed |
---|
127 | configure:4209: checking dependency style of /usr/bin/clang |
---|
128 | configure:4320: result: gcc3 |
---|
129 | configure:4341: checking how to run the C preprocessor |
---|
130 | configure:4372: /usr/bin/clang -E -I/[[PREFIX]]/include conftest.c |
---|
131 | configure:4372: $? = 0 |
---|
132 | configure:4386: /usr/bin/clang -E -I/[[PREFIX]]/include conftest.c |
---|
133 | conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found |
---|
134 | #include <ac_nonexistent.h> |
---|
135 | ^ |
---|
136 | 1 error generated. |
---|
137 | configure:4386: $? = 1 |
---|
138 | configure: failed program was: |
---|
139 | | /* confdefs.h */ |
---|
140 | | #define PACKAGE_NAME "Apache CouchDB" |
---|
141 | | #define PACKAGE_TARNAME "apache-couchdb" |
---|
142 | | #define PACKAGE_VERSION "1.5.1" |
---|
143 | | #define PACKAGE_STRING "Apache CouchDB 1.5.1" |
---|
144 | | #define PACKAGE_BUGREPORT "https://issues.apache.org/jira/browse/COUCHDB" |
---|
145 | | #define PACKAGE_URL "" |
---|
146 | | #define PACKAGE "apache-couchdb" |
---|
147 | | #define VERSION "1.5.1" |
---|
148 | | /* end confdefs.h. */ |
---|
149 | | #include <ac_nonexistent.h> |
---|
150 | configure:4411: result: /usr/bin/clang -E |
---|
151 | configure:4431: /usr/bin/clang -E -I/[[PREFIX]]/include conftest.c |
---|
152 | configure:4431: $? = 0 |
---|
153 | configure:4445: /usr/bin/clang -E -I/[[PREFIX]]/include conftest.c |
---|
154 | conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found |
---|
155 | #include <ac_nonexistent.h> |
---|
156 | ^ |
---|
157 | 1 error generated. |
---|
158 | configure:4445: $? = 1 |
---|
159 | configure: failed program was: |
---|
160 | | /* confdefs.h */ |
---|
161 | | #define PACKAGE_NAME "Apache CouchDB" |
---|
162 | | #define PACKAGE_TARNAME "apache-couchdb" |
---|
163 | | #define PACKAGE_VERSION "1.5.1" |
---|
164 | | #define PACKAGE_STRING "Apache CouchDB 1.5.1" |
---|
165 | | #define PACKAGE_BUGREPORT "https://issues.apache.org/jira/browse/COUCHDB" |
---|
166 | | #define PACKAGE_URL "" |
---|
167 | | #define PACKAGE "apache-couchdb" |
---|
168 | | #define VERSION "1.5.1" |
---|
169 | | /* end confdefs.h. */ |
---|
170 | | #include <ac_nonexistent.h> |
---|
171 | configure:4474: checking for grep that handles long lines and -e |
---|
172 | configure:4532: result: /usr/bin/grep |
---|
173 | configure:4537: checking for egrep |
---|
174 | configure:4599: result: /usr/bin/grep -E |
---|
175 | configure:4604: checking for ANSI C header files |
---|
176 | configure:4624: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/[[PREFIX]]/include conftest.c >&5 |
---|
177 | configure:4624: $? = 0 |
---|
178 | configure:4697: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/[[PREFIX]]/include -L/[[PREFIX]]/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c >&5 |
---|
179 | configure:4697: $? = 0 |
---|
180 | configure:4697: ./conftest |
---|
181 | configure:4697: $? = 0 |
---|
182 | configure:4708: result: yes |
---|
183 | configure:4721: checking for sys/types.h |
---|
184 | configure:4721: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/[[PREFIX]]/include conftest.c >&5 |
---|
185 | configure:4721: $? = 0 |
---|
186 | configure:4721: result: yes |
---|
187 | configure:4721: checking for sys/stat.h |
---|
188 | configure:4721: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/[[PREFIX]]/include conftest.c >&5 |
---|
189 | configure:4721: $? = 0 |
---|
190 | configure:4721: result: yes |
---|
191 | configure:4721: checking for stdlib.h |
---|
192 | configure:4721: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/[[PREFIX]]/include conftest.c >&5 |
---|
193 | configure:4721: $? = 0 |
---|
194 | configure:4721: result: yes |
---|
195 | configure:4721: checking for string.h |
---|
196 | configure:4721: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/[[PREFIX]]/include conftest.c >&5 |
---|
197 | configure:4721: $? = 0 |
---|
198 | configure:4721: result: yes |
---|
199 | configure:4721: checking for memory.h |
---|
200 | configure:4721: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/[[PREFIX]]/include conftest.c >&5 |
---|
201 | configure:4721: $? = 0 |
---|
202 | configure:4721: result: yes |
---|
203 | configure:4721: checking for strings.h |
---|
204 | configure:4721: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/[[PREFIX]]/include conftest.c >&5 |
---|
205 | configure:4721: $? = 0 |
---|
206 | configure:4721: result: yes |
---|
207 | configure:4721: checking for inttypes.h |
---|
208 | configure:4721: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/[[PREFIX]]/include conftest.c >&5 |
---|
209 | configure:4721: $? = 0 |
---|
210 | configure:4721: result: yes |
---|
211 | configure:4721: checking for stdint.h |
---|
212 | configure:4721: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/[[PREFIX]]/include conftest.c >&5 |
---|
213 | configure:4721: $? = 0 |
---|
214 | configure:4721: result: yes |
---|
215 | configure:4721: checking for unistd.h |
---|
216 | configure:4721: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/[[PREFIX]]/include conftest.c >&5 |
---|
217 | configure:4721: $? = 0 |
---|
218 | configure:4721: result: yes |
---|
219 | configure:4734: checking minix/config.h usability |
---|
220 | configure:4734: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/[[PREFIX]]/include conftest.c >&5 |
---|
221 | conftest.c:54:10: fatal error: 'minix/config.h' file not found |
---|
222 | #include <minix/config.h> |
---|
223 | ^ |
---|
224 | 1 error generated. |
---|
225 | configure:4734: $? = 1 |
---|
226 | configure: failed program was: |
---|
227 | | /* confdefs.h */ |
---|
228 | | #define PACKAGE_NAME "Apache CouchDB" |
---|
229 | | #define PACKAGE_TARNAME "apache-couchdb" |
---|
230 | | #define PACKAGE_VERSION "1.5.1" |
---|
231 | | #define PACKAGE_STRING "Apache CouchDB 1.5.1" |
---|
232 | | #define PACKAGE_BUGREPORT "https://issues.apache.org/jira/browse/COUCHDB" |
---|
233 | | #define PACKAGE_URL "" |
---|
234 | | #define PACKAGE "apache-couchdb" |
---|
235 | | #define VERSION "1.5.1" |
---|
236 | | #define STDC_HEADERS 1 |
---|
237 | | #define HAVE_SYS_TYPES_H 1 |
---|
238 | | #define HAVE_SYS_STAT_H 1 |
---|
239 | | #define HAVE_STDLIB_H 1 |
---|
240 | | #define HAVE_STRING_H 1 |
---|
241 | | #define HAVE_MEMORY_H 1 |
---|
242 | | #define HAVE_STRINGS_H 1 |
---|
243 | | #define HAVE_INTTYPES_H 1 |
---|
244 | | #define HAVE_STDINT_H 1 |
---|
245 | | #define HAVE_UNISTD_H 1 |
---|
246 | | /* end confdefs.h. */ |
---|
247 | | #include <stdio.h> |
---|
248 | | #ifdef HAVE_SYS_TYPES_H |
---|
249 | | # include <sys/types.h> |
---|
250 | | #endif |
---|
251 | | #ifdef HAVE_SYS_STAT_H |
---|
252 | | # include <sys/stat.h> |
---|
253 | | #endif |
---|
254 | | #ifdef STDC_HEADERS |
---|
255 | | # include <stdlib.h> |
---|
256 | | # include <stddef.h> |
---|
257 | | #else |
---|
258 | | # ifdef HAVE_STDLIB_H |
---|
259 | | # include <stdlib.h> |
---|
260 | | # endif |
---|
261 | | #endif |
---|
262 | | #ifdef HAVE_STRING_H |
---|
263 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
264 | | # include <memory.h> |
---|
265 | | # endif |
---|
266 | | # include <string.h> |
---|
267 | | #endif |
---|
268 | | #ifdef HAVE_STRINGS_H |
---|
269 | | # include <strings.h> |
---|
270 | | #endif |
---|
271 | | #ifdef HAVE_INTTYPES_H |
---|
272 | | # include <inttypes.h> |
---|
273 | | #endif |
---|
274 | | #ifdef HAVE_STDINT_H |
---|
275 | | # include <stdint.h> |
---|
276 | | #endif |
---|
277 | | #ifdef HAVE_UNISTD_H |
---|
278 | | # include <unistd.h> |
---|
279 | | #endif |
---|
280 | | #include <minix/config.h> |
---|
281 | configure:4734: result: no |
---|
282 | configure:4734: checking minix/config.h presence |
---|
283 | configure:4734: /usr/bin/clang -E -I/[[PREFIX]]/include conftest.c |
---|
284 | conftest.c:21:10: fatal error: 'minix/config.h' file not found |
---|
285 | #include <minix/config.h> |
---|
286 | ^ |
---|
287 | 1 error generated. |
---|
288 | configure:4734: $? = 1 |
---|
289 | configure: failed program was: |
---|
290 | | /* confdefs.h */ |
---|
291 | | #define PACKAGE_NAME "Apache CouchDB" |
---|
292 | | #define PACKAGE_TARNAME "apache-couchdb" |
---|
293 | | #define PACKAGE_VERSION "1.5.1" |
---|
294 | | #define PACKAGE_STRING "Apache CouchDB 1.5.1" |
---|
295 | | #define PACKAGE_BUGREPORT "https://issues.apache.org/jira/browse/COUCHDB" |
---|
296 | | #define PACKAGE_URL "" |
---|
297 | | #define PACKAGE "apache-couchdb" |
---|
298 | | #define VERSION "1.5.1" |
---|
299 | | #define STDC_HEADERS 1 |
---|
300 | | #define HAVE_SYS_TYPES_H 1 |
---|
301 | | #define HAVE_SYS_STAT_H 1 |
---|
302 | | #define HAVE_STDLIB_H 1 |
---|
303 | | #define HAVE_STRING_H 1 |
---|
304 | | #define HAVE_MEMORY_H 1 |
---|
305 | | #define HAVE_STRINGS_H 1 |
---|
306 | | #define HAVE_INTTYPES_H 1 |
---|
307 | | #define HAVE_STDINT_H 1 |
---|
308 | | #define HAVE_UNISTD_H 1 |
---|
309 | | /* end confdefs.h. */ |
---|
310 | | #include <minix/config.h> |
---|
311 | configure:4734: result: no |
---|
312 | configure:4734: checking for minix/config.h |
---|
313 | configure:4734: result: no |
---|
314 | configure:4755: checking whether it is safe to define __EXTENSIONS__ |
---|
315 | configure:4773: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/[[PREFIX]]/include conftest.c >&5 |
---|
316 | configure:4773: $? = 0 |
---|
317 | configure:4780: result: yes |
---|
318 | configure:4905: checking for gcc |
---|
319 | configure:4932: result: /usr/bin/clang |
---|
320 | configure:5161: checking for C compiler version |
---|
321 | configure:5170: /usr/bin/clang --version >&5 |
---|
322 | Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn) |
---|
323 | Target: x86_64-apple-darwin13.1.0 |
---|
324 | Thread model: posix |
---|
325 | configure:5181: $? = 0 |
---|
326 | configure:5170: /usr/bin/clang -v >&5 |
---|
327 | Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn) |
---|
328 | Target: x86_64-apple-darwin13.1.0 |
---|
329 | Thread model: posix |
---|
330 | configure:5181: $? = 0 |
---|
331 | configure:5170: /usr/bin/clang -V >&5 |
---|
332 | clang: error: argument to '-V' is missing (expected 1 value) |
---|
333 | clang: error: no input files |
---|
334 | configure:5181: $? = 1 |
---|
335 | configure:5170: /usr/bin/clang -qversion >&5 |
---|
336 | clang: error: unknown argument: '-qversion' [-Wunused-command-line-argument-hard-error-in-future] |
---|
337 | clang: note: this will be a hard error (cannot be downgraded to a warning) in the future |
---|
338 | clang: error: no input files |
---|
339 | configure:5181: $? = 1 |
---|
340 | configure:5185: checking whether we are using the GNU C compiler |
---|
341 | configure:5213: result: yes |
---|
342 | configure:5222: checking whether /usr/bin/clang accepts -g |
---|
343 | configure:5283: result: yes |
---|
344 | configure:5300: checking for /usr/bin/clang option to accept ISO C89 |
---|
345 | configure:5376: result: none needed |
---|
346 | configure:5398: checking dependency style of /usr/bin/clang |
---|
347 | configure:5509: result: gcc3 |
---|
348 | configure:5553: checking build system type |
---|
349 | configure:5567: result: x86_64-apple-darwin13.1.0 |
---|
350 | configure:5587: checking host system type |
---|
351 | configure:5600: result: x86_64-apple-darwin13.1.0 |
---|
352 | configure:5641: checking how to print strings |
---|
353 | configure:5668: result: printf |
---|
354 | configure:5689: checking for a sed that does not truncate output |
---|
355 | configure:5753: result: /[[PREFIX]]/bin/gsed |
---|
356 | configure:5771: checking for fgrep |
---|
357 | configure:5833: result: /usr/bin/grep -F |
---|
358 | configure:5868: checking for ld used by /usr/bin/clang |
---|
359 | configure:5935: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld |
---|
360 | configure:5942: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld |
---|
361 | configure:5957: result: no |
---|
362 | configure:5969: checking for BSD- or MS-compatible name lister (nm) |
---|
363 | configure:6018: result: /[[PREFIX]]/bin/nm |
---|
364 | configure:6148: checking the name lister (/[[PREFIX]]/bin/nm) interface |
---|
365 | configure:6155: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/[[PREFIX]]/include conftest.c >&5 |
---|
366 | configure:6158: /[[PREFIX]]/bin/nm "conftest.o" |
---|
367 | configure:6161: output |
---|
368 | 0000000000000000 S _some_variable |
---|
369 | configure:6168: result: BSD nm |
---|
370 | configure:6171: checking whether ln -s works |
---|
371 | configure:6175: result: yes |
---|
372 | configure:6183: checking the maximum length of command line arguments |
---|
373 | configure:6313: result: 196608 |
---|
374 | configure:6330: checking whether the shell understands some XSI constructs |
---|
375 | configure:6340: result: yes |
---|
376 | configure:6344: checking whether the shell understands "+=" |
---|
377 | configure:6350: result: yes |
---|
378 | configure:6385: checking how to convert x86_64-apple-darwin13.1.0 file names to x86_64-apple-darwin13.1.0 format |
---|
379 | configure:6425: result: func_convert_file_noop |
---|
380 | configure:6432: checking how to convert x86_64-apple-darwin13.1.0 file names to toolchain format |
---|
381 | configure:6452: result: func_convert_file_noop |
---|
382 | configure:6459: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files |
---|
383 | configure:6466: result: -r |
---|
384 | configure:6540: checking for objdump |
---|
385 | configure:6570: result: no |
---|
386 | configure:6596: checking how to recognize dependent libraries |
---|
387 | configure:6798: result: pass_all |
---|
388 | configure:6883: checking for dlltool |
---|
389 | configure:6913: result: no |
---|
390 | configure:6940: checking how to associate runtime and link libraries |
---|
391 | configure:6967: result: printf %s\n |
---|
392 | configure:7027: checking for ar |
---|
393 | configure:7043: found /[[PREFIX]]/bin/ar |
---|
394 | configure:7054: result: ar |
---|
395 | configure:7091: checking for archiver @FILE support |
---|
396 | configure:7108: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/[[PREFIX]]/include conftest.c >&5 |
---|
397 | configure:7108: $? = 0 |
---|
398 | configure:7111: ar cru libconftest.a @conftest.lst >&5 |
---|
399 | ar: @conftest.lst: No such file or directory |
---|
400 | configure:7114: $? = 1 |
---|
401 | configure:7134: result: no |
---|
402 | configure:7192: checking for strip |
---|
403 | configure:7208: found /[[PREFIX]]/bin/strip |
---|
404 | configure:7219: result: strip |
---|
405 | configure:7291: checking for ranlib |
---|
406 | configure:7307: found /[[PREFIX]]/bin/ranlib |
---|
407 | configure:7318: result: ranlib |
---|
408 | configure:7420: checking command to parse /[[PREFIX]]/bin/nm output from /usr/bin/clang object |
---|
409 | configure:7540: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/[[PREFIX]]/include conftest.c >&5 |
---|
410 | configure:7543: $? = 0 |
---|
411 | configure:7547: /[[PREFIX]]/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm |
---|
412 | configure:7550: $? = 0 |
---|
413 | cannot find nm_test_var in conftest.nm |
---|
414 | configure:7540: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/[[PREFIX]]/include conftest.c >&5 |
---|
415 | configure:7543: $? = 0 |
---|
416 | configure:7547: /[[PREFIX]]/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm |
---|
417 | configure:7550: $? = 0 |
---|
418 | configure:7616: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/[[PREFIX]]/include -L/[[PREFIX]]/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c conftstm.o >&5 |
---|
419 | configure:7619: $? = 0 |
---|
420 | configure:7657: result: ok |
---|
421 | configure:7694: checking for sysroot |
---|
422 | configure:7724: result: no |
---|
423 | configure:7980: checking for mt |
---|
424 | configure:8010: result: no |
---|
425 | configure:8030: checking if : is a manifest tool |
---|
426 | configure:8036: : '-?' |
---|
427 | configure:8044: result: no |
---|
428 | configure:8100: checking for dsymutil |
---|
429 | configure:8116: found /usr/bin/dsymutil |
---|
430 | configure:8127: result: dsymutil |
---|
431 | configure:8192: checking for nmedit |
---|
432 | configure:8208: found /[[PREFIX]]/bin/nmedit |
---|
433 | configure:8219: result: nmedit |
---|
434 | configure:8284: checking for lipo |
---|
435 | configure:8300: found /[[PREFIX]]/bin/lipo |
---|
436 | configure:8311: result: lipo |
---|
437 | configure:8376: checking for otool |
---|
438 | configure:8392: found /[[PREFIX]]/bin/otool |
---|
439 | configure:8403: result: otool |
---|
440 | configure:8468: checking for otool64 |
---|
441 | configure:8498: result: no |
---|
442 | configure:8543: checking for -single_module linker flag |
---|
443 | /usr/bin/clang -pipe -Os -arch x86_64 -L/[[PREFIX]]/lib -Wl,-headerpad_max_install_names -arch x86_64 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c |
---|
444 | configure:8576: result: yes |
---|
445 | configure:8579: checking for -exported_symbols_list linker flag |
---|
446 | configure:8599: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/[[PREFIX]]/include -L/[[PREFIX]]/lib -Wl,-headerpad_max_install_names -arch x86_64 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5 |
---|
447 | configure:8599: $? = 0 |
---|
448 | configure:8609: result: yes |
---|
449 | configure:8612: checking for -force_load linker flag |
---|
450 | /usr/bin/clang -pipe -Os -arch x86_64 -c -o conftest.o conftest.c |
---|
451 | ar cru libconftest.a conftest.o |
---|
452 | ranlib libconftest.a |
---|
453 | /usr/bin/clang -pipe -Os -arch x86_64 -L/[[PREFIX]]/lib -Wl,-headerpad_max_install_names -arch x86_64 -o conftest conftest.c -Wl,-force_load,./libconftest.a |
---|
454 | configure:8644: result: yes |
---|
455 | configure:8683: checking for dlfcn.h |
---|
456 | configure:8683: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/[[PREFIX]]/include conftest.c >&5 |
---|
457 | configure:8683: $? = 0 |
---|
458 | configure:8683: result: yes |
---|
459 | configure:9127: checking for objdir |
---|
460 | configure:9142: result: .libs |
---|
461 | configure:9413: checking if /usr/bin/clang supports -fno-rtti -fno-exceptions |
---|
462 | configure:9431: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/[[PREFIX]]/include -fno-rtti -fno-exceptions conftest.c >&5 |
---|
463 | configure:9435: $? = 0 |
---|
464 | configure:9448: result: yes |
---|
465 | configure:9775: checking for /usr/bin/clang option to produce PIC |
---|
466 | configure:9782: result: -fno-common -DPIC |
---|
467 | configure:9790: checking if /usr/bin/clang PIC flag -fno-common -DPIC works |
---|
468 | configure:9808: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/[[PREFIX]]/include -fno-common -DPIC -DPIC conftest.c >&5 |
---|
469 | configure:9812: $? = 0 |
---|
470 | configure:9825: result: yes |
---|
471 | configure:9854: checking if /usr/bin/clang static flag -static works |
---|
472 | configure:9882: result: no |
---|
473 | configure:9897: checking if /usr/bin/clang supports -c -o file.o |
---|
474 | configure:9918: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/[[PREFIX]]/include -o out/conftest2.o conftest.c >&5 |
---|
475 | configure:9922: $? = 0 |
---|
476 | configure:9944: result: yes |
---|
477 | configure:9952: checking if /usr/bin/clang supports -c -o file.o |
---|
478 | configure:9999: result: yes |
---|
479 | configure:10032: checking whether the /usr/bin/clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries |
---|
480 | configure:11185: result: yes |
---|
481 | configure:11425: checking dynamic linker characteristics |
---|
482 | configure:12171: result: darwin13.1.0 dyld |
---|
483 | configure:12278: checking how to hardcode library paths into programs |
---|
484 | configure:12303: result: immediate |
---|
485 | configure:12843: checking whether stripping libraries is possible |
---|
486 | configure:12857: result: yes |
---|
487 | configure:12883: checking if libtool supports shared libraries |
---|
488 | configure:12885: result: yes |
---|
489 | configure:12888: checking whether to build shared libraries |
---|
490 | configure:12909: result: yes |
---|
491 | configure:12912: checking whether to build static libraries |
---|
492 | configure:12916: result: no |
---|
493 | configure:12954: checking whether ln -s works |
---|
494 | configure:12958: result: yes |
---|
495 | configure:13020: checking for pkg-config |
---|
496 | configure:13038: found /[[PREFIX]]/bin/pkg-config |
---|
497 | configure:13050: result: /[[PREFIX]]/bin/pkg-config |
---|
498 | configure:13075: checking pkg-config is at least version 0.9.0 |
---|
499 | configure:13078: result: yes |
---|
500 | configure:13203: checking for C++ compiler version |
---|
501 | configure:13212: /usr/bin/clang++ --version >&5 |
---|
502 | Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn) |
---|
503 | Target: x86_64-apple-darwin13.1.0 |
---|
504 | Thread model: posix |
---|
505 | configure:13223: $? = 0 |
---|
506 | configure:13212: /usr/bin/clang++ -v >&5 |
---|
507 | Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn) |
---|
508 | Target: x86_64-apple-darwin13.1.0 |
---|
509 | Thread model: posix |
---|
510 | configure:13223: $? = 0 |
---|
511 | configure:13212: /usr/bin/clang++ -V >&5 |
---|
512 | clang: error: argument to '-V' is missing (expected 1 value) |
---|
513 | clang: error: no input files |
---|
514 | configure:13223: $? = 1 |
---|
515 | configure:13212: /usr/bin/clang++ -qversion >&5 |
---|
516 | clang: error: unknown argument: '-qversion' [-Wunused-command-line-argument-hard-error-in-future] |
---|
517 | clang: note: this will be a hard error (cannot be downgraded to a warning) in the future |
---|
518 | clang: error: no input files |
---|
519 | configure:13223: $? = 1 |
---|
520 | configure:13227: checking whether we are using the GNU C++ compiler |
---|
521 | configure:13246: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -I/[[PREFIX]]/include conftest.cpp >&5 |
---|
522 | configure:13246: $? = 0 |
---|
523 | configure:13255: result: yes |
---|
524 | configure:13264: checking whether /usr/bin/clang++ accepts -g |
---|
525 | configure:13284: /usr/bin/clang++ -c -g -I/[[PREFIX]]/include conftest.cpp >&5 |
---|
526 | configure:13284: $? = 0 |
---|
527 | configure:13325: result: yes |
---|
528 | configure:13350: checking dependency style of /usr/bin/clang++ |
---|
529 | configure:13461: result: gcc3 |
---|
530 | configure:13494: checking how to run the C++ preprocessor |
---|
531 | configure:13521: /usr/bin/clang++ -E -I/[[PREFIX]]/include conftest.cpp |
---|
532 | configure:13521: $? = 0 |
---|
533 | configure:13535: /usr/bin/clang++ -E -I/[[PREFIX]]/include conftest.cpp |
---|
534 | conftest.cpp:28:10: fatal error: 'ac_nonexistent.h' file not found |
---|
535 | #include <ac_nonexistent.h> |
---|
536 | ^ |
---|
537 | 1 error generated. |
---|
538 | configure:13535: $? = 1 |
---|
539 | configure: failed program was: |
---|
540 | | /* confdefs.h */ |
---|
541 | | #define PACKAGE_NAME "Apache CouchDB" |
---|
542 | | #define PACKAGE_TARNAME "apache-couchdb" |
---|
543 | | #define PACKAGE_VERSION "1.5.1" |
---|
544 | | #define PACKAGE_STRING "Apache CouchDB 1.5.1" |
---|
545 | | #define PACKAGE_BUGREPORT "https://issues.apache.org/jira/browse/COUCHDB" |
---|
546 | | #define PACKAGE_URL "" |
---|
547 | | #define PACKAGE "apache-couchdb" |
---|
548 | | #define VERSION "1.5.1" |
---|
549 | | #define STDC_HEADERS 1 |
---|
550 | | #define HAVE_SYS_TYPES_H 1 |
---|
551 | | #define HAVE_SYS_STAT_H 1 |
---|
552 | | #define HAVE_STDLIB_H 1 |
---|
553 | | #define HAVE_STRING_H 1 |
---|
554 | | #define HAVE_MEMORY_H 1 |
---|
555 | | #define HAVE_STRINGS_H 1 |
---|
556 | | #define HAVE_INTTYPES_H 1 |
---|
557 | | #define HAVE_STDINT_H 1 |
---|
558 | | #define HAVE_UNISTD_H 1 |
---|
559 | | #define __EXTENSIONS__ 1 |
---|
560 | | #define _ALL_SOURCE 1 |
---|
561 | | #define _GNU_SOURCE 1 |
---|
562 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
563 | | #define _TANDEM_SOURCE 1 |
---|
564 | | #define HAVE_DLFCN_H 1 |
---|
565 | | #define LT_OBJDIR ".libs/" |
---|
566 | | /* end confdefs.h. */ |
---|
567 | | #include <ac_nonexistent.h> |
---|
568 | configure:13560: result: /usr/bin/clang++ -E |
---|
569 | configure:13580: /usr/bin/clang++ -E -I/[[PREFIX]]/include conftest.cpp |
---|
570 | configure:13580: $? = 0 |
---|
571 | configure:13594: /usr/bin/clang++ -E -I/[[PREFIX]]/include conftest.cpp |
---|
572 | conftest.cpp:28:10: fatal error: 'ac_nonexistent.h' file not found |
---|
573 | #include <ac_nonexistent.h> |
---|
574 | ^ |
---|
575 | 1 error generated. |
---|
576 | configure:13594: $? = 1 |
---|
577 | configure: failed program was: |
---|
578 | | /* confdefs.h */ |
---|
579 | | #define PACKAGE_NAME "Apache CouchDB" |
---|
580 | | #define PACKAGE_TARNAME "apache-couchdb" |
---|
581 | | #define PACKAGE_VERSION "1.5.1" |
---|
582 | | #define PACKAGE_STRING "Apache CouchDB 1.5.1" |
---|
583 | | #define PACKAGE_BUGREPORT "https://issues.apache.org/jira/browse/COUCHDB" |
---|
584 | | #define PACKAGE_URL "" |
---|
585 | | #define PACKAGE "apache-couchdb" |
---|
586 | | #define VERSION "1.5.1" |
---|
587 | | #define STDC_HEADERS 1 |
---|
588 | | #define HAVE_SYS_TYPES_H 1 |
---|
589 | | #define HAVE_SYS_STAT_H 1 |
---|
590 | | #define HAVE_STDLIB_H 1 |
---|
591 | | #define HAVE_STRING_H 1 |
---|
592 | | #define HAVE_MEMORY_H 1 |
---|
593 | | #define HAVE_STRINGS_H 1 |
---|
594 | | #define HAVE_INTTYPES_H 1 |
---|
595 | | #define HAVE_STDINT_H 1 |
---|
596 | | #define HAVE_UNISTD_H 1 |
---|
597 | | #define __EXTENSIONS__ 1 |
---|
598 | | #define _ALL_SOURCE 1 |
---|
599 | | #define _GNU_SOURCE 1 |
---|
600 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
601 | | #define _TANDEM_SOURCE 1 |
---|
602 | | #define HAVE_DLFCN_H 1 |
---|
603 | | #define LT_OBJDIR ".libs/" |
---|
604 | | /* end confdefs.h. */ |
---|
605 | | #include <ac_nonexistent.h> |
---|
606 | configure:13763: checking for ld used by /usr/bin/clang++ |
---|
607 | configure:13830: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld |
---|
608 | configure:13837: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld |
---|
609 | configure:13852: result: no |
---|
610 | configure:13907: checking whether the /usr/bin/clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries |
---|
611 | configure:14912: result: yes |
---|
612 | configure:14948: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -I/[[PREFIX]]/include conftest.cpp >&5 |
---|
613 | configure:14951: $? = 0 |
---|
614 | configure:15471: checking for /usr/bin/clang++ option to produce PIC |
---|
615 | configure:15478: result: -fno-common -DPIC |
---|
616 | configure:15486: checking if /usr/bin/clang++ PIC flag -fno-common -DPIC works |
---|
617 | configure:15504: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -I/[[PREFIX]]/include -fno-common -DPIC -DPIC conftest.cpp >&5 |
---|
618 | configure:15508: $? = 0 |
---|
619 | configure:15521: result: yes |
---|
620 | configure:15544: checking if /usr/bin/clang++ static flag -static works |
---|
621 | configure:15572: result: no |
---|
622 | configure:15584: checking if /usr/bin/clang++ supports -c -o file.o |
---|
623 | configure:15605: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -I/[[PREFIX]]/include -o out/conftest2.o conftest.cpp >&5 |
---|
624 | configure:15609: $? = 0 |
---|
625 | configure:15631: result: yes |
---|
626 | configure:15636: checking if /usr/bin/clang++ supports -c -o file.o |
---|
627 | configure:15683: result: yes |
---|
628 | configure:15713: checking whether the /usr/bin/clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries |
---|
629 | configure:15749: result: yes |
---|
630 | configure:15890: checking dynamic linker characteristics |
---|
631 | configure:16570: result: darwin13.1.0 dyld |
---|
632 | configure:16623: checking how to hardcode library paths into programs |
---|
633 | configure:16648: result: immediate |
---|
634 | configure:16705: /usr/bin/clang++ -o conftest -pipe -Os -arch x86_64 -I/[[PREFIX]]/include -L/[[PREFIX]]/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.cpp >&5 |
---|
635 | configure:16705: $? = 0 |
---|
636 | configure:16712: checking whether byte ordering is bigendian |
---|
637 | configure:16727: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -I/[[PREFIX]]/include conftest.cpp >&5 |
---|
638 | configure:16727: $? = 0 |
---|
639 | configure:16772: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -I/[[PREFIX]]/include conftest.cpp >&5 |
---|
640 | configure:16772: $? = 0 |
---|
641 | configure:16790: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -I/[[PREFIX]]/include conftest.cpp >&5 |
---|
642 | conftest.cpp:35:8: error: use of undeclared identifier 'big' |
---|
643 | not big endian |
---|
644 | ^ |
---|
645 | 1 error generated. |
---|
646 | configure:16790: $? = 1 |
---|
647 | configure: failed program was: |
---|
648 | | /* confdefs.h */ |
---|
649 | | #define PACKAGE_NAME "Apache CouchDB" |
---|
650 | | #define PACKAGE_TARNAME "apache-couchdb" |
---|
651 | | #define PACKAGE_VERSION "1.5.1" |
---|
652 | | #define PACKAGE_STRING "Apache CouchDB 1.5.1" |
---|
653 | | #define PACKAGE_BUGREPORT "https://issues.apache.org/jira/browse/COUCHDB" |
---|
654 | | #define PACKAGE_URL "" |
---|
655 | | #define PACKAGE "apache-couchdb" |
---|
656 | | #define VERSION "1.5.1" |
---|
657 | | #define STDC_HEADERS 1 |
---|
658 | | #define HAVE_SYS_TYPES_H 1 |
---|
659 | | #define HAVE_SYS_STAT_H 1 |
---|
660 | | #define HAVE_STDLIB_H 1 |
---|
661 | | #define HAVE_STRING_H 1 |
---|
662 | | #define HAVE_MEMORY_H 1 |
---|
663 | | #define HAVE_STRINGS_H 1 |
---|
664 | | #define HAVE_INTTYPES_H 1 |
---|
665 | | #define HAVE_STDINT_H 1 |
---|
666 | | #define HAVE_UNISTD_H 1 |
---|
667 | | #define __EXTENSIONS__ 1 |
---|
668 | | #define _ALL_SOURCE 1 |
---|
669 | | #define _GNU_SOURCE 1 |
---|
670 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
671 | | #define _TANDEM_SOURCE 1 |
---|
672 | | #define HAVE_DLFCN_H 1 |
---|
673 | | #define LT_OBJDIR ".libs/" |
---|
674 | | /* end confdefs.h. */ |
---|
675 | | #include <sys/types.h> |
---|
676 | | #include <sys/param.h> |
---|
677 | | |
---|
678 | | int |
---|
679 | | main () |
---|
680 | | { |
---|
681 | | #if BYTE_ORDER != BIG_ENDIAN |
---|
682 | | not big endian |
---|
683 | | #endif |
---|
684 | | |
---|
685 | | ; |
---|
686 | | return 0; |
---|
687 | | } |
---|
688 | configure:16918: result: no |
---|
689 | configure:16940: checking for stdint.h |
---|
690 | configure:16940: result: yes |
---|
691 | configure:16940: checking stddef.h usability |
---|
692 | configure:16940: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -I/[[PREFIX]]/include conftest.cpp >&5 |
---|
693 | configure:16940: $? = 0 |
---|
694 | configure:16940: result: yes |
---|
695 | configure:16940: checking stddef.h presence |
---|
696 | configure:16940: /usr/bin/clang++ -E -I/[[PREFIX]]/include conftest.cpp |
---|
697 | configure:16940: $? = 0 |
---|
698 | configure:16940: result: yes |
---|
699 | configure:16940: checking for stddef.h |
---|
700 | configure:16940: result: yes |
---|
701 | configure:16940: checking sys/mman.h usability |
---|
702 | configure:16940: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -I/[[PREFIX]]/include conftest.cpp >&5 |
---|
703 | configure:16940: $? = 0 |
---|
704 | configure:16940: result: yes |
---|
705 | configure:16940: checking sys/mman.h presence |
---|
706 | configure:16940: /usr/bin/clang++ -E -I/[[PREFIX]]/include conftest.cpp |
---|
707 | configure:16940: $? = 0 |
---|
708 | configure:16940: result: yes |
---|
709 | configure:16940: checking for sys/mman.h |
---|
710 | configure:16940: result: yes |
---|
711 | configure:16940: checking sys/resource.h usability |
---|
712 | configure:16940: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -I/[[PREFIX]]/include conftest.cpp >&5 |
---|
713 | configure:16940: $? = 0 |
---|
714 | configure:16940: result: yes |
---|
715 | configure:16940: checking sys/resource.h presence |
---|
716 | configure:16940: /usr/bin/clang++ -E -I/[[PREFIX]]/include conftest.cpp |
---|
717 | configure:16940: $? = 0 |
---|
718 | configure:16940: result: yes |
---|
719 | configure:16940: checking for sys/resource.h |
---|
720 | configure:16940: result: yes |
---|
721 | configure:16950: checking for mmap |
---|
722 | configure:16950: /usr/bin/clang++ -o conftest -pipe -Os -arch x86_64 -I/[[PREFIX]]/include -L/[[PREFIX]]/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.cpp >&5 |
---|
723 | configure:16950: $? = 0 |
---|
724 | configure:16950: result: yes |
---|
725 | configure:16956: checking if the compiler supports __builtin_expect |
---|
726 | configure:16972: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -I/[[PREFIX]]/include conftest.cpp >&5 |
---|
727 | configure:16972: $? = 0 |
---|
728 | configure:16975: result: yes |
---|
729 | configure:16993: checking if the compiler supports __builtin_ctzll |
---|
730 | configure:17009: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -I/[[PREFIX]]/include conftest.cpp >&5 |
---|
731 | configure:17009: $? = 0 |
---|
732 | configure:17012: result: yes |
---|
733 | configure:17053: checking for pthread_create in -lpthread |
---|
734 | configure:17071: /usr/bin/clang++ -o conftest -pipe -Os -arch x86_64 -I/[[PREFIX]]/include -L/[[PREFIX]]/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.cpp -lpthread >&5 |
---|
735 | conftest.cpp:39:1: error: no matching function for call to 'pthread_create' |
---|
736 | pthread_create((void *)0, (void *)0, (void *)0, (void *)0) |
---|
737 | ^~~~~~~~~~~~~~ |
---|
738 | /usr/include/pthread.h:310:5: note: candidate function not viable: cannot convert argument of incomplete type 'void *' to 'pthread_t *' (aka '_opaque_pthread_t **') |
---|
739 | int pthread_create(pthread_t * __restrict, const pthread_attr_t * __restrict, |
---|
740 | ^ |
---|
741 | 1 error generated. |
---|
742 | configure:17071: $? = 1 |
---|
743 | configure: failed program was: |
---|
744 | | /* confdefs.h */ |
---|
745 | | #define PACKAGE_NAME "Apache CouchDB" |
---|
746 | | #define PACKAGE_TARNAME "apache-couchdb" |
---|
747 | | #define PACKAGE_VERSION "1.5.1" |
---|
748 | | #define PACKAGE_STRING "Apache CouchDB 1.5.1" |
---|
749 | | #define PACKAGE_BUGREPORT "https://issues.apache.org/jira/browse/COUCHDB" |
---|
750 | | #define PACKAGE_URL "" |
---|
751 | | #define PACKAGE "apache-couchdb" |
---|
752 | | #define VERSION "1.5.1" |
---|
753 | | #define STDC_HEADERS 1 |
---|
754 | | #define HAVE_SYS_TYPES_H 1 |
---|
755 | | #define HAVE_SYS_STAT_H 1 |
---|
756 | | #define HAVE_STDLIB_H 1 |
---|
757 | | #define HAVE_STRING_H 1 |
---|
758 | | #define HAVE_MEMORY_H 1 |
---|
759 | | #define HAVE_STRINGS_H 1 |
---|
760 | | #define HAVE_INTTYPES_H 1 |
---|
761 | | #define HAVE_STDINT_H 1 |
---|
762 | | #define HAVE_UNISTD_H 1 |
---|
763 | | #define __EXTENSIONS__ 1 |
---|
764 | | #define _ALL_SOURCE 1 |
---|
765 | | #define _GNU_SOURCE 1 |
---|
766 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
767 | | #define _TANDEM_SOURCE 1 |
---|
768 | | #define HAVE_DLFCN_H 1 |
---|
769 | | #define LT_OBJDIR ".libs/" |
---|
770 | | #define HAVE_STDINT_H 1 |
---|
771 | | #define HAVE_STDDEF_H 1 |
---|
772 | | #define HAVE_SYS_MMAN_H 1 |
---|
773 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
774 | | #define HAVE_BUILTIN_EXPECT 1 |
---|
775 | | #define HAVE_BUILTIN_CTZ 1 |
---|
776 | | /* end confdefs.h. */ |
---|
777 | | |
---|
778 | | #include<pthread.h> |
---|
779 | | int |
---|
780 | | main () |
---|
781 | | { |
---|
782 | | pthread_create((void *)0, (void *)0, (void *)0, (void *)0) |
---|
783 | | ; |
---|
784 | | return 0; |
---|
785 | | } |
---|
786 | configure:17084: result: no |
---|
787 | configure:17090: checking for erl |
---|
788 | configure:17108: found /[[PREFIX]]/bin/erl |
---|
789 | configure:17120: result: /[[PREFIX]]/bin/erl |
---|
790 | configure:17130: checking for escript |
---|
791 | configure:17148: found /[[PREFIX]]/bin/escript |
---|
792 | configure:17160: result: /[[PREFIX]]/bin/escript |
---|
793 | configure:17208: checking for JS |
---|
794 | configure:17215: $PKG_CONFIG --exists --print-errors "mozjs185" |
---|
795 | configure:17218: $? = 0 |
---|
796 | configure:17232: $PKG_CONFIG --exists --print-errors "mozjs185" |
---|
797 | configure:17235: $? = 0 |
---|
798 | configure:17449: result: yes |
---|
799 | configure:17543: checking jsapi.h usability |
---|
800 | configure:17543: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -DXP_UNIX -I/[[PREFIX]]/include/mozjs185 -I/[[PREFIX]]/include/nspr -I/[[PREFIX]]/include -I/opt/local/include -I/usr/local/include -I/usr/include conftest.cpp >&5 |
---|
801 | configure:17543: $? = 0 |
---|
802 | configure:17543: result: yes |
---|
803 | configure:17543: checking jsapi.h presence |
---|
804 | configure:17543: /usr/bin/clang++ -E -DXP_UNIX -I/[[PREFIX]]/include/mozjs185 -I/[[PREFIX]]/include/nspr -I/[[PREFIX]]/include -I/opt/local/include -I/usr/local/include -I/usr/include conftest.cpp |
---|
805 | configure:17543: $? = 0 |
---|
806 | configure:17543: result: yes |
---|
807 | configure:17543: checking for jsapi.h |
---|
808 | configure:17543: result: yes |
---|
809 | configure:17567: checking for JS_NewContext in -lmozjs185 |
---|
810 | configure:17592: /usr/bin/clang++ -o conftest -pipe -Os -arch x86_64 -DXP_UNIX -I/[[PREFIX]]/include/mozjs185 -I/[[PREFIX]]/include/nspr -I/[[PREFIX]]/include -I/opt/local/include -I/usr/local/include -I/usr/include -L/[[PREFIX]]/lib -Wl,-headerpad_max_install_names -arch x86_64 -L/opt/local/lib -L/usr/local/lib conftest.cpp -lmozjs185 -L/[[PREFIX]]/lib -L/[[PREFIX]]/lib/nspr -L/[[PREFIX]]/lib -lmozjs185 -lplds4 -lplc4 -lnspr4 -L/[[PREFIX]]/lib -Wl,-headerpad_max_install_names -arch x86_64 -L/opt/local/lib -L/usr/local/lib >&5 |
---|
811 | ld: warning: directory not found for option '-L/opt/local/lib' |
---|
812 | ld: warning: directory not found for option '-L/opt/local/lib' |
---|
813 | configure:17592: $? = 0 |
---|
814 | configure:17601: result: yes |
---|
815 | configure:17832: checking for JS_NewCompartmentAndGlobalObject in -lmozjs185 |
---|
816 | configure:17857: /usr/bin/clang++ -o conftest -pipe -Os -arch x86_64 -DXP_UNIX -I/[[PREFIX]]/include/mozjs185 -I/[[PREFIX]]/include/nspr -I/[[PREFIX]]/include -I/opt/local/include -I/usr/local/include -I/usr/include -L/[[PREFIX]]/lib -Wl,-headerpad_max_install_names -arch x86_64 -L/opt/local/lib -L/usr/local/lib conftest.cpp -lmozjs185 -L/[[PREFIX]]/lib -L/[[PREFIX]]/lib/nspr -L/[[PREFIX]]/lib -lmozjs185 -lplds4 -lplc4 -lnspr4 -L/[[PREFIX]]/lib -Wl,-headerpad_max_install_names -arch x86_64 -L/opt/local/lib -L/usr/local/lib >&5 |
---|
817 | ld: warning: directory not found for option '-L/opt/local/lib' |
---|
818 | ld: warning: directory not found for option '-L/opt/local/lib' |
---|
819 | configure:17857: $? = 0 |
---|
820 | configure:17867: result: yes |
---|
821 | configure:17946: checking for JS_ThrowStopIteration in -lmozjs185 |
---|
822 | configure:17971: /usr/bin/clang++ -o conftest -pipe -Os -arch x86_64 -DXP_UNIX -I/[[PREFIX]]/include/mozjs185 -I/[[PREFIX]]/include/nspr -I/[[PREFIX]]/include -I/opt/local/include -I/usr/local/include -I/usr/include -L/[[PREFIX]]/lib -Wl,-headerpad_max_install_names -arch x86_64 -L/opt/local/lib -L/usr/local/lib conftest.cpp -lmozjs185 -L/[[PREFIX]]/lib -L/[[PREFIX]]/lib/nspr -L/[[PREFIX]]/lib -lmozjs185 -lplds4 -lplc4 -lnspr4 -L/[[PREFIX]]/lib -Wl,-headerpad_max_install_names -arch x86_64 -L/opt/local/lib -L/usr/local/lib >&5 |
---|
823 | ld: warning: directory not found for option '-L/opt/local/lib' |
---|
824 | ld: warning: directory not found for option '-L/opt/local/lib' |
---|
825 | configure:17971: $? = 0 |
---|
826 | configure:17981: result: yes |
---|
827 | configure:17992: checking for JS_GetStringCharsAndLength in -lmozjs185 |
---|
828 | configure:18017: /usr/bin/clang++ -o conftest -pipe -Os -arch x86_64 -DXP_UNIX -I/[[PREFIX]]/include/mozjs185 -I/[[PREFIX]]/include/nspr -I/[[PREFIX]]/include -I/opt/local/include -I/usr/local/include -I/usr/include -L/[[PREFIX]]/lib -Wl,-headerpad_max_install_names -arch x86_64 -L/opt/local/lib -L/usr/local/lib conftest.cpp -lmozjs185 -L/[[PREFIX]]/lib -L/[[PREFIX]]/lib/nspr -L/[[PREFIX]]/lib -lmozjs185 -lplds4 -lplc4 -lnspr4 -L/[[PREFIX]]/lib -Wl,-headerpad_max_install_names -arch x86_64 -L/opt/local/lib -L/usr/local/lib >&5 |
---|
829 | ld: warning: directory not found for option '-L/opt/local/lib' |
---|
830 | ld: warning: directory not found for option '-L/opt/local/lib' |
---|
831 | configure:18017: $? = 0 |
---|
832 | configure:18027: result: yes |
---|
833 | configure:18042: checking for JSScript* |
---|
834 | configure:18042: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -DXP_UNIX -I/[[PREFIX]]/include/mozjs185 -I/[[PREFIX]]/include/nspr -I/[[PREFIX]]/include -I/opt/local/include -I/usr/local/include -I/usr/include conftest.cpp >&5 |
---|
835 | conftest.cpp:43:13: error: use of undeclared identifier 'JSScript' |
---|
836 | if (sizeof (JSScript*)) |
---|
837 | ^ |
---|
838 | conftest.cpp:43:22: error: expected expression |
---|
839 | if (sizeof (JSScript*)) |
---|
840 | ^ |
---|
841 | 2 errors generated. |
---|
842 | configure:18042: $? = 1 |
---|
843 | configure: failed program was: |
---|
844 | | /* confdefs.h */ |
---|
845 | | #define PACKAGE_NAME "Apache CouchDB" |
---|
846 | | #define PACKAGE_TARNAME "apache-couchdb" |
---|
847 | | #define PACKAGE_VERSION "1.5.1" |
---|
848 | | #define PACKAGE_STRING "Apache CouchDB 1.5.1" |
---|
849 | | #define PACKAGE_BUGREPORT "https://issues.apache.org/jira/browse/COUCHDB" |
---|
850 | | #define PACKAGE_URL "" |
---|
851 | | #define PACKAGE "apache-couchdb" |
---|
852 | | #define VERSION "1.5.1" |
---|
853 | | #define STDC_HEADERS 1 |
---|
854 | | #define HAVE_SYS_TYPES_H 1 |
---|
855 | | #define HAVE_SYS_STAT_H 1 |
---|
856 | | #define HAVE_STDLIB_H 1 |
---|
857 | | #define HAVE_STRING_H 1 |
---|
858 | | #define HAVE_MEMORY_H 1 |
---|
859 | | #define HAVE_STRINGS_H 1 |
---|
860 | | #define HAVE_INTTYPES_H 1 |
---|
861 | | #define HAVE_STDINT_H 1 |
---|
862 | | #define HAVE_UNISTD_H 1 |
---|
863 | | #define __EXTENSIONS__ 1 |
---|
864 | | #define _ALL_SOURCE 1 |
---|
865 | | #define _GNU_SOURCE 1 |
---|
866 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
867 | | #define _TANDEM_SOURCE 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_BUILTIN_EXPECT 1 |
---|
875 | | #define HAVE_BUILTIN_CTZ 1 |
---|
876 | | #define SM185 1 |
---|
877 | | #define SM180 1 |
---|
878 | | #define HAVE_JS_GET_STRING_CHARS_AND_LENGTH 1 |
---|
879 | | /* end confdefs.h. */ |
---|
880 | | #include <jsapi.h> |
---|
881 | | |
---|
882 | | |
---|
883 | | int |
---|
884 | | main () |
---|
885 | | { |
---|
886 | | if (sizeof (JSScript*)) |
---|
887 | | return 0; |
---|
888 | | ; |
---|
889 | | return 0; |
---|
890 | | } |
---|
891 | configure:18042: result: no |
---|
892 | configure:18177: checking for icu-config |
---|
893 | configure:18195: found /[[PREFIX]]/bin/icu-config |
---|
894 | configure:18208: result: /[[PREFIX]]/bin/icu-config |
---|
895 | configure:18224: checking for ICU >= 3.4.1 |
---|
896 | configure:18228: result: yes |
---|
897 | configure:18232: checking ICU_CPPFLAGS |
---|
898 | configure:18235: result: -I/[[PREFIX]]/include |
---|
899 | configure:18238: checking ICU_CFLAGS |
---|
900 | configure:18241: result: -pipe -Os -O2 -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings |
---|
901 | configure:18244: checking ICU_CXXFLAGS |
---|
902 | configure:18247: result: -pipe -Os -O2 -W -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 |
---|
903 | configure:18250: checking ICU_LIBS |
---|
904 | configure:18253: result: -lpthread -lm -L/[[PREFIX]]/lib -licui18n -licuuc -licudata -lpthread -lm |
---|
905 | configure:18365: checking for curl-config |
---|
906 | configure:18383: found /[[PREFIX]]/bin/curl-config |
---|
907 | configure:18395: result: /[[PREFIX]]/bin/curl-config |
---|
908 | configure:18451: checking for curl (7.36.0) >= 7.18.0 |
---|
909 | configure:18486: result: yes |
---|
910 | configure:18554: checking Erlang version compatibility |
---|
911 | configure:18572: result: compatible |
---|
912 | configure:18613: checking for erlc |
---|
913 | configure:18631: found /[[PREFIX]]/bin/erlc |
---|
914 | configure:18643: result: /[[PREFIX]]/bin/erlc |
---|
915 | configure:18661: checking erl_driver.h usability |
---|
916 | configure:18661: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -I${exec_prefix}/lib/erlang/usr/include -I/usr/lib/erlang/usr/include -I/usr/local/lib/erlang/usr/include -I/opt/local/lib/erlang/usr/include -I/[[PREFIX]]/include -I/opt/local/include -I/usr/local/include -I/usr/include conftest.cpp >&5 |
---|
917 | conftest.cpp:73:10: fatal error: 'erl_driver.h' file not found |
---|
918 | #include <erl_driver.h> |
---|
919 | ^ |
---|
920 | 1 error generated. |
---|
921 | configure:18661: $? = 1 |
---|
922 | configure: failed program was: |
---|
923 | | /* confdefs.h */ |
---|
924 | | #define PACKAGE_NAME "Apache CouchDB" |
---|
925 | | #define PACKAGE_TARNAME "apache-couchdb" |
---|
926 | | #define PACKAGE_VERSION "1.5.1" |
---|
927 | | #define PACKAGE_STRING "Apache CouchDB 1.5.1" |
---|
928 | | #define PACKAGE_BUGREPORT "https://issues.apache.org/jira/browse/COUCHDB" |
---|
929 | | #define PACKAGE_URL "" |
---|
930 | | #define PACKAGE "apache-couchdb" |
---|
931 | | #define VERSION "1.5.1" |
---|
932 | | #define STDC_HEADERS 1 |
---|
933 | | #define HAVE_SYS_TYPES_H 1 |
---|
934 | | #define HAVE_SYS_STAT_H 1 |
---|
935 | | #define HAVE_STDLIB_H 1 |
---|
936 | | #define HAVE_STRING_H 1 |
---|
937 | | #define HAVE_MEMORY_H 1 |
---|
938 | | #define HAVE_STRINGS_H 1 |
---|
939 | | #define HAVE_INTTYPES_H 1 |
---|
940 | | #define HAVE_STDINT_H 1 |
---|
941 | | #define HAVE_UNISTD_H 1 |
---|
942 | | #define __EXTENSIONS__ 1 |
---|
943 | | #define _ALL_SOURCE 1 |
---|
944 | | #define _GNU_SOURCE 1 |
---|
945 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
946 | | #define _TANDEM_SOURCE 1 |
---|
947 | | #define HAVE_DLFCN_H 1 |
---|
948 | | #define LT_OBJDIR ".libs/" |
---|
949 | | #define HAVE_STDINT_H 1 |
---|
950 | | #define HAVE_STDDEF_H 1 |
---|
951 | | #define HAVE_SYS_MMAN_H 1 |
---|
952 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
953 | | #define HAVE_BUILTIN_EXPECT 1 |
---|
954 | | #define HAVE_BUILTIN_CTZ 1 |
---|
955 | | #define SM185 1 |
---|
956 | | #define SM180 1 |
---|
957 | | #define HAVE_JS_GET_STRING_CHARS_AND_LENGTH 1 |
---|
958 | | #define JSSCRIPT_TYPE JSObject* |
---|
959 | | #define COUCHJS_NAME "couchjs" |
---|
960 | | #define HAVE_CURL 1 |
---|
961 | | /* end confdefs.h. */ |
---|
962 | | #include <stdio.h> |
---|
963 | | #ifdef HAVE_SYS_TYPES_H |
---|
964 | | # include <sys/types.h> |
---|
965 | | #endif |
---|
966 | | #ifdef HAVE_SYS_STAT_H |
---|
967 | | # include <sys/stat.h> |
---|
968 | | #endif |
---|
969 | | #ifdef STDC_HEADERS |
---|
970 | | # include <stdlib.h> |
---|
971 | | # include <stddef.h> |
---|
972 | | #else |
---|
973 | | # ifdef HAVE_STDLIB_H |
---|
974 | | # include <stdlib.h> |
---|
975 | | # endif |
---|
976 | | #endif |
---|
977 | | #ifdef HAVE_STRING_H |
---|
978 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
979 | | # include <memory.h> |
---|
980 | | # endif |
---|
981 | | # include <string.h> |
---|
982 | | #endif |
---|
983 | | #ifdef HAVE_STRINGS_H |
---|
984 | | # include <strings.h> |
---|
985 | | #endif |
---|
986 | | #ifdef HAVE_INTTYPES_H |
---|
987 | | # include <inttypes.h> |
---|
988 | | #endif |
---|
989 | | #ifdef HAVE_STDINT_H |
---|
990 | | # include <stdint.h> |
---|
991 | | #endif |
---|
992 | | #ifdef HAVE_UNISTD_H |
---|
993 | | # include <unistd.h> |
---|
994 | | #endif |
---|
995 | | #include <erl_driver.h> |
---|
996 | configure:18661: result: no |
---|
997 | configure:18661: checking erl_driver.h presence |
---|
998 | configure:18661: /usr/bin/clang++ -E -I${exec_prefix}/lib/erlang/usr/include -I/usr/lib/erlang/usr/include -I/usr/local/lib/erlang/usr/include -I/opt/local/lib/erlang/usr/include -I/[[PREFIX]]/include -I/opt/local/include -I/usr/local/include -I/usr/include conftest.cpp |
---|
999 | conftest.cpp:40:10: fatal error: 'erl_driver.h' file not found |
---|
1000 | #include <erl_driver.h> |
---|
1001 | ^ |
---|
1002 | 1 error generated. |
---|
1003 | configure:18661: $? = 1 |
---|
1004 | configure: failed program was: |
---|
1005 | | /* confdefs.h */ |
---|
1006 | | #define PACKAGE_NAME "Apache CouchDB" |
---|
1007 | | #define PACKAGE_TARNAME "apache-couchdb" |
---|
1008 | | #define PACKAGE_VERSION "1.5.1" |
---|
1009 | | #define PACKAGE_STRING "Apache CouchDB 1.5.1" |
---|
1010 | | #define PACKAGE_BUGREPORT "https://issues.apache.org/jira/browse/COUCHDB" |
---|
1011 | | #define PACKAGE_URL "" |
---|
1012 | | #define PACKAGE "apache-couchdb" |
---|
1013 | | #define VERSION "1.5.1" |
---|
1014 | | #define STDC_HEADERS 1 |
---|
1015 | | #define HAVE_SYS_TYPES_H 1 |
---|
1016 | | #define HAVE_SYS_STAT_H 1 |
---|
1017 | | #define HAVE_STDLIB_H 1 |
---|
1018 | | #define HAVE_STRING_H 1 |
---|
1019 | | #define HAVE_MEMORY_H 1 |
---|
1020 | | #define HAVE_STRINGS_H 1 |
---|
1021 | | #define HAVE_INTTYPES_H 1 |
---|
1022 | | #define HAVE_STDINT_H 1 |
---|
1023 | | #define HAVE_UNISTD_H 1 |
---|
1024 | | #define __EXTENSIONS__ 1 |
---|
1025 | | #define _ALL_SOURCE 1 |
---|
1026 | | #define _GNU_SOURCE 1 |
---|
1027 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
1028 | | #define _TANDEM_SOURCE 1 |
---|
1029 | | #define HAVE_DLFCN_H 1 |
---|
1030 | | #define LT_OBJDIR ".libs/" |
---|
1031 | | #define HAVE_STDINT_H 1 |
---|
1032 | | #define HAVE_STDDEF_H 1 |
---|
1033 | | #define HAVE_SYS_MMAN_H 1 |
---|
1034 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
1035 | | #define HAVE_BUILTIN_EXPECT 1 |
---|
1036 | | #define HAVE_BUILTIN_CTZ 1 |
---|
1037 | | #define SM185 1 |
---|
1038 | | #define SM180 1 |
---|
1039 | | #define HAVE_JS_GET_STRING_CHARS_AND_LENGTH 1 |
---|
1040 | | #define JSSCRIPT_TYPE JSObject* |
---|
1041 | | #define COUCHJS_NAME "couchjs" |
---|
1042 | | #define HAVE_CURL 1 |
---|
1043 | | /* end confdefs.h. */ |
---|
1044 | | #include <erl_driver.h> |
---|
1045 | configure:18661: result: no |
---|
1046 | configure:18661: checking for erl_driver.h |
---|
1047 | configure:18661: result: no |
---|
1048 | configure:18666: error: Could not find the `erl_driver.h' header. |
---|
1049 | |
---|
1050 | Are the Erlang headers installed? |
---|
1051 | |
---|
1052 | Use the `--with-erlang' option to specify the Erlang include directory. |
---|
1053 | |
---|
1054 | ## ---------------- ## |
---|
1055 | ## Cache variables. ## |
---|
1056 | ## ---------------- ## |
---|
1057 | |
---|
1058 | ac_cv_build=x86_64-apple-darwin13.1.0 |
---|
1059 | ac_cv_c_bigendian=no |
---|
1060 | ac_cv_c_compiler_gnu=yes |
---|
1061 | ac_cv_cxx_compiler_gnu=yes |
---|
1062 | ac_cv_env_CCC_set= |
---|
1063 | ac_cv_env_CCC_value= |
---|
1064 | ac_cv_env_CC_set=set |
---|
1065 | ac_cv_env_CC_value=/usr/bin/clang |
---|
1066 | ac_cv_env_CFLAGS_set=set |
---|
1067 | ac_cv_env_CFLAGS_value='-pipe -Os -arch x86_64' |
---|
1068 | ac_cv_env_CPPFLAGS_set=set |
---|
1069 | ac_cv_env_CPPFLAGS_value=-I/[[PREFIX]]/include |
---|
1070 | ac_cv_env_CPP_set= |
---|
1071 | ac_cv_env_CPP_value= |
---|
1072 | ac_cv_env_CURL_CFLAGS_set= |
---|
1073 | ac_cv_env_CURL_CFLAGS_value= |
---|
1074 | ac_cv_env_CURL_CONFIG_set= |
---|
1075 | ac_cv_env_CURL_CONFIG_value= |
---|
1076 | ac_cv_env_CURL_LIBS_set= |
---|
1077 | ac_cv_env_CURL_LIBS_value= |
---|
1078 | ac_cv_env_CXXCPP_set= |
---|
1079 | ac_cv_env_CXXCPP_value= |
---|
1080 | ac_cv_env_CXXFLAGS_set=set |
---|
1081 | ac_cv_env_CXXFLAGS_value='-pipe -Os -arch x86_64' |
---|
1082 | ac_cv_env_CXX_set=set |
---|
1083 | ac_cv_env_CXX_value=/usr/bin/clang++ |
---|
1084 | ac_cv_env_ERLC_FLAGS_set= |
---|
1085 | ac_cv_env_ERLC_FLAGS_value= |
---|
1086 | ac_cv_env_ERLC_set= |
---|
1087 | ac_cv_env_ERLC_value= |
---|
1088 | ac_cv_env_ERL_set= |
---|
1089 | ac_cv_env_ERL_value= |
---|
1090 | ac_cv_env_FLAGS_set= |
---|
1091 | ac_cv_env_FLAGS_value= |
---|
1092 | ac_cv_env_JS_CFLAGS_set= |
---|
1093 | ac_cv_env_JS_CFLAGS_value= |
---|
1094 | ac_cv_env_JS_LIBS_set= |
---|
1095 | ac_cv_env_JS_LIBS_value= |
---|
1096 | ac_cv_env_LDFLAGS_set=set |
---|
1097 | ac_cv_env_LDFLAGS_value='-L/[[PREFIX]]/lib -Wl,-headerpad_max_install_names -arch x86_64' |
---|
1098 | ac_cv_env_LIBS_set= |
---|
1099 | ac_cv_env_LIBS_value= |
---|
1100 | ac_cv_env_PKG_CONFIG_LIBDIR_set= |
---|
1101 | ac_cv_env_PKG_CONFIG_LIBDIR_value= |
---|
1102 | ac_cv_env_PKG_CONFIG_PATH_set= |
---|
1103 | ac_cv_env_PKG_CONFIG_PATH_value= |
---|
1104 | ac_cv_env_PKG_CONFIG_set= |
---|
1105 | ac_cv_env_PKG_CONFIG_value= |
---|
1106 | ac_cv_env_build_alias_set= |
---|
1107 | ac_cv_env_build_alias_value= |
---|
1108 | ac_cv_env_host_alias_set= |
---|
1109 | ac_cv_env_host_alias_value= |
---|
1110 | ac_cv_env_target_alias_set= |
---|
1111 | ac_cv_env_target_alias_value= |
---|
1112 | ac_cv_func_mmap=yes |
---|
1113 | ac_cv_have_stddef_h=1 |
---|
1114 | ac_cv_have_stdint_h=1 |
---|
1115 | ac_cv_header_dlfcn_h=yes |
---|
1116 | ac_cv_header_erl_driver_h=no |
---|
1117 | ac_cv_header_inttypes_h=yes |
---|
1118 | ac_cv_header_jsapi_h=yes |
---|
1119 | ac_cv_header_memory_h=yes |
---|
1120 | ac_cv_header_minix_config_h=no |
---|
1121 | ac_cv_header_stdc=yes |
---|
1122 | ac_cv_header_stddef_h=yes |
---|
1123 | ac_cv_header_stdint_h=yes |
---|
1124 | ac_cv_header_stdlib_h=yes |
---|
1125 | ac_cv_header_string_h=yes |
---|
1126 | ac_cv_header_strings_h=yes |
---|
1127 | ac_cv_header_sys_mman_h=yes |
---|
1128 | ac_cv_header_sys_resource_h=yes |
---|
1129 | ac_cv_header_sys_stat_h=yes |
---|
1130 | ac_cv_header_sys_types_h=yes |
---|
1131 | ac_cv_header_unistd_h=yes |
---|
1132 | ac_cv_host=x86_64-apple-darwin13.1.0 |
---|
1133 | ac_cv_lib_mozjs185_JS_NewContext=yes |
---|
1134 | ac_cv_lib_mozjs185___JS_GetStringCharsAndLength=yes |
---|
1135 | ac_cv_lib_mozjs185___JS_NewCompartmentAndGlobalObject=yes |
---|
1136 | ac_cv_lib_mozjs185___JS_ThrowStopIteration=yes |
---|
1137 | ac_cv_objext=o |
---|
1138 | ac_cv_path_CURL_CONFIG=/[[PREFIX]]/bin/curl-config |
---|
1139 | ac_cv_path_EGREP='/usr/bin/grep -E' |
---|
1140 | ac_cv_path_ERL=/[[PREFIX]]/bin/erl |
---|
1141 | ac_cv_path_ERLC=/[[PREFIX]]/bin/erlc |
---|
1142 | ac_cv_path_ESCRIPT=/[[PREFIX]]/bin/escript |
---|
1143 | ac_cv_path_FGREP='/usr/bin/grep -F' |
---|
1144 | ac_cv_path_GREP=/usr/bin/grep |
---|
1145 | ac_cv_path_ICU_CONFIG=/[[PREFIX]]/bin/icu-config |
---|
1146 | ac_cv_path_SED=/[[PREFIX]]/bin/gsed |
---|
1147 | ac_cv_path_ac_pt_PKG_CONFIG=/[[PREFIX]]/bin/pkg-config |
---|
1148 | ac_cv_path_mkdir=/[[PREFIX]]/bin/gmkdir |
---|
1149 | ac_cv_prog_AWK=gawk |
---|
1150 | ac_cv_prog_CPP='/usr/bin/clang -E' |
---|
1151 | ac_cv_prog_CXXCPP='/usr/bin/clang++ -E' |
---|
1152 | ac_cv_prog_ac_ct_AR=ar |
---|
1153 | ac_cv_prog_ac_ct_CC=/usr/bin/clang |
---|
1154 | ac_cv_prog_ac_ct_DSYMUTIL=dsymutil |
---|
1155 | ac_cv_prog_ac_ct_LIPO=lipo |
---|
1156 | ac_cv_prog_ac_ct_NMEDIT=nmedit |
---|
1157 | ac_cv_prog_ac_ct_OTOOL=otool |
---|
1158 | ac_cv_prog_ac_ct_RANLIB=ranlib |
---|
1159 | ac_cv_prog_ac_ct_STRIP=strip |
---|
1160 | ac_cv_prog_cc_c89= |
---|
1161 | ac_cv_prog_cc_g=yes |
---|
1162 | ac_cv_prog_cxx_g=yes |
---|
1163 | ac_cv_prog_make_make_set=yes |
---|
1164 | ac_cv_safe_to_define___extensions__=yes |
---|
1165 | ac_cv_type_JSScriptp=no |
---|
1166 | am_cv_CC_dependencies_compiler_type=gcc3 |
---|
1167 | am_cv_CXX_dependencies_compiler_type=gcc3 |
---|
1168 | am_cv_prog_tar_ustar=gnutar |
---|
1169 | lt_cv_apple_cc_single_mod=yes |
---|
1170 | lt_cv_ar_at_file=no |
---|
1171 | lt_cv_deplibs_check_method=pass_all |
---|
1172 | lt_cv_file_magic_cmd='$MAGIC_CMD' |
---|
1173 | lt_cv_file_magic_test_file= |
---|
1174 | lt_cv_ld_exported_symbols_list=yes |
---|
1175 | lt_cv_ld_force_load=yes |
---|
1176 | lt_cv_ld_reload_flag=-r |
---|
1177 | lt_cv_nm_interface='BSD nm' |
---|
1178 | lt_cv_objdir=.libs |
---|
1179 | lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld |
---|
1180 | lt_cv_path_LDCXX=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld |
---|
1181 | lt_cv_path_NM=/[[PREFIX]]/bin/nm |
---|
1182 | lt_cv_path_mainfest_tool=no |
---|
1183 | lt_cv_prog_compiler_c_o=yes |
---|
1184 | lt_cv_prog_compiler_c_o_CXX=yes |
---|
1185 | lt_cv_prog_compiler_pic='-fno-common -DPIC' |
---|
1186 | lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC' |
---|
1187 | lt_cv_prog_compiler_pic_works=yes |
---|
1188 | lt_cv_prog_compiler_pic_works_CXX=yes |
---|
1189 | lt_cv_prog_compiler_rtti_exceptions=yes |
---|
1190 | lt_cv_prog_compiler_static_works=no |
---|
1191 | lt_cv_prog_compiler_static_works_CXX=no |
---|
1192 | lt_cv_prog_gnu_ld=no |
---|
1193 | lt_cv_prog_gnu_ldcxx=no |
---|
1194 | lt_cv_sharedlib_from_linklib_cmd='printf %s\n' |
---|
1195 | lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' |
---|
1196 | lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' |
---|
1197 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' |
---|
1198 | lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\''' |
---|
1199 | lt_cv_sys_max_cmd_len=196608 |
---|
1200 | lt_cv_to_host_file_cmd=func_convert_file_noop |
---|
1201 | lt_cv_to_tool_file_cmd=func_convert_file_noop |
---|
1202 | pkg_cv_JS_CFLAGS='-I/[[PREFIX]]/include/mozjs185 -I/[[PREFIX]]/include/nspr ' |
---|
1203 | pkg_cv_JS_LIBS='-L/[[PREFIX]]/lib -L/[[PREFIX]]/lib/nspr -L/[[PREFIX]]/lib -lmozjs185 -lplds4 -lplc4 -lnspr4 ' |
---|
1204 | |
---|
1205 | ## ----------------- ## |
---|
1206 | ## Output variables. ## |
---|
1207 | ## ----------------- ## |
---|
1208 | |
---|
1209 | ACLOCAL='${SHELL} /[[PREFIX]]/var/macports/build/_[[PREFIX]]_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_couchdb/couchdb/work/apache-couchdb-1.5.1/build-aux/missing --run aclocal-1.11' |
---|
1210 | AMDEPBACKSLASH='\' |
---|
1211 | AMDEP_FALSE='#' |
---|
1212 | AMDEP_TRUE='' |
---|
1213 | AMTAR='$${TAR-tar}' |
---|
1214 | AR='ar' |
---|
1215 | AS='as' |
---|
1216 | AUTOCONF='${SHELL} /[[PREFIX]]/var/macports/build/_[[PREFIX]]_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_couchdb/couchdb/work/apache-couchdb-1.5.1/build-aux/missing --run autoconf' |
---|
1217 | AUTOHEADER='${SHELL} /[[PREFIX]]/var/macports/build/_[[PREFIX]]_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_couchdb/couchdb/work/apache-couchdb-1.5.1/build-aux/missing --run autoheader' |
---|
1218 | AUTOMAKE='${SHELL} /[[PREFIX]]/var/macports/build/_[[PREFIX]]_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_couchdb/couchdb/work/apache-couchdb-1.5.1/build-aux/missing --run automake-1.11' |
---|
1219 | AWK='gawk' |
---|
1220 | BUILD_HTML_FALSE='' |
---|
1221 | BUILD_HTML_TRUE='' |
---|
1222 | BUILD_INFO_FALSE='' |
---|
1223 | BUILD_INFO_TRUE='' |
---|
1224 | BUILD_MAN_FALSE='' |
---|
1225 | BUILD_MAN_TRUE='' |
---|
1226 | BUILD_PDF_FALSE='' |
---|
1227 | BUILD_PDF_TRUE='' |
---|
1228 | CC='/usr/bin/clang' |
---|
1229 | CCDEPMODE='depmode=gcc3' |
---|
1230 | CFLAGS='-O2 -pipe -Os -arch x86_64' |
---|
1231 | CPP='/usr/bin/clang -E' |
---|
1232 | CPPFLAGS='-I${exec_prefix}/lib/erlang/usr/include -I/usr/lib/erlang/usr/include -I/usr/local/lib/erlang/usr/include -I/opt/local/lib/erlang/usr/include -I/[[PREFIX]]/include -I/opt/local/include -I/usr/local/include -I/usr/include ' |
---|
1233 | CURL_CFLAGS='-I/[[PREFIX]]/include' |
---|
1234 | CURL_CONFIG='/[[PREFIX]]/bin/curl-config' |
---|
1235 | CURL_LIBS='-L/[[PREFIX]]/lib -lcurl -lidn -lssl -lcrypto -lssl -lcrypto -lz' |
---|
1236 | CXX='/usr/bin/clang++' |
---|
1237 | CXXCPP='/usr/bin/clang++ -E' |
---|
1238 | CXXDEPMODE='depmode=gcc3' |
---|
1239 | CXXFLAGS='-pipe -Os -arch x86_64' |
---|
1240 | CYGPATH_W='echo' |
---|
1241 | DEFS='' |
---|
1242 | DEPDIR='.deps' |
---|
1243 | DLLTOOL='false' |
---|
1244 | DSYMUTIL='dsymutil' |
---|
1245 | DUMPBIN='' |
---|
1246 | ECHO_C='\c' |
---|
1247 | ECHO_N='' |
---|
1248 | ECHO_T='' |
---|
1249 | EGREP='/usr/bin/grep -E' |
---|
1250 | ERL='/[[PREFIX]]/bin/erl' |
---|
1251 | ERLANG_FLAGS='-I${exec_prefix}/lib/erlang/usr/include -I/usr/lib/erlang/usr/include -I/usr/local/lib/erlang/usr/include -I/opt/local/lib/erlang/usr/include' |
---|
1252 | ERLC='/[[PREFIX]]/bin/erlc' |
---|
1253 | ERLC_FLAGS='' |
---|
1254 | ESCRIPT='/[[PREFIX]]/bin/escript' |
---|
1255 | EXEEXT='' |
---|
1256 | FGREP='/usr/bin/grep -F' |
---|
1257 | FLAGS='' |
---|
1258 | GREP='/usr/bin/grep' |
---|
1259 | HAS_HELP2MAN='' |
---|
1260 | HAS_INSTALLINFO='' |
---|
1261 | HAS_MAKEINFO='' |
---|
1262 | HAS_PDFLATEX='' |
---|
1263 | HAS_SPHINX_BUILD='' |
---|
1264 | ICU_BIN='' |
---|
1265 | ICU_CFLAGS='-pipe -Os -O2 -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings ' |
---|
1266 | ICU_CONFIG='/[[PREFIX]]/bin/icu-config' |
---|
1267 | ICU_CPPFLAGS=' -I/[[PREFIX]]/include ' |
---|
1268 | ICU_CXXFLAGS='-pipe -Os -O2 -W -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 ' |
---|
1269 | ICU_LIBS=' -lpthread -lm -L/[[PREFIX]]/lib -licui18n -licuuc -licudata -lpthread -lm ' |
---|
1270 | INIT_FALSE='' |
---|
1271 | INIT_TRUE='' |
---|
1272 | INNO_COMPILER_EXECUTABLE='' |
---|
1273 | INSTALL_DATA='${INSTALL} -m 644' |
---|
1274 | INSTALL_PROGRAM='${INSTALL}' |
---|
1275 | INSTALL_SCRIPT='${INSTALL}' |
---|
1276 | INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' |
---|
1277 | JS_CFLAGS='-DXP_UNIX -I/[[PREFIX]]/include/mozjs185 -I/[[PREFIX]]/include/nspr ' |
---|
1278 | JS_LIBS='-lmozjs185 -lm -L/[[PREFIX]]/lib -L/[[PREFIX]]/lib/nspr -L/[[PREFIX]]/lib -lmozjs185 -lplds4 -lplc4 -lnspr4 ' |
---|
1279 | JS_LIB_BINARY='' |
---|
1280 | LAUNCHD_FALSE='' |
---|
1281 | LAUNCHD_TRUE='' |
---|
1282 | LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld' |
---|
1283 | LDFLAGS='-L/[[PREFIX]]/lib -Wl,-headerpad_max_install_names -arch x86_64 -L/opt/local/lib -L/usr/local/lib ' |
---|
1284 | LIBOBJS='' |
---|
1285 | LIBS=' -L/[[PREFIX]]/lib -Wl,-headerpad_max_install_names -arch x86_64 -L/opt/local/lib -L/usr/local/lib ' |
---|
1286 | LIBTOOL='$(SHELL) $(top_builddir)/libtool' |
---|
1287 | LIPO='lipo' |
---|
1288 | LN_S='ln -s' |
---|
1289 | LTLIBOBJS='' |
---|
1290 | MAKEINFO='${SHELL} /[[PREFIX]]/var/macports/build/_[[PREFIX]]_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_couchdb/couchdb/work/apache-couchdb-1.5.1/build-aux/missing --run makeinfo' |
---|
1291 | MANIFEST_TOOL=':' |
---|
1292 | MKDIR_P='/[[PREFIX]]/bin/gmkdir -p' |
---|
1293 | NM='/[[PREFIX]]/bin/nm' |
---|
1294 | NMEDIT='nmedit' |
---|
1295 | OBJDUMP='false' |
---|
1296 | OBJEXT='o' |
---|
1297 | OTOOL64=':' |
---|
1298 | OTOOL='otool' |
---|
1299 | PACKAGE='apache-couchdb' |
---|
1300 | PACKAGE_BUGREPORT='https://issues.apache.org/jira/browse/COUCHDB' |
---|
1301 | PACKAGE_NAME='Apache CouchDB' |
---|
1302 | PACKAGE_STRING='Apache CouchDB 1.5.1' |
---|
1303 | PACKAGE_TARNAME='apache-couchdb' |
---|
1304 | PACKAGE_URL='' |
---|
1305 | PACKAGE_VERSION='1.5.1' |
---|
1306 | PATH_SEPARATOR=':' |
---|
1307 | PKG_CONFIG='/[[PREFIX]]/bin/pkg-config' |
---|
1308 | PKG_CONFIG_LIBDIR='' |
---|
1309 | PKG_CONFIG_PATH='' |
---|
1310 | RANLIB='ranlib' |
---|
1311 | SED='/[[PREFIX]]/bin/gsed' |
---|
1312 | SET_MAKE='' |
---|
1313 | SHELL='/bin/sh' |
---|
1314 | SNAPPY_MAJOR='1' |
---|
1315 | SNAPPY_MINOR='0' |
---|
1316 | SNAPPY_PATCHLEVEL='5' |
---|
1317 | STRICTNESS_FALSE='' |
---|
1318 | STRICTNESS_TRUE='' |
---|
1319 | STRIP='strip' |
---|
1320 | TESTS_FALSE='' |
---|
1321 | TESTS_TRUE='' |
---|
1322 | USE_CURL_FALSE='' |
---|
1323 | USE_CURL_TRUE='' |
---|
1324 | USE_EJSON_COMPARE_NIF_FALSE='#' |
---|
1325 | USE_EJSON_COMPARE_NIF_TRUE='' |
---|
1326 | USE_NATIVE_MOCHIJSON_FALSE='' |
---|
1327 | USE_NATIVE_MOCHIJSON_TRUE='' |
---|
1328 | USE_OTP_NIFS_FALSE='#' |
---|
1329 | USE_OTP_NIFS_TRUE='' |
---|
1330 | VERSION='1.5.1' |
---|
1331 | WINDOWS_FALSE='' |
---|
1332 | WINDOWS_TRUE='#' |
---|
1333 | abs_top_builddir='' |
---|
1334 | abs_top_srcdir='' |
---|
1335 | ac_ct_AR='ar' |
---|
1336 | ac_ct_CC='/usr/bin/clang' |
---|
1337 | ac_ct_CXX='' |
---|
1338 | ac_ct_DUMPBIN='' |
---|
1339 | ac_cv_have_stddef_h='1' |
---|
1340 | ac_cv_have_stdint_h='1' |
---|
1341 | am__EXEEXT_FALSE='' |
---|
1342 | am__EXEEXT_TRUE='' |
---|
1343 | am__fastdepCC_FALSE='#' |
---|
1344 | am__fastdepCC_TRUE='' |
---|
1345 | am__fastdepCXX_FALSE='#' |
---|
1346 | am__fastdepCXX_TRUE='' |
---|
1347 | am__include='include' |
---|
1348 | am__isrc='' |
---|
1349 | am__leading_dot='.' |
---|
1350 | am__nodep='_no' |
---|
1351 | am__quote='' |
---|
1352 | am__tar='tar --format=ustar -chf - "$$tardir"' |
---|
1353 | am__untar='tar -xf -' |
---|
1354 | bindir='${exec_prefix}/bin' |
---|
1355 | bug_uri='' |
---|
1356 | build='x86_64-apple-darwin13.1.0' |
---|
1357 | build_alias='' |
---|
1358 | build_cpu='x86_64' |
---|
1359 | build_os='darwin13.1.0' |
---|
1360 | build_vendor='apple' |
---|
1361 | datadir='${datarootdir}' |
---|
1362 | datarootdir='${prefix}/share' |
---|
1363 | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' |
---|
1364 | dvidir='${docdir}' |
---|
1365 | erlangbin='' |
---|
1366 | erlangversion='' |
---|
1367 | exec_prefix='NONE' |
---|
1368 | host='x86_64-apple-darwin13.1.0' |
---|
1369 | host_alias='' |
---|
1370 | host_cpu='x86_64' |
---|
1371 | host_os='darwin13.1.0' |
---|
1372 | host_vendor='apple' |
---|
1373 | htmldir='${docdir}' |
---|
1374 | includedir='${prefix}/include' |
---|
1375 | infodir='${datarootdir}/info' |
---|
1376 | initdir='' |
---|
1377 | install_sh='${SHELL} /[[PREFIX]]/var/macports/build/_[[PREFIX]]_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_couchdb/couchdb/work/apache-couchdb-1.5.1/build-aux/install-sh' |
---|
1378 | launchddir='' |
---|
1379 | libdir='${exec_prefix}/lib' |
---|
1380 | libexecdir='${exec_prefix}/libexec' |
---|
1381 | localconfdir='' |
---|
1382 | localdatadir='' |
---|
1383 | localdocdir='' |
---|
1384 | localedir='${datarootdir}/locale' |
---|
1385 | localerlanglibdir='' |
---|
1386 | locallibbindir='' |
---|
1387 | locallibdir='' |
---|
1388 | localstatedir='${prefix}/var' |
---|
1389 | localstatelibdir='' |
---|
1390 | localstatelogdir='' |
---|
1391 | localstaterundir='' |
---|
1392 | mandir='${datarootdir}/man' |
---|
1393 | mkdir_p='/[[PREFIX]]/bin/gmkdir -p' |
---|
1394 | msvc_redist_dir='' |
---|
1395 | msvc_redist_name='' |
---|
1396 | oldincludedir='/usr/include' |
---|
1397 | openssl_bin_dir='' |
---|
1398 | otp_release='17' |
---|
1399 | package_author_address='' |
---|
1400 | package_author_name='' |
---|
1401 | package_identifier='' |
---|
1402 | package_name='' |
---|
1403 | package_tarname='' |
---|
1404 | pdfdir='${docdir}' |
---|
1405 | prefix='/[[PREFIX]]' |
---|
1406 | program_transform_name='s,x,x,' |
---|
1407 | psdir='${docdir}' |
---|
1408 | sbindir='${exec_prefix}/sbin' |
---|
1409 | sharedstatedir='${prefix}/com' |
---|
1410 | sysconfdir='${prefix}/etc' |
---|
1411 | target_alias='' |
---|
1412 | version=' 6 0 0 0 0' |
---|
1413 | version_major='' |
---|
1414 | version_minor='' |
---|
1415 | version_release='' |
---|
1416 | version_revision='' |
---|
1417 | version_stage='' |
---|
1418 | |
---|
1419 | ## ----------- ## |
---|
1420 | ## confdefs.h. ## |
---|
1421 | ## ----------- ## |
---|
1422 | |
---|
1423 | /* confdefs.h */ |
---|
1424 | #define PACKAGE_NAME "Apache CouchDB" |
---|
1425 | #define PACKAGE_TARNAME "apache-couchdb" |
---|
1426 | #define PACKAGE_VERSION "1.5.1" |
---|
1427 | #define PACKAGE_STRING "Apache CouchDB 1.5.1" |
---|
1428 | #define PACKAGE_BUGREPORT "https://issues.apache.org/jira/browse/COUCHDB" |
---|
1429 | #define PACKAGE_URL "" |
---|
1430 | #define PACKAGE "apache-couchdb" |
---|
1431 | #define VERSION "1.5.1" |
---|
1432 | #define STDC_HEADERS 1 |
---|
1433 | #define HAVE_SYS_TYPES_H 1 |
---|
1434 | #define HAVE_SYS_STAT_H 1 |
---|
1435 | #define HAVE_STDLIB_H 1 |
---|
1436 | #define HAVE_STRING_H 1 |
---|
1437 | #define HAVE_MEMORY_H 1 |
---|
1438 | #define HAVE_STRINGS_H 1 |
---|
1439 | #define HAVE_INTTYPES_H 1 |
---|
1440 | #define HAVE_STDINT_H 1 |
---|
1441 | #define HAVE_UNISTD_H 1 |
---|
1442 | #define __EXTENSIONS__ 1 |
---|
1443 | #define _ALL_SOURCE 1 |
---|
1444 | #define _GNU_SOURCE 1 |
---|
1445 | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
1446 | #define _TANDEM_SOURCE 1 |
---|
1447 | #define HAVE_DLFCN_H 1 |
---|
1448 | #define LT_OBJDIR ".libs/" |
---|
1449 | #define HAVE_STDINT_H 1 |
---|
1450 | #define HAVE_STDDEF_H 1 |
---|
1451 | #define HAVE_SYS_MMAN_H 1 |
---|
1452 | #define HAVE_SYS_RESOURCE_H 1 |
---|
1453 | #define HAVE_BUILTIN_EXPECT 1 |
---|
1454 | #define HAVE_BUILTIN_CTZ 1 |
---|
1455 | #define SM185 1 |
---|
1456 | #define SM180 1 |
---|
1457 | #define HAVE_JS_GET_STRING_CHARS_AND_LENGTH 1 |
---|
1458 | #define JSSCRIPT_TYPE JSObject* |
---|
1459 | #define COUCHJS_NAME "couchjs" |
---|
1460 | #define HAVE_CURL 1 |
---|
1461 | |
---|
1462 | configure: exit 1 |
---|