-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.log
3092 lines (3065 loc) · 117 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 transmission configure 2.93, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --disable-mac --disable-nls CPPFLAGS=-D__powerpc OPENSSL_CFLAGS=-I/opt/include OPENSSL_LIBS=-L/opt/lib -lssl -lcrypto -ldl LIBEVENT_CFLAGS=-I/opt/include LIBEVENT_LIBS=-L/opt/lib -levent ZLIB_CFLAGS=-I/opt/include ZLIB_LIBS=-L/opt/lib -lz LIBCURL_CFLAGS=-I/opt/include LIBCURL_LIBS=-L/opt/lib -lcurl
## --------- ##
## Platform. ##
## --------- ##
hostname = MyBookLive
uname -m = ppc
uname -r = 2.6.32.11-svn70860
uname -s = Linux
uname -v = #1 Thu May 17 13:32:51 PDT 2012
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /opt/bin
PATH: /opt/sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2646: checking whether make supports nested variables
configure:2663: result: yes
configure:2723: checking for a BSD-compatible install
configure:2791: result: /usr/bin/install -c
configure:2802: checking whether build environment is sane
configure:2857: result: yes
configure:3008: checking for a thread-safe mkdir -p
configure:3047: result: /bin/mkdir -p
configure:3054: checking for gawk
configure:3070: found /opt/bin/gawk
configure:3081: result: gawk
configure:3092: checking whether make sets $(MAKE)
configure:3114: result: yes
configure:3200: checking how to create a pax tar archive
configure:3211: tar --version
tar (GNU tar) 1.20
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by John Gilmore and Jay Fenlason.
configure:3214: $? = 0
configure:3254: tardir=conftest.dir && eval tar --format=posix -chf - "$tardir" >conftest.tar
configure:3257: $? = 0
configure:3261: tar -xf - <conftest.tar
configure:3264: $? = 0
configure:3266: cat conftest.dir/file
GrepMe
configure:3269: $? = 0
configure:3282: result: gnutar
configure:3361: checking build system type
configure:3375: result: powerpc-unknown-linux-gnu
configure:3395: checking host system type
configure:3408: result: powerpc-unknown-linux-gnu
configure:3449: checking how to print strings
configure:3476: result: printf
configure:3509: checking for style of include used by make
configure:3537: result: GNU
configure:3608: checking for gcc
configure:3624: found /opt/bin/gcc
configure:3635: result: gcc
configure:3864: checking for C compiler version
configure:3873: gcc --version >&5
gcc (GCC) 3.3.4
Copyright (C) 2003 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:3884: $? = 0
configure:3873: gcc -v >&5
Reading specs from /opt/powerpc/lib/gcc-lib/powerpc-603e-linux/3.3.4/specs
Configured with: /home/slug/optware/ds101g/builds/crosstool-native/build/powerpc-603e-linux/gcc-3.3.4-glibc-2.3.3/gcc-3.3.4/configure --build=i686-build_pc-linux-gnu --target=powerpc-603e-linux --host=powerpc-host_603e-linux --prefix=/opt/powerpc --with-cpu=603 --enable-cxx-flags=-mcpu=603 --with-headers=/opt/powerpc/powerpc-603e-linux/include --with-local-prefix=/opt/powerpc/powerpc-603e-linux --disable-nls --enable-threads=posix --enable-symvers=gnu --enable-__cxa_atexit --enable-languages=c,c++ --enable-shared --enable-c99 --enable-long-long
Thread model: posix
gcc version 3.3.4
configure:3884: $? = 0
configure:3873: gcc -V >&5
gcc: `-V' option must have argument
configure:3884: $? = 1
configure:3873: gcc -qversion >&5
gcc: unrecognized option `-qversion'
gcc: no input files
configure:3884: $? = 1
configure:3904: checking whether the C compiler works
configure:3926: gcc -D__powerpc conftest.c >&5
configure:3930: $? = 0
configure:3978: result: yes
configure:3981: checking for C compiler default output file name
configure:3983: result: a.out
configure:3989: checking for suffix of executables
configure:3996: gcc -o conftest -D__powerpc conftest.c >&5
configure:4000: $? = 0
configure:4022: result:
configure:4044: checking whether we are cross compiling
configure:4052: gcc -o conftest -D__powerpc conftest.c >&5
configure:4056: $? = 0
configure:4063: ./conftest
configure:4067: $? = 0
configure:4082: result: no
configure:4087: checking for suffix of object files
configure:4109: gcc -c -D__powerpc conftest.c >&5
configure:4113: $? = 0
configure:4134: result: o
configure:4138: checking whether we are using the GNU C compiler
configure:4157: gcc -c -D__powerpc conftest.c >&5
configure:4157: $? = 0
configure:4166: result: yes
configure:4175: checking whether gcc accepts -g
configure:4195: gcc -c -g -D__powerpc conftest.c >&5
configure:4195: $? = 0
configure:4236: result: yes
configure:4253: checking for gcc option to accept ISO C89
configure:4316: gcc -c -g -O2 -D__powerpc conftest.c >&5
configure:4316: $? = 0
configure:4329: result: none needed
configure:4354: checking whether gcc understands -c and -o together
configure:4376: gcc -c conftest.c -o conftest2.o
configure:4379: $? = 0
configure:4376: gcc -c conftest.c -o conftest2.o
configure:4379: $? = 0
configure:4391: result: yes
configure:4410: checking dependency style of gcc
configure:4521: result: gcc3
configure:4536: checking for a sed that does not truncate output
configure:4600: result: /bin/sed
configure:4618: checking for grep that handles long lines and -e
configure:4676: result: /bin/grep
configure:4681: checking for egrep
configure:4743: result: /bin/grep -E
configure:4748: checking for fgrep
configure:4810: result: /bin/grep -F
configure:4845: checking for ld used by gcc
configure:4912: result: /opt/powerpc/powerpc-603e-linux/bin/ld
configure:4919: checking if the linker (/opt/powerpc/powerpc-603e-linux/bin/ld) is GNU ld
configure:4934: result: yes
configure:4946: checking for BSD- or MS-compatible name lister (nm)
configure:5000: result: /usr/bin/nm -B
configure:5130: checking the name lister (/usr/bin/nm -B) interface
configure:5137: gcc -c -g -O2 -D__powerpc conftest.c >&5
configure:5140: /usr/bin/nm -B "conftest.o"
configure:5143: output
00000000 S some_variable
configure:5150: result: BSD nm
configure:5153: checking whether ln -s works
configure:5157: result: yes
configure:5165: checking the maximum length of command line arguments
configure:5296: result: 1572864
configure:5344: checking how to convert powerpc-unknown-linux-gnu file names to powerpc-unknown-linux-gnu format
configure:5384: result: func_convert_file_noop
configure:5391: checking how to convert powerpc-unknown-linux-gnu file names to toolchain format
configure:5411: result: func_convert_file_noop
configure:5418: checking for /opt/powerpc/powerpc-603e-linux/bin/ld option to reload object files
configure:5425: result: -r
configure:5499: checking for objdump
configure:5515: found /usr/bin/objdump
configure:5526: result: objdump
configure:5558: checking how to recognize dependent libraries
configure:5758: result: pass_all
configure:5843: checking for dlltool
configure:5873: result: no
configure:5903: checking how to associate runtime and link libraries
configure:5930: result: printf %s\n
configure:5991: checking for ar
configure:6007: found /usr/bin/ar
configure:6018: result: ar
configure:6055: checking for archiver @FILE support
configure:6072: gcc -c -g -O2 -D__powerpc conftest.c >&5
configure:6072: $? = 0
configure:6075: ar cru libconftest.a @conftest.lst >&5
configure:6078: $? = 0
configure:6083: ar cru libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:6086: $? = 1
configure:6098: result: @
configure:6156: checking for strip
configure:6172: found /usr/bin/strip
configure:6183: result: strip
configure:6255: checking for ranlib
configure:6271: found /usr/bin/ranlib
configure:6282: result: ranlib
configure:6384: checking command to parse /usr/bin/nm -B output from gcc object
configure:6537: gcc -c -g -O2 -D__powerpc conftest.c >&5
configure:6540: $? = 0
configure:6544: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:6547: $? = 0
configure:6613: gcc -o conftest -g -O2 -D__powerpc conftest.c conftstm.o >&5
configure:6616: $? = 0
configure:6654: result: ok
configure:6701: checking for sysroot
configure:6731: result: no
configure:6738: checking for a working dd
configure:6776: result: /bin/dd
configure:6780: checking how to truncate binary pipes
configure:6795: result: /bin/dd bs=4096 count=1
configure:6931: gcc -c -g -O2 -D__powerpc conftest.c >&5
configure:6934: $? = 0
configure:7124: checking for mt
configure:7140: found /bin/mt
configure:7151: result: mt
configure:7174: checking if mt is a manifest tool
configure:7180: mt '-?'
mt: invalid option -- ?
configure:7188: result: no
configure:7865: checking how to run the C preprocessor
configure:7896: gcc -E -D__powerpc conftest.c
configure:7896: $? = 0
configure:7910: gcc -E -D__powerpc conftest.c
conftest.c:11:28: ac_nonexistent.h: No such file or directory
configure:7910: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "transmission"
| #define PACKAGE_TARNAME "transmission"
| #define PACKAGE_VERSION "2.93"
| #define PACKAGE_STRING "transmission 2.93"
| #define PACKAGE_BUGREPORT "https://github.com/transmission/transmission"
| #define PACKAGE_URL ""
| #define PACKAGE "transmission"
| #define VERSION "2.93"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7935: result: gcc -E
configure:7955: gcc -E -D__powerpc conftest.c
configure:7955: $? = 0
configure:7969: gcc -E -D__powerpc conftest.c
conftest.c:11:28: ac_nonexistent.h: No such file or directory
configure:7969: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "transmission"
| #define PACKAGE_TARNAME "transmission"
| #define PACKAGE_VERSION "2.93"
| #define PACKAGE_STRING "transmission 2.93"
| #define PACKAGE_BUGREPORT "https://github.com/transmission/transmission"
| #define PACKAGE_URL ""
| #define PACKAGE "transmission"
| #define VERSION "2.93"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7998: checking for ANSI C header files
configure:8018: gcc -c -g -O2 -D__powerpc conftest.c >&5
configure:8018: $? = 0
configure:8091: gcc -o conftest -g -O2 -D__powerpc conftest.c >&5
configure:8091: $? = 0
configure:8091: ./conftest
configure:8091: $? = 0
configure:8102: result: yes
configure:8115: checking for sys/types.h
configure:8115: gcc -c -g -O2 -D__powerpc conftest.c >&5
configure:8115: $? = 0
configure:8115: result: yes
configure:8115: checking for sys/stat.h
configure:8115: gcc -c -g -O2 -D__powerpc conftest.c >&5
configure:8115: $? = 0
configure:8115: result: yes
configure:8115: checking for stdlib.h
configure:8115: gcc -c -g -O2 -D__powerpc conftest.c >&5
configure:8115: $? = 0
configure:8115: result: yes
configure:8115: checking for string.h
configure:8115: gcc -c -g -O2 -D__powerpc conftest.c >&5
configure:8115: $? = 0
configure:8115: result: yes
configure:8115: checking for memory.h
configure:8115: gcc -c -g -O2 -D__powerpc conftest.c >&5
configure:8115: $? = 0
configure:8115: result: yes
configure:8115: checking for strings.h
configure:8115: gcc -c -g -O2 -D__powerpc conftest.c >&5
configure:8115: $? = 0
configure:8115: result: yes
configure:8115: checking for inttypes.h
configure:8115: gcc -c -g -O2 -D__powerpc conftest.c >&5
configure:8115: $? = 0
configure:8115: result: yes
configure:8115: checking for stdint.h
configure:8115: gcc -c -g -O2 -D__powerpc conftest.c >&5
configure:8115: $? = 0
configure:8115: result: yes
configure:8115: checking for unistd.h
configure:8115: gcc -c -g -O2 -D__powerpc conftest.c >&5
configure:8115: $? = 0
configure:8115: result: yes
configure:8129: checking for dlfcn.h
configure:8129: gcc -c -g -O2 -D__powerpc conftest.c >&5
configure:8129: $? = 0
configure:8129: result: yes
configure:8385: checking for objdir
configure:8400: result: .libs
configure:8664: checking if gcc supports -fno-rtti -fno-exceptions
configure:8682: gcc -c -g -O2 -D__powerpc -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: "-fno-rtti" is valid for C++ but not for C/ObjC
configure:8686: $? = 0
configure:8699: result: no
configure:9057: checking for gcc option to produce PIC
configure:9064: result: -fPIC -DPIC
configure:9072: checking if gcc PIC flag -fPIC -DPIC works
configure:9090: gcc -c -g -O2 -D__powerpc -fPIC -DPIC -DPIC conftest.c >&5
configure:9094: $? = 0
configure:9107: result: yes
configure:9136: checking if gcc static flag -static works
configure:9164: result: yes
configure:9179: checking if gcc supports -c -o file.o
configure:9200: gcc -c -g -O2 -D__powerpc -o out/conftest2.o conftest.c >&5
configure:9204: $? = 0
configure:9226: result: yes
configure:9234: checking if gcc supports -c -o file.o
configure:9281: result: yes
configure:9314: checking whether the gcc linker (/opt/powerpc/powerpc-603e-linux/bin/ld) supports shared libraries
configure:10577: result: yes
configure:10614: checking whether -lc should be explicitly linked in
configure:10622: gcc -c -g -O2 -D__powerpc conftest.c >&5
configure:10625: $? = 0
configure:10640: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
configure:10643: $? = 0
configure:10657: result: no
configure:10817: checking dynamic linker characteristics
configure:11398: gcc -o conftest -g -O2 -D__powerpc -Wl,-rpath -Wl,/foo conftest.c >&5
configure:11398: $? = 0
configure:11647: result: GNU/Linux ld.so
configure:11769: checking how to hardcode library paths into programs
configure:11794: result: immediate
configure:12342: checking whether stripping libraries is possible
configure:12347: result: yes
configure:12382: checking if libtool supports shared libraries
configure:12384: result: yes
configure:12387: checking whether to build shared libraries
configure:12412: result: yes
configure:12415: checking whether to build static libraries
configure:12419: result: yes
configure:12544: checking for cos in -lm
configure:12569: gcc -o conftest -g -O2 -D__powerpc conftest.c -lm >&5
conftest.c:30: warning: conflicting types for built-in function `cos'
configure:12569: $? = 0
configure:12578: result: yes
configure:12709: checking for gcc
configure:12736: result: gcc
configure:12965: checking for C compiler version
configure:12974: gcc --version >&5
gcc (GCC) 3.3.4
Copyright (C) 2003 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:12985: $? = 0
configure:12974: gcc -v >&5
Reading specs from /opt/powerpc/lib/gcc-lib/powerpc-603e-linux/3.3.4/specs
Configured with: /home/slug/optware/ds101g/builds/crosstool-native/build/powerpc-603e-linux/gcc-3.3.4-glibc-2.3.3/gcc-3.3.4/configure --build=i686-build_pc-linux-gnu --target=powerpc-603e-linux --host=powerpc-host_603e-linux --prefix=/opt/powerpc --with-cpu=603 --enable-cxx-flags=-mcpu=603 --with-headers=/opt/powerpc/powerpc-603e-linux/include --with-local-prefix=/opt/powerpc/powerpc-603e-linux --disable-nls --enable-threads=posix --enable-symvers=gnu --enable-__cxa_atexit --enable-languages=c,c++ --enable-shared --enable-c99 --enable-long-long
Thread model: posix
gcc version 3.3.4
configure:12985: $? = 0
configure:12974: gcc -V >&5
gcc: `-V' option must have argument
configure:12985: $? = 1
configure:12974: gcc -qversion >&5
gcc: unrecognized option `-qversion'
gcc: no input files
configure:12985: $? = 1
configure:12989: checking whether we are using the GNU C compiler
configure:13017: result: yes
configure:13026: checking whether gcc accepts -g
configure:13087: result: yes
configure:13104: checking for gcc option to accept ISO C89
configure:13180: result: none needed
configure:13205: checking whether gcc understands -c and -o together
configure:13242: result: yes
configure:13261: checking dependency style of gcc
configure:13372: result: gcc3
configure:13445: checking for g++
configure:13461: found /opt/bin/g++
configure:13472: result: g++
configure:13499: checking for C++ compiler version
configure:13508: g++ --version >&5
g++ (GCC) 3.3.4
Copyright (C) 2003 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:13519: $? = 0
configure:13508: g++ -v >&5
Reading specs from /opt/powerpc/lib/gcc-lib/powerpc-603e-linux/3.3.4/specs
Configured with: /home/slug/optware/ds101g/builds/crosstool-native/build/powerpc-603e-linux/gcc-3.3.4-glibc-2.3.3/gcc-3.3.4/configure --build=i686-build_pc-linux-gnu --target=powerpc-603e-linux --host=powerpc-host_603e-linux --prefix=/opt/powerpc --with-cpu=603 --enable-cxx-flags=-mcpu=603 --with-headers=/opt/powerpc/powerpc-603e-linux/include --with-local-prefix=/opt/powerpc/powerpc-603e-linux --disable-nls --enable-threads=posix --enable-symvers=gnu --enable-__cxa_atexit --enable-languages=c,c++ --enable-shared --enable-c99 --enable-long-long
Thread model: posix
gcc version 3.3.4
configure:13519: $? = 0
configure:13508: g++ -V >&5
g++: `-V' option must have argument
configure:13519: $? = 1
configure:13508: g++ -qversion >&5
g++: unrecognized option `-qversion'
g++: no input files
configure:13519: $? = 1
configure:13523: checking whether we are using the GNU C++ compiler
configure:13542: g++ -c -D__powerpc -DNDEBUG conftest.cpp >&5
configure:13542: $? = 0
configure:13551: result: yes
configure:13560: checking whether g++ accepts -g
configure:13580: g++ -c -g -D__powerpc -DNDEBUG conftest.cpp >&5
configure:13580: $? = 0
configure:13621: result: yes
configure:13646: checking dependency style of g++
configure:13757: result: gcc3
configure:13790: checking how to run the C++ preprocessor
configure:13817: g++ -E -D__powerpc -DNDEBUG conftest.cpp
configure:13817: $? = 0
configure:13831: g++ -E -D__powerpc -DNDEBUG conftest.cpp
conftest.cpp:23:28: ac_nonexistent.h: No such file or directory
configure:13831: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "transmission"
| #define PACKAGE_TARNAME "transmission"
| #define PACKAGE_VERSION "2.93"
| #define PACKAGE_STRING "transmission 2.93"
| #define PACKAGE_BUGREPORT "https://github.com/transmission/transmission"
| #define PACKAGE_URL ""
| #define PACKAGE "transmission"
| #define VERSION "2.93"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:13856: result: g++ -E
configure:13876: g++ -E -D__powerpc -DNDEBUG conftest.cpp
configure:13876: $? = 0
configure:13890: g++ -E -D__powerpc -DNDEBUG conftest.cpp
conftest.cpp:23:28: ac_nonexistent.h: No such file or directory
configure:13890: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "transmission"
| #define PACKAGE_TARNAME "transmission"
| #define PACKAGE_VERSION "2.93"
| #define PACKAGE_STRING "transmission 2.93"
| #define PACKAGE_BUGREPORT "https://github.com/transmission/transmission"
| #define PACKAGE_URL ""
| #define PACKAGE "transmission"
| #define VERSION "2.93"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:14052: checking for ld used by g++
configure:14119: result: /opt/powerpc/powerpc-603e-linux/bin/ld
configure:14126: checking if the linker (/opt/powerpc/powerpc-603e-linux/bin/ld) is GNU ld
configure:14141: result: yes
configure:14196: checking whether the g++ linker (/opt/powerpc/powerpc-603e-linux/bin/ld) supports shared libraries
configure:15269: result: yes
configure:15305: g++ -c -g -O2 -D__powerpc -DNDEBUG conftest.cpp >&5
configure:15308: $? = 0
configure:15789: checking for g++ option to produce PIC
configure:15796: result: -fPIC -DPIC
configure:15804: checking if g++ PIC flag -fPIC -DPIC works
configure:15822: g++ -c -g -O2 -D__powerpc -DNDEBUG -fPIC -DPIC -DPIC conftest.cpp >&5
configure:15826: $? = 0
configure:15839: result: yes
configure:15862: checking if g++ static flag -static works
configure:15890: result: yes
configure:15902: checking if g++ supports -c -o file.o
configure:15923: g++ -c -g -O2 -D__powerpc -DNDEBUG -o out/conftest2.o conftest.cpp >&5
configure:15927: $? = 0
configure:15949: result: yes
configure:15954: checking if g++ supports -c -o file.o
configure:16001: result: yes
configure:16031: checking whether the g++ linker (/opt/powerpc/powerpc-603e-linux/bin/ld) supports shared libraries
configure:16074: result: yes
configure:16215: checking dynamic linker characteristics
configure:16972: result: GNU/Linux ld.so
configure:17037: checking how to hardcode library paths into programs
configure:17062: result: immediate
configure:17102: checking for inline
configure:17118: gcc -c -g -O2 -D__powerpc -DNDEBUG conftest.c >&5
configure:17118: $? = 0
configure:17126: result: inline
configure:17148: checking gcc version
configure:17155: result: 3.3.4
configure:17165: checking for ANSI C header files
configure:17269: result: yes
configure:17277: checking whether time.h and sys/time.h may both be included
configure:17297: gcc -c -g -O2 -std=gnu99 -ggdb3 -Wall -W -Wpointer-arith -Wformat-security -Wundef -Wcast-align -Wstrict-prototypes -Wmissing-declarations -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Wunused-parameter -Wwrite-strings -Winline -Wfloat-equal -D__powerpc -DNDEBUG conftest.c >&5
conftest.c:30: warning: function declaration isn't a prototype
configure:17297: $? = 0
configure:17304: result: yes
configure:17316: checking stdbool.h usability
configure:17316: gcc -c -g -O2 -std=gnu99 -ggdb3 -Wall -W -Wpointer-arith -Wformat-security -Wundef -Wcast-align -Wstrict-prototypes -Wmissing-declarations -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Wunused-parameter -Wwrite-strings -Winline -Wfloat-equal -D__powerpc -DNDEBUG conftest.c >&5
configure:17316: $? = 0
configure:17316: result: yes
configure:17316: checking stdbool.h presence
configure:17316: gcc -E -D__powerpc -DNDEBUG conftest.c
configure:17316: $? = 0
configure:17316: result: yes
configure:17316: checking for stdbool.h
configure:17316: result: yes
configure:17316: checking xlocale.h usability
configure:17316: gcc -c -g -O2 -std=gnu99 -ggdb3 -Wall -W -Wpointer-arith -Wformat-security -Wundef -Wcast-align -Wstrict-prototypes -Wmissing-declarations -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Wunused-parameter -Wwrite-strings -Winline -Wfloat-equal -D__powerpc -DNDEBUG conftest.c >&5
configure:17316: $? = 0
configure:17316: result: yes
configure:17316: checking xlocale.h presence
configure:17316: gcc -E -D__powerpc -DNDEBUG conftest.c
configure:17316: $? = 0
configure:17316: result: yes
configure:17316: checking for xlocale.h
configure:17316: result: yes
configure:17329: checking for iconv
configure:17329: gcc -o conftest -g -O2 -std=gnu99 -ggdb3 -Wall -W -Wpointer-arith -Wformat-security -Wundef -Wcast-align -Wstrict-prototypes -Wmissing-declarations -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Wunused-parameter -Wwrite-strings -Winline -Wfloat-equal -D__powerpc -DNDEBUG conftest.c >&5
conftest.c:50: warning: function declaration isn't a prototype
conftest.c:60: warning: function declaration isn't a prototype
configure:17329: $? = 0
configure:17329: result: yes
configure:17329: checking for pread
configure:17329: gcc -o conftest -g -O2 -std=gnu99 -ggdb3 -Wall -W -Wpointer-arith -Wformat-security -Wundef -Wcast-align -Wstrict-prototypes -Wmissing-declarations -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Wunused-parameter -Wwrite-strings -Winline -Wfloat-equal -D__powerpc -DNDEBUG conftest.c >&5
conftest.c:51: warning: function declaration isn't a prototype
conftest.c:61: warning: function declaration isn't a prototype
configure:17329: $? = 0
configure:17329: result: yes
configure:17329: checking for pwrite
configure:17329: gcc -o conftest -g -O2 -std=gnu99 -ggdb3 -Wall -W -Wpointer-arith -Wformat-security -Wundef -Wcast-align -Wstrict-prototypes -Wmissing-declarations -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Wunused-parameter -Wwrite-strings -Winline -Wfloat-equal -D__powerpc -DNDEBUG conftest.c >&5
conftest.c:52: warning: function declaration isn't a prototype
conftest.c:62: warning: function declaration isn't a prototype
configure:17329: $? = 0
configure:17329: result: yes
configure:17329: checking for lrintf
configure:17329: gcc -o conftest -g -O2 -std=gnu99 -ggdb3 -Wall -W -Wpointer-arith -Wformat-security -Wundef -Wcast-align -Wstrict-prototypes -Wmissing-declarations -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Wunused-parameter -Wwrite-strings -Winline -Wfloat-equal -D__powerpc -DNDEBUG conftest.c >&5
conftest.c:53: warning: function declaration isn't a prototype
conftest.c:63: warning: function declaration isn't a prototype
/tmp/ccqCNkoj.o(.text+0xc): In function `main':
/nfs/share/workspaces/transmission-2.93/conftest.c:64: undefined reference to `lrintf'
collect2: ld returned 1 exit status
configure:17329: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "transmission"
| #define PACKAGE_TARNAME "transmission"
| #define PACKAGE_VERSION "2.93"
| #define PACKAGE_STRING "transmission 2.93"
| #define PACKAGE_BUGREPORT "https://github.com/transmission/transmission"
| #define PACKAGE_URL ""
| #define PACKAGE "transmission"
| #define VERSION "2.93"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_ICONV 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| /* end confdefs.h. */
| /* Define lrintf to an innocuous variant, in case <limits.h> declares lrintf.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define lrintf innocuous_lrintf
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char lrintf (); 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 lrintf
|
| /* 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 lrintf ();
| /* 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_lrintf || defined __stub___lrintf
| choke me
| #endif
|
| int
| main ()
| {
| return lrintf ();
| ;
| return 0;
| }
configure:17329: result: no
configure:17329: checking for strlcpy
configure:17329: gcc -o conftest -g -O2 -std=gnu99 -ggdb3 -Wall -W -Wpointer-arith -Wformat-security -Wundef -Wcast-align -Wstrict-prototypes -Wmissing-declarations -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Wunused-parameter -Wwrite-strings -Winline -Wfloat-equal -D__powerpc -DNDEBUG conftest.c >&5
conftest.c:53: warning: function declaration isn't a prototype
conftest.c:63: warning: function declaration isn't a prototype
/tmp/ccqplWzv.o(.text+0xc): In function `main':
/nfs/share/workspaces/transmission-2.93/conftest.c:64: undefined reference to `strlcpy'
collect2: ld returned 1 exit status
configure:17329: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "transmission"
| #define PACKAGE_TARNAME "transmission"
| #define PACKAGE_VERSION "2.93"
| #define PACKAGE_STRING "transmission 2.93"
| #define PACKAGE_BUGREPORT "https://github.com/transmission/transmission"
| #define PACKAGE_URL ""
| #define PACKAGE "transmission"
| #define VERSION "2.93"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_ICONV 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| /* end confdefs.h. */
| /* Define strlcpy to an innocuous variant, in case <limits.h> declares strlcpy.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define strlcpy innocuous_strlcpy
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strlcpy (); 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 strlcpy
|
| /* 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 strlcpy ();
| /* 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_strlcpy || defined __stub___strlcpy
| choke me
| #endif
|
| int
| main ()
| {
| return strlcpy ();
| ;
| return 0;
| }
configure:17329: result: no
configure:17329: checking for daemon
configure:17329: gcc -o conftest -g -O2 -std=gnu99 -ggdb3 -Wall -W -Wpointer-arith -Wformat-security -Wundef -Wcast-align -Wstrict-prototypes -Wmissing-declarations -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Wunused-parameter -Wwrite-strings -Winline -Wfloat-equal -D__powerpc -DNDEBUG conftest.c >&5
conftest.c:53: warning: function declaration isn't a prototype
conftest.c:63: warning: function declaration isn't a prototype
configure:17329: $? = 0
configure:17329: result: yes
configure:17329: checking for dirname
configure:17329: gcc -o conftest -g -O2 -std=gnu99 -ggdb3 -Wall -W -Wpointer-arith -Wformat-security -Wundef -Wcast-align -Wstrict-prototypes -Wmissing-declarations -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Wunused-parameter -Wwrite-strings -Winline -Wfloat-equal -D__powerpc -DNDEBUG conftest.c >&5
conftest.c:54: warning: function declaration isn't a prototype
conftest.c:64: warning: function declaration isn't a prototype
configure:17329: $? = 0
configure:17329: result: yes
configure:17329: checking for basename
configure:17329: gcc -o conftest -g -O2 -std=gnu99 -ggdb3 -Wall -W -Wpointer-arith -Wformat-security -Wundef -Wcast-align -Wstrict-prototypes -Wmissing-declarations -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Wunused-parameter -Wwrite-strings -Winline -Wfloat-equal -D__powerpc -DNDEBUG conftest.c >&5
conftest.c:55: warning: function declaration isn't a prototype
conftest.c:65: warning: function declaration isn't a prototype
configure:17329: $? = 0
configure:17329: result: yes
configure:17329: checking for canonicalize_file_name
configure:17329: gcc -o conftest -g -O2 -std=gnu99 -ggdb3 -Wall -W -Wpointer-arith -Wformat-security -Wundef -Wcast-align -Wstrict-prototypes -Wmissing-declarations -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Wunused-parameter -Wwrite-strings -Winline -Wfloat-equal -D__powerpc -DNDEBUG conftest.c >&5
conftest.c:56: warning: function declaration isn't a prototype
conftest.c:66: warning: function declaration isn't a prototype
configure:17329: $? = 0
configure:17329: result: yes
configure:17329: checking for strcasecmp
configure:17329: gcc -o conftest -g -O2 -std=gnu99 -ggdb3 -Wall -W -Wpointer-arith -Wformat-security -Wundef -Wcast-align -Wstrict-prototypes -Wmissing-declarations -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Wunused-parameter -Wwrite-strings -Winline -Wfloat-equal -D__powerpc -DNDEBUG conftest.c >&5
conftest.c:57: warning: function declaration isn't a prototype
conftest.c:67: warning: function declaration isn't a prototype
configure:17329: $? = 0
configure:17329: result: yes
configure:17329: checking for localtime_r
configure:17329: gcc -o conftest -g -O2 -std=gnu99 -ggdb3 -Wall -W -Wpointer-arith -Wformat-security -Wundef -Wcast-align -Wstrict-prototypes -Wmissing-declarations -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Wunused-parameter -Wwrite-strings -Winline -Wfloat-equal -D__powerpc -DNDEBUG conftest.c >&5
conftest.c:58: warning: function declaration isn't a prototype
conftest.c:68: warning: function declaration isn't a prototype
configure:17329: $? = 0
configure:17329: result: yes
configure:17329: checking for fallocate64
configure:17329: gcc -o conftest -g -O2 -std=gnu99 -ggdb3 -Wall -W -Wpointer-arith -Wformat-security -Wundef -Wcast-align -Wstrict-prototypes -Wmissing-declarations -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Wunused-parameter -Wwrite-strings -Winline -Wfloat-equal -D__powerpc -DNDEBUG conftest.c >&5
conftest.c:59: warning: function declaration isn't a prototype
conftest.c:69: warning: function declaration isn't a prototype
/tmp/cc08t7s7.o(.text+0xc): In function `main':
/nfs/share/workspaces/transmission-2.93/conftest.c:70: undefined reference to `fallocate64'
collect2: ld returned 1 exit status
configure:17329: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "transmission"
| #define PACKAGE_TARNAME "transmission"
| #define PACKAGE_VERSION "2.93"
| #define PACKAGE_STRING "transmission 2.93"
| #define PACKAGE_BUGREPORT "https://github.com/transmission/transmission"
| #define PACKAGE_URL ""
| #define PACKAGE "transmission"
| #define VERSION "2.93"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_ICONV 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_DAEMON 1
| #define HAVE_DIRNAME 1
| #define HAVE_BASENAME 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_STRCASECMP 1
| #define HAVE_LOCALTIME_R 1
| /* end confdefs.h. */
| /* Define fallocate64 to an innocuous variant, in case <limits.h> declares fallocate64.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define fallocate64 innocuous_fallocate64
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char fallocate64 (); 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 fallocate64
|
| /* 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 fallocate64 ();
| /* 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_fallocate64 || defined __stub___fallocate64
| choke me
| #endif
|
| int
| main ()
| {
| return fallocate64 ();
| ;
| return 0;
| }
configure:17329: result: no
configure:17329: checking for posix_fallocate
configure:17329: gcc -o conftest -g -O2 -std=gnu99 -ggdb3 -Wall -W -Wpointer-arith -Wformat-security -Wundef -Wcast-align -Wstrict-prototypes -Wmissing-declarations -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Wunused-parameter -Wwrite-strings -Winline -Wfloat-equal -D__powerpc -DNDEBUG conftest.c >&5
conftest.c:59: warning: function declaration isn't a prototype
conftest.c:69: warning: function declaration isn't a prototype
configure:17329: $? = 0
configure:17329: result: yes
configure:17329: checking for memmem
configure:17329: gcc -o conftest -g -O2 -std=gnu99 -ggdb3 -Wall -W -Wpointer-arith -Wformat-security -Wundef -Wcast-align -Wstrict-prototypes -Wmissing-declarations -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Wunused-parameter -Wwrite-strings -Winline -Wfloat-equal -D__powerpc -DNDEBUG conftest.c >&5
conftest.c:60: warning: function declaration isn't a prototype
conftest.c:70: warning: function declaration isn't a prototype
configure:17329: $? = 0
configure:17329: result: yes
configure:17329: checking for strsep
configure:17329: gcc -o conftest -g -O2 -std=gnu99 -ggdb3 -Wall -W -Wpointer-arith -Wformat-security -Wundef -Wcast-align -Wstrict-prototypes -Wmissing-declarations -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Wunused-parameter -Wwrite-strings -Winline -Wfloat-equal -D__powerpc -DNDEBUG conftest.c >&5
conftest.c:61: warning: function declaration isn't a prototype
conftest.c:71: warning: function declaration isn't a prototype
configure:17329: $? = 0
configure:17329: result: yes
configure:17329: checking for strtold
configure:17329: gcc -o conftest -g -O2 -std=gnu99 -ggdb3 -Wall -W -Wpointer-arith -Wformat-security -Wundef -Wcast-align -Wstrict-prototypes -Wmissing-declarations -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Wunused-parameter -Wwrite-strings -Winline -Wfloat-equal -D__powerpc -DNDEBUG conftest.c >&5
conftest.c:62: warning: function declaration isn't a prototype
conftest.c:72: warning: function declaration isn't a prototype
configure:17329: $? = 0
configure:17329: result: yes
configure:17329: checking for syslog
configure:17329: gcc -o conftest -g -O2 -std=gnu99 -ggdb3 -Wall -W -Wpointer-arith -Wformat-security -Wundef -Wcast-align -Wstrict-prototypes -Wmissing-declarations -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Wunused-parameter -Wwrite-strings -Winline -Wfloat-equal -D__powerpc -DNDEBUG conftest.c >&5
conftest.c:63: warning: function declaration isn't a prototype
conftest.c:73: warning: function declaration isn't a prototype
configure:17329: $? = 0
configure:17329: result: yes
configure:17329: checking for valloc
configure:17329: gcc -o conftest -g -O2 -std=gnu99 -ggdb3 -Wall -W -Wpointer-arith -Wformat-security -Wundef -Wcast-align -Wstrict-prototypes -Wmissing-declarations -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Wunused-parameter -Wwrite-strings -Winline -Wfloat-equal -D__powerpc -DNDEBUG conftest.c >&5
conftest.c:64: warning: function declaration isn't a prototype
conftest.c:74: warning: function declaration isn't a prototype
configure:17329: $? = 0
configure:17329: result: yes
configure:17329: checking for getpagesize
configure:17329: gcc -o conftest -g -O2 -std=gnu99 -ggdb3 -Wall -W -Wpointer-arith -Wformat-security -Wundef -Wcast-align -Wstrict-prototypes -Wmissing-declarations -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Wunused-parameter -Wwrite-strings -Winline -Wfloat-equal -D__powerpc -DNDEBUG conftest.c >&5
conftest.c:65: warning: function declaration isn't a prototype
conftest.c:75: warning: function declaration isn't a prototype
configure:17329: $? = 0
configure:17329: result: yes
configure:17329: checking for posix_memalign
configure:17329: gcc -o conftest -g -O2 -std=gnu99 -ggdb3 -Wall -W -Wpointer-arith -Wformat-security -Wundef -Wcast-align -Wstrict-prototypes -Wmissing-declarations -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Wunused-parameter -Wwrite-strings -Winline -Wfloat-equal -D__powerpc -DNDEBUG conftest.c >&5
conftest.c:66: warning: function declaration isn't a prototype
conftest.c:76: warning: function declaration isn't a prototype
configure:17329: $? = 0
configure:17329: result: yes
configure:17329: checking for statvfs
configure:17329: gcc -o conftest -g -O2 -std=gnu99 -ggdb3 -Wall -W -Wpointer-arith -Wformat-security -Wundef -Wcast-align -Wstrict-prototypes -Wmissing-declarations -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Wunused-parameter -Wwrite-strings -Winline -Wfloat-equal -D__powerpc -DNDEBUG conftest.c >&5
conftest.c:67: warning: function declaration isn't a prototype
conftest.c:77: warning: function declaration isn't a prototype
configure:17329: $? = 0
configure:17329: result: yes
configure:17329: checking for htonll
configure:17329: gcc -o conftest -g -O2 -std=gnu99 -ggdb3 -Wall -W -Wpointer-arith -Wformat-security -Wundef -Wcast-align -Wstrict-prototypes -Wmissing-declarations -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Wunused-parameter -Wwrite-strings -Winline -Wfloat-equal -D__powerpc -DNDEBUG conftest.c >&5
conftest.c:68: warning: function declaration isn't a prototype
conftest.c:78: warning: function declaration isn't a prototype
/tmp/ccmtVjhX.o(.text+0xc): In function `main':
/nfs/share/workspaces/transmission-2.93/conftest.c:79: undefined reference to `htonll'
collect2: ld returned 1 exit status
configure:17329: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "transmission"
| #define PACKAGE_TARNAME "transmission"
| #define PACKAGE_VERSION "2.93"
| #define PACKAGE_STRING "transmission 2.93"
| #define PACKAGE_BUGREPORT "https://github.com/transmission/transmission"
| #define PACKAGE_URL ""
| #define PACKAGE "transmission"
| #define VERSION "2.93"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_ICONV 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_DAEMON 1
| #define HAVE_DIRNAME 1
| #define HAVE_BASENAME 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_STRCASECMP 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_MEMMEM 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOLD 1
| #define HAVE_SYSLOG 1
| #define HAVE_VALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STATVFS 1
| /* end confdefs.h. */
| /* Define htonll to an innocuous variant, in case <limits.h> declares htonll.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define htonll innocuous_htonll
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char htonll (); 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 htonll
|
| /* 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 htonll ();
| /* 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_htonll || defined __stub___htonll
| choke me
| #endif
|
| int
| main ()
| {
| return htonll ();
| ;
| return 0;
| }
configure:17329: result: no
configure:17329: checking for ntohll
configure:17329: gcc -o conftest -g -O2 -std=gnu99 -ggdb3 -Wall -W -Wpointer-arith -Wformat-security -Wundef -Wcast-align -Wstrict-prototypes -Wmissing-declarations -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Wunused-parameter -Wwrite-strings -Winline -Wfloat-equal -D__powerpc -DNDEBUG conftest.c >&5
conftest.c:68: warning: function declaration isn't a prototype
conftest.c:78: warning: function declaration isn't a prototype
/tmp/ccOvkslu.o(.text+0xc): In function `main':
/nfs/share/workspaces/transmission-2.93/conftest.c:79: undefined reference to `ntohll'
collect2: ld returned 1 exit status
configure:17329: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "transmission"
| #define PACKAGE_TARNAME "transmission"
| #define PACKAGE_VERSION "2.93"
| #define PACKAGE_STRING "transmission 2.93"
| #define PACKAGE_BUGREPORT "https://github.com/transmission/transmission"
| #define PACKAGE_URL ""
| #define PACKAGE "transmission"