forked from po-ppy/mentohust_NWSUAF
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.log
1048 lines (1025 loc) · 35.5 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 mentohust configure 0.3.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --host=arm-openwrt-linux --disable-encodepass --disable-notify
## --------- ##
## Platform. ##
## --------- ##
hostname = Sighs
uname -m = x86_64
uname -r = 4.4.0-93-generic
uname -s = Linux
uname -v = #116-Ubuntu SMP Fri Aug 11 21:17:51 UTC 2017
/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: /home/poppy/.rvm/gems/ruby-2.4.1/bin
PATH: /home/poppy/.rvm/gems/ruby-2.4.1@global/bin
PATH: /home/poppy/.rvm/rubies/ruby-2.4.1/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: /home/poppy/.rvm/bin
PATH: /home/poppy/.rvm/bin
PATH: /home/poppy/.rvm/bin
PATH: /home/poppy/.rvm/bin
PATH: /home/poppy/.rvm/bin
PATH: /home/poppy/.rvm/bin
PATH: /home/poppy/.rvm/bin
PATH: /snap/bin
PATH: /home/poppy/.rvm/bin
PATH: /home/poppy/.rvm/bin
PATH: /home/poppy/.rvm/bin
PATH: /home/poppy/.rvm/bin
PATH: /home/poppy/.rvm/bin
PATH: /home/poppy/.rvm/bin
PATH: /home/poppy/.rvm/bin
PATH: /home/poppy/lede-sdk-17.01.4-brcm2708-bcm2708_gcc-5.4.0_musl-1.1.16_eabi.Linux-x86_64/staging_dir/toolchain-arm_arm1176jzf-s+vfp_gcc-5.4.0_musl-1.1.16_eabi/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2307: checking build system type
configure:2321: result: x86_64-pc-linux-gnu
configure:2341: checking host system type
configure:2354: result: arm-openwrt-linux-gnu
configure:2390: checking for a BSD-compatible install
configure:2458: result: /usr/bin/install -c
configure:2469: checking whether build environment is sane
configure:2524: result: yes
configure:2583: checking for arm-openwrt-linux-strip
configure:2599: found /home/poppy/lede-sdk-17.01.4-brcm2708-bcm2708_gcc-5.4.0_musl-1.1.16_eabi.Linux-x86_64/staging_dir/toolchain-arm_arm1176jzf-s+vfp_gcc-5.4.0_musl-1.1.16_eabi/bin/arm-openwrt-linux-strip
configure:2610: result: arm-openwrt-linux-strip
configure:2675: checking for a thread-safe mkdir -p
configure:2714: result: /bin/mkdir -p
configure:2721: checking for gawk
configure:2737: found /usr/bin/gawk
configure:2748: result: gawk
configure:2759: checking whether make sets $(MAKE)
configure:2781: result: yes
configure:2810: checking whether make supports nested variables
configure:2827: result: yes
configure:2968: checking whether make supports nested variables
configure:2985: result: yes
configure:3017: checking for arm-openwrt-linux-gcc
configure:3033: found /home/poppy/lede-sdk-17.01.4-brcm2708-bcm2708_gcc-5.4.0_musl-1.1.16_eabi.Linux-x86_64/staging_dir/toolchain-arm_arm1176jzf-s+vfp_gcc-5.4.0_musl-1.1.16_eabi/bin/arm-openwrt-linux-gcc
configure:3044: result: arm-openwrt-linux-gcc
configure:3313: checking for C compiler version
configure:3322: arm-openwrt-linux-gcc --version >&5
arm-openwrt-linux-gcc (LEDE GCC 5.4.0 r3103-1b51a49) 5.4.0
Copyright (C) 2015 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:3333: $? = 0
configure:3322: arm-openwrt-linux-gcc -v >&5
Reading specs from /home/poppy/lede-sdk-17.01.4-brcm2708-bcm2708_gcc-5.4.0_musl-1.1.16_eabi.Linux-x86_64/staging_dir/toolchain-arm_arm1176jzf-s+vfp_gcc-5.4.0_musl-1.1.16_eabi/bin/../lib/gcc/arm-openwrt-linux-muslgnueabi/5.4.0/specs
COLLECT_GCC=/home/poppy/lede-sdk-17.01.4-brcm2708-bcm2708_gcc-5.4.0_musl-1.1.16_eabi.Linux-x86_64/staging_dir/toolchain-arm_arm1176jzf-s+vfp_gcc-5.4.0_musl-1.1.16_eabi/bin/arm-openwrt-linux-gcc
COLLECT_LTO_WRAPPER=/home/poppy/lede-sdk-17.01.4-brcm2708-bcm2708_gcc-5.4.0_musl-1.1.16_eabi.Linux-x86_64/staging_dir/toolchain-arm_arm1176jzf-s+vfp_gcc-5.4.0_musl-1.1.16_eabi/bin/../libexec/gcc/arm-openwrt-linux-muslgnueabi/5.4.0/lto-wrapper
Target: arm-openwrt-linux-muslgnueabi
Configured with: /build/lede-17.01/slaves/phase1/brcm2708_bcm2708/build/build_dir/toolchain-arm_arm1176jzf-s+vfp_gcc-5.4.0_musl-1.1.16_eabi/gcc-5.4.0/configure --with-bugurl=http://www.lede-project.org/bugs/ --with-pkgversion='LEDE GCC 5.4.0 r3103-1b51a49' --prefix=/build/lede-17.01/slaves/phase1/brcm2708_bcm2708/build/staging_dir/toolchain-arm_arm1176jzf-s+vfp_gcc-5.4.0_musl-1.1.16_eabi --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=arm-openwrt-linux-muslgnueabi --with-gnu-ld --enable-target-optspace --disable-libgomp --disable-libmudflap --disable-multilib --disable-libmpx --disable-nls --without-isl --without-cloog --with-host-libstdcxx=-lstdc++ --with-gmp=/build/lede-17.01/slaves/phase1/brcm2708_bcm2708/build/staging_dir/host --with-mpfr=/build/lede-17.01/slaves/phase1/brcm2708_bcm2708/build/staging_dir/host --with-mpc=/build/lede-17.01/slaves/phase1/brcm2708_bcm2708/build/staging_dir/host --disable-decimal-float --with-diagnostics-color=auto-if-env --disable-libssp --enable-__cxa_atexit --with-float=hard --with-headers=/build/lede-17.01/slaves/phase1/brcm2708_bcm2708/build/staging_dir/toolchain-arm_arm1176jzf-s+vfp_gcc-5.4.0_musl-1.1.16_eabi/include --disable-libsanitizer --enable-languages=c,c++ --enable-shared --enable-threads --with-slibdir=/build/lede-17.01/slaves/phase1/brcm2708_bcm2708/build/staging_dir/toolchain-arm_arm1176jzf-s+vfp_gcc-5.4.0_musl-1.1.16_eabi/lib --enable-lto --with-libelf=/build/lede-17.01/slaves/phase1/brcm2708_bcm2708/build/staging_dir/host
Thread model: posix
gcc version 5.4.0 (LEDE GCC 5.4.0 r3103-1b51a49)
configure:3333: $? = 0
configure:3322: arm-openwrt-linux-gcc -V >&5
arm-openwrt-linux-gcc: error: unrecognized command line option '-V'
arm-openwrt-linux-gcc: fatal error: no input files
compilation terminated.
configure:3333: $? = 1
configure:3322: arm-openwrt-linux-gcc -qversion >&5
arm-openwrt-linux-gcc: error: unrecognized command line option '-qversion'
arm-openwrt-linux-gcc: fatal error: no input files
compilation terminated.
configure:3333: $? = 1
configure:3353: checking whether the C compiler works
configure:3375: arm-openwrt-linux-gcc -Os -Wall conftest.c >&5
configure:3379: $? = 0
configure:3427: result: yes
configure:3430: checking for C compiler default output file name
configure:3432: result: a.out
configure:3438: checking for suffix of executables
configure:3445: arm-openwrt-linux-gcc -o conftest -Os -Wall conftest.c >&5
configure:3449: $? = 0
configure:3471: result:
configure:3493: checking whether we are cross compiling
configure:3501: arm-openwrt-linux-gcc -o conftest -Os -Wall conftest.c >&5
configure:3505: $? = 0
configure:3512: ./conftest
./configure: line 3514: ./conftest: cannot execute binary file: Exec format error
configure:3516: $? = 126
configure:3531: result: yes
configure:3536: checking for suffix of object files
configure:3558: arm-openwrt-linux-gcc -c -Os -Wall conftest.c >&5
configure:3562: $? = 0
configure:3583: result: o
configure:3587: checking whether we are using the GNU C compiler
configure:3606: arm-openwrt-linux-gcc -c -Os -Wall conftest.c >&5
configure:3606: $? = 0
configure:3615: result: yes
configure:3624: checking whether arm-openwrt-linux-gcc accepts -g
configure:3644: arm-openwrt-linux-gcc -c -g conftest.c >&5
configure:3644: $? = 0
configure:3685: result: yes
configure:3702: checking for arm-openwrt-linux-gcc option to accept ISO C89
configure:3765: arm-openwrt-linux-gcc -c -Os -Wall conftest.c >&5
configure:3765: $? = 0
configure:3778: result: none needed
configure:3803: checking whether arm-openwrt-linux-gcc understands -c and -o together
configure:3825: arm-openwrt-linux-gcc -c conftest.c -o conftest2.o
configure:3828: $? = 0
configure:3825: arm-openwrt-linux-gcc -c conftest.c -o conftest2.o
configure:3828: $? = 0
configure:3840: result: yes
configure:3868: checking for style of include used by make
configure:3896: result: GNU
configure:3922: checking dependency style of arm-openwrt-linux-gcc
configure:4033: result: gcc3
configure:4054: checking how to run the C preprocessor
configure:4085: arm-openwrt-linux-gcc -E conftest.c
configure:4085: $? = 0
configure:4099: arm-openwrt-linux-gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4099: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mentohust"
| #define PACKAGE_TARNAME "mentohust"
| #define PACKAGE_VERSION "0.3.1"
| #define PACKAGE_STRING "mentohust 0.3.1"
| #define PACKAGE_BUGREPORT "http://code.google.com/p/mentohust/issues/list"
| #define PACKAGE_URL ""
| #define PACKAGE "mentohust"
| #define VERSION "0.3.1"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4124: result: arm-openwrt-linux-gcc -E
configure:4144: arm-openwrt-linux-gcc -E conftest.c
configure:4144: $? = 0
configure:4158: arm-openwrt-linux-gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4158: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mentohust"
| #define PACKAGE_TARNAME "mentohust"
| #define PACKAGE_VERSION "0.3.1"
| #define PACKAGE_STRING "mentohust 0.3.1"
| #define PACKAGE_BUGREPORT "http://code.google.com/p/mentohust/issues/list"
| #define PACKAGE_URL ""
| #define PACKAGE "mentohust"
| #define VERSION "0.3.1"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4187: checking for grep that handles long lines and -e
configure:4245: result: /bin/grep
configure:4250: checking for egrep
configure:4312: result: /bin/grep -E
configure:4317: checking for ANSI C header files
configure:4337: arm-openwrt-linux-gcc -c -Os -Wall conftest.c >&5
configure:4337: $? = 0
configure:4421: result: yes
configure:4434: checking for sys/types.h
configure:4434: arm-openwrt-linux-gcc -c -Os -Wall conftest.c >&5
configure:4434: $? = 0
configure:4434: result: yes
configure:4434: checking for sys/stat.h
configure:4434: arm-openwrt-linux-gcc -c -Os -Wall conftest.c >&5
configure:4434: $? = 0
configure:4434: result: yes
configure:4434: checking for stdlib.h
configure:4434: arm-openwrt-linux-gcc -c -Os -Wall conftest.c >&5
configure:4434: $? = 0
configure:4434: result: yes
configure:4434: checking for string.h
configure:4434: arm-openwrt-linux-gcc -c -Os -Wall conftest.c >&5
configure:4434: $? = 0
configure:4434: result: yes
configure:4434: checking for memory.h
configure:4434: arm-openwrt-linux-gcc -c -Os -Wall conftest.c >&5
configure:4434: $? = 0
configure:4434: result: yes
configure:4434: checking for strings.h
configure:4434: arm-openwrt-linux-gcc -c -Os -Wall conftest.c >&5
configure:4434: $? = 0
configure:4434: result: yes
configure:4434: checking for inttypes.h
configure:4434: arm-openwrt-linux-gcc -c -Os -Wall conftest.c >&5
configure:4434: $? = 0
configure:4434: result: yes
configure:4434: checking for stdint.h
configure:4434: arm-openwrt-linux-gcc -c -Os -Wall conftest.c >&5
configure:4434: $? = 0
configure:4434: result: yes
configure:4434: checking for unistd.h
configure:4434: arm-openwrt-linux-gcc -c -Os -Wall conftest.c >&5
configure:4434: $? = 0
configure:4434: result: yes
configure:4446: checking whether byte ordering is bigendian
configure:4461: arm-openwrt-linux-gcc -c -Os -Wall conftest.c >&5
conftest.c:22:9: error: unknown type name 'not'
not a universal capable compiler
^
conftest.c:22:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
not a universal capable compiler
^
conftest.c:22:15: error: unknown type name 'universal'
configure:4461: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mentohust"
| #define PACKAGE_TARNAME "mentohust"
| #define PACKAGE_VERSION "0.3.1"
| #define PACKAGE_STRING "mentohust 0.3.1"
| #define PACKAGE_BUGREPORT "http://code.google.com/p/mentohust/issues/list"
| #define PACKAGE_URL ""
| #define PACKAGE "mentohust"
| #define VERSION "0.3.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #ifndef __APPLE_CC__
| not a universal capable compiler
| #endif
| typedef int dummy;
|
configure:4506: arm-openwrt-linux-gcc -c -Os -Wall conftest.c >&5
configure:4506: $? = 0
configure:4524: arm-openwrt-linux-gcc -c -Os -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:28:4: error: unknown type name 'not'
not big endian
^
conftest.c:28:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
not big endian
^
configure:4524: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mentohust"
| #define PACKAGE_TARNAME "mentohust"
| #define PACKAGE_VERSION "0.3.1"
| #define PACKAGE_STRING "mentohust 0.3.1"
| #define PACKAGE_BUGREPORT "http://code.google.com/p/mentohust/issues/list"
| #define PACKAGE_URL ""
| #define PACKAGE "mentohust"
| #define VERSION "0.3.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:4652: result: no
configure:4764: checking for dlsym in -ldl
configure:4789: arm-openwrt-linux-gcc -o conftest -Os -Wall conftest.c -ldl >&5
configure:4789: $? = 0
configure:4798: result: yes
configure:4965: checking for a sed that does not truncate output
configure:5029: result: /bin/sed
configure:5035: checking whether NLS is requested
configure:5044: result: yes
configure:5084: checking for msgfmt
configure: trying /usr/bin/msgfmt...
0 translated messages.
configure:5116: result: /usr/bin/msgfmt
configure:5125: checking for gmsgfmt
configure:5156: result: /usr/bin/msgfmt
configure:5206: checking for xgettext
configure: trying /usr/bin/xgettext...
/usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
configure:5238: result: /usr/bin/xgettext
configure:5283: checking for msgmerge
configure: trying /usr/bin/msgmerge...
configure:5314: result: /usr/bin/msgmerge
configure:5372: checking for ld used by arm-openwrt-linux-gcc
configure:5439: result: /home/poppy/lede-sdk-17.01.4-brcm2708-bcm2708_gcc-5.4.0_musl-1.1.16_eabi.Linux-x86_64/staging_dir/toolchain-arm_arm1176jzf-s+vfp_gcc-5.4.0_musl-1.1.16_eabi/arm-openwrt-linux-muslgnueabi/bin/ld
configure:5446: checking if the linker (/home/poppy/lede-sdk-17.01.4-brcm2708-bcm2708_gcc-5.4.0_musl-1.1.16_eabi.Linux-x86_64/staging_dir/toolchain-arm_arm1176jzf-s+vfp_gcc-5.4.0_musl-1.1.16_eabi/arm-openwrt-linux-muslgnueabi/bin/ld) is GNU ld
configure:5461: result: yes
configure:5468: checking for shared library run path origin
configure:5481: result: done
configure:6053: checking for CFPreferencesCopyAppValue
configure:6071: arm-openwrt-linux-gcc -o conftest -Os -Wall conftest.c -ldl -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:25:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
compilation terminated.
configure:6071: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mentohust"
| #define PACKAGE_TARNAME "mentohust"
| #define PACKAGE_VERSION "0.3.1"
| #define PACKAGE_STRING "mentohust 0.3.1"
| #define PACKAGE_BUGREPORT "http://code.google.com/p/mentohust/issues/list"
| #define PACKAGE_URL ""
| #define PACKAGE "mentohust"
| #define VERSION "0.3.1"
| #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 NO_ENCODE_PASS /**/
| #define HAVE_LIBDL 1
| #define NO_NOTIFY /**/
| #define GETTEXT_PACKAGE "mentohust"
| /* end confdefs.h. */
| #include <CoreFoundation/CFPreferences.h>
| int
| main ()
| {
| CFPreferencesCopyAppValue(NULL, NULL)
| ;
| return 0;
| }
configure:6080: result: no
configure:6087: checking for CFLocaleCopyCurrent
configure:6105: arm-openwrt-linux-gcc -o conftest -Os -Wall conftest.c -ldl -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:25:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory
compilation terminated.
configure:6105: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mentohust"
| #define PACKAGE_TARNAME "mentohust"
| #define PACKAGE_VERSION "0.3.1"
| #define PACKAGE_STRING "mentohust 0.3.1"
| #define PACKAGE_BUGREPORT "http://code.google.com/p/mentohust/issues/list"
| #define PACKAGE_URL ""
| #define PACKAGE "mentohust"
| #define VERSION "0.3.1"
| #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 NO_ENCODE_PASS /**/
| #define HAVE_LIBDL 1
| #define NO_NOTIFY /**/
| #define GETTEXT_PACKAGE "mentohust"
| /* end confdefs.h. */
| #include <CoreFoundation/CFLocale.h>
| int
| main ()
| {
| CFLocaleCopyCurrent();
| ;
| return 0;
| }
configure:6114: result: no
configure:6163: checking for GNU gettext in libc
configure:6187: arm-openwrt-linux-gcc -o conftest -Os -Wall conftest.c -ldl >&5
/tmp/ccWAhLBM.o: In function `main':
conftest.c:(.text.startup+0x48): undefined reference to `_nl_msg_cat_cntr'
conftest.c:(.text.startup+0x4c): undefined reference to `_nl_domain_bindings'
collect2: error: ld returned 1 exit status
configure:6187: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mentohust"
| #define PACKAGE_TARNAME "mentohust"
| #define PACKAGE_VERSION "0.3.1"
| #define PACKAGE_STRING "mentohust 0.3.1"
| #define PACKAGE_BUGREPORT "http://code.google.com/p/mentohust/issues/list"
| #define PACKAGE_URL ""
| #define PACKAGE "mentohust"
| #define VERSION "0.3.1"
| #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 NO_ENCODE_PASS /**/
| #define HAVE_LIBDL 1
| #define NO_NOTIFY /**/
| #define GETTEXT_PACKAGE "mentohust"
| /* end confdefs.h. */
|
| #include <libintl.h>
|
| extern int _nl_msg_cat_cntr;
| extern int *_nl_domain_bindings;
|
| int
| main ()
| {
|
| bindtextdomain ("", "");
| return * gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
|
| ;
| return 0;
| }
configure:6196: result: no
configure:6230: checking for iconv
configure:6254: arm-openwrt-linux-gcc -o conftest -Os -Wall conftest.c -ldl >&5
configure:6254: $? = 0
configure:6288: result: yes
configure:6291: checking for working iconv
configure:6432: result: guessing yes
configure:6921: checking for GNU gettext in libintl
configure:6953: arm-openwrt-linux-gcc -o conftest -Os -Wall conftest.c -ldl -lintl >&5
/home/poppy/lede-sdk-17.01.4-brcm2708-bcm2708_gcc-5.4.0_musl-1.1.16_eabi.Linux-x86_64/staging_dir/toolchain-arm_arm1176jzf-s+vfp_gcc-5.4.0_musl-1.1.16_eabi/bin/../lib/gcc/arm-openwrt-linux-muslgnueabi/5.4.0/../../../../arm-openwrt-linux-muslgnueabi/bin/ld: cannot find -lintl
collect2: error: ld returned 1 exit status
configure:6953: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mentohust"
| #define PACKAGE_TARNAME "mentohust"
| #define PACKAGE_VERSION "0.3.1"
| #define PACKAGE_STRING "mentohust 0.3.1"
| #define PACKAGE_BUGREPORT "http://code.google.com/p/mentohust/issues/list"
| #define PACKAGE_URL ""
| #define PACKAGE "mentohust"
| #define VERSION "0.3.1"
| #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 NO_ENCODE_PASS /**/
| #define HAVE_LIBDL 1
| #define NO_NOTIFY /**/
| #define GETTEXT_PACKAGE "mentohust"
| #define HAVE_ICONV 1
| /* end confdefs.h. */
|
| #include <libintl.h>
|
| extern int _nl_msg_cat_cntr;
| extern
| #ifdef __cplusplus
| "C"
| #endif
| const char *_nl_expand_alias (const char *);
|
| int
| main ()
| {
|
| bindtextdomain ("", "");
| return * gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias ("")
|
| ;
| return 0;
| }
configure:6998: result: no
configure:7033: checking whether to use NLS
configure:7035: result: no
configure:7112: checking iconv.h usability
configure:7112: arm-openwrt-linux-gcc -c -Os -Wall conftest.c >&5
configure:7112: $? = 0
configure:7112: result: yes
configure:7112: checking iconv.h presence
configure:7112: arm-openwrt-linux-gcc -E conftest.c
configure:7112: $? = 0
configure:7112: result: yes
configure:7112: checking for iconv.h
configure:7112: result: yes
configure:7112: checking arpa/inet.h usability
configure:7112: arm-openwrt-linux-gcc -c -Os -Wall conftest.c >&5
configure:7112: $? = 0
configure:7112: result: yes
configure:7112: checking arpa/inet.h presence
configure:7112: arm-openwrt-linux-gcc -E conftest.c
configure:7112: $? = 0
configure:7112: result: yes
configure:7112: checking for arpa/inet.h
configure:7112: result: yes
configure:7112: checking fcntl.h usability
configure:7112: arm-openwrt-linux-gcc -c -Os -Wall conftest.c >&5
configure:7112: $? = 0
configure:7112: result: yes
configure:7112: checking fcntl.h presence
configure:7112: arm-openwrt-linux-gcc -E conftest.c
configure:7112: $? = 0
configure:7112: result: yes
configure:7112: checking for fcntl.h
configure:7112: result: yes
configure:7112: checking netinet/in.h usability
configure:7112: arm-openwrt-linux-gcc -c -Os -Wall conftest.c >&5
configure:7112: $? = 0
configure:7112: result: yes
configure:7112: checking netinet/in.h presence
configure:7112: arm-openwrt-linux-gcc -E conftest.c
configure:7112: $? = 0
configure:7112: result: yes
configure:7112: checking for netinet/in.h
configure:7112: result: yes
configure:7112: checking for stdint.h
configure:7112: result: yes
configure:7112: checking for stdlib.h
configure:7112: result: yes
configure:7112: checking for string.h
configure:7112: result: yes
configure:7112: checking sys/ioctl.h usability
configure:7112: arm-openwrt-linux-gcc -c -Os -Wall conftest.c >&5
configure:7112: $? = 0
configure:7112: result: yes
configure:7112: checking sys/ioctl.h presence
configure:7112: arm-openwrt-linux-gcc -E conftest.c
configure:7112: $? = 0
configure:7112: result: yes
configure:7112: checking for sys/ioctl.h
configure:7112: result: yes
configure:7112: checking sys/socket.h usability
configure:7112: arm-openwrt-linux-gcc -c -Os -Wall conftest.c >&5
configure:7112: $? = 0
configure:7112: result: yes
configure:7112: checking sys/socket.h presence
configure:7112: arm-openwrt-linux-gcc -E conftest.c
configure:7112: $? = 0
configure:7112: result: yes
configure:7112: checking for sys/socket.h
configure:7112: result: yes
configure:7112: checking sys/time.h usability
configure:7112: arm-openwrt-linux-gcc -c -Os -Wall conftest.c >&5
configure:7112: $? = 0
configure:7112: result: yes
configure:7112: checking sys/time.h presence
configure:7112: arm-openwrt-linux-gcc -E conftest.c
configure:7112: $? = 0
configure:7112: result: yes
configure:7112: checking for sys/time.h
configure:7112: result: yes
configure:7112: checking for unistd.h
configure:7112: result: yes
configure:7112: checking libintl.h usability
configure:7112: arm-openwrt-linux-gcc -c -Os -Wall conftest.c >&5
configure:7112: $? = 0
configure:7112: result: yes
configure:7112: checking libintl.h presence
configure:7112: arm-openwrt-linux-gcc -E conftest.c
configure:7112: $? = 0
configure:7112: result: yes
configure:7112: checking for libintl.h
configure:7112: result: yes
configure:7112: checking locale.h usability
configure:7112: arm-openwrt-linux-gcc -c -Os -Wall conftest.c >&5
configure:7112: $? = 0
configure:7112: result: yes
configure:7112: checking locale.h presence
configure:7112: arm-openwrt-linux-gcc -E conftest.c
configure:7112: $? = 0
configure:7112: result: yes
configure:7112: checking for locale.h
configure:7112: result: yes
configure:7124: checking for size_t
configure:7124: arm-openwrt-linux-gcc -c -Os -Wall conftest.c >&5
configure:7124: $? = 0
configure:7124: arm-openwrt-linux-gcc -c -Os -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:75:21: error: expected expression before ')' token
if (sizeof ((size_t)))
^
configure:7124: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mentohust"
| #define PACKAGE_TARNAME "mentohust"
| #define PACKAGE_VERSION "0.3.1"
| #define PACKAGE_STRING "mentohust 0.3.1"
| #define PACKAGE_BUGREPORT "http://code.google.com/p/mentohust/issues/list"
| #define PACKAGE_URL ""
| #define PACKAGE "mentohust"
| #define VERSION "0.3.1"
| #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 NO_ENCODE_PASS /**/
| #define HAVE_LIBDL 1
| #define NO_NOTIFY /**/
| #define GETTEXT_PACKAGE "mentohust"
| #define HAVE_ICONV 1
| #define HAVE_ICONV_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_LOCALE_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
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:7124: result: yes
configure:7140: checking for atexit
configure:7140: arm-openwrt-linux-gcc -o conftest -Os -Wall conftest.c -ldl >&5
configure:7140: $? = 0
configure:7140: result: yes
configure:7140: checking for memmove
configure:7140: arm-openwrt-linux-gcc -o conftest -Os -Wall conftest.c -ldl >&5
conftest.c:63:6: warning: conflicting types for built-in function 'memmove'
char memmove ();
^
configure:7140: $? = 0
configure:7140: result: yes
configure:7140: checking for memset
configure:7140: arm-openwrt-linux-gcc -o conftest -Os -Wall conftest.c -ldl >&5
conftest.c:64:6: warning: conflicting types for built-in function 'memset'
char memset ();
^
configure:7140: $? = 0
configure:7140: result: yes
configure:7140: checking for socket
configure:7140: arm-openwrt-linux-gcc -o conftest -Os -Wall conftest.c -ldl >&5
configure:7140: $? = 0
configure:7140: result: yes
configure:7140: checking for strrchr
configure:7140: arm-openwrt-linux-gcc -o conftest -Os -Wall conftest.c -ldl >&5
conftest.c:66:6: warning: conflicting types for built-in function 'strrchr'
char strrchr ();
^
configure:7140: $? = 0
configure:7140: result: yes
configure:7140: checking for setlocale
configure:7140: arm-openwrt-linux-gcc -o conftest -Os -Wall conftest.c -ldl >&5
configure:7140: $? = 0
configure:7140: result: yes
configure:7153: result: config result: host(linux-gnu) pcap(dyload) notify(no) encode(no) arp(yes) nls(yes) getopt_long(yes)
configure:7264: checking that generated files are newer than configure
configure:7270: result: done
configure:7294: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by mentohust config.status 0.3.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on Sighs
config.status:916: creating Makefile
config.status:916: creating src/Makefile
config.status:916: creating po/Makefile.in
config.status:916: creating mentohust.spec
config.status:916: creating config.h
config.status:1145: executing depfiles commands
config.status:1145: executing po-directories commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=arm-openwrt-linux
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_atexit=yes
ac_cv_func_memmove=yes
ac_cv_func_memset=yes
ac_cv_func_setlocale=yes
ac_cv_func_socket=yes
ac_cv_func_strrchr=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_iconv_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libintl_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=arm-openwrt-linux-gnu
ac_cv_lib_dl_dlsym=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_GREP=/bin/grep
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_MSGMERGE=/usr/bin/msgmerge
ac_cv_path_SED=/bin/sed
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=arm-openwrt-linux-gcc
ac_cv_prog_CPP='arm-openwrt-linux-gcc -E'
ac_cv_prog_STRIP=arm-openwrt-linux-strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_type_size_t=yes
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_path_LD=/home/poppy/lede-sdk-17.01.4-brcm2708-bcm2708_gcc-5.4.0_musl-1.1.16_eabi.Linux-x86_64/staging_dir/toolchain-arm_arm1176jzf-s+vfp_gcc-5.4.0_musl-1.1.16_eabi/arm-openwrt-linux-muslgnueabi/bin/ld
acl_cv_prog_gnu_ld=yes
acl_cv_rpath=done
acl_cv_shlibext=so
acl_cv_wl=-Wl,
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_func_iconv=yes
am_cv_func_iconv_works='guessing yes'
am_cv_lib_iconv=no
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
gt_cv_func_CFLocaleCopyCurrent=no
gt_cv_func_CFPreferencesCopyAppValue=no
gt_cv_func_gnugettext1_libc=no
gt_cv_func_gnugettext1_libintl=no
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/poppy/Documents/mentohust_jmu-master/missing aclocal-1.15'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AUTOCONF='${SHELL} /home/poppy/Documents/mentohust_jmu-master/missing autoconf'
AUTOHEADER='${SHELL} /home/poppy/Documents/mentohust_jmu-master/missing autoheader'
AUTOMAKE='${SHELL} /home/poppy/Documents/mentohust_jmu-master/missing automake-1.15'
AWK='gawk'
CC='arm-openwrt-linux-gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS=' -Os -Wall'
CPP='arm-openwrt-linux-gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
GETTEXT_MACRO_VERSION='0.19'
GETTEXT_PACKAGE='mentohust'
GMSGFMT='/usr/bin/msgfmt'
GMSGFMT_015='/usr/bin/msgfmt'
GREP='/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTLLIBS=''
INTL_MACOSX_LIBS=''
LDADD=''
LDFLAGS=''
LIBICONV=''
LIBINTL=''
LIBOBJS=''
LIBS='-ldl '
LTLIBICONV=''
LTLIBINTL=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/poppy/Documents/mentohust_jmu-master/missing makeinfo'
MKDIR_P='/bin/mkdir -p'
MSGFMT='/usr/bin/msgfmt'
MSGFMT_015='/usr/bin/msgfmt'
MSGMERGE='/usr/bin/msgmerge'
OBJEXT='o'
PACKAGE='mentohust'
PACKAGE_BUGREPORT='http://code.google.com/p/mentohust/issues/list'
PACKAGE_NAME='mentohust'
PACKAGE_STRING='mentohust 0.3.1'
PACKAGE_TARNAME='mentohust'
PACKAGE_URL=''
PACKAGE_VERSION='0.3.1'
PATH_SEPARATOR=':'
POSUB=''
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
STRIP='arm-openwrt-linux-strip'
USE_NLS='no'
VERSION='0.3.1'
XGETTEXT='/usr/bin/xgettext'
XGETTEXT_015='/usr/bin/xgettext'
XGETTEXT_EXTRA_OPTIONS=''
ac_ct_CC=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='arm-openwrt-linux-gnu'
host_alias='arm-openwrt-linux'
host_cpu='arm'
host_os='linux-gnu'
host_vendor='openwrt'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/poppy/Documents/mentohust_jmu-master/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##