-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.log
4331 lines (4307 loc) · 137 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 configure, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --enable-debugger --disable-docbook --enable-readline --prefix=/home/doste/bochs/
## --------- ##
## Platform. ##
## --------- ##
hostname = Doste-ThinkCentre-M920q
uname -m = x86_64
uname -r = 5.19.0-45-generic
uname -s = Linux
uname -v = #46~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Jun 7 15:06:04 UTC 20
/usr/bin/uname -p = x86_64
/bin/uname -X = unknown
/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/doste/zig/build/stage3/bin/
PATH: /home/doste/bochs/bin/
PATH: /home/doste/.local/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games
PATH: /snap/bin
PATH: /snap/bin
PATH: /usr/local/go/bin
PATH: /home/doste/.local/share/JetBrains/Toolbox/scripts
## ----------- ##
## Core tests. ##
## ----------- ##
configure:3234: checking build system type
configure:3248: result: x86_64-pc-linux-gnu
configure:3268: checking host system type
configure:3281: result: x86_64-pc-linux-gnu
configure:3301: checking target system type
configure:3314: result: x86_64-pc-linux-gnu
configure:3341: checking if you are configuring for another platform
configure:3348: result: no
configure:3425: checking for standard CFLAGS on this platform
configure:3427: result:
configure:3496: checking for gcc
configure:3512: found /usr/bin/gcc
configure:3523: result: gcc
configure:3752: checking for C compiler version
configure:3761: gcc --version >&5
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 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:3772: $? = 0
configure:3761: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.3.0-1ubuntu1~22.04.1' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-aYxV0E/gcc-11-11.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-aYxV0E/gcc-11-11.3.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 11.3.0 (Ubuntu 11.3.0-1ubuntu1~22.04.1)
... rest of stderr output deleted ...
configure:3772: $? = 0
configure:3761: gcc -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3772: $? = 1
configure:3761: gcc -qversion >&5
gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:3772: $? = 1
configure:3792: checking whether the C compiler works
configure:3814: gcc conftest.c >&5
configure:3818: $? = 0
configure:3866: result: yes
configure:3869: checking for C compiler default output file name
configure:3871: result: a.out
configure:3877: checking for suffix of executables
configure:3884: gcc -o conftest conftest.c >&5
configure:3888: $? = 0
configure:3910: result:
configure:3932: checking whether we are cross compiling
configure:3940: gcc -o conftest conftest.c >&5
configure:3944: $? = 0
configure:3951: ./conftest
configure:3955: $? = 0
configure:3970: result: no
configure:3975: checking for suffix of object files
configure:3997: gcc -c conftest.c >&5
configure:4001: $? = 0
configure:4022: result: o
configure:4026: checking whether we are using the GNU C compiler
configure:4045: gcc -c conftest.c >&5
configure:4045: $? = 0
configure:4054: result: yes
configure:4063: checking whether gcc accepts -g
configure:4083: gcc -c -g conftest.c >&5
configure:4083: $? = 0
configure:4124: result: yes
configure:4141: checking for gcc option to accept ISO C89
configure:4204: gcc -c -g -O2 conftest.c >&5
configure:4204: $? = 0
configure:4217: result: none needed
configure:4295: checking for g++
configure:4311: found /usr/bin/g++
configure:4322: result: g++
configure:4349: checking for C++ compiler version
configure:4358: g++ --version >&5
g++ (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 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:4369: $? = 0
configure:4358: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.3.0-1ubuntu1~22.04.1' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-aYxV0E/gcc-11-11.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-aYxV0E/gcc-11-11.3.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 11.3.0 (Ubuntu 11.3.0-1ubuntu1~22.04.1)
... rest of stderr output deleted ...
configure:4369: $? = 0
configure:4358: g++ -V >&5
g++: error: unrecognized command-line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:4369: $? = 1
configure:4358: g++ -qversion >&5
g++: error: unrecognized command-line option '-qversion'; did you mean '--version'?
g++: fatal error: no input files
compilation terminated.
configure:4369: $? = 1
configure:4373: checking whether we are using the GNU C++ compiler
configure:4392: g++ -c conftest.cpp >&5
configure:4392: $? = 0
configure:4401: result: yes
configure:4410: checking whether g++ accepts -g
configure:4430: g++ -c -g conftest.cpp >&5
configure:4430: $? = 0
configure:4471: result: yes
configure:4494: checking whether make sets $(MAKE)
configure:4516: result: yes
configure:4602: checking for a sed that does not truncate output
configure:4656: result: /usr/bin/sed
configure:4659: checking for grep that handles long lines and -e
configure:4717: result: /usr/bin/grep
configure:4722: checking for egrep
configure:4784: result: /usr/bin/grep -E
configure:4800: checking for ld used by gcc
configure:4867: result: /usr/bin/ld
configure:4874: checking if the linker (/usr/bin/ld) is GNU ld
configure:4889: result: yes
configure:4894: checking for /usr/bin/ld option to reload object files
configure:4901: result: -r
configure:4910: checking for BSD-compatible nm
configure:4952: result: /usr/bin/nm -B
configure:4956: checking whether ln -s works
configure:4960: result: yes
configure:4967: checking how to recognise dependent libraries
configure:5167: result: file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )
configure:5252: gcc -c -g -O2 conftest.c >&5
configure:5255: $? = 0
configure:5353: checking how to run the C preprocessor
configure:5384: gcc -E conftest.c
configure:5384: $? = 0
configure:5398: gcc -E conftest.c
conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
9 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:5398: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5423: result: gcc -E
configure:5443: gcc -E conftest.c
configure:5443: $? = 0
configure:5457: gcc -E conftest.c
conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
9 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:5457: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5486: checking for ANSI C header files
configure:5506: gcc -c -g -O2 conftest.c >&5
configure:5506: $? = 0
configure:5579: gcc -o conftest -g -O2 conftest.c >&5
configure:5579: $? = 0
configure:5579: ./conftest
configure:5579: $? = 0
configure:5590: result: yes
configure:5603: checking for sys/types.h
configure:5603: gcc -c -g -O2 conftest.c >&5
configure:5603: $? = 0
configure:5603: result: yes
configure:5603: checking for sys/stat.h
configure:5603: gcc -c -g -O2 conftest.c >&5
configure:5603: $? = 0
configure:5603: result: yes
configure:5603: checking for stdlib.h
configure:5603: gcc -c -g -O2 conftest.c >&5
configure:5603: $? = 0
configure:5603: result: yes
configure:5603: checking for string.h
configure:5603: gcc -c -g -O2 conftest.c >&5
configure:5603: $? = 0
configure:5603: result: yes
configure:5603: checking for memory.h
configure:5603: gcc -c -g -O2 conftest.c >&5
configure:5603: $? = 0
configure:5603: result: yes
configure:5603: checking for strings.h
configure:5603: gcc -c -g -O2 conftest.c >&5
configure:5603: $? = 0
configure:5603: result: yes
configure:5603: checking for inttypes.h
configure:5603: gcc -c -g -O2 conftest.c >&5
configure:5603: $? = 0
configure:5603: result: yes
configure:5603: checking for stdint.h
configure:5603: gcc -c -g -O2 conftest.c >&5
configure:5603: $? = 0
configure:5603: result: yes
configure:5603: checking for unistd.h
configure:5603: gcc -c -g -O2 conftest.c >&5
configure:5603: $? = 0
configure:5603: result: yes
configure:5617: checking dlfcn.h usability
configure:5617: gcc -c -g -O2 conftest.c >&5
configure:5617: $? = 0
configure:5617: result: yes
configure:5617: checking dlfcn.h presence
configure:5617: gcc -E conftest.c
configure:5617: $? = 0
configure:5617: result: yes
configure:5617: checking for dlfcn.h
configure:5617: result: yes
configure:5632: checking how to run the C++ preprocessor
configure:5659: g++ -E conftest.cpp
configure:5659: $? = 0
configure:5673: g++ -E conftest.cpp
conftest.cpp:20:10: fatal error: ac_nonexistent.h: No such file or directory
20 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:5673: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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:5698: result: g++ -E
configure:5718: g++ -E conftest.cpp
configure:5718: $? = 0
configure:5732: g++ -E conftest.cpp
conftest.cpp:20:10: fatal error: ac_nonexistent.h: No such file or directory
20 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:5732: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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:5814: checking for g77
configure:5844: result: no
configure:5814: checking for xlf
configure:5844: result: no
configure:5814: checking for f77
configure:5844: result: no
configure:5814: checking for frt
configure:5844: result: no
configure:5814: checking for pgf77
configure:5844: result: no
configure:5814: checking for cf77
configure:5844: result: no
configure:5814: checking for fort77
configure:5844: result: no
configure:5814: checking for fl32
configure:5844: result: no
configure:5814: checking for af77
configure:5844: result: no
configure:5814: checking for xlf90
configure:5844: result: no
configure:5814: checking for f90
configure:5844: result: no
configure:5814: checking for pgf90
configure:5844: result: no
configure:5814: checking for pghpf
configure:5844: result: no
configure:5814: checking for epcf90
configure:5844: result: no
configure:5814: checking for gfortran
configure:5844: result: no
configure:5814: checking for g95
configure:5844: result: no
configure:5814: checking for xlf95
configure:5844: result: no
configure:5814: checking for f95
configure:5844: result: no
configure:5814: checking for fort
configure:5844: result: no
configure:5814: checking for ifort
configure:5844: result: no
configure:5814: checking for ifc
configure:5844: result: no
configure:5814: checking for efc
configure:5844: result: no
configure:5814: checking for pgfortran
configure:5844: result: no
configure:5814: checking for pgf95
configure:5844: result: no
configure:5814: checking for lf95
configure:5844: result: no
configure:5814: checking for ftn
configure:5844: result: no
configure:5814: checking for nagfor
configure:5844: result: no
configure:5867: checking for Fortran 77 compiler version
configure:5876: --version >&5
./configure: line 5878: --version: command not found
configure:5887: $? = 127
configure:5876: -v >&5
./configure: line 5878: -v: command not found
configure:5887: $? = 127
configure:5876: -V >&5
./configure: line 5878: -V: command not found
configure:5887: $? = 127
configure:5876: -qversion >&5
./configure: line 5878: -qversion: command not found
configure:5887: $? = 127
configure:5896: checking whether we are using the GNU Fortran 77 compiler
configure:5909: -c conftest.F >&5
./configure: line 2469: -c: command not found
configure:5909: $? = 127
configure: failed program was:
| program main
| #ifndef __GNUC__
| choke me
| #endif
|
| end
configure:5918: result: no
configure:5924: checking whether accepts -g
configure:5935: -c -g conftest.f >&5
./configure: line 2469: -c: command not found
configure:5935: $? = 127
configure: failed program was:
| program main
|
| end
configure:5943: result: no
configure:5977: checking the maximum length of command line arguments
configure:6042: result: 32768
configure:6053: checking command to parse /usr/bin/nm -B output from gcc object
configure:6142: gcc -c -g -O2 conftest.c >&5
configure:6145: $? = 0
configure:6149: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:6152: $? = 0
configure:6204: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:6207: $? = 0
configure:6245: result: ok
configure:6249: checking for objdir
configure:6264: result: .libs
configure:6356: checking for ar
configure:6372: found /usr/bin/ar
configure:6383: result: ar
configure:6448: checking for ranlib
configure:6464: found /usr/bin/ranlib
configure:6475: result: ranlib
configure:6540: checking for strip
configure:6556: found /usr/bin/strip
configure:6567: result: strip
configure:6631: checking for file
configure:6684: result: /usr/bin/file
configure:6839: checking if gcc static flag works
configure:6862: result: yes
configure:6884: checking if gcc supports -fno-rtti -fno-exceptions
configure:6902: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command-line option '-fno-rtti' is valid for C++/D/ObjC++ but not for C
configure:6906: $? = 0
configure:6917: result: no
configure:6932: checking for gcc option to produce PIC
configure:7109: result: -fPIC
configure:7117: checking if gcc PIC flag -fPIC works
configure:7135: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5
configure:7139: $? = 0
configure:7150: result: yes
configure:7174: checking if gcc supports -c -o file.o
configure:7202: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:7206: $? = 0
configure:7226: result: yes
configure:7252: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:8042: result: yes
configure:8068: checking whether -lc should be explicitly linked in
configure:8073: gcc -c -g -O2 conftest.c >&5
configure:8076: $? = 0
configure:8090: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
configure:8093: $? = 0
configure:8105: result: no
configure:8113: checking dynamic linker characteristics
configure:8635: result: GNU/Linux ld.so
configure:8639: checking how to hardcode library paths into programs
configure:8664: result: immediate
configure:8678: checking whether stripping libraries is possible
configure:8683: result: yes
configure:8781: checking for shl_load
configure:8781: gcc -o conftest -g -O2 conftest.c >&5
/usr/bin/ld: /tmp/cc4U0m3w.o: in function `main':
/home/doste/Downloads/bochs-2.7/conftest.c:54: undefined reference to `shl_load'
collect2: error: ld returned 1 exit status
configure:8781: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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. */
| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define shl_load innocuous_shl_load
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char shl_load (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef shl_load
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_shl_load || defined __stub___shl_load
| choke me
| #endif
|
| int
| main ()
| {
| return shl_load ();
| ;
| return 0;
| }
configure:8781: result: no
configure:8785: checking for shl_load in -ldld
configure:8810: gcc -o conftest -g -O2 conftest.c -ldld >&5
/usr/bin/ld: cannot find -ldld: No such file or directory
collect2: error: ld returned 1 exit status
configure:8810: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| int
| main ()
| {
| return shl_load ();
| ;
| return 0;
| }
configure:8819: result: no
configure:8824: checking for dlopen
configure:8824: gcc -o conftest -g -O2 conftest.c >&5
configure:8824: $? = 0
configure:8824: result: yes
configure:8981: checking whether a program can dlopen itself
configure:9053: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c >&5
configure: In function 'main':
configure:9049:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
9049 |
| ^
configure:8999:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
8998 |
+++ |+#include <stdlib.h>
8999 | #include <stdio.h>
configure:9049:5: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
9049 |
| ^
configure:9049:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
configure:9056: $? = 0
configure:9074: result: yes
configure:9079: checking whether a statically linked program can dlopen itself
configure:9151: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c >&5
configure: In function 'main':
configure:9147:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
9147 |
| ^
configure:9097:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
9096 |
+++ |+#include <stdlib.h>
9097 | #include <stdio.h>
configure:9147:5: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
9147 |
| ^
configure:9147:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
configure:9154: $? = 0
configure:9172: result: yes
configure:9195: checking if libtool supports shared libraries
configure:9197: result: yes
configure:9200: checking whether to build shared libraries
configure:9258: result: yes
configure:9261: checking whether to build static libraries
configure:9265: result: no
configure:9356: creating libtool
configure:9896: checking for ld used by g++
configure:9963: result: /usr/bin/ld -m elf_x86_64
configure:9970: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:9985: result: yes
configure:10036: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:10806: result: yes
configure:10828: g++ -c -g -O2 conftest.cc >&5
configure:10831: $? = 0
configure:10927: checking for g++ option to produce PIC
configure:11179: result: -fPIC
configure:11187: checking if g++ PIC flag -fPIC works
configure:11205: g++ -c -g -O2 -fPIC -DPIC conftest.cc >&5
configure:11209: $? = 0
configure:11220: result: yes
configure:11244: checking if g++ supports -c -o file.o
configure:11272: g++ -c -g -O2 -o out/conftest2.o conftest.cc >&5
configure:11276: $? = 0
configure:11296: result: yes
configure:11322: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:11347: result: yes
configure:11418: checking dynamic linker characteristics
configure:11940: result: GNU/Linux ld.so
configure:11944: checking how to hardcode library paths into programs
configure:11969: result: immediate
configure:11983: checking whether stripping libraries is possible
configure:11988: result: yes
configure:12086: checking for shl_load
configure:12086: result: no
configure:12090: checking for shl_load in -ldld
configure:12124: result: no
configure:12129: checking for dlopen
configure:12129: result: yes
configure:12286: checking whether a program can dlopen itself
configure:12379: result: yes
configure:12384: checking whether a statically linked program can dlopen itself
configure:12477: result: yes
configure:18439: checking for an ANSI C-conforming const
configure:18505: gcc -c -g -O2 conftest.c >&5
configure:18505: $? = 0
configure:18512: result: yes
configure:18523: checking for dirent.h that defines DIR
configure:18542: gcc -c -g -O2 conftest.c >&5
configure:18542: $? = 0
configure:18550: result: yes
configure:18563: checking for library containing opendir
configure:18594: gcc -o conftest -g -O2 conftest.c >&5
configure:18594: $? = 0
configure:18611: result: none required
configure:18694: checking which extension is used for loadable modules
configure:18704: result: .so
configure:18715: checking which variable specifies run-time library path
configure:18722: result: LD_LIBRARY_PATH
configure:18733: checking for the default library search path
configure:18740: result: /lib /usr/lib
configure:18758: checking for objdir
configure:18779: result: .libs
configure:18788: checking whether libtool supports -dlopen/-dlpreopen
configure:18800: result: yes
configure:18817: checking for shl_load
configure:18817: result: no
configure:18823: checking for shl_load in -ldld
configure:18857: result: no
configure:18865: checking for dlopen in -ldl
configure:18890: gcc -o conftest -g -O2 conftest.c -ldl >&5
configure:18890: $? = 0
configure:18899: result: yes
configure:19043: checking for dlerror
configure:19043: gcc -o conftest -g -O2 conftest.c -ldl >&5
configure:19043: $? = 0
configure:19043: result: yes
configure:19062: checking for _ prefix in compiled symbols
configure:19072: gcc -c -g -O2 conftest.c >&5
configure:19075: $? = 0
configure:19079: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:19082: $? = 0
configure:19104: result: no
configure:19220: checking whether deplibs are loaded by dlopen
configure:19300: result: yes
configure:19310: checking argz.h usability
configure:19310: gcc -c -g -O2 conftest.c >&5
configure:19310: $? = 0
configure:19310: result: yes
configure:19310: checking argz.h presence
configure:19310: gcc -E conftest.c
configure:19310: $? = 0
configure:19310: result: yes
configure:19310: checking for argz.h
configure:19310: result: yes
configure:19321: checking for error_t
configure:19321: gcc -c -g -O2 conftest.c >&5
configure:19321: $? = 0
configure:19321: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:36:22: error: expected expression before ')' token
36 | if (sizeof ((error_t)))
| ^
configure:19321: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| /* end confdefs.h. */
| #if HAVE_ARGZ_H
| # include <argz.h>
| #endif
|
| int
| main ()
| {
| if (sizeof ((error_t)))
| return 0;
| ;
| return 0;
| }
configure:19321: result: yes
configure:19342: checking for argz_append
configure:19342: gcc -o conftest -g -O2 conftest.c >&5
configure:19342: $? = 0
configure:19342: result: yes
configure:19342: checking for argz_create_sep
configure:19342: gcc -o conftest -g -O2 conftest.c >&5
configure:19342: $? = 0
configure:19342: result: yes
configure:19342: checking for argz_insert
configure:19342: gcc -o conftest -g -O2 conftest.c >&5
configure:19342: $? = 0
configure:19342: result: yes
configure:19342: checking for argz_next
configure:19342: gcc -o conftest -g -O2 conftest.c >&5
configure:19342: $? = 0
configure:19342: result: yes
configure:19342: checking for argz_stringify
configure:19342: gcc -o conftest -g -O2 conftest.c >&5
configure:19342: $? = 0
configure:19342: result: yes
configure:19374: checking assert.h usability
configure:19374: gcc -c -g -O2 conftest.c >&5
configure:19374: $? = 0
configure:19374: result: yes
configure:19374: checking assert.h presence
configure:19374: gcc -E conftest.c
configure:19374: $? = 0
configure:19374: result: yes
configure:19374: checking for assert.h
configure:19374: result: yes
configure:19374: checking ctype.h usability
configure:19374: gcc -c -g -O2 conftest.c >&5
configure:19374: $? = 0
configure:19374: result: yes
configure:19374: checking ctype.h presence
configure:19374: gcc -E conftest.c
configure:19374: $? = 0
configure:19374: result: yes
configure:19374: checking for ctype.h
configure:19374: result: yes
configure:19374: checking errno.h usability
configure:19374: gcc -c -g -O2 conftest.c >&5
configure:19374: $? = 0
configure:19374: result: yes
configure:19374: checking errno.h presence
configure:19374: gcc -E conftest.c
configure:19374: $? = 0
configure:19374: result: yes
configure:19374: checking for errno.h
configure:19374: result: yes
configure:19374: checking malloc.h usability
configure:19374: gcc -c -g -O2 conftest.c >&5
configure:19374: $? = 0
configure:19374: result: yes
configure:19374: checking malloc.h presence
configure:19374: gcc -E conftest.c
configure:19374: $? = 0
configure:19374: result: yes
configure:19374: checking for malloc.h
configure:19374: result: yes
configure:19374: checking for memory.h
configure:19374: result: yes
configure:19374: checking for stdlib.h
configure:19374: result: yes
configure:19374: checking stdio.h usability
configure:19374: gcc -c -g -O2 conftest.c >&5
configure:19374: $? = 0
configure:19374: result: yes
configure:19374: checking stdio.h presence
configure:19374: gcc -E conftest.c
configure:19374: $? = 0
configure:19374: result: yes
configure:19374: checking for stdio.h
configure:19374: result: yes
configure:19374: checking for unistd.h
configure:19374: result: yes
configure:19387: checking dl.h usability
configure:19387: gcc -c -g -O2 conftest.c >&5
conftest.c:76:10: fatal error: dl.h: No such file or directory
76 | #include <dl.h>
| ^~~~~~
compilation terminated.
configure:19387: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_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 <dl.h>
configure:19387: result: no
configure:19387: checking dl.h presence
configure:19387: gcc -E conftest.c
conftest.c:43:10: fatal error: dl.h: No such file or directory
43 | #include <dl.h>
| ^~~~~~
compilation terminated.
configure:19387: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <dl.h>
configure:19387: result: no
configure:19387: checking for dl.h
configure:19387: result: no
configure:19387: checking sys/dl.h usability
configure:19387: gcc -c -g -O2 conftest.c >&5
conftest.c:76:10: fatal error: sys/dl.h: No such file or directory
76 | #include <sys/dl.h>
| ^~~~~~~~~~
compilation terminated.
configure:19387: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""