-
Notifications
You must be signed in to change notification settings - Fork 7
/
config.log
5295 lines (5273 loc) · 151 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 gas configure 2.28.51, which was
generated by GNU Autoconf 2.64. Invocation command line was
$ ./configure --disable-werror
## --------- ##
## Platform. ##
## --------- ##
hostname = Ralics-MacBook-Pro.local
uname -m = x86_64
uname -r = 16.6.0
uname -s = Darwin
uname -v = Darwin Kernel Version 16.6.0: Fri Apr 14 16:21:16 PDT 2017; root:xnu-3789.60.24~6/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 16.6.0: Fri Apr 14 16:21:16 PDT 2017; root:xnu-3789.60.24~6/RELEASE_X86_64
Kernel configured for up to 4 processors.
2 processors are physically available.
4 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1 2 3
Primary memory available: 8.00 gigabytes
Default processor set: 331 tasks, 1287 threads, 4 processors
Load average: 1.92, Mach factor: 2.08
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/opt/gettext/bin
PATH: /usr/local/opt/m4/bin
PATH: /home/linuxbrew/.linuxbrew/bin
PATH: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/4.2/include
PATH: /usr/local/opt/texinfo/bin
PATH: /opt/local/bin
PATH: /opt/local/sbin
PATH: /usr/local/bin
PATH: /usr/local
PATH: /usr/local/sbin
PATH: /usr/local/mysql/bin
PATH: /bin
PATH: /bin
PATH: /Library/Developer/Toolchains/swift-latest.xctoolchain/usr/bin
PATH: /usr/local/heroku/bin
PATH: /usr/local/opt/qt/bin
PATH: /Applications/RStudio.app/Contents/MacOS
PATH: /usr/local/opt/dex2jar/bin
PATH: /usr/local/opt/curl/bin
PATH: /usr/local/opt/sqlite/bin
PATH: /usr/local/opt/mingw-w64/bin
PATH: /usr/local/opt/curl/bin
PATH: /usr/local/opt/sqlite/bin
PATH: /usr/local/opt/gmp/lib
PATH: /usr/local/opt/make/bin
PATH: /usr/local/opt/cmake/bin
PATH: /usr/local/opt/gnu-sed/libexec/gnubin
PATH: /usr/local/opt/coreutils/libexec/gnubin
PATH: /usr/local/opt/binutils/lib
PATH: /usr/local/opt/binutils/include
PATH: /usr/local/opt/binutils/bin
PATH: /usr/local/opt/gc/lib/gcc/7
PATH: /usr/local/opt/maven/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/opt/apache-spark/libexec
PATH: /usr/local/opt/tomee-plus/libexec/bin
PATH: /Users/raliclo/Library/Android/sdk/platform-tools
PATH: /Users/raliclo/Library/Android/sdk/tools
PATH: /usr/local/opt/go/libexec/bin
PATH: /usr/local/opt/go/libexec/bin/bin
PATH: /usr/local/go/bin
PATH: /usr/local/opt/apache-spark/bin
PATH: /usr/local/opt/apache-spark/2.1.0/libexec/sbin
PATH: /usr/local/opt/openssl/lib
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2315: checking build system type
configure:2329: result: x86_64-apple-darwin16.6.0
configure:2349: checking host system type
configure:2362: result: x86_64-apple-darwin16.6.0
configure:2382: checking target system type
configure:2395: result: x86_64-apple-darwin16.6.0
configure:2469: checking for gcc
configure:2496: result: gcc
configure:2725: checking for C compiler version
configure:2734: gcc --version >&5
Apple LLVM version 8.1.0 (clang-802.0.42)
Target: x86_64-apple-darwin16.6.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
configure:2745: $? = 0
configure:2734: gcc -v >&5
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 8.1.0 (clang-802.0.42)
Target: x86_64-apple-darwin16.6.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:2745: $? = 0
configure:2734: gcc -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:2745: $? = 1
configure:2734: gcc -qversion >&5
clang: error: unknown argument: '-qversion'
clang: error: no input files
configure:2745: $? = 1
configure:2765: checking for C compiler default output file name
configure:2787: gcc -O3 -fomit-frame-pointer conftest.c >&5
configure:2791: $? = 0
configure:2828: result: a.out
configure:2844: checking whether the C compiler works
configure:2853: ./a.out
configure:2857: $? = 0
configure:2872: result: yes
configure:2879: checking whether we are cross compiling
configure:2881: result: no
configure:2884: checking for suffix of executables
configure:2891: gcc -o conftest -O3 -fomit-frame-pointer conftest.c >&5
configure:2895: $? = 0
configure:2917: result:
configure:2923: checking for suffix of object files
configure:2945: gcc -c -O3 -fomit-frame-pointer conftest.c >&5
configure:2949: $? = 0
configure:2970: result: o
configure:2974: checking whether we are using the GNU C compiler
configure:2993: gcc -c -O3 -fomit-frame-pointer conftest.c >&5
configure:2993: $? = 0
configure:3002: result: yes
configure:3011: checking whether gcc accepts -g
configure:3031: gcc -c -g conftest.c >&5
configure:3031: $? = 0
configure:3072: result: yes
configure:3089: checking for gcc option to accept ISO C89
configure:3153: gcc -c -O3 -fomit-frame-pointer conftest.c >&5
configure:3153: $? = 0
configure:3166: result: none needed
configure:3187: checking for library containing strerror
configure:3218: gcc -o conftest -O3 -fomit-frame-pointer conftest.c >&5
conftest.c:16:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
char strerror ();
^
conftest.c:16:6: note: 'strerror' is a builtin with type 'char *(int)'
1 warning generated.
configure:3218: $? = 0
configure:3235: result: none required
configure:3260: checking for a BSD-compatible install
configure:3328: result: /usr/local/bin/ginstall -c
configure:3339: checking whether build environment is sane
configure:3389: result: yes
configure:3530: checking for a thread-safe mkdir -p
configure:3569: result: /usr/local/bin/gmkdir -p
configure:3582: checking for gawk
configure:3612: result: no
configure:3582: checking for mawk
configure:3612: result: no
configure:3582: checking for nawk
configure:3612: result: no
configure:3582: checking for awk
configure:3598: found /usr/bin/awk
configure:3609: result: awk
configure:3620: checking whether make sets $(MAKE)
configure:3642: result: yes
configure:3672: checking for style of include used by make
configure:3700: result: GNU
configure:3786: checking dependency style of gcc
configure:3897: result: gcc3
configure:3962: checking for gcc
configure:3989: result: gcc
configure:4218: checking for C compiler version
configure:4227: gcc --version >&5
Apple LLVM version 8.1.0 (clang-802.0.42)
Target: x86_64-apple-darwin16.6.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
configure:4238: $? = 0
configure:4227: gcc -v >&5
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 8.1.0 (clang-802.0.42)
Target: x86_64-apple-darwin16.6.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:4238: $? = 0
configure:4227: gcc -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:4238: $? = 1
configure:4227: gcc -qversion >&5
clang: error: unknown argument: '-qversion'
clang: error: no input files
configure:4238: $? = 1
configure:4242: checking whether we are using the GNU C compiler
configure:4270: result: yes
configure:4279: checking whether gcc accepts -g
configure:4340: result: yes
configure:4357: checking for gcc option to accept ISO C89
configure:4434: result: none needed
configure:4459: checking how to run the C preprocessor
configure:4529: result: gcc -E
configure:4549: gcc -E conftest.c
configure:4549: $? = 0
configure:4563: gcc -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:4563: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gas"
| #define PACKAGE_TARNAME "gas"
| #define PACKAGE_VERSION "2.28.51"
| #define PACKAGE_STRING "gas 2.28.51"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gas"
| #define VERSION "2.28.51"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4592: checking for grep that handles long lines and -e
configure:4650: result: /usr/local/bin/grep
configure:4655: checking for egrep
configure:4717: result: /usr/local/bin/grep -E
configure:4722: checking for ANSI C header files
configure:4742: gcc -c -O3 -fomit-frame-pointer conftest.c >&5
configure:4742: $? = 0
configure:4815: gcc -o conftest -O3 -fomit-frame-pointer conftest.c >&5
configure:4815: $? = 0
configure:4815: ./conftest
configure:4815: $? = 0
configure:4826: result: yes
configure:4839: checking for sys/types.h
configure:4839: gcc -c -O3 -fomit-frame-pointer conftest.c >&5
configure:4839: $? = 0
configure:4839: result: yes
configure:4839: checking for sys/stat.h
configure:4839: gcc -c -O3 -fomit-frame-pointer conftest.c >&5
configure:4839: $? = 0
configure:4839: result: yes
configure:4839: checking for stdlib.h
configure:4839: gcc -c -O3 -fomit-frame-pointer conftest.c >&5
configure:4839: $? = 0
configure:4839: result: yes
configure:4839: checking for string.h
configure:4839: gcc -c -O3 -fomit-frame-pointer conftest.c >&5
configure:4839: $? = 0
configure:4839: result: yes
configure:4839: checking for memory.h
configure:4839: gcc -c -O3 -fomit-frame-pointer conftest.c >&5
configure:4839: $? = 0
configure:4839: result: yes
configure:4839: checking for strings.h
configure:4839: gcc -c -O3 -fomit-frame-pointer conftest.c >&5
configure:4839: $? = 0
configure:4839: result: yes
configure:4839: checking for inttypes.h
configure:4839: gcc -c -O3 -fomit-frame-pointer conftest.c >&5
configure:4839: $? = 0
configure:4839: result: yes
configure:4839: checking for stdint.h
configure:4839: gcc -c -O3 -fomit-frame-pointer conftest.c >&5
configure:4839: $? = 0
configure:4839: result: yes
configure:4839: checking for unistd.h
configure:4839: gcc -c -O3 -fomit-frame-pointer conftest.c >&5
configure:4839: $? = 0
configure:4839: result: yes
configure:4853: checking minix/config.h usability
configure:4853: gcc -c -O3 -fomit-frame-pointer conftest.c >&5
conftest.c:54:10: fatal error: 'minix/config.h' file not found
#include <minix/config.h>
^
1 error generated.
configure:4853: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gas"
| #define PACKAGE_TARNAME "gas"
| #define PACKAGE_VERSION "2.28.51"
| #define PACKAGE_STRING "gas 2.28.51"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gas"
| #define VERSION "2.28.51"
| #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
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:4853: result: no
configure:4853: checking minix/config.h presence
configure:4853: gcc -E conftest.c
conftest.c:21:10: fatal error: 'minix/config.h' file not found
#include <minix/config.h>
^
1 error generated.
configure:4853: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gas"
| #define PACKAGE_TARNAME "gas"
| #define PACKAGE_VERSION "2.28.51"
| #define PACKAGE_STRING "gas 2.28.51"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gas"
| #define VERSION "2.28.51"
| #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
| /* end confdefs.h. */
| #include <minix/config.h>
configure:4853: result: no
configure:4853: checking for minix/config.h
configure:4853: result: no
configure:4874: checking whether it is safe to define __EXTENSIONS__
configure:4892: gcc -c -O3 -fomit-frame-pointer conftest.c >&5
configure:4892: $? = 0
configure:4899: result: yes
configure:4962: checking how to print strings
configure:4989: result: printf
configure:5010: checking for a sed that does not truncate output
configure:5074: result: /usr/local/bin/sed
configure:5092: checking for fgrep
configure:5154: result: /usr/local/bin/grep -F
configure:5189: checking for ld used by gcc
configure:5256: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
configure:5263: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
configure:5278: result: no
configure:5290: checking for BSD- or MS-compatible name lister (nm)
configure:5339: result: /usr/local/bin/nm -B
configure:5469: checking the name lister (/usr/local/bin/nm -B) interface
configure:5476: gcc -c -O3 -fomit-frame-pointer conftest.c >&5
configure:5479: /usr/local/bin/nm -B "conftest.o"
configure:5482: output
0000000000000000 B _some_variable
configure:5489: result: BSD nm
configure:5492: checking whether ln -s works
configure:5496: result: yes
configure:5504: checking the maximum length of command line arguments
configure:5629: result: 196608
configure:5646: checking whether the shell understands some XSI constructs
configure:5656: result: yes
configure:5660: checking whether the shell understands "+="
configure:5666: result: yes
configure:5701: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files
configure:5708: result: -r
configure:5777: checking for objdump
configure:5793: found /usr/local/bin/objdump
configure:5804: result: objdump
configure:5836: checking how to recognize dependent libraries
configure:6037: result: pass_all
configure:6097: checking for ar
configure:6113: found /usr/local/bin/ar
configure:6124: result: ar
configure:6202: checking for strip
configure:6218: found /usr/local/bin/strip
configure:6229: result: strip
configure:6301: checking for ranlib
configure:6317: found /usr/local/bin/ranlib
configure:6328: result: ranlib
configure:6430: checking command to parse /usr/local/bin/nm -B output from gcc object
configure:6548: gcc -c -O3 -fomit-frame-pointer conftest.c >&5
configure:6551: $? = 0
configure:6555: /usr/local/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:6558: $? = 0
cannot find nm_test_var in conftest.nm
configure:6548: gcc -c -O3 -fomit-frame-pointer conftest.c >&5
configure:6551: $? = 0
configure:6555: /usr/local/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
configure:6558: $? = 0
configure:6612: gcc -o conftest -O3 -fomit-frame-pointer conftest.c conftstm.o >&5
configure:6615: $? = 0
configure:6653: result: ok
configure:6930: checking for dsymutil
configure:6946: found /usr/bin/dsymutil
configure:6957: result: dsymutil
configure:7022: checking for nmedit
configure:7038: found /usr/bin/nmedit
configure:7049: result: nmedit
configure:7114: checking for lipo
configure:7130: found /usr/bin/lipo
configure:7141: result: lipo
configure:7206: checking for otool
configure:7222: found /usr/bin/otool
configure:7233: result: otool
configure:7298: checking for otool64
configure:7328: result: no
configure:7373: checking for -single_module linker flag
gcc -O3 -fomit-frame-pointer -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
configure:7400: result: yes
configure:7402: checking for -exported_symbols_list linker flag
configure:7422: gcc -o conftest -O3 -fomit-frame-pointer -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
configure:7422: $? = 0
configure:7432: result: yes
configure:7434: checking for -force_load linker flag
gcc -O3 -fomit-frame-pointer -c -o conftest.o conftest.c
ar cru libconftest.a conftest.o
gcc -O3 -fomit-frame-pointer -o conftest conftest.c -Wl,-force_load,./libconftest.a
ld: warning: ignoring file ./libconftest.a, file was built for archive which is not the architecture being linked (x86_64): ./libconftest.a
configure:7462: result: no
configure:7501: checking for dlfcn.h
configure:7501: gcc -c -O3 -fomit-frame-pointer conftest.c >&5
configure:7501: $? = 0
configure:7501: result: yes
configure:7688: checking for objdir
configure:7703: result: .libs
configure:7974: checking if gcc supports -fno-rtti -fno-exceptions
configure:7992: gcc -c -O3 -fomit-frame-pointer -fno-rtti -fno-exceptions conftest.c >&5
configure:7996: $? = 0
configure:8009: result: yes
configure:8029: checking for gcc option to produce PIC
configure:8315: result: -fno-common -DPIC
configure:8327: checking if gcc PIC flag -fno-common -DPIC works
configure:8345: gcc -c -O3 -fomit-frame-pointer -fno-common -DPIC -DPIC conftest.c >&5
configure:8349: $? = 0
configure:8362: result: yes
configure:8386: checking if gcc static flag -static works
configure:8414: result: no
configure:8429: checking if gcc supports -c -o file.o
configure:8450: gcc -c -O3 -fomit-frame-pointer -o out/conftest2.o conftest.c >&5
configure:8454: $? = 0
configure:8476: result: yes
configure:8484: checking if gcc supports -c -o file.o
configure:8531: result: yes
configure:8564: checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
configure:9635: result: yes
configure:9880: checking dynamic linker characteristics
configure:10553: result: darwin16.6.0 dyld
configure:10660: checking how to hardcode library paths into programs
configure:10685: result: immediate
configure:11225: checking whether stripping libraries is possible
configure:11230: result: yes
configure:11265: checking if libtool supports shared libraries
configure:11267: result: yes
configure:11270: checking whether to build shared libraries
configure:11291: result: yes
configure:11294: checking whether to build static libraries
configure:11298: result: yes
configure:11346: checking for dlfcn.h
configure:11346: result: yes
configure:11359: checking for windows.h
configure:11359: gcc -c -O3 -fomit-frame-pointer conftest.c >&5
conftest.c:63:10: fatal error: 'windows.h' file not found
#include <windows.h>
^
1 error generated.
configure:11359: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gas"
| #define PACKAGE_TARNAME "gas"
| #define PACKAGE_VERSION "2.28.51"
| #define PACKAGE_STRING "gas 2.28.51"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gas"
| #define VERSION "2.28.51"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <windows.h>
configure:11359: result: no
configure:11386: checking for library containing dlopen
configure:11417: gcc -o conftest -O3 -fomit-frame-pointer conftest.c >&5
configure:11417: $? = 0
configure:11434: result: none required
configure:11465: checking for special C compiler options needed for large files
configure:11510: result: no
configure:11516: checking for _FILE_OFFSET_BITS value needed for large files
configure:11541: gcc -c -O3 -fomit-frame-pointer conftest.c >&5
configure:11541: $? = 0
configure:11573: result: no
configure:11657: checking how to compare bootstrapped objects
configure:11682: result: cmp --ignore-initial=16 $$f1 $$f2
./configure: line 11813: -E: command not found
./configure: line 11827: -E: command not found
configure:11940: checking whether byte ordering is bigendian
configure:11955: gcc -c -O3 -fomit-frame-pointer conftest.c >&5
configure:11955: $? = 0
configure:12000: gcc -c -O3 -fomit-frame-pointer conftest.c >&5
configure:12000: $? = 0
configure:12018: gcc -c -O3 -fomit-frame-pointer conftest.c >&5
conftest.c:37:4: error: use of undeclared identifier 'not'
not big endian
^
1 error generated.
configure:12018: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gas"
| #define PACKAGE_TARNAME "gas"
| #define PACKAGE_VERSION "2.28.51"
| #define PACKAGE_STRING "gas 2.28.51"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gas"
| #define VERSION "2.28.51"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DLFCN_H 1
| #define ENABLE_CHECKING 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:12146: result: no
configure:12966: checking for bison
configure:12982: found /usr/bin/bison
configure:12993: result: bison -y
configure:13009: checking for flex
configure:13025: found /usr/bin/flex
configure:13036: result: flex
configure:13074: flex conftest.l
configure:13078: $? = 0
configure:13080: checking lex output file root
configure:13094: result: lex.yy
configure:13099: checking lex library
configure:13113: gcc -o conftest -O3 -fomit-frame-pointer conftest.c >&5
Undefined symbols for architecture x86_64:
"_yywrap", referenced from:
_yylex in conftest-9c1f39.o
_main in conftest-9c1f39.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13113: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gas"
| #define PACKAGE_TARNAME "gas"
| #define PACKAGE_VERSION "2.28.51"
| #define PACKAGE_STRING "gas 2.28.51"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gas"
| #define VERSION "2.28.51"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DLFCN_H 1
| #define ENABLE_CHECKING 1
| #define DEFAULT_ARCH "x86_64"
| #define DEFAULT_GENERATE_X86_RELAX_RELOCATIONS 1
| #define DEFAULT_GENERATE_ELF_STT_COMMON 0
| #define EMULATIONS
| #define DEFAULT_EMULATION ""
| #define TARGET_ALIAS ""
| #define TARGET_CANONICAL "x86_64-apple-darwin16.6.0"
| #define TARGET_CPU "x86_64"
| #define TARGET_VENDOR "apple"
| #define TARGET_OS "darwin16.6.0"
| /* end confdefs.h. */
|
| #line 3 "lex.yy.c"
|
| #define YY_INT_ALIGNED short int
|
| /* A lexical scanner generated by flex */
|
| #define FLEX_SCANNER
| #define YY_FLEX_MAJOR_VERSION 2
| #define YY_FLEX_MINOR_VERSION 5
| #define YY_FLEX_SUBMINOR_VERSION 35
| #if YY_FLEX_SUBMINOR_VERSION > 0
| #define FLEX_BETA
| #endif
|
| /* First, we deal with platform-specific or compiler-specific issues. */
|
| /* begin standard C headers. */
| #include <stdio.h>
| #include <string.h>
| #include <errno.h>
| #include <stdlib.h>
|
| /* end standard C headers. */
|
| /* flex integer type definitions */
|
| #ifndef FLEXINT_H
| #define FLEXINT_H
|
| /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
|
| #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
|
| /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
| * if you want the limit (max/min) macros for int types.
| */
| #ifndef __STDC_LIMIT_MACROS
| #define __STDC_LIMIT_MACROS 1
| #endif
|
| #include <inttypes.h>
| typedef int8_t flex_int8_t;
| typedef uint8_t flex_uint8_t;
| typedef int16_t flex_int16_t;
| typedef uint16_t flex_uint16_t;
| typedef int32_t flex_int32_t;
| typedef uint32_t flex_uint32_t;
| typedef uint64_t flex_uint64_t;
| #else
| typedef signed char flex_int8_t;
| typedef short int flex_int16_t;
| typedef int flex_int32_t;
| typedef unsigned char flex_uint8_t;
| typedef unsigned short int flex_uint16_t;
| typedef unsigned int flex_uint32_t;
| #endif /* ! C99 */
|
| /* Limits of integral types. */
| #ifndef INT8_MIN
| #define INT8_MIN (-128)
| #endif
| #ifndef INT16_MIN
| #define INT16_MIN (-32767-1)
| #endif
| #ifndef INT32_MIN
| #define INT32_MIN (-2147483647-1)
| #endif
| #ifndef INT8_MAX
| #define INT8_MAX (127)
| #endif
| #ifndef INT16_MAX
| #define INT16_MAX (32767)
| #endif
| #ifndef INT32_MAX
| #define INT32_MAX (2147483647)
| #endif
| #ifndef UINT8_MAX
| #define UINT8_MAX (255U)
| #endif
| #ifndef UINT16_MAX
| #define UINT16_MAX (65535U)
| #endif
| #ifndef UINT32_MAX
| #define UINT32_MAX (4294967295U)
| #endif
|
| #endif /* ! FLEXINT_H */
|
| #ifdef __cplusplus
|
| /* The "const" storage-class-modifier is valid. */
| #define YY_USE_CONST
|
| #else /* ! __cplusplus */
|
| /* C99 requires __STDC__ to be defined as 1. */
| #if defined (__STDC__)
|
| #define YY_USE_CONST
|
| #endif /* defined (__STDC__) */
| #endif /* ! __cplusplus */
|
| #ifdef YY_USE_CONST
| #define yyconst const
| #else
| #define yyconst
| #endif
|
| /* Returned upon end-of-file. */
| #define YY_NULL 0
|
| /* Promotes a possibly negative, possibly signed char to an unsigned
| * integer for use as an array index. If the signed char is negative,
| * we want to instead treat it as an 8-bit unsigned char, hence the
| * double cast.
| */
| #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
|
| /* Enter a start condition. This macro really ought to take a parameter,
| * but we do it the disgusting crufty way forced on us by the ()-less
| * definition of BEGIN.
| */
| #define BEGIN (yy_start) = 1 + 2 *
|
| /* Translate the current start state into a value that can be later handed
| * to BEGIN to return to the state. The YYSTATE alias is for lex
| * compatibility.
| */
| #define YY_START (((yy_start) - 1) / 2)
| #define YYSTATE YY_START
|
| /* Action number for EOF rule of a given start state. */
| #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
|
| /* Special action meaning "start processing a new file". */
| #define YY_NEW_FILE yyrestart(yyin )
|
| #define YY_END_OF_BUFFER_CHAR 0
|
| /* Size of default input buffer. */
| #ifndef YY_BUF_SIZE
| #define YY_BUF_SIZE 16384
| #endif
|
| /* The state buf must be large enough to hold one state per character in the main buffer.
| */
| #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
|
| #ifndef YY_TYPEDEF_YY_BUFFER_STATE
| #define YY_TYPEDEF_YY_BUFFER_STATE
| typedef struct yy_buffer_state *YY_BUFFER_STATE;
| #endif
|
| #ifndef YY_TYPEDEF_YY_SIZE_T
| #define YY_TYPEDEF_YY_SIZE_T
| typedef size_t yy_size_t;
| #endif
|
| extern yy_size_t yyleng;
|
| extern FILE *yyin, *yyout;
|
| #define EOB_ACT_CONTINUE_SCAN 0
| #define EOB_ACT_END_OF_FILE 1
| #define EOB_ACT_LAST_MATCH 2
|
| #define YY_LESS_LINENO(n)
|
| /* Return all but the first "n" matched characters back to the input stream. */
| #define yyless(n) \
| do \
| { \
| /* Undo effects of setting up yytext. */ \
| int yyless_macro_arg = (n); \
| YY_LESS_LINENO(yyless_macro_arg);\
| *yy_cp = (yy_hold_char); \
| YY_RESTORE_YY_MORE_OFFSET \
| (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
| YY_DO_BEFORE_ACTION; /* set up yytext again */ \
| } \
| while ( 0 )
|
| #define unput(c) yyunput( c, (yytext_ptr) )
|
| #ifndef YY_STRUCT_YY_BUFFER_STATE
| #define YY_STRUCT_YY_BUFFER_STATE
| struct yy_buffer_state
| {
| FILE *yy_input_file;
|
| char *yy_ch_buf; /* input buffer */
| char *yy_buf_pos; /* current position in input buffer */
|
| /* Size of input buffer in bytes, not including room for EOB
| * characters.
| */
| yy_size_t yy_buf_size;
|
| /* Number of characters read into yy_ch_buf, not including EOB
| * characters.
| */
| yy_size_t yy_n_chars;
|
| /* Whether we "own" the buffer - i.e., we know we created it,
| * and can realloc() it to grow it, and should free() it to
| * delete it.
| */
| int yy_is_our_buffer;
|
| /* Whether this is an "interactive" input source; if so, and
| * if we're using stdio for input, then we want to use getc()
| * instead of fread(), to make sure we stop fetching input after
| * each newline.
| */
| int yy_is_interactive;
|
| /* Whether we're considered to be at the beginning of a line.
| * If so, '^' rules will be active on the next match, otherwise
| * not.
| */
| int yy_at_bol;
|
| int yy_bs_lineno; /**< The line count. */
| int yy_bs_column; /**< The column count. */
|
| /* Whether to try to fill the input buffer when we reach the
| * end of it.
| */
| int yy_fill_buffer;
|
| int yy_buffer_status;
|
| #define YY_BUFFER_NEW 0
| #define YY_BUFFER_NORMAL 1
| /* When an EOF's been seen but there's still some text to process
| * then we mark the buffer as YY_EOF_PENDING, to indicate that we
| * shouldn't try reading from the input source any more. We might
| * still have a bunch of tokens to match, though, because of
| * possible backing-up.
| *
| * When we actually see the EOF, we change the status to "new"
| * (via yyrestart()), so that the user can continue scanning by
| * just pointing yyin at a new input file.
| */
| #define YY_BUFFER_EOF_PENDING 2
|
| };
| #endif /* !YY_STRUCT_YY_BUFFER_STATE */
|
| /* Stack of input buffers. */
| static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
| static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
| static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
|
| /* We provide macros for accessing buffer states in case in the
| * future we want to put the buffer states in a more general
| * "scanner state".
| *
| * Returns the top of the stack, or NULL.
| */
| #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
| ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
| : NULL)
|
| /* Same as previous macro, but useful when we know that the buffer stack is not
| * NULL or when we need an lvalue. For internal use only.
| */
| #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
|
| /* yy_hold_char holds the character lost when yytext is formed. */
| static char yy_hold_char;
| static yy_size_t yy_n_chars; /* number of characters read into yy_ch_buf */
| yy_size_t yyleng;
|
| /* Points to current character in buffer. */
| static char *yy_c_buf_p = (char *) 0;
| static int yy_init = 0; /* whether we need to initialize */
| static int yy_start = 0; /* start state number */
|
| /* Flag which is used to allow yywrap()'s to do buffer switches
| * instead of setting up a fresh yyin. A bit of a hack ...
| */
| static int yy_did_buffer_switch_on_eof;
|
| void yyrestart (FILE *input_file );
| void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer );
| YY_BUFFER_STATE yy_create_buffer (FILE *file,int size );
| void yy_delete_buffer (YY_BUFFER_STATE b );
| void yy_flush_buffer (YY_BUFFER_STATE b );
| void yypush_buffer_state (YY_BUFFER_STATE new_buffer );
| void yypop_buffer_state (void );
|
| static void yyensure_buffer_stack (void );