-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.log
1857 lines (1832 loc) · 62.3 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
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by zeromq configure 2.1.7, which was
generated by GNU Autoconf 2.67. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = localhost
uname -m = x86_64
uname -r = 11.4.2
uname -s = Darwin
uname -v = Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64
Kernel configured for up to 8 processors.
4 processors are physically available.
8 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1 2 3 4 5 6 7
Primary memory available: 16.00 gigabytes
Default processor set: 126 tasks, 667 threads, 8 processors
Load average: 1.40, Mach factor: 6.59
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /opt/local/bin
PATH: /opt/local/sbin
PATH: /Users/afeng/dev/hadoop-dev/storm-messaging/RELEASE/storm-0.9.0-wip16-messaging/bin
PATH: /opt/local/bin
PATH: /opt/local/sbin
PATH: /opt/local/bin
PATH: /opt/local/sbin
PATH: /Users/afeng/.cljr/bin
PATH: /Users/afeng/apache-maven-3.0.3/bin
PATH: /Users/afeng/hadoop-1.0.2/hive-0.9.0/bin
PATH: /Users/afeng/hadoop-1.0.2/hbase-0.94.0/bin
PATH: /Users/afeng/hadoop-1.0.2/pig-0.10.0/bin
PATH: /Users/afeng/hadoop-1.0.2/zookeeper-3.4.3/bin
PATH: /Users/afeng/hadoop-1.0.2/bin
PATH: /usr/local/pkg-config-0.25/bin
PATH: /Users/afeng/libs/apache-ant-1.8.2/bin
PATH: /Users/afeng/apache-maven-3.0.3/bin
PATH: /usr/local/bin
PATH: /sbin
PATH: /usr/sbin
PATH: /bin
PATH: /usr/bin
PATH: /usr/local/texlive/2012/bin/universal-darwin/
PATH: /usr/local/mysql/bin
PATH: /Users/afeng/libs/maven/bin
PATH: /Users/afeng/libs/apache-activemq-5.3.2/bin
PATH: /System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home/bin
PATH: /usr/local/git/bin
PATH: /Users/afeng/Desktop/RPC/thrift/boost_1_47_0/stage/lib
PATH: /Users/afeng/bin/
PATH: /Users/afeng/devtools/bin/
PATH: /Applications/Gnuplot.app/Contents/Resources/bin/
PATH: .
PATH: /Users/afeng/downloads/apache-tomcat-6.0.32/bin
PATH: /Users/afeng/libs/scala-2.9.0.1/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2814: checking for a BSD-compatible install
configure:2882: result: /usr/bin/install -c
configure:2893: checking whether build environment is sane
configure:2943: result: yes
configure:3084: checking for a thread-safe mkdir -p
configure:3123: result: config/install-sh -c -d
configure:3136: checking for gawk
configure:3166: result: no
configure:3136: checking for mawk
configure:3166: result: no
configure:3136: checking for nawk
configure:3166: result: no
configure:3136: checking for awk
configure:3152: found /usr/bin/awk
configure:3163: result: awk
configure:3174: checking whether make sets $(MAKE)
configure:3196: result: yes
configure:3271: checking how to create a ustar tar archive
configure:3284: tar --version
bsdtar 2.8.3 - libarchive 2.8.3
configure:3287: $? = 0
configure:3327: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
configure:3330: $? = 0
configure:3334: tar -xf - <conftest.tar
configure:3337: $? = 0
configure:3350: result: gnutar
configure:3442: checking for gcc
configure:3458: found /usr/bin/gcc
configure:3469: result: gcc
configure:3698: checking for C compiler version
configure:3707: gcc --version >&5
i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
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:3718: $? = 0
configure:3707: gcc -v >&5
Using built-in specs.
Target: i686-apple-darwin11
Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.11~182/src/configure --disable-checking --enable-werror --prefix=/Applications/Xcode.app/Contents/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-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.11~182/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --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 2336.11.00)
configure:3718: $? = 0
configure:3707: gcc -V >&5
llvm-gcc-4.2: argument to `-V' is missing
configure:3718: $? = 1
configure:3707: gcc -qversion >&5
i686-apple-darwin11-llvm-gcc-4.2: no input files
configure:3718: $? = 1
configure:3738: checking whether the C compiler works
configure:3760: gcc conftest.c >&5
configure:3764: $? = 0
configure:3812: result: yes
configure:3815: checking for C compiler default output file name
configure:3817: result: a.out
configure:3823: checking for suffix of executables
configure:3830: gcc -o conftest conftest.c >&5
configure:3834: $? = 0
configure:3856: result:
configure:3878: checking whether we are cross compiling
configure:3886: gcc -o conftest conftest.c >&5
configure:3890: $? = 0
configure:3897: ./conftest
configure:3901: $? = 0
configure:3916: result: no
configure:3921: checking for suffix of object files
configure:3943: gcc -c conftest.c >&5
configure:3947: $? = 0
configure:3968: result: o
configure:3972: checking whether we are using the GNU C compiler
configure:3991: gcc -c conftest.c >&5
configure:3991: $? = 0
configure:4000: result: yes
configure:4009: checking whether gcc accepts -g
configure:4029: gcc -c -g conftest.c >&5
configure:4029: $? = 0
configure:4070: result: yes
configure:4087: checking for gcc option to accept ISO C89
configure:4151: gcc -c -g -O2 conftest.c >&5
configure:4151: $? = 0
configure:4164: result: none needed
configure:4195: checking for style of include used by make
configure:4223: result: GNU
configure:4248: checking dependency style of gcc
configure:4358: result: gcc3
configure:4373: checking for gcc option to accept ISO C99
configure:4522: gcc -c -g -O2 conftest.c >&5
conftest.c:61: error: expected ';', ',' or ')' before 'text'
conftest.c: In function 'main':
conftest.c:115: error: nested functions are disabled, use -fnested-functions to re-enable
conftest.c:115: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar'
conftest.c:115: error: 'newvar' undeclared (first use in this function)
conftest.c:115: error: (Each undeclared identifier is reported only once
conftest.c:115: error: for each function it appears in.)
conftest.c:125: error: 'for' loop initial declaration used outside C99 mode
configure:4522: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "zeromq"
| #define PACKAGE_TARNAME "zeromq"
| #define PACKAGE_VERSION "2.1.7"
| #define PACKAGE_STRING "zeromq 2.1.7"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "zeromq"
| #define VERSION "2.1.7"
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdbool.h>
| #include <stdlib.h>
| #include <wchar.h>
| #include <stdio.h>
|
| // Check varargs macros. These examples are taken from C99 6.10.3.5.
| #define debug(...) fprintf (stderr, __VA_ARGS__)
| #define showlist(...) puts (#__VA_ARGS__)
| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
| static void
| test_varargs_macros (void)
| {
| int x = 1234;
| int y = 5678;
| debug ("Flag");
| debug ("X = %d\n", x);
| showlist (The first, second, and third items.);
| report (x>y, "x is %d but y is %d", x, y);
| }
|
| // Check long long types.
| #define BIG64 18446744073709551615ull
| #define BIG32 4294967295ul
| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
| #if !BIG_OK
| your preprocessor is broken;
| #endif
| #if BIG_OK
| #else
| your preprocessor is broken;
| #endif
| static long long int bignum = -9223372036854775807LL;
| static unsigned long long int ubignum = BIG64;
|
| struct incomplete_array
| {
| int datasize;
| double data[];
| };
|
| struct named_init {
| int number;
| const wchar_t *name;
| double average;
| };
|
| typedef const char *ccp;
|
| static inline int
| test_restrict (ccp restrict text)
| {
| // See if C++-style comments work.
| // Iterate through items via the restricted pointer.
| // Also check for declarations in for loops.
| for (unsigned int i = 0; *(text+i) != '\0'; ++i)
| continue;
| return 0;
| }
|
| // Check varargs and va_copy.
| static void
| test_varargs (const char *format, ...)
| {
| va_list args;
| va_start (args, format);
| va_list args_copy;
| va_copy (args_copy, args);
|
| const char *str;
| int number;
| float fnumber;
|
| while (*format)
| {
| switch (*format++)
| {
| case 's': // string
| str = va_arg (args_copy, const char *);
| break;
| case 'd': // int
| number = va_arg (args_copy, int);
| break;
| case 'f': // float
| fnumber = va_arg (args_copy, double);
| break;
| default:
| break;
| }
| }
| va_end (args_copy);
| va_end (args);
| }
|
| int
| main ()
| {
|
| // Check bool.
| _Bool success = false;
|
| // Check restrict.
| if (test_restrict ("String literal") == 0)
| success = true;
| char *restrict newvar = "Another string";
|
| // Check varargs.
| test_varargs ("s, d' f .", "string", 65, 34.234);
| test_varargs_macros ();
|
| // Check flexible array members.
| struct incomplete_array *ia =
| malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
| ia->datasize = 10;
| for (int i = 0; i < ia->datasize; ++i)
| ia->data[i] = i * 1.234;
|
| // Check named initializers.
| struct named_init ni = {
| .number = 34,
| .name = L"Test wide string",
| .average = 543.34343,
| };
|
| ni.number = 58;
|
| int dynamic_array[ni.number];
| dynamic_array[ni.number - 1] = 543;
|
| // work around unused variable warnings
| return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
| || dynamic_array[ni.number - 1] != 543);
|
| ;
| return 0;
| }
configure:4522: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:4522: $? = 0
configure:4542: result: -std=gnu99
configure:4608: checking for g++
configure:4624: found /usr/bin/g++
configure:4635: result: g++
configure:4662: checking for C++ compiler version
configure:4671: g++ --version >&5
i686-apple-darwin11-llvm-g++-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
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:4682: $? = 0
configure:4671: g++ -v >&5
Using built-in specs.
Target: i686-apple-darwin11
Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.11~182/src/configure --disable-checking --enable-werror --prefix=/Applications/Xcode.app/Contents/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-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.11~182/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --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 2336.11.00)
configure:4682: $? = 0
configure:4671: g++ -V >&5
llvm-g++-4.2: argument to `-V' is missing
configure:4682: $? = 1
configure:4671: g++ -qversion >&5
i686-apple-darwin11-llvm-g++-4.2: no input files
configure:4682: $? = 1
configure:4686: checking whether we are using the GNU C++ compiler
configure:4705: g++ -c conftest.cpp >&5
configure:4705: $? = 0
configure:4714: result: yes
configure:4723: checking whether g++ accepts -g
configure:4743: g++ -c -g conftest.cpp >&5
configure:4743: $? = 0
configure:4784: result: yes
configure:4809: checking dependency style of g++
configure:4919: result: gcc3
configure:4935: checking whether gcc -std=gnu99 and cc understand -c and -o together
configure:4966: gcc -std=gnu99 -c conftest.c -o conftest2.o >&5
configure:4970: $? = 0
configure:4976: gcc -std=gnu99 -c conftest.c -o conftest2.o >&5
configure:4980: $? = 0
configure:4991: cc -c conftest.c >&5
configure:4995: $? = 0
configure:5003: cc -c conftest.c -o conftest2.o >&5
configure:5007: $? = 0
configure:5013: cc -c conftest.c -o conftest2.o >&5
configure:5017: $? = 0
configure:5035: result: yes
configure:5060: checking for a sed that does not truncate output
configure:5124: result: /usr/local/bin/gsed
configure:5133: checking for gawk
configure:5160: result: awk
configure:5175: checking for xmlto
configure:5208: result: no
configure:5216: checking for asciidoc
configure:5249: result: no
configure:5258: checking build system type
configure:5272: result: x86_64-apple-darwin11.4.2
configure:5292: checking host system type
configure:5305: result: x86_64-apple-darwin11.4.2
configure:5725: checking for a sed that does not truncate output
configure:5789: result: /usr/local/bin/gsed
configure:5807: checking for grep that handles long lines and -e
configure:5865: result: /usr/bin/grep
configure:5870: checking for egrep
configure:5932: result: /usr/bin/grep -E
configure:5937: checking for fgrep
configure:5999: result: /usr/bin/grep -F
configure:6034: checking for ld used by gcc -std=gnu99
configure:6101: result: /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
configure:6108: checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld
configure:6123: result: no
configure:6135: checking for BSD- or MS-compatible name lister (nm)
configure:6184: result: /usr/bin/nm
configure:6302: checking the name lister (/usr/bin/nm) interface
configure:6309: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:6312: /usr/bin/nm "conftest.o"
configure:6315: output
0000000000000190 S _some_variable
configure:6322: result: BSD nm
configure:6325: checking whether ln -s works
configure:6329: result: yes
configure:6337: checking the maximum length of command line arguments
configure:6457: result: 196608
configure:6474: checking whether the shell understands some XSI constructs
configure:6484: result: yes
configure:6488: checking whether the shell understands "+="
configure:6494: result: yes
configure:6529: checking for /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld option to reload object files
configure:6536: result: -r
configure:6605: checking for objdump
configure:6632: result: objdump
configure:6661: checking how to recognize dependent libraries
configure:6857: result: pass_all
configure:6917: checking for ar
configure:6933: found /usr/bin/ar
configure:6944: result: ar
configure:7022: checking for strip
configure:7038: found /usr/bin/strip
configure:7049: result: strip
configure:7121: checking for ranlib
configure:7137: found /usr/bin/ranlib
configure:7148: result: ranlib
configure:7238: checking command to parse /usr/bin/nm output from gcc -std=gnu99 object
configure:7356: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:7359: $? = 0
configure:7363: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:7366: $? = 0
cannot find nm_test_var in conftest.nm
configure:7356: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:7359: $? = 0
configure:7363: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
configure:7366: $? = 0
configure:7420: gcc -std=gnu99 -o conftest -g -O2 conftest.c conftstm.o >&5
configure:7423: $? = 0
configure:7461: result: ok
configure:7726: checking for dsymutil
configure:7742: found /usr/bin/dsymutil
configure:7753: result: dsymutil
configure:7818: checking for nmedit
configure:7834: found /usr/bin/nmedit
configure:7845: result: nmedit
configure:7910: checking for lipo
configure:7926: found /usr/bin/lipo
configure:7937: result: lipo
configure:8002: checking for otool
configure:8018: found /usr/bin/otool
configure:8029: result: otool
configure:8094: checking for otool64
configure:8124: result: no
configure:8169: checking for -single_module linker flag
gcc -std=gnu99 -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
configure:8196: result: yes
configure:8198: checking for -exported_symbols_list linker flag
configure:8218: gcc -std=gnu99 -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
configure:8218: $? = 0
configure:8228: result: yes
configure:8270: checking how to run the C preprocessor
configure:8301: gcc -std=gnu99 -E conftest.c
configure:8301: $? = 0
configure:8315: gcc -std=gnu99 -E conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:8315: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "zeromq"
| #define PACKAGE_TARNAME "zeromq"
| #define PACKAGE_VERSION "2.1.7"
| #define PACKAGE_STRING "zeromq 2.1.7"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "zeromq"
| #define VERSION "2.1.7"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:8340: result: gcc -std=gnu99 -E
configure:8360: gcc -std=gnu99 -E conftest.c
configure:8360: $? = 0
configure:8374: gcc -std=gnu99 -E conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:8374: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "zeromq"
| #define PACKAGE_TARNAME "zeromq"
| #define PACKAGE_VERSION "2.1.7"
| #define PACKAGE_STRING "zeromq 2.1.7"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "zeromq"
| #define VERSION "2.1.7"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:8403: checking for ANSI C header files
configure:8423: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:8423: $? = 0
configure:8496: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:8496: $? = 0
configure:8496: ./conftest
configure:8496: $? = 0
configure:8507: result: yes
configure:8520: checking for sys/types.h
configure:8520: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:8520: $? = 0
configure:8520: result: yes
configure:8520: checking for sys/stat.h
configure:8520: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:8520: $? = 0
configure:8520: result: yes
configure:8520: checking for stdlib.h
configure:8520: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:8520: $? = 0
configure:8520: result: yes
configure:8520: checking for string.h
configure:8520: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:8520: $? = 0
configure:8520: result: yes
configure:8520: checking for memory.h
configure:8520: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:8520: $? = 0
configure:8520: result: yes
configure:8520: checking for strings.h
configure:8520: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:8520: $? = 0
configure:8520: result: yes
configure:8520: checking for inttypes.h
configure:8520: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:8520: $? = 0
configure:8520: result: yes
configure:8520: checking for stdint.h
configure:8520: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:8520: $? = 0
configure:8520: result: yes
configure:8520: checking for unistd.h
configure:8520: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:8520: $? = 0
configure:8520: result: yes
configure:8534: checking for dlfcn.h
configure:8534: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:8534: $? = 0
configure:8534: result: yes
configure:8659: checking for C++ compiler version
configure:8668: g++ --version >&5
i686-apple-darwin11-llvm-g++-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
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:8679: $? = 0
configure:8668: g++ -v >&5
Using built-in specs.
Target: i686-apple-darwin11
Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.11~182/src/configure --disable-checking --enable-werror --prefix=/Applications/Xcode.app/Contents/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-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.11~182/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --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 2336.11.00)
configure:8679: $? = 0
configure:8668: g++ -V >&5
llvm-g++-4.2: argument to `-V' is missing
configure:8679: $? = 1
configure:8668: g++ -qversion >&5
i686-apple-darwin11-llvm-g++-4.2: no input files
configure:8679: $? = 1
configure:8683: checking whether we are using the GNU C++ compiler
configure:8711: result: yes
configure:8720: checking whether g++ accepts -g
configure:8781: result: yes
configure:8806: checking dependency style of g++
configure:8916: result: gcc3
configure:8939: checking how to run the C++ preprocessor
configure:8966: g++ -E conftest.cpp
configure:8966: $? = 0
configure:8980: g++ -E conftest.cpp
conftest.cpp:22:28: error: ac_nonexistent.h: No such file or directory
configure:8980: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "zeromq"
| #define PACKAGE_TARNAME "zeromq"
| #define PACKAGE_VERSION "2.1.7"
| #define PACKAGE_STRING "zeromq 2.1.7"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "zeromq"
| #define VERSION "2.1.7"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:9005: result: g++ -E
configure:9025: g++ -E conftest.cpp
configure:9025: $? = 0
configure:9039: g++ -E conftest.cpp
conftest.cpp:22:28: error: ac_nonexistent.h: No such file or directory
configure:9039: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "zeromq"
| #define PACKAGE_TARNAME "zeromq"
| #define PACKAGE_VERSION "2.1.7"
| #define PACKAGE_STRING "zeromq 2.1.7"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "zeromq"
| #define VERSION "2.1.7"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:9213: checking for objdir
configure:9228: result: .libs
configure:9524: checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions
configure:9542: gcc -std=gnu99 -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:9546: $? = 0
configure:9559: result: no
configure:9579: checking for gcc -std=gnu99 option to produce PIC
configure:9851: result: -fno-common -DPIC
configure:9863: checking if gcc -std=gnu99 PIC flag -fno-common -DPIC works
configure:9881: gcc -std=gnu99 -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5
configure:9885: $? = 0
configure:9898: result: yes
configure:9922: checking if gcc -std=gnu99 static flag -static works
configure:9950: result: no
configure:9965: checking if gcc -std=gnu99 supports -c -o file.o
configure:9986: gcc -std=gnu99 -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:9990: $? = 0
configure:10012: result: yes
configure:10020: checking if gcc -std=gnu99 supports -c -o file.o
configure:10067: result: yes
configure:10100: checking whether the gcc -std=gnu99 linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries
configure:11091: result: yes
configure:11330: checking dynamic linker characteristics
configure:11993: result: darwin11.4.2 dyld
configure:12095: checking how to hardcode library paths into programs
configure:12120: result: immediate
configure:12640: checking whether stripping libraries is possible
configure:12654: result: yes
configure:12680: checking if libtool supports shared libraries
configure:12682: result: yes
configure:12685: checking whether to build shared libraries
configure:12706: result: yes
configure:12709: checking whether to build static libraries
configure:12713: result: yes
configure:12863: checking for ld used by g++
configure:12930: result: /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
configure:12937: checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld
configure:12952: result: no
configure:13007: checking whether the g++ linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries
configure:13920: result: yes
configure:13948: g++ -c -g -O2 conftest.cpp >&5
configure:13951: $? = 0
configure:14133: checking for g++ option to produce PIC
configure:14450: result: -fno-common -DPIC
configure:14459: checking if g++ PIC flag -fno-common -DPIC works
configure:14477: g++ -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp >&5
configure:14481: $? = 0
configure:14494: result: yes
configure:14515: checking if g++ static flag -static works
configure:14543: result: no
configure:14555: checking if g++ supports -c -o file.o
configure:14576: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
configure:14580: $? = 0
configure:14602: result: yes
configure:14607: checking if g++ supports -c -o file.o
configure:14654: result: yes
configure:14684: checking whether the g++ linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries
configure:14713: result: yes
configure:14850: checking dynamic linker characteristics
configure:15461: result: darwin11.4.2 dyld
configure:15512: checking how to hardcode library paths into programs
configure:15537: result: immediate
configure:15607: checking whether the C compiler works
configure:15623: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:15623: $? = 0
configure:15632: result: yes
configure:15640: checking whether we are using Intel C compiler
configure:15659: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:28: error: 'error' undeclared (first use in this function)
conftest.c:28: error: (Each undeclared identifier is reported only once
conftest.c:28: error: for each function it appears in.)
conftest.c:28: error: expected ';' before 'if'
configure:15659: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "zeromq"
| #define PACKAGE_TARNAME "zeromq"
| #define PACKAGE_VERSION "2.1.7"
| #define PACKAGE_STRING "zeromq 2.1.7"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "zeromq"
| #define VERSION "2.1.7"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
| int
| main ()
| {
| #ifndef __INTEL_COMPILER
| error if not ICC
| #endif
|
| ;
| return 0;
| }
configure:15667: result: no
configure:15669: checking whether we are using Sun Studio C compiler
configure:15688: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:28: error: 'error' undeclared (first use in this function)
conftest.c:28: error: (Each undeclared identifier is reported only once
conftest.c:28: error: for each function it appears in.)
conftest.c:28: error: expected ';' before 'if'
configure:15688: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "zeromq"
| #define PACKAGE_TARNAME "zeromq"
| #define PACKAGE_VERSION "2.1.7"
| #define PACKAGE_STRING "zeromq 2.1.7"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "zeromq"
| #define VERSION "2.1.7"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
| int
| main ()
| {
| #if !defined(__SUNPRO_CC) && !defined(__SUNPRO_C)
| error if not sun studio
| #endif
|
| ;
| return 0;
| }
configure:15696: result: no
configure:15698: checking whether we are using clang C compiler
configure:15717: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:28: error: 'error' undeclared (first use in this function)
conftest.c:28: error: (Each undeclared identifier is reported only once
conftest.c:28: error: for each function it appears in.)
conftest.c:28: error: expected ';' before 'if'
configure:15717: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "zeromq"
| #define PACKAGE_TARNAME "zeromq"
| #define PACKAGE_VERSION "2.1.7"
| #define PACKAGE_STRING "zeromq 2.1.7"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "zeromq"
| #define VERSION "2.1.7"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
| int
| main ()
| {
| #ifndef __clang__
| error if not clang
| #endif
|
| ;
| return 0;
| }
configure:15725: result: no
configure:15727: checking whether we are using gcc >= 4 C compiler
configure:15746: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:15746: $? = 0
configure:15754: result: yes
configure:15771: checking whether the C++ compiler works
configure:15787: g++ -o conftest -g -O2 conftest.cpp >&5
configure:15787: $? = 0
configure:15796: result: yes
configure:15804: checking whether we are using Intel C++ compiler
configure:15823: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:28: error: 'error' was not declared in this scope
conftest.cpp:28: error: expected `;' before 'if'
configure:15823: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "zeromq"
| #define PACKAGE_TARNAME "zeromq"
| #define PACKAGE_VERSION "2.1.7"
| #define PACKAGE_STRING "zeromq 2.1.7"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "zeromq"
| #define VERSION "2.1.7"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
| int
| main ()
| {
| #ifndef __INTEL_COMPILER
| error if not ICC
| #endif
|
| ;
| return 0;
| }
configure:15831: result: no
configure:15833: checking whether we are using Sun Studio C++ compiler
configure:15852: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:28: error: 'error' was not declared in this scope
conftest.cpp:28: error: expected `;' before 'if'
configure:15852: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "zeromq"
| #define PACKAGE_TARNAME "zeromq"
| #define PACKAGE_VERSION "2.1.7"
| #define PACKAGE_STRING "zeromq 2.1.7"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "zeromq"
| #define VERSION "2.1.7"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
| int
| main ()
| {
| #if !defined(__SUNPRO_CC) && !defined(__SUNPRO_C)
| error if not sun studio
| #endif
|
| ;
| return 0;
| }
configure:15860: result: no
configure:15862: checking whether we are using clang C++ compiler
configure:15881: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:28: error: 'error' was not declared in this scope
conftest.cpp:28: error: expected `;' before 'if'
configure:15881: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "zeromq"
| #define PACKAGE_TARNAME "zeromq"
| #define PACKAGE_VERSION "2.1.7"
| #define PACKAGE_STRING "zeromq 2.1.7"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "zeromq"
| #define VERSION "2.1.7"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
| int
| main ()
| {
| #ifndef __clang__
| error if not clang
| #endif
|
| ;
| return 0;
| }
configure:15889: result: no
configure:15891: checking whether we are using gcc >= 4 C++ compiler
configure:15910: g++ -c -g -O2 conftest.cpp >&5
configure:15910: $? = 0
configure:15918: result: yes
configure:15952: checking whether to enable debugging information
configure:15990: result: no
configure:16007: checking whether to enable code coverage
configure:16038: result: no
configure:16044: checking for pthread_create in -lpthread
configure:16069: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lpthread >&5
configure:16069: $? = 0
configure:16078: result: yes
configure:16455: checking whether C++ compiler supports -Wno-uninitialized
configure:16487: g++ -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -Wno-uninitialized conftest.cpp >&5
configure:16487: $? = 0
configure:16518: result: yes
configure:17186: checking whether C++ compiler supports -fvisibility=hidden
configure:17218: g++ -c -g -O2 -Wno-uninitialized -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -fvisibility=hidden conftest.cpp >&5
configure:17218: $? = 0
configure:17249: result: yes
configure:17335: checking whether C++ compiler supports dso visibility
configure:17339: result: yes
configure:17483: checking for asciidoc
configure:17511: result: no
configure:17521: checking for xmlto
configure:17549: result: no
configure:17575: checking whether to build documentation
configure:17577: result: no
configure:17580: checking whether to install manpages
configure:17582: result: yes
configure:17604: checking for ANSI C header files
configure:17708: result: yes
configure:17720: checking errno.h usability
configure:17720: gcc -std=gnu99 -c -g -O2 -Wno-uninitialized -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c >&5
configure:17720: $? = 0
configure:17720: result: yes
configure:17720: checking errno.h presence
configure:17720: gcc -std=gnu99 -E -Wno-uninitialized -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c
configure:17720: $? = 0
configure:17720: result: yes
configure:17720: checking for errno.h
configure:17720: result: yes
configure:17720: checking arpa/inet.h usability