-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.log
450 lines (427 loc) · 13.4 KB
/
config.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by FULL-PACKAGE-NAME configure VERSION, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = Nanjiang-Shus-MacBook-Pro.local
uname -m = i386
uname -r = 10.7.0
uname -s = Darwin
uname -v = Darwin Kernel Version 10.7.0: Sat Jan 29 15:17:16 PST 2011; root:xnu-1504.9.37~1/RELEASE_I386
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = Mach kernel version:
Darwin Kernel Version 10.7.0: Sat Jan 29 15:17:16 PST 2011; root:xnu-1504.9.37~1/RELEASE_I386
Kernel configured for up to 2 processors.
2 processors are physically available.
2 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1
Primary memory available: 4.00 gigabytes
Default processor set: 77 tasks, 335 threads, 2 processors
Load average: 0.47, Mach factor: 1.51
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /opt/local/bin
PATH: /opt/local/sbin
PATH: /sw/bin
PATH: /sw/sbin
PATH: /data3/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /usr/texbin
PATH: /usr/X11/bin
PATH: /data3/usr/share/MuPAD/share/bin
PATH: /data3/usr/bin
PATH: /Users/nanjiang/bin
PATH: /Users/nanjiang/usr/bin
PATH: /data3/usr/share/blast/blast-2.2.23/bin
PATH: /data3/usr/share/sam/bin
PATH: /usr/X11R6/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1353: checking for gcc
configure:1369: found /usr/bin/gcc
configure:1379: result: gcc
configure:1623: checking for C compiler version
configure:1626: gcc --version </dev/null >&5
i686-apple-darwin10-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.6)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:1629: $? = 0
configure:1631: gcc -v </dev/null >&5
Using built-in specs.
Target: i686-apple-darwin10
Configured with: /var/tmp/llvmgcc42/llvmgcc42-2335.6~17/src/configure --disable-checking --enable-werror --prefix=/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --enable-llvm=/var/tmp/llvmgcc42/llvmgcc42-2335.6~17/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/usr/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.6)
configure:1634: $? = 0
configure:1636: gcc -V </dev/null >&5
llvm-gcc: argument to `-V' is missing
configure:1639: $? = 1
configure:1662: checking for C compiler default output file name
configure:1665: gcc conftest.c >&5
configure:1668: $? = 0
configure:1714: result: a.out
configure:1719: checking whether the C compiler works
configure:1725: ./a.out
configure:1728: $? = 0
configure:1745: result: yes
configure:1752: checking whether we are cross compiling
configure:1754: result: no
configure:1757: checking for suffix of executables
configure:1759: gcc -o conftest conftest.c >&5
configure:1762: $? = 0
configure:1787: result:
configure:1793: checking for suffix of object files
configure:1814: gcc -c conftest.c >&5
configure:1817: $? = 0
configure:1839: result: o
configure:1843: checking whether we are using the GNU C compiler
configure:1867: gcc -c conftest.c >&5
configure:1873: $? = 0
configure:1877: test -z
|| test ! -s conftest.err
configure:1880: $? = 0
configure:1883: test -s conftest.o
configure:1886: $? = 0
configure:1899: result: yes
configure:1905: checking whether gcc accepts -g
configure:1926: gcc -c -g conftest.c >&5
configure:1932: $? = 0
configure:1936: test -z
|| test ! -s conftest.err
configure:1939: $? = 0
configure:1942: test -s conftest.o
configure:1945: $? = 0
configure:1956: result: yes
configure:1973: checking for gcc option to accept ANSI C
configure:2043: gcc -c -g -O2 conftest.c >&5
configure:2049: $? = 0
configure:2053: test -z
|| test ! -s conftest.err
configure:2056: $? = 0
configure:2059: test -s conftest.o
configure:2062: $? = 0
configure:2080: result: none needed
configure:2098: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
configure:2104: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2247: checking how to run the C preprocessor
configure:2282: gcc -E conftest.c
configure:2288: $? = 0
configure:2320: gcc -E conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:2326: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "FULL-PACKAGE-NAME"
| #define PACKAGE_TARNAME "full-package-name"
| #define PACKAGE_VERSION "VERSION"
| #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION"
| #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:2365: result: gcc -E
configure:2389: gcc -E conftest.c
configure:2395: $? = 0
configure:2427: gcc -E conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:2433: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "FULL-PACKAGE-NAME"
| #define PACKAGE_TARNAME "full-package-name"
| #define PACKAGE_VERSION "VERSION"
| #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION"
| #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:2477: checking for egrep
configure:2487: result: grep -E
configure:2492: checking for ANSI C header files
configure:2517: gcc -c -g -O2 conftest.c >&5
configure:2523: $? = 0
configure:2527: test -z
|| test ! -s conftest.err
configure:2530: $? = 0
configure:2533: test -s conftest.o
configure:2536: $? = 0
configure:2625: gcc -o conftest -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:26: warning: incompatible implicit declaration of built-in function 'exit'
configure:2628: $? = 0
configure:2630: ./conftest
configure:2633: $? = 0
configure:2648: result: yes
configure:2672: checking for sys/types.h
configure:2688: gcc -c -g -O2 conftest.c >&5
configure:2694: $? = 0
configure:2698: test -z
|| test ! -s conftest.err
configure:2701: $? = 0
configure:2704: test -s conftest.o
configure:2707: $? = 0
configure:2718: result: yes
configure:2672: checking for sys/stat.h
configure:2688: gcc -c -g -O2 conftest.c >&5
configure:2694: $? = 0
configure:2698: test -z
|| test ! -s conftest.err
configure:2701: $? = 0
configure:2704: test -s conftest.o
configure:2707: $? = 0
configure:2718: result: yes
configure:2672: checking for stdlib.h
configure:2688: gcc -c -g -O2 conftest.c >&5
configure:2694: $? = 0
configure:2698: test -z
|| test ! -s conftest.err
configure:2701: $? = 0
configure:2704: test -s conftest.o
configure:2707: $? = 0
configure:2718: result: yes
configure:2672: checking for string.h
configure:2688: gcc -c -g -O2 conftest.c >&5
configure:2694: $? = 0
configure:2698: test -z
|| test ! -s conftest.err
configure:2701: $? = 0
configure:2704: test -s conftest.o
configure:2707: $? = 0
configure:2718: result: yes
configure:2672: checking for memory.h
configure:2688: gcc -c -g -O2 conftest.c >&5
configure:2694: $? = 0
configure:2698: test -z
|| test ! -s conftest.err
configure:2701: $? = 0
configure:2704: test -s conftest.o
configure:2707: $? = 0
configure:2718: result: yes
configure:2672: checking for strings.h
configure:2688: gcc -c -g -O2 conftest.c >&5
configure:2694: $? = 0
configure:2698: test -z
|| test ! -s conftest.err
configure:2701: $? = 0
configure:2704: test -s conftest.o
configure:2707: $? = 0
configure:2718: result: yes
configure:2672: checking for inttypes.h
configure:2688: gcc -c -g -O2 conftest.c >&5
configure:2694: $? = 0
configure:2698: test -z
|| test ! -s conftest.err
configure:2701: $? = 0
configure:2704: test -s conftest.o
configure:2707: $? = 0
configure:2718: result: yes
configure:2672: checking for stdint.h
configure:2688: gcc -c -g -O2 conftest.c >&5
configure:2694: $? = 0
configure:2698: test -z
|| test ! -s conftest.err
configure:2701: $? = 0
configure:2704: test -s conftest.o
configure:2707: $? = 0
configure:2718: result: yes
configure:2672: checking for unistd.h
configure:2688: gcc -c -g -O2 conftest.c >&5
configure:2694: $? = 0
configure:2698: test -z
|| test ! -s conftest.err
configure:2701: $? = 0
configure:2704: test -s conftest.o
configure:2707: $? = 0
configure:2718: result: yes
configure:2738: checking for stdlib.h
configure:2743: result: yes
configure:2738: checking for string.h
configure:2743: result: yes
configure:2738: checking for unistd.h
configure:2743: result: yes
configure:2747: checking getopt.h usability
configure:2759: gcc -c -g -O2 conftest.c >&5
configure:2765: $? = 0
configure:2769: test -z
|| test ! -s conftest.err
configure:2772: $? = 0
configure:2775: test -s conftest.o
configure:2778: $? = 0
configure:2788: result: yes
configure:2792: checking getopt.h presence
configure:2802: gcc -E conftest.c
configure:2808: $? = 0
configure:2828: result: yes
configure:2863: checking for getopt.h
configure:2870: result: yes
configure:2885: checking for an ANSI C-conforming const
configure:2952: gcc -c -g -O2 conftest.c >&5
configure:2958: $? = 0
configure:2962: test -z
|| test ! -s conftest.err
configure:2965: $? = 0
configure:2968: test -s conftest.o
configure:2971: $? = 0
configure:2982: result: yes
configure:2999: checking for stdlib.h
configure:3004: result: yes
configure:3144: checking for GNU libc compatible malloc
configure:3173: gcc -o conftest -g -O2 conftest.c >&5
configure:3176: $? = 0
configure:3178: ./conftest
configure:3181: $? = 0
configure:3195: result: yes
configure:3230: checking for stdlib.h
configure:3235: result: yes
configure:3375: checking for GNU libc compatible realloc
configure:3404: gcc -o conftest -g -O2 conftest.c >&5
configure:3407: $? = 0
configure:3409: ./conftest
configure:3412: $? = 0
configure:3426: result: yes
configure:3554: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by FULL-PACKAGE-NAME config.status VERSION, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on Nanjiang-Shus-MacBook-Pro.local
config.status:641: creating Makefile
config.status:744: creating config.h
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_func_malloc_0_nonnull=yes
ac_cv_func_realloc_0_nonnull=yes
ac_cv_header_getopt_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_objext=o
ac_cv_path_INTLTOOL_PERL=/usr/bin/perl
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_egrep='grep -E'
## ----------------- ##
## Output variables. ##
## ----------------- ##
CC='gcc'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
DEFS='-DHAVE_CONFIG_H'
ECHO_C='ECHO_N=''
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
OBJEXT='o'
PACKAGE_BUGREPORT='BUG-REPORT-ADDRESS'
PACKAGE_NAME='FULL-PACKAGE-NAME'
PACKAGE_STRING='FULL-PACKAGE-NAME VERSION'
PACKAGE_TARNAME='full-package-name'
PACKAGE_VERSION='VERSION'
PATH_SEPARATOR=':'
SHELL='/bin/sh'
ac_ct_CC='gcc'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${prefix}/share'
exec_prefix='${prefix}'
host_alias=''
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define HAVE_GETOPT_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_MALLOC 1
#define HAVE_MEMORY_H 1
#define HAVE_REALLOC 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
#define PACKAGE_NAME "FULL-PACKAGE-NAME"
#define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION"
#define PACKAGE_TARNAME "full-package-name"
#define PACKAGE_VERSION "VERSION"
#define STDC_HEADERS 1
configure: exit 0