This repository has been archived by the owner on Jul 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.log
1685 lines (1660 loc) · 55 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.57. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = liz-conlans-macbook.local
uname -m = i386
uname -r = 9.5.0
uname -s = Darwin
uname -v = Darwin Kernel Version 9.5.0: Wed Sep 3 11:29:43 PDT 2008; root:xnu-1228.7.58~1/RELEASE_I386
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = Mach kernel version:
Darwin Kernel Version 9.5.0: Wed Sep 3 11:29:43 PDT 2008; root:xnu-1228.7.58~1/RELEASE_I386
Kernel configured for up to 2 processors.
2 processors are physically available.
2 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1
Primary memory available: 2.00 gigabytes
Default processor set: 63 tasks, 258 threads, 2 processors
Load average: 0.60, Mach factor: 1.39
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /usr/local/mysql/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /usr/X11/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1517: checking for a BSD-compatible install
configure:1571: result: /usr/bin/install -c
configure:1582: checking whether build environment is sane
configure:1625: result: yes
configure:1658: checking for gawk
configure:1687: result: no
configure:1658: checking for mawk
configure:1687: result: no
configure:1658: checking for nawk
configure:1687: result: no
configure:1658: checking for awk
configure:1674: found /usr/bin/awk
configure:1684: result: awk
configure:1694: checking whether make sets $(MAKE)
configure:1714: result: yes
configure:1871: checking build system type
configure:1889: result: i686-apple-darwin9.5.0
configure:1897: checking host system type
configure:1911: result: i686-apple-darwin9.5.0
configure:1942: checking for style of include used by make
configure:1970: result: GNU
configure:2041: checking for gcc
configure:2057: found /usr/bin/gcc
configure:2067: result: gcc
configure:2311: checking for C compiler version
configure:2314: gcc --version </dev/null >&5
i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5484)
Copyright (C) 2005 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:2317: $? = 0
configure:2319: gcc -v </dev/null >&5
Using built-in specs.
Target: i686-apple-darwin9
Configured with: /var/tmp/gcc/gcc-5484~1/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=i686-apple-darwin9 --with-arch=apple --with-tune=generic --host=i686-apple-darwin9 --target=i686-apple-darwin9
Thread model: posix
gcc version 4.0.1 (Apple Inc. build 5484)
configure:2322: $? = 0
configure:2324: gcc -V </dev/null >&5
gcc-4.0: argument to `-V' is missing
configure:2327: $? = 1
configure:2351: checking for C compiler default output
configure:2354: gcc conftest.c >&5
configure:2357: $? = 0
configure:2403: result: a.out
configure:2408: checking whether the C compiler works
configure:2414: ./a.out
configure:2417: $? = 0
configure:2434: result: yes
configure:2441: checking whether we are cross compiling
configure:2443: result: no
configure:2446: checking for suffix of executables
configure:2448: gcc -o conftest conftest.c >&5
configure:2451: $? = 0
configure:2476: result:
configure:2482: checking for suffix of object files
configure:2504: gcc -c conftest.c >&5
configure:2507: $? = 0
configure:2529: result: o
configure:2533: checking whether we are using the GNU C compiler
configure:2558: gcc -c conftest.c >&5
configure:2561: $? = 0
configure:2564: test -s conftest.o
configure:2567: $? = 0
configure:2580: result: yes
configure:2586: checking whether gcc accepts -g
configure:2608: gcc -c -g conftest.c >&5
configure:2611: $? = 0
configure:2614: test -s conftest.o
configure:2617: $? = 0
configure:2628: result: yes
configure:2645: checking for gcc option to accept ANSI C
configure:2706: gcc -c -g -O2 conftest.c >&5
configure:2709: $? = 0
configure:2712: test -s conftest.o
configure:2715: $? = 0
configure:2733: result: none needed
configure:2751: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: syntax error before 'me'
configure:2754: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2865: checking dependency style of gcc
configure:2927: result: none
configure:2938: checking how to run the C preprocessor
configure:2974: gcc -E conftest.c
configure:2980: $? = 0
configure:3012: gcc -E conftest.c
configure:3013:28: error: ac_nonexistent.h: No such file or directory
configure:3018: $? = 1
configure: failed program was:
| #line 3003 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "siege"
| #define VERSION "2.67a"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3056: result: gcc -E
configure:3081: gcc -E conftest.c
configure:3087: $? = 0
configure:3119: gcc -E conftest.c
configure:3120:28: error: ac_nonexistent.h: No such file or directory
configure:3125: $? = 1
configure: failed program was:
| #line 3110 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "siege"
| #define VERSION "2.67a"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3168: checking for egrep
configure:3178: result: grep -E
configure:3184: checking for AIX
configure:3207: result: no
configure:3260: checking for gcc
configure:3286: result: gcc
configure:3530: checking for C compiler version
configure:3533: gcc --version </dev/null >&5
i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5484)
Copyright (C) 2005 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:3536: $? = 0
configure:3538: gcc -v </dev/null >&5
Using built-in specs.
Target: i686-apple-darwin9
Configured with: /var/tmp/gcc/gcc-5484~1/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=i686-apple-darwin9 --with-arch=apple --with-tune=generic --host=i686-apple-darwin9 --target=i686-apple-darwin9
Thread model: posix
gcc version 4.0.1 (Apple Inc. build 5484)
configure:3541: $? = 0
configure:3543: gcc -V </dev/null >&5
gcc-4.0: argument to `-V' is missing
configure:3546: $? = 1
configure:3549: checking whether we are using the GNU C compiler
configure:3596: result: yes
configure:3602: checking whether gcc accepts -g
configure:3644: result: yes
configure:3661: checking for gcc option to accept ANSI C
configure:3749: result: none needed
configure:3767: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: syntax error before 'me'
configure:3770: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:3881: checking dependency style of gcc
configure:3943: result: none
configure:4021: checking for a sed that does not truncate output
configure:4075: result: /usr/bin/sed
configure:4089: checking for ld used by gcc
configure:4156: result: /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
configure:4165: checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld
configure:4180: result: no
configure:4185: checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to reload object files
configure:4192: result: -r
configure:4210: checking for BSD-compatible nm
configure:4252: result: /usr/bin/nm -p
configure:4256: checking whether ln -s works
configure:4260: result: yes
configure:4267: checking how to recognise dependent libraries
configure:4439: result: pass_all
configure:4637: checking for ANSI C header files
configure:4663: gcc -c -g -O2 conftest.c >&5
configure:4666: $? = 0
configure:4669: test -s conftest.o
configure:4672: $? = 0
configure:4764: gcc -o conftest -g -O2 conftest.c >&5
configure: In function 'main':
configure:4759: warning: incompatible implicit declaration of built-in function 'exit'
configure:4767: $? = 0
configure:4769: ./conftest
configure:4772: $? = 0
configure:4787: result: yes
configure:4811: checking for sys/types.h
configure:4828: gcc -c -g -O2 conftest.c >&5
configure:4831: $? = 0
configure:4834: test -s conftest.o
configure:4837: $? = 0
configure:4848: result: yes
configure:4811: checking for sys/stat.h
configure:4828: gcc -c -g -O2 conftest.c >&5
configure:4831: $? = 0
configure:4834: test -s conftest.o
configure:4837: $? = 0
configure:4848: result: yes
configure:4811: checking for stdlib.h
configure:4828: gcc -c -g -O2 conftest.c >&5
configure:4831: $? = 0
configure:4834: test -s conftest.o
configure:4837: $? = 0
configure:4848: result: yes
configure:4811: checking for string.h
configure:4828: gcc -c -g -O2 conftest.c >&5
configure:4831: $? = 0
configure:4834: test -s conftest.o
configure:4837: $? = 0
configure:4848: result: yes
configure:4811: checking for memory.h
configure:4828: gcc -c -g -O2 conftest.c >&5
configure:4831: $? = 0
configure:4834: test -s conftest.o
configure:4837: $? = 0
configure:4848: result: yes
configure:4811: checking for strings.h
configure:4828: gcc -c -g -O2 conftest.c >&5
configure:4831: $? = 0
configure:4834: test -s conftest.o
configure:4837: $? = 0
configure:4848: result: yes
configure:4811: checking for inttypes.h
configure:4828: gcc -c -g -O2 conftest.c >&5
configure:4831: $? = 0
configure:4834: test -s conftest.o
configure:4837: $? = 0
configure:4848: result: yes
configure:4811: checking for stdint.h
configure:4828: gcc -c -g -O2 conftest.c >&5
configure:4831: $? = 0
configure:4834: test -s conftest.o
configure:4837: $? = 0
configure:4848: result: yes
configure:4811: checking for unistd.h
configure:4828: gcc -c -g -O2 conftest.c >&5
configure:4831: $? = 0
configure:4834: test -s conftest.o
configure:4837: $? = 0
configure:4848: result: yes
configure:4874: checking dlfcn.h usability
configure:4887: gcc -c -g -O2 conftest.c >&5
configure:4890: $? = 0
configure:4893: test -s conftest.o
configure:4896: $? = 0
configure:4906: result: yes
configure:4910: checking dlfcn.h presence
configure:4921: gcc -E conftest.c
configure:4927: $? = 0
configure:4946: result: yes
configure:4982: checking for dlfcn.h
configure:4989: result: yes
configure:5054: checking for g++
configure:5070: found /usr/bin/g++
configure:5080: result: g++
configure:5096: checking for C++ compiler version
configure:5099: g++ --version </dev/null >&5
i686-apple-darwin9-g++-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5484)
Copyright (C) 2005 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:5102: $? = 0
configure:5104: g++ -v </dev/null >&5
Using built-in specs.
Target: i686-apple-darwin9
Configured with: /var/tmp/gcc/gcc-5484~1/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=i686-apple-darwin9 --with-arch=apple --with-tune=generic --host=i686-apple-darwin9 --target=i686-apple-darwin9
Thread model: posix
gcc version 4.0.1 (Apple Inc. build 5484)
configure:5107: $? = 0
configure:5109: g++ -V </dev/null >&5
g++-4.0: argument to `-V' is missing
configure:5112: $? = 1
configure:5115: checking whether we are using the GNU C++ compiler
configure:5140: g++ -c conftest.cc >&5
configure:5143: $? = 0
configure:5146: test -s conftest.o
configure:5149: $? = 0
configure:5162: result: yes
configure:5168: checking whether g++ accepts -g
configure:5190: g++ -c -g conftest.cc >&5
configure:5193: $? = 0
configure:5196: test -s conftest.o
configure:5199: $? = 0
configure:5210: result: yes
configure:5254: g++ -c -g -O2 conftest.cc >&5
configure:5257: $? = 0
configure:5260: test -s conftest.o
configure:5263: $? = 0
configure:5290: g++ -c -g -O2 conftest.cc >&5
configure: In function 'int main()':
configure:5298: error: 'exit' was not declared in this scope
configure:5293: $? = 1
configure: failed program was:
| #line 5273 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "siege"
| #define VERSION "2.67a"
| #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. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:5254: g++ -c -g -O2 conftest.cc >&5
configure:5257: $? = 0
configure:5260: test -s conftest.o
configure:5263: $? = 0
configure:5290: g++ -c -g -O2 conftest.cc >&5
configure:5293: $? = 0
configure:5296: test -s conftest.o
configure:5299: $? = 0
configure:5324: checking dependency style of g++
configure:5386: result: none
configure:5401: checking how to run the C++ preprocessor
configure:5433: g++ -E conftest.cc
configure:5439: $? = 0
configure:5471: g++ -E conftest.cc
configure:5486:28: error: ac_nonexistent.h: No such file or directory
configure:5477: $? = 1
configure: failed program was:
| #line 5462 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "siege"
| #define VERSION "2.67a"
| #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
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5515: result: g++ -E
configure:5540: g++ -E conftest.cc
configure:5546: $? = 0
configure:5578: g++ -E conftest.cc
configure:5593:28: error: ac_nonexistent.h: No such file or directory
configure:5584: $? = 1
configure: failed program was:
| #line 5569 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "siege"
| #define VERSION "2.67a"
| #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
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5680: checking for g77
configure:5709: result: no
configure:5680: checking for f77
configure:5709: result: no
configure:5680: checking for xlf
configure:5709: result: no
configure:5680: checking for frt
configure:5709: result: no
configure:5680: checking for pgf77
configure:5709: result: no
configure:5680: checking for fl32
configure:5709: result: no
configure:5680: checking for af77
configure:5709: result: no
configure:5680: checking for fort77
configure:5709: result: no
configure:5680: checking for f90
configure:5709: result: no
configure:5680: checking for xlf90
configure:5709: result: no
configure:5680: checking for pgf90
configure:5709: result: no
configure:5680: checking for epcf90
configure:5709: result: no
configure:5680: checking for f95
configure:5709: result: no
configure:5680: checking for fort
configure:5709: result: no
configure:5680: checking for xlf95
configure:5709: result: no
configure:5680: checking for lf95
configure:5709: result: no
configure:5680: checking for g95
configure:5709: result: no
configure:5721: checking for Fortran 77 compiler version
configure:5724: --version </dev/null >&5
./configure: line 5725: --version: command not found
configure:5727: $? = 127
configure:5729: -v </dev/null >&5
./configure: line 5730: -v: command not found
configure:5732: $? = 127
configure:5734: -V </dev/null >&5
./configure: line 5735: -V: command not found
configure:5737: $? = 127
configure:5744: checking whether we are using the GNU Fortran 77 compiler
configure:5758: -c conftest.F >&5
./configure: line 5759: -c: command not found
configure:5761: $? = 127
configure: failed program was:
| program main
| #ifndef __GNUC__
| choke me
| #endif
|
| end
configure:5780: result: no
configure:5787: checking whether accepts -g
configure:5799: -c -g conftest.f >&5
./configure: line 5800: -c: command not found
configure:5802: $? = 127
configure: failed program was:
| program main
|
| end
configure:5820: result: no
configure:5848: checking the maximum length of command line arguments
configure:5940: result: 196608
configure:5951: checking command to parse /usr/bin/nm -p output from gcc object
configure:6047: gcc -c -g -O2 conftest.c >&5
configure:6050: $? = 0
configure:6054: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:6057: $? = 0
cannot find nm_test_var in conftest.nm
configure:6047: gcc -c -g -O2 conftest.c >&5
configure:6050: $? = 0
configure:6054: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
configure:6057: $? = 0
configure:6109: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:6112: $? = 0
configure:6150: result: ok
configure:6154: checking for objdir
configure:6169: result: .libs
configure:6259: checking for ar
configure:6275: found /usr/bin/ar
configure:6286: result: ar
configure:6339: checking for ranlib
configure:6355: found /usr/bin/ranlib
configure:6366: result: ranlib
configure:6419: checking for strip
configure:6435: found /usr/bin/strip
configure:6446: result: strip
configure:6733: checking if gcc static flag works
configure:6761: result: yes
configure:6779: checking if gcc supports -fno-rtti -fno-exceptions
configure:6797: gcc -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:6801: $? = 0
configure:6814: result: no
configure:6829: checking for gcc option to produce PIC
configure:7033: result: -fno-common
configure:7041: checking if gcc PIC flag -fno-common works
configure:7059: gcc -c -g -O2 -fno-common -DPIC conftest.c >&5
configure:7063: $? = 0
configure:7076: result: yes
configure:7100: checking if gcc supports -c -o file.o
configure:7121: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:7125: $? = 0
configure:7147: result: yes
configure:7173: checking whether the gcc linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries
configure:8049: result: yes
configure:8120: checking dynamic linker characteristics
configure:8666: result: darwin9.5.0 dyld
configure:8670: checking how to hardcode library paths into programs
configure:8695: result: immediate
configure:8709: checking whether stripping libraries is possible
configure:8722: result: yes
configure:9458: checking if libtool supports shared libraries
configure:9460: result: yes
configure:9463: checking whether to build shared libraries
configure:9484: result: yes
configure:9487: checking whether to build static libraries
configure:9491: result: yes
configure:9583: creating libtool
configure:10161: checking for ld used by g++
configure:10228: result: /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
configure:10237: checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld
configure:10252: result: no
configure:10303: checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries
configure:11170: result: yes
configure:11188: g++ -c -g -O2 conftest.cc >&5
configure:11191: $? = 0
configure:11287: checking for g++ option to produce PIC
configure:11555: result: -fno-common
configure:11563: checking if g++ PIC flag -fno-common works
configure:11581: g++ -c -g -O2 -fno-common -DPIC conftest.cc >&5
configure:11585: $? = 0
configure:11598: result: yes
configure:11622: checking if g++ supports -c -o file.o
configure:11643: g++ -c -g -O2 -o out/conftest2.o conftest.cc >&5
configure:11647: $? = 0
configure:11669: result: yes
configure:11695: checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries
configure:11720: result: yes
configure:11791: checking dynamic linker characteristics
configure:12337: result: darwin9.5.0 dyld
configure:12341: checking how to hardcode library paths into programs
configure:12366: result: immediate
configure:12380: checking whether stripping libraries is possible
configure:12393: result: yes
configure:19680: checking for perl
configure:19698: found /usr/bin/perl
configure:19711: result: /usr/bin/perl
configure:19718: checking for a POSIX-compliant shell
configure:19754: result: /bin/sh
configure:19763: checking whether make sets $(MAKE)
configure:19783: result: yes
configure:19804: checking for a BSD-compatible install
configure:19858: result: /usr/bin/install -c
configure:19927: checking for buggy pthread mutex initializers
configure:19947: gcc -c -g -O2 -W -Wall -Werror conftest.c >&5
configure:19950: $? = 0
configure:19953: test -s conftest.o
configure:19956: $? = 0
configure:19969: result: no
configure:19980: checking for dlopen() in -ldld
configure:20001: gcc -o conftest -g -O2 conftest.c -ldld >&5
ld: library not found for -ldld
collect2: ld returned 1 exit status
configure:20004: $? = 1
configure: failed program was:
| #line 19984 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "siege"
| #define VERSION "2.67a"
| #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
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h. */
|
| int
| main ()
| {
| extern void* dlopen(); dlopen();
| ;
| return 0;
| }
configure:20025: result: no
configure:20032: checking for dlopen() in -ldl
configure:20053: gcc -o conftest -g -O2 conftest.c -ldl >&5
configure:20056: $? = 0
configure:20059: test -s conftest
configure:20062: $? = 0
configure:20064: result: yes
configure:20103: result: checking for ssl support... yes
configure:20126: checking off/include/openssl/opensslv.h usability
configure:20139: gcc -c -g -O2 conftest.c >&5
configure:20186:42: error: off/include/openssl/opensslv.h: No such file or directory
configure:20142: $? = 1
configure: failed program was:
| #line 20128 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "siege"
| #define VERSION "2.67a"
| #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
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <off/include/openssl/opensslv.h>
configure:20158: result: no
configure:20162: checking off/include/openssl/opensslv.h presence
configure:20173: gcc -E conftest.c
configure:20188:42: error: off/include/openssl/opensslv.h: No such file or directory
configure:20179: $? = 1
configure: failed program was:
| #line 20164 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "siege"
| #define VERSION "2.67a"
| #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
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h. */
| #include <off/include/openssl/opensslv.h>
configure:20198: result: no
configure:20234: checking for off/include/openssl/opensslv.h
configure:20241: result: no
configure:20272: checking /usr/include/openssl/opensslv.h usability
configure:20285: gcc -c -g -O2 conftest.c >&5
configure:20288: $? = 0
configure:20291: test -s conftest.o
configure:20294: $? = 0
configure:20304: result: yes
configure:20308: checking /usr/include/openssl/opensslv.h presence
configure:20319: gcc -E conftest.c
configure:20325: $? = 0
configure:20344: result: yes
configure:20380: checking for /usr/include/openssl/opensslv.h
configure:20387: result: yes
configure:20407: checking for OpenSSL version
configure:20433: result: < 0.9.8
configure:20500: checking for ANSI C header files
configure:20650: result: yes
configure:20660: checking for sys/wait.h that is POSIX.1 compatible
configure:20692: gcc -c -g -O2 -I/usr/include/openssl -I/usr/include conftest.c >&5
configure:20695: $? = 0
configure:20698: test -s conftest.o
configure:20701: $? = 0
configure:20712: result: yes
configure:20736: checking fcntl.h usability
configure:20749: gcc -c -g -O2 -I/usr/include/openssl -I/usr/include conftest.c >&5
configure:20752: $? = 0
configure:20755: test -s conftest.o
configure:20758: $? = 0
configure:20768: result: yes
configure:20772: checking fcntl.h presence
configure:20783: gcc -E -I/usr/include/openssl -I/usr/include conftest.c
configure:20789: $? = 0
configure:20808: result: yes
configure:20844: checking for fcntl.h
configure:20851: result: yes
configure:20869: checking for unistd.h
configure:20874: result: yes
configure:21020: checking signal.h usability
configure:21033: gcc -c -g -O2 -I/usr/include/openssl -I/usr/include conftest.c >&5
configure:21036: $? = 0
configure:21039: test -s conftest.o
configure:21042: $? = 0
configure:21052: result: yes
configure:21056: checking signal.h presence
configure:21067: gcc -E -I/usr/include/openssl -I/usr/include conftest.c
configure:21073: $? = 0
configure:21092: result: yes
configure:21128: checking for signal.h
configure:21135: result: yes
configure:21162: checking sys/socket.h usability
configure:21175: gcc -c -g -O2 -I/usr/include/openssl -I/usr/include conftest.c >&5
configure:21178: $? = 0
configure:21181: test -s conftest.o
configure:21184: $? = 0
configure:21194: result: yes
configure:21198: checking sys/socket.h presence
configure:21209: gcc -E -I/usr/include/openssl -I/usr/include conftest.c
configure:21215: $? = 0
configure:21234: result: yes
configure:21270: checking for sys/socket.h
configure:21277: result: yes
configure:21304: checking sys/select.h usability
configure:21317: gcc -c -g -O2 -I/usr/include/openssl -I/usr/include conftest.c >&5
configure:21320: $? = 0
configure:21323: test -s conftest.o
configure:21326: $? = 0
configure:21336: result: yes
configure:21340: checking sys/select.h presence
configure:21351: gcc -E -I/usr/include/openssl -I/usr/include conftest.c
configure:21357: $? = 0
configure:21376: result: yes
configure:21412: checking for sys/select.h
configure:21419: result: yes
configure:21447: checking sys/time.h usability
configure:21460: gcc -c -g -O2 -I/usr/include/openssl -I/usr/include conftest.c >&5
configure:21463: $? = 0
configure:21466: test -s conftest.o
configure:21469: $? = 0
configure:21479: result: yes
configure:21483: checking sys/time.h presence
configure:21494: gcc -E -I/usr/include/openssl -I/usr/include conftest.c
configure:21500: $? = 0
configure:21519: result: yes
configure:21555: checking for sys/time.h
configure:21562: result: yes
configure:21447: checking sys/times.h usability
configure:21460: gcc -c -g -O2 -I/usr/include/openssl -I/usr/include conftest.c >&5
configure:21463: $? = 0
configure:21466: test -s conftest.o
configure:21469: $? = 0
configure:21479: result: yes
configure:21483: checking sys/times.h presence
configure:21494: gcc -E -I/usr/include/openssl -I/usr/include conftest.c
configure:21500: $? = 0
configure:21519: result: yes
configure:21555: checking for sys/times.h
configure:21562: result: yes
configure:21589: checking sys/resource.h usability
configure:21602: gcc -c -g -O2 -I/usr/include/openssl -I/usr/include conftest.c >&5
configure:21605: $? = 0
configure:21608: test -s conftest.o
configure:21611: $? = 0
configure:21621: result: yes
configure:21625: checking sys/resource.h presence
configure:21636: gcc -E -I/usr/include/openssl -I/usr/include conftest.c
configure:21642: $? = 0
configure:21661: result: yes
configure:21697: checking for sys/resource.h
configure:21704: result: yes
configure:21731: checking errno.h usability
configure:21744: gcc -c -g -O2 -I/usr/include/openssl -I/usr/include conftest.c >&5
configure:21747: $? = 0
configure:21750: test -s conftest.o
configure:21753: $? = 0
configure:21763: result: yes
configure:21767: checking errno.h presence
configure:21778: gcc -E -I/usr/include/openssl -I/usr/include conftest.c
configure:21784: $? = 0
configure:21803: result: yes
configure:21839: checking for errno.h
configure:21846: result: yes
configure:21873: checking arpa/inet.h usability
configure:21886: gcc -c -g -O2 -I/usr/include/openssl -I/usr/include conftest.c >&5
configure:21889: $? = 0
configure:21892: test -s conftest.o
configure:21895: $? = 0
configure:21905: result: yes
configure:21909: checking arpa/inet.h presence
configure:21920: gcc -E -I/usr/include/openssl -I/usr/include conftest.c
configure:21926: $? = 0
configure:21945: result: yes
configure:21981: checking for arpa/inet.h
configure:21988: result: yes
configure:22015: checking netinet/in.h usability
configure:22028: gcc -c -g -O2 -I/usr/include/openssl -I/usr/include conftest.c >&5
configure:22031: $? = 0
configure:22034: test -s conftest.o
configure:22037: $? = 0
configure:22047: result: yes
configure:22051: checking netinet/in.h presence
configure:22062: gcc -E -I/usr/include/openssl -I/usr/include conftest.c
configure:22068: $? = 0
configure:22087: result: yes
configure:22123: checking for netinet/in.h
configure:22130: result: yes
configure:22157: checking netdb.h usability
configure:22170: gcc -c -g -O2 -I/usr/include/openssl -I/usr/include conftest.c >&5
configure:22173: $? = 0
configure:22176: test -s conftest.o
configure:22179: $? = 0
configure:22189: result: yes
configure:22193: checking netdb.h presence
configure:22204: gcc -E -I/usr/include/openssl -I/usr/include conftest.c
configure:22210: $? = 0
configure:22229: result: yes
configure:22265: checking for netdb.h
configure:22272: result: yes
configure:22299: checking pthread.h usability
configure:22312: gcc -c -g -O2 -I/usr/include/openssl -I/usr/include conftest.c >&5
configure:22315: $? = 0
configure:22318: test -s conftest.o
configure:22321: $? = 0
configure:22331: result: yes
configure:22335: checking pthread.h presence
configure:22346: gcc -E -I/usr/include/openssl -I/usr/include conftest.c
configure:22352: $? = 0
configure:22371: result: yes
configure:22407: checking for pthread.h
configure:22414: result: yes
configure:22432: checking for string.h
configure:22437: result: yes
configure:22574: checking for strings.h
configure:22579: result: yes
configure:22725: checking sched.h usability
configure:22738: gcc -c -g -O2 -I/usr/include/openssl -I/usr/include conftest.c >&5
configure:22741: $? = 0
configure:22744: test -s conftest.o
configure:22747: $? = 0
configure:22757: result: yes
configure:22761: checking sched.h presence
configure:22772: gcc -E -I/usr/include/openssl -I/usr/include conftest.c
configure:22778: $? = 0
configure:22797: result: yes
configure:22833: checking for sched.h
configure:22840: result: yes
configure:22867: checking openssl/e_os.h usability
configure:22880: gcc -c -g -O2 -I/usr/include/openssl -I/usr/include conftest.c >&5
configure:22947:26: error: openssl/e_os.h: No such file or directory
configure:22883: $? = 1
configure: failed program was:
| #line 22869 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "siege"
| #define VERSION "2.67a"
| #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
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define HAVE__USR_INCLUDE_OPENSSL_OPENSSLV_H 1
| #define HAVE_SSL 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1